/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
section {
  background-color: #eeeeee; }

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word; }

.form-control:focus {
  box-shadow: none; }

:focus {
  outline: none; }

@media (max-width: 992px) {
  .md-pb {
    padding-bottom: 2rem !important; } }
a {
  transition: color 0.25s; }

a.mbr-iconfont:hover {
  text-decoration: none; }

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0; }

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer; }
  a, a:hover {
    text-decoration: none; }

figure {
  margin-bottom: 0; }

body {
  color: #17161a !important;
  font-weight: 400; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4 {
  margin-bottom: 0;
  word-break: break-word;
  word-wrap: break-word; }

b,
strong {
  font-weight: bold; }

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 2px solid;
  border-color: #17161a; }

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  transition-property: background-color, color; }

textarea[type="hidden"] {
  display: none; }

body {
  position: relative;
  overflow-x: hidden; }

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  section .mbr-background-video,
  section .mbr-background-video-preview {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0; }

.hidden {
  visibility: hidden; }

.mbr-z-index20 {
  z-index: 20; }

/*! Base colors */
.mbr-white {
  color: #ffffff; }

.mbr-black {
  color: #000000; }

.mbr-bg-white {
  background-color: #ffffff; }

.mbr-bg-black {
  background-color: #000000; }

/*! Text-aligns */
.align-left {
  text-align: left; }

.align-center {
  text-align: center; }

.align-right {
  text-align: right; }

@media (max-width: 767px) {
  .align-left,
  .align-center,
  .align-right
   {
    text-align: center; } }
/*! Font-weight  */
.mbr-light {
  font-weight: 300 !important; }

.mbr-regular {
  font-weight: 400 !important; }

.mbr-medium {
  font-weight: 500 !important; }

.mbr-semibold {
  font-weight: 600 !important; }

.mbr-bold {
  font-weight: 700 !important; }

.mbr-extrabold {
  font-weight: 800 !important; }

/*! Media  */
.media-size-item {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto; }

.media-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%; }

.media-container-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start; }
  .media-container-row .media-size-item {
    width: 400px; }

.media-container-column {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .media-container-column > * {
    width: 100%; }

@media (min-width: 992px) {
  .media-container-row {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; } }
figure {
  overflow: hidden; }

figure[mbr-media-size] {
  transition: width 0.1s; }

.mbr-figure img,
.mbr-figure iframe {
  display: block;
  width: 100%; }

.card {
  background-color: transparent;
  border: none; }

.card-box {
  width: 100%; }

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0; }

.media {
  max-width: 100%;
  margin: 0 auto; }

.mbr-figure {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center; }

.media-container > div {
  max-width: 100%; }

.mbr-figure img,
.card-img img {
  width: 100%; }

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important; }

  .media {
    width: auto; } }
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.8rem;
  margin-right: -0.8rem;
  font-size: 0; }

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem; }

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  cursor: pointer; }

[type="submit"] {
  -webkit-appearance: none; }

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh; }

.mbr-fullscreen {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  -webkit-align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem; }

/*! Map */
.map {
  height: 25rem;
  position: relative; }
  .map iframe {
    width: 100%;
    height: 100%; }

/* Form */
.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal; }

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg); }

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 50px;
  width: 50px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center; }
  .mbr-arrow-up a:hover {
    background-color: rgba(0, 0, 0, 0.4); }
  .mbr-arrow-up a i {
    line-height: 50px; }

.mbr-arrow-up-icon {
  display: block;
  color: #fff; }

.mbr-arrow-up-icon::before {
  content: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 140%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  .mbr-arrow > a {
    display: inline-block;
    text-decoration: none;
    outline-style: none;
    -webkit-animation: arrowdown 1.7s ease-in-out infinite;
    animation: arrowdown 1.7s ease-in-out infinite; }
    .mbr-arrow > a > i {
      position: absolute;
      top: -2px;
      left: 15px;
      font-size: 2rem; }

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px); }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); } }
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px); }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); } }
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg); } }
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out; }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out; } }
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out; }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out; } }
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate; }

@keyframes slidein {
  0% {
    transform: translateX(0%); }
  100% {
    transform: translateX(100%);
    display: none; } }
@keyframes slideout {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }
.menu .navbar-brand {
  display: -webkit-flex; }
  .menu .navbar-brand span {
    display: flex;
    display: -webkit-flex; }
  .menu .navbar-brand .navbar-caption-wrap {
    display: -webkit-flex; }
  .menu .navbar-brand .navbar-logo img {
    display: -webkit-flex; }
@media (min-width: 768px) and (max-width: 1253px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox; } }
@media (max-width: 1253px) {
  .menu .navbar-collapse {
    max-height: 93.5vh; }
    .menu .navbar-collapse.show {
      overflow: auto; } }
@media (min-width: 1254px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex; }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important; }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh; }
    .menu .collapsed .navbar-collapse.show {
      overflow: auto; } }
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh; } }

.navbar {
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-align-items: center;
  align-items: center; }

.nav-dropdown .link {
  margin: 0 15px; }

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.justify-content-center {
  -webkit-justify-content: center;
  justify-content: center; }

.form-inline {
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  align-items: center; }

.card-wrapper {
  -webkit-flex: 1;
  flex: 1; }

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }

.carousel-controls {
  display: -webkit-flex; }

.media {
  display: -webkit-flex; }

.form-group:focus {
  outline: none; }

.jq-selectbox__select {
  padding: 0em 0em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 15px; }

.jq-selectbox__dropdown {
  position: absolute;
  top: 100% !important;
  left: 0 !important;
  width: 100% !important; }

.jq-selectbox__trigger-arrow {
  transform: translateY(-50%); }

.jq-selectbox li {
  padding: 1.07em 0.5em; }

input[type="range"] {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.modal-dialog,
.modal-content {
  height: 100%; }

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem); }
  @media (max-width: 575px) {
    .modal-dialog .carousel-inner {
      height: calc(100vh - 1rem); } }

.carousel-item {
  text-align: center; }

.carousel-item img {
  margin: auto; }

.navbar-toggler {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem; }

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%; }

.navbar-toggler-left {
  position: absolute;
  left: 1rem; }

.navbar-toggler-right {
  position: absolute;
  right: 1rem; }

@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 576px) {
  .navbar-toggleable {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-toggleable > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%; }

  .navbar-toggleable .navbar-toggler {
    display: none; } }
@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 768px) {
  .navbar-toggleable-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-toggleable-sm > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-sm .navbar-collapse {
    display: none;
    width: 100%; }

  .navbar-toggleable-sm .navbar-toggler {
    display: none; } }
@media (max-width: 1253px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1254px) {
  .navbar-toggleable-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-toggleable-md > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-md .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%; }

  .navbar-toggleable-md .navbar-toggler {
    display: none; } }
@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-toggleable-lg > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%; }

  .navbar-toggleable-lg .navbar-toggler {
    display: none; } }
.navbar-toggleable-xl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none; }

.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0; }

.navbar-toggleable-xl .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.navbar-toggleable-xl > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.navbar-toggleable-xl .navbar-collapse {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%; }

.navbar-toggleable-xl .navbar-toggler {
  display: none; }

.card-img {
  width: auto; }

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
  -webkit-flex-direction: column; }

.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; }

.dropup .dropdown-toggle::after {
  display: none; }

body {
  font-style: normal;
  line-height: 1.55; }

.mbr-section-title {
  font-style: normal;
  margin-bottom: 30px; }

.mbr-text {
  font-style: normal; }

.btn {
  font-weight: 600 !important;
  border-width: 1px;
  line-height: 20px !important;
  font-style: normal;
  letter-spacing: 0;
  margin: 0.4rem 0.8rem;
  white-space: normal;
  vertical-align: middle;
  overflow: hidden;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center; }

.btn-sm {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

.btn-md {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

.btn-lg {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

.btn-form {
  margin: 0;
  border-radius: 0; }
  .btn-form:hover {
    cursor: pointer; }

#scrollToTop a i:before {
  content: ""; }
#scrollToTop a i:after {
  content: "";
  position: absolute;
  display: block;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  border-top-right-radius: 3px;
  width: 30%;
  height: 30%;
  left: 35%;
  bottom: 40%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg); }

.mbr-arrow a {
  color: #ffffff; }

@media (max-width: 767px) {
  .mbr-arrow {
    display: none; } }
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0; }

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 0.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;
    transform: rotate(45deg);
    width: 14px;
    -webkit-transform: rotate(45deg); }

.form-control {
  box-shadow: none;
  color: #ffffff;
  min-height: 2.5em;
  font-size: 16px;
  border-radius: 4px; }
  .form-active .form-control:invalid {
    border-color: red; }

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none; }

blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  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; }

.mbr-section__comments .row {
  justify-content: center;
  -webkit-justify-content: center; }

.btn .mbr-iconfont {
  font-size: 15px !important;
  order: 1;
  margin-left: 13px; }



@keyframes animBtn {
  0% {
    transform: translateX(0px); }
  51% {
    transform: translateX(20px);
    opacity: 1; }
  52% {
    opacity: 0;
    transform: translateX(-20px); }
  53% {
    opacity: 0; }
  54% {
    opacity: 1; }
  100% {
    transform: translateX(0px); } }

/*# sourceMappingURL=style.css.map */
.mbr-section-btn .btn {
  border-radius: 50px !important;
}
body {
  font-family: 'Roboto' sans-serif !important;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.9rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
.display-1 > .mbr-iconfont {
  font-size: 4.64rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2rem;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 0.95rem;
  line-height: 1.65;
}
.display-4 > .mbr-iconfont {
  font-size: 0.95rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.3rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.display-5 > .mbr-iconfont {
  font-size: 2.08rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.32rem;
    font-size: calc( 1.665rem + (2.9 - 1.665) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.665rem + (2.9 - 1.665) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-5 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
  }
}
/* Buttons */
.btn {
  padding: 14px 18px;
  border-radius: 4px;
}
.btn-sm {
  padding: 7px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 4px;
}
.btn-lg {
  padding: 18px 25px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #17161a !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #a638bd !important;
}
.bg-warning {
  background-color: #000000 !important;
}
.bg-danger {
  background-color: #444345 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-primary:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000000;
  border-color: #000000;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-info,
.btn-info:active {
  background-color: #a638bd !important;
  border-color: #a638bd !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #a638bd;
  border-color: #a638bd;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #a638bd !important;
  border-color: #a638bd !important;
}
.btn-info:hover {
  background-color: #832c96 !important;
  border-color: #832c96 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success:hover {
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #000000;
  border-color: #000000;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #444345 !important;
  border-color: #444345 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #444345;
  border-color: #444345;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #444345 !important;
  border-color: #444345 !important;
}
.btn-danger:hover {
  background-color: #2b2a2b !important;
  border-color: #2b2a2b !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  color: #17161a !important;
}
.btn-white.btn {
  color: #17161a !important;
}
.btn-black,
.btn-black:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #000000 !important;
  border-color: #000000;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #a638bd;
  color: #a638bd;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #a638bd !important;
  border-color: #a638bd;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #a638bd !important;
  border-color: #a638bd !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #000000 !important;
  border-color: #000000;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #444345;
  color: #444345;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background: #444345 !important;
  border-color: #444345;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #444345 !important;
  border-color: #444345 !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-white-outline {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline:hover {
  color: #17161a !important;
}
.text-primary {
  color: #17161a !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #a638bd !important;
}
.text-warning {
  color: #000000 !important;
}
.text-danger {
  color: #444345 !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: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #61216e !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #111111 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #17161a !important;
}
.alert-success {
  background-color: #ffffff;
}
.alert-info {
  background-color: #a638bd;
}
.alert-warning {
  background-color: #000000;
}
.alert-danger {
  background-color: #444345;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 50px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li a {
  border-radius: 50px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #17161a;
  border-color: #17161a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 50px !important;
}
a,
a:hover {
  color: #17161a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c8c6cf;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d395e0;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b7b6b8;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #17161a;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 50px !important;
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 50px !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #17161a;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #17161a;
  border-bottom-color: #17161a;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #17161a !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #000000 !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-sBL5r8NTWk {
  min-height: 20px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sBL5r8NTWk .nav-item,
.cid-sBL5r8NTWk .nav-link,
.cid-sBL5r8NTWk .navbar-caption {
  font-weight: normal;
}
.cid-sBL5r8NTWk .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 1.4vw !important;
  padding: 0 !important;
  font-weight: 500;
}
@media (min-width: 992px) {
  .cid-sBL5r8NTWk .navbar {
    min-height: 90px !important;
  }
  .cid-sBL5r8NTWk .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-sBL5r8NTWk .btn {
    white-space: nowrap;
  }
  .cid-sBL5r8NTWk .dropdown-menu {
    background-color: #ebeaed !important;
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-sBL5r8NTWk .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-sBL5r8NTWk .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-sBL5r8NTWk .dropdown-toggle::after,
  .cid-sBL5r8NTWk .nav-dropdown .link.dropdown-toggle::after {
    content: '';
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-sBL5r8NTWk .dropdown-toggle::after {
  display: none;
  font-family: 'Moririse2' !important;
  content: '\e960';
  font-weight: bold;
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBL5r8NTWk .dropdown-menu {
  box-shadow: none;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 12px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBL5r8NTWk .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  transform: rotate(45deg);
}
.cid-sBL5r8NTWk .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBL5r8NTWk .dropdown-menu .dropdown-item:hover {
  color: #17161a !important;
  background-color: #fafafa;
}
.cid-sBL5r8NTWk .dropdown.open .dropdown-toggle[aria-expanded='true']::after {
  transform: rotate(45deg);
}
.cid-sBL5r8NTWk .dropdown.open .dropdown-toggle[aria-expanded='true'] + .dropdown-submenu {
  visibility: visible;
}
.cid-sBL5r8NTWk .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-sBL5r8NTWk .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-sBL5r8NTWk .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-sBL5r8NTWk .nav-item:focus,
.cid-sBL5r8NTWk .nav-link:focus {
  outline: none;
}
.cid-sBL5r8NTWk .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-sBL5r8NTWk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sBL5r8NTWk .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sBL5r8NTWk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sBL5r8NTWk .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sBL5r8NTWk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sBL5r8NTWk ul.navbar-nav li {
  margin: 1px;
}
.cid-sBL5r8NTWk .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-sBL5r8NTWk .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-sBL5r8NTWk .navbar .navbar-collapse {
  justify-content: start;
  z-index: 1;
}
.cid-sBL5r8NTWk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sBL5r8NTWk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sBL5r8NTWk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 2rem);
  }
}
.cid-sBL5r8NTWk .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sBL5r8NTWk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sBL5r8NTWk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sBL5r8NTWk .navbar {
    padding: 10px 0;
  }
  .cid-sBL5r8NTWk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sBL5r8NTWk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sBL5r8NTWk .navbar .container-fluid,
  .cid-sBL5r8NTWk .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-sBL5r8NTWk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sBL5r8NTWk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sBL5r8NTWk .navbar .navbar-logo img {
    padding: 0 !important;
    margin: 0 !important;
    height: 3rem !important;
  }
  .cid-sBL5r8NTWk .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: left;
  }
  .cid-sBL5r8NTWk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sBL5r8NTWk .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sBL5r8NTWk .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-sBL5r8NTWk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sBL5r8NTWk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sBL5r8NTWk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sBL5r8NTWk .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sBL5r8NTWk .dropdown-item.active,
.cid-sBL5r8NTWk .dropdown-item:active {
  background-color: transparent;
}
.cid-sBL5r8NTWk .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sBL5r8NTWk .nav-dropdown .link .dropdown-toggle[aria-expanded='true'] {
  margin: 0 2vw !important;
}
.cid-sBL5r8NTWk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sBL5r8NTWk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-sBL5r8NTWk .navbar-buttons {
  text-align: end;
}
.cid-sBL5r8NTWk .botoes {
  justify-content: flex-end !important;
}
.cid-sBL5r8NTWk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sBL5r8NTWk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-sBL5r8NTWk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sBL5r8NTWk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBL5r8NTWk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBL5r8NTWk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sBL5r8NTWk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBL5r8NTWk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sBL5r8NTWk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sBL5r8NTWk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBL5r8NTWk .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-sBL5r8NTWk a.nav-link {
  justify-content: left;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBL5r8NTWk a.nav-link:hover {
  color: #17161a !important;
}
.is-builder .cid-sBL5r8NTWk .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sBL5r8NTWk .navbar {
    height: 20px;
  }
  .cid-sBL5r8NTWk .navbar.opened {
    height: auto;
  }
  .cid-sBL5r8NTWk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBL5r8NTWk li {
  list-style-type: none;
}
.cid-sBL5r8NTWk span {
  font-size: 30px !important;
}
.cid-sBL5r8NTWk .btn .mbr-iconfont {
  margin-right: 9px;
  font-size: 25px !important;
  order: 0 !important;
}
@media (max-width: 768px) {
  .cid-sBL5r8NTWk .navbar-buttons {
    text-align: center;
  }
  .cid-sBL5r8NTWk a.nav-link {
    border-bottom: 1px solid #f2ecec;
    margin-top: 15px !important;
  }
  .cid-sBL5r8NTWk .botoes {
    justify-content: center !important;
  }
}
.cid-sBL5r8NTWk .fgts:hover {
  background-color: #6C247D !important;
}
.cid-uYnNgITk0M {
  background-image: url("../../../assets/images/banner-1-1920x1080.png");
}
.cid-uYnNgITk0M .mbr-overlay {
  background: #121212;
  opacity: 0.7;
}
.cid-uYnNgITk0M .content-wrapper .logo-wrapper {
  margin-bottom: 36px;
}
.cid-uYnNgITk0M .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 100px;
  height: 200px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uYnNgITk0M .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYnNgITk0M .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uYnNgITk0M .content-wrapper .text-wrapper {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uYnNgITk0M .content-wrapper .text-wrapper {
    margin-top: 48px;
  }
}
.cid-uYnNgITk0M .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYnNgITk0M .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYnNgITk0M .content-wrapper .text-wrapper .mbr-text span {
  background: linear-gradient(90deg, #ffc900, #ffd433 65%, #ffc900);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uYnNgITk0M .content-wrapper .mbr-section-btn {
  margin-top: 36px;
}
.cid-uYnNgITk0M .slider-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uYnNgITk0M .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uYnNgITk0M .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uYnNgITk0M .embla__slide:hover .slide-content,
.cid-uYnNgITk0M .embla__slide:focus .slide-content {
  border: 2px solid #9aa0a6;
  background-color: #9aa0a6;
}
.cid-uYnNgITk0M .embla__slide .slide-content {
  width: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uYnNgITk0M .embla__slide .slide-content .item-wrapper {
  padding: 12px;
  background-color: #2e3030;
  border: 1px solid #252525;
  display: flex;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uYnNgITk0M .embla__slide .slide-content .item-wrapper {
    display: block;
    padding: 16px;
  }
}
.cid-uYnNgITk0M .embla__slide .slide-content .item-wrapper .item-img {
  width: 34%;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uYnNgITk0M .embla__slide .slide-content .item-wrapper .item-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uYnNgITk0M .embla__slide .slide-content .item-wrapper .item-img img {
  height: 90px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYnNgITk0M .embla__slide .slide-content .item-wrapper .item-img img {
    height: 50px;
  }
}
.cid-uYnNgITk0M .embla__slide .slide-content .item-wrapper .item-img a {
  display: block;
  width: 100%;
  height: 100%;
}
.cid-uYnNgITk0M .embla__slide .slide-content .item-wrapper .item-content {
  width: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 992px) {
  .cid-uYnNgITk0M .embla__slide .slide-content .item-wrapper .item-content {
    width: 100%;
    display: block;
  }
}
.cid-uYnNgITk0M .embla__slide .slide-content .item-wrapper .item-content .text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 16px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uYnNgITk0M .embla__slide .slide-content .item-wrapper .item-content .text-wrap {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uYnNgITk0M .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-title {
  margin-bottom: 4px;
}
.cid-uYnNgITk0M .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uYnNgITk0M .embla__slide .slide-content .item-wrapper .item-content .icon-wrapper {
  min-width: 24px;
  display: flex;
  align-items: flex-end;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uYnNgITk0M .embla__slide .slide-content .item-wrapper .item-content .icon-wrapper {
    min-width: auto;
  }
}
.cid-uYnNgITk0M .embla__slide .slide-content .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #ffffff;
}
.cid-uYnNgITk0M .embla__button--next,
.cid-uYnNgITk0M .embla__button--prev {
  display: flex;
}
.cid-uYnNgITk0M .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 24px;
  background-color: #252525 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-uYnNgITk0M .embla__button {
    display: none;
  }
}
.cid-uYnNgITk0M .embla__button:hover {
  transform: scale(1.05);
}
.cid-uYnNgITk0M .embla__button.embla__button--prev {
  left: 0;
}
.cid-uYnNgITk0M .embla__button.embla__button--next {
  right: 0;
}
.cid-uYnNgITk0M .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uYnNgITk0M .embla {
    width: 100%;
  }
}
.cid-uYnNgITk0M .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uYnNgITk0M .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uYnNgITk0M .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uYnNgITk0M .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uYnNgITk0M .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uYnNgITk0M .mbr-section-title,
.cid-uYnNgITk0M .mbr-section-btn,
.cid-uYnNgITk0M .logo-wrapper {
  text-align: center;
}
.cid-uYnNgITk0M .mbr-section-title,
.cid-uYnNgITk0M .logo-wrapper,
.cid-uYnNgITk0M .mbr-section-btn {
  text-align: left;
  color: #e8e8e8;
}
@media (max-width: 768px) {
  .cid-uYnNgITk0M .content-wrapper {
    margin-top: 50px;
  }
  .cid-uYnNgITk0M .grid-Custom {
    margin-left: 0;
    margin-top: 0px;
    width: 100% !important;
    paddng: 0;
  }
  .cid-uYnNgITk0M .tiposOperacao {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px;
  }
  .cid-uYnNgITk0M .taxas {
    padding-left: 15px;
    display: block;
    justify-content: space-between;
  }
  .cid-uYnNgITk0M .moeda {
    width: 57%;
  }
  .cid-uYnNgITk0M .vitrine {
    display: block !important;
    padding: 0;
  }
  .cid-uYnNgITk0M .check {
    opacity: 1 !important;
  }
  .cid-uYnNgITk0M .line {
    width: 100%;
    margin: 3px;
  }
  .cid-uYnNgITk0M .prime-button {
    width: 100%;
    font-size: 14px;
    display: flex;
    margin-right: 0;
    margin-left: 0;
  }
  .cid-uYnNgITk0M .containerVitrine {
    width: auto !important;
    margin-top: 50px;
  }
  .cid-uYnNgITk0M .btn {
    display: block !important;
  }
  .cid-uYnNgITk0M .custom-box-list-moeda {
    list-style: none;
    position: absolute;
    width: 62vw !important;
    left: -25vw !important;
    height: 64vw !important;
    overflow: scroll;
    border-radius: 4px !important;
    z-index: 2;
    padding: 0;
    margin: 0;
    box-shadow: 0 0 40px rgba(69, 71, 69, 0.2);
    background-color: #fcfcfc;
  }
}
.cid-uYnNgITk0M .slidep {
  font-size: 14px;
}
.cid-uYnNgITk0M #primecase-info-taxa-descricao {
  cursor: pointer;
}
.cid-uYnNgITk0M .labelSelect {
  font-size: 14px;
  opacity: 0.8;
}
.cid-uYnNgITk0M #primecase-multiplicador-value {
  padding: 0px 10px;
}
.cid-uYnNgITk0M .primecase-box-impostos {
  display: flex;
  cursor: pointer;
  color: #000 !important;
  font-size: 14px;
  opacity: 0.7;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
}
.cid-uYnNgITk0M .primecase-custom-tooltip {
  cursor: pointer;
  --bs-tooltip-bg: #e08e3e !important;
  --bs-tooltip-color: #000 !important;
}
.cid-uYnNgITk0M .tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}
.cid-uYnNgITk0M .tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
}
.cid-uYnNgITk0M .tooltip:hover .tooltiptext {
  visibility: visible;
}
.cid-uYnNgITk0M .botoes {
  display: flex;
}
.cid-uYnNgITk0M .tiposOperacao {
  display: flex;
}
.cid-uYnNgITk0M #img-moeda-real {
  width: 30px;
}
.cid-uYnNgITk0M #selected-moeda-descricao {
  font-weight: 500;
}
.cid-uYnNgITk0M .input-group-text {
  display: none;
}
.cid-uYnNgITk0M .btn {
  padding: 1rem !important;
  background: #eee;
  display: inline ;
}
.cid-uYnNgITk0M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnNgITk0M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnNgITk0M .hide-primecase {
  visibility: hidden;
  position: fixed;
  top: -100vh;
}
.cid-uYnNgITk0M .containerVitrine {
  position: relative;
  z-index: 1;
  box-shadow: 0 4px 8px rgba(255, 255, 255, 0.3);
  background: #fff;
  border: 1px solid #555;
  padding: 16px 24px;
  border-radius: 25px;
  width: 410px;
}
.cid-uYnNgITk0M .card {
  z-index: 1;
}
.cid-uYnNgITk0M .btn-primary {
  background-color: #e08e3e;
  border-color: #e08e3e;
}
.cid-uYnNgITk0M .btn-primary:hover {
  opacity: 1;
  background-color: #e08e3e;
  border-color: #e08e3e;
}
.cid-uYnNgITk0M .prime-button {
  width: 100%;
  min-height: 40px !important;
  font-size: 14px;
  display: flex;
  border-radius: 0;
  margin-right: 0;
  margin-left: 0;
  padding: 8px 0px !important;
}
.cid-uYnNgITk0M .check {
  opacity: 1;
  width: 100%;
  color: #fff !important;
  background: #656464 !important;
}
.cid-uYnNgITk0M .custom-box-moeda {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0.4rem;
}
.cid-uYnNgITk0M .custom-box-moeda:hover {
  cursor: pointer;
}
.cid-uYnNgITk0M .custom-box-img {
  height: 1.2rem;
}
.cid-uYnNgITk0M .custom-box-img-list {
  height: 1rem;
  width: 30px !important;
}
.cid-uYnNgITk0M .custom-box-list-moeda {
  list-style: none;
  position: absolute;
  width: 22vw;
  left: -9vw;
  height: 23vw;
  overflow: scroll;
  border-radius: 4px !important;
  z-index: 2;
  padding: 0;
  margin: 0;
  box-shadow: 0 0 40px rgba(69, 71, 69, 0.2);
  background-color: #fcfcfc;
}
.cid-uYnNgITk0M .custom-box-list-moeda li {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.4rem;
  color: #333;
  height: 50px;
  border-bottom: 1px solid #f2f2f2;
  box-sizing: border-box;
  padding-left: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.cid-uYnNgITk0M .custom-box-list-moeda li:hover {
  background-color: rgba(242, 242, 242, 0.4);
  cursor: pointer;
}
.cid-uYnNgITk0M .custom-box-list-moeda li:last-child {
  border: none;
}
.cid-uYnNgITk0M .primecase-tarifas {
  height: auto;
  width: 100%;
  padding: 0 0px;
}
.cid-uYnNgITk0M .more-view {
  cursor: pointer;
}
.cid-uYnNgITk0M .primecase-tarifas p:last-child {
  border-bottom: none;
}
.cid-uYnNgITk0M .isloadingVitrine {
  position: absolute;
  height: 120%;
  width: 120%;
  left: -10%;
  top: -10%;
  background: rgba(20, 20, 20, 0.95);
  z-index: 2;
  display: none;
  align-items: center;
  justify-content: center;
}
.cid-uYnNgITk0M .loader {
  transform: rotateZ(45deg);
  perspective: 1000px;
  border-radius: 50%;
  width: 4.5rem;
  height: 4.5rem;
  color: #fff;
}
.cid-uYnNgITk0M .loader:before,
.cid-uYnNgITk0M .loader:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  border-radius: 50%;
  transform: rotateX(70deg);
  animation: .9s spin linear infinite;
}
.cid-uYnNgITk0M .loader:after {
  color: #e08e3e;
  transform: rotateY(70deg);
  animation-delay: .4s;
}
@keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotateZ(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotateZ(360deg);
  }
}
@keyframes rotateccw {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@keyframes spin {
  0%,
  100% {
    box-shadow: .2em 0px 0 0px currentcolor;
  }
  12% {
    box-shadow: .2em .2em 0 0 currentcolor;
  }
  25% {
    box-shadow: 0 .2em 0 0px currentcolor;
  }
  37% {
    box-shadow: -0.2em 0.2em 0 0 currentcolor;
  }
  50% {
    box-shadow: -0.2em 0 0 0 currentcolor;
  }
  62% {
    box-shadow: -0.2em -0.2em 0 0 currentcolor;
  }
  75% {
    box-shadow: 0px -0.2em 0 0 currentcolor;
  }
  87% {
    box-shadow: 0.2em -0.2em 0 0 currentcolor;
  }
}
.cid-uYnNgITk0M .grid-Custom {
  margin-left: auto;
  display: flex;
  font-family: 'arial' !important;
  width: 100%;
}
.cid-uYnNgITk0M #btn-Comprar {
  background: #000 !important;
  padding: 0.6rem 1rem !important;
  border-radius: 30px;
  margin: 0;
  border: none;
  color: #fff !important;
  width: 100%;
}
.cid-uYnNgITk0M .form-select {
  border: none;
  padding: 5px 0px 5px 0px !important;
  width: 100%;
  background: transparent;
  color: #000 !important;
}
.cid-uYnNgITk0M .form-control {
  background-color: transparent;
  background-clip: border-box;
  color: #000;
  line-height: 1rem !important;
  height: auto;
  font-size: 17px;
  padding: 0.8rem 0.2rem;
  transition: border-color 0.25s ease 0s;
  border: none !important;
  border-radius: 4px;
  box-shadow: none;
}
.cid-uYnNgITk0M .form-control:hover,
.cid-uYnNgITk0M .form-control:focus {
  border: none !important;
  box-shadow: none !important;
}
.cid-uYnNgITk0M .rowReal {
  border: 1px solid #aaa;
  align-items: center;
  margin: 23px 5px;
  border-radius: 8px;
}
.cid-uYnNgITk0M .taxas {
  padding: 0px 10px;
  font-size: 15px;
  display: flex;
  justify-content: space-between;
}
.cid-uYnNgITk0M .vitrine {
  display: flex;
}
.cid-uYnNgITk0M .explicacao {
  cursor: pointer;
}
.cid-uYnNgITk0M .moeda {
  width: 57%;
}
.cid-uYnNgITk0M .mbr-section-subtitle {
  color: #000000;
}
.cid-uYnNgITk0M label {
  font-size: 14px;
  opacity: 0.7;
  color: #000;
  margin-bottom: 0;
}
.cid-uYnNgITk0M .mbr-text,
.cid-uYnNgITk0M .text-wrapper {
  color: #ffffff;
}
.cid-uYnNgITk0M .item-text {
  color: #f7f7f7;
}
.cid-uYnNgITk0M .item-title {
  color: #ffffff;
}
.cid-uYnNgITk0M .form-floating > label {
  top: 0;
  left: 0;
  height: 100%;
  padding: 0 !important;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
.cid-uYnNgITk0M option {
  color: black;
}
.cid-tqcREmHnoy {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/banner-8-1920x1080.png");
}
.cid-tqcREmHnoy .wrap {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tqcREmHnoy .content__block {
    padding: 0 15px;
  }
}
.cid-tqcREmHnoy .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-tqcREmHnoy .mbr-text {
  opacity: 0.8;
  margin-bottom: 20px;
}
.cid-tqcREmHnoy .image img {
  max-width: 100%;
  height: 22em;
  border-radius: 4px;
  object-fit: cover;
}
.cid-tqcREmHnoy .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-tqcREmHnoy .aplicativo {
  padding: 11px;
}
.cid-tqcREmHnoy .mbr-section-title {
  color: #ffffff;
}
.cid-tqcREmHnoy .mbr-text,
.cid-tqcREmHnoy .mbr-section-btn {
  color: #ffffff;
}
.cid-tqcREmHnoy .btn {
  padding: 15px;
}
.cid-t6RuOxpsoc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t6RuOxpsoc .wrap {
  overflow: hidden;
  height: 500px;
  background-color: rgba(255, 255, 255, 0.98);
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-t6RuOxpsoc .wrap {
    height: auto;
  }
}
@media (min-width: 1200px) {
  .cid-t6RuOxpsoc .content__block {
    padding: 80px 30px;
  }
}
@media (max-width: 1199px) {
  .cid-t6RuOxpsoc .content__block {
    padding: 50px 30px;
  }
}
@media (max-width: 767px) {
  .cid-t6RuOxpsoc .content__block {
    padding: 40px 15px;
  }
}
.cid-t6RuOxpsoc .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-t6RuOxpsoc .mbr-text {
  opacity: 0.8;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .cid-t6RuOxpsoc .image {
    padding: 80px 15px 0;
  }
}
@media (max-width: 1199px) {
  .cid-t6RuOxpsoc .image {
    padding: 50px 15px 0;
  }
}
@media (max-width: 767px) {
  .cid-t6RuOxpsoc .image {
    padding: 0 0 0px;
  }
}
.cid-t6RuOxpsoc .image img {
  max-width: 100%;
  height: 22em;
  border-radius: 4px;
  object-fit: cover;
}
.cid-t6RuOxpsoc .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-t6RuOxpsoc .aplicativo {
  padding: 11px;
}
.cid-t6RuOxpsoc .mbr-section-title {
  color: #000000;
}
.cid-t6RuOxpsoc .mbr-text,
.cid-t6RuOxpsoc .mbr-section-btn {
  color: #000000;
}
.cid-rSMmmGPFP1 {
  margin-bottom: -1rem;
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-rSMmmGPFP1 .mbr-text {
  line-height: 1.55;
  color: #000000;
}
.cid-rSMmmGPFP1 img {
  width: 70px !important;
}
.cid-rSMmmGPFP1 .price {
  margin-top: 5px;
}
.cid-rSMmmGPFP1 .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-rSMmmGPFP1 .mbr-section-btn {
  margin: 10px 0 0 0;
}
.cid-rSMmmGPFP1 .btn-md {
  padding: 0 20px 0 15px ;
  height: 50px;
  margin: 0 !important;
}
.cid-rSMmmGPFP1 .btn-md:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.cid-rSMmmGPFP1 .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-rSMmmGPFP1 a {
  color: #000000 !important;
  transition: all 400ms ease-in-out;
}
.cid-rSMmmGPFP1 a:hover {
  color: #767676 !important;
  transition: all 400ms ease-in-out;
}
.cid-rSMmmGPFP1 .mbr-iconfont:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 10px 0 10px;
}
@media (max-width: 991px) {
  .cid-rSMmmGPFP1 .content__block,
  .cid-rSMmmGPFP1 .price__block {
    margin-bottom: 30px;
  }
}
.cid-rSMmmGPFP1 .descr {
  color: #444345;
}
.cid-rSMmmGPFP1 .text-center {
  margin-left: 13em !important;
}
@media (max-width: 796px) {
  .cid-rSMmmGPFP1 .text-center {
    margin-top: 1em !important;
    margin-left: 0em !important;
  }
}
@media (min-width: 766px) and (max-width: 769px) {
  .cid-rSMmmGPFP1 .mbr-section-title {
    font-size: 1rem !important;
  }
  .cid-rSMmmGPFP1 .mbr-section-title img {
    margin-right: 1rem !important;
  }
}
@media (min-width: 1023px) and (max-width: 1025px) {
  .cid-rSMmmGPFP1 .bloco-telefone-delivery {
    margin-left: 0rem !important;
  }
}
.cid-sDDYUCYtPc {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ebeaed;
}
.cid-sDDYUCYtPc .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
  color: #000000;
}
.cid-sDDYUCYtPc .clients__block .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-sDDYUCYtPc .mbr-text {
  margin: 10px 0 30px;
}
.cid-sDDYUCYtPc .wrap {
  overflow: hidden;
  padding: 20px 0;
}
.cid-sDDYUCYtPc .wrap:hover .image {
  animation: clientsAnim cubic-bezier(0.4, 0, 0.2, 1) 0.75s 1;
}
.cid-sDDYUCYtPc .image {
  padding-right: 35%;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sDDYUCYtPc .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sDDYUCYtPc .mbr-text {
    margin: 10px 0;
  }
}
@keyframes clientsAnim {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(calc(-125%));
    opacity: 1;
  }
  51% {
    transform: translateY(calc(-125%));
    opacity: 0;
  }
  52% {
    transform: translateY(calc(125%));
  }
  86% {
    opacity: 1;
  }
  100% {
    transform: translateY(0px);
  }
}
.cid-sDDYUCYtPc .mbr-section-title {
  color: #000000;
}
.cid-sDDeA51OFH {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ebeaed;
}
.cid-sDDeA51OFH img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-sDDeA51OFH .link-wrapper {
  margin-bottom: 1rem;
}
.cid-sDDeA51OFH .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-sDDeA51OFH .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  border-radius: 18px ;
  justify-content: left;
  align-items: left;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #000000, #17161a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sDDeA51OFH .card-wrapper {
  border-radius: 18px;
  background: #ffffff;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-sDDeA51OFH .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sDDeA51OFH .first:hover:before {
  content: none;
}
.cid-sDDeA51OFH .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  content: "";
}
.cid-sDDeA51OFH .last:hover:after {
  content: none;
}
.cid-sDDeA51OFH .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  content: "";
}
.cid-sDDeA51OFH .mbr-section-text {
  color: #000000;
  text-align: left;
}
.cid-sDDeA51OFH .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-sDDeA51OFH .card .img-wrapper {
  overflow: hidden;
}
.cid-sDDeA51OFH .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-sDDeA51OFH .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-sDDeA51OFH .card:hover .card-wrapper {
  background: linear-gradient(to left, #000000, #17161a);
  color: #ffffff !important;
}
.cid-sDDeA51OFH .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-sDDeA51OFH .mbr-section-title {
  color: #f5f7fd;
  text-align: left;
}
.cid-u1b8UCSI3F {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u1b8UCSI3F span {
  color: #c1c1c1;
}
.cid-u1b8UCSI3F .flex-block {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-u1b8UCSI3F .flex-block span {
  font-size: 3rem;
  margin-right: 3rem;
}
@media (min-width: 577px) {
  .cid-u1b8UCSI3F .flex-block span {
    margin-left: 2rem;
  }
}
.cid-u1b8UCSI3F .custom-button {
  background-color: #000 !important;
  border-color: #000 !important;
  color: #fff !important;
  transition: all 400ms ease-in-out;
}
.cid-u1b8UCSI3F .custom-button:hover {
  background-color: transparent !important;
  border-color: #000 !important;
  color: #000 !important;
  transition: all 400ms ease-in-out;
}
.cid-tjXNfu96qm {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjXNfu96qm .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tjXNfu96qm .btn .mbr-iconfont {
  font-size: 15px !important;
  order: 1;
  margin-left: 0px;
}
.cid-tjXNfu96qm .form-group {
  padding: 0 !important;
}
.cid-tjXNfu96qm .btn {
  border-radius: 0px 20px 20px 0px;
  height: 50px;
  margin-top: 0 !important;
  padding: 0 2rem;
}
.cid-tjXNfu96qm .col-auto {
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-tjXNfu96qm .form-row {
    flex-direction: column;
  }
}
.cid-tjXNfu96qm h4 {
  margin-bottom: 3rem;
}
.cid-tjXNfu96qm .form-control,
.cid-tjXNfu96qm .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  border-radius: 26px 0px 0 20px;
  border: 1px solid #000;
}
.cid-tjXNfu96qm .form-control,
.cid-tjXNfu96qm .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  background-color: #f0f2f5;
  border-color: #f0f2f5;
  color: #103178;
  border-radius: 26px 0px 0 20px;
  transition: 0.4s;
  border: 1px solid #000;
  box-shadow: none;
  outline: none;
}
.cid-tjXNfu96qm .form-control::-webkit-input-placeholder,
.cid-tjXNfu96qm .field-input::-webkit-input-placeholder,
.cid-tjXNfu96qm .form-control::-webkit-input-placeholder,
.cid-tjXNfu96qm .field-input::-webkit-input-placeholder {
  color: #5b6c8f;
}
.cid-tjXNfu96qm .form-control:-moz-placeholder,
.cid-tjXNfu96qm .field-input:-moz-placeholder,
.cid-tjXNfu96qm .form-control:-moz-placeholder,
.cid-tjXNfu96qm .field-input:-moz-placeholder {
  color: #5b6c8f;
}
.cid-tjXNfu96qm .form-control:hover,
.cid-tjXNfu96qm .field-input:hover,
.cid-tjXNfu96qm .form-control:focus,
.cid-tjXNfu96qm .field-input:focus {
  background-color: #f0f2f5;
  border-color: #f0f2f5 !important;
  color: #103178;
  box-shadow: none;
  outline: none;
}
.cid-tjXNfu96qm .form-control:hover::-webkit-input-placeholder,
.cid-tjXNfu96qm .field-input:hover::-webkit-input-placeholder,
.cid-tjXNfu96qm .form-control:focus::-webkit-input-placeholder,
.cid-tjXNfu96qm .field-input:focus::-webkit-input-placeholder,
.cid-tjXNfu96qm .form-control:hover::-webkit-input-placeholder,
.cid-tjXNfu96qm .field-input:hover::-webkit-input-placeholder,
.cid-tjXNfu96qm .form-control:focus::-webkit-input-placeholder,
.cid-tjXNfu96qm .field-input:focus::-webkit-input-placeholder {
  color: #5b6c8f;
}
.cid-tjXNfu96qm .form-control:hover:-moz-placeholder,
.cid-tjXNfu96qm .field-input:hover:-moz-placeholder,
.cid-tjXNfu96qm .form-control:focus:-moz-placeholder,
.cid-tjXNfu96qm .field-input:focus:-moz-placeholder,
.cid-tjXNfu96qm .form-control:hover:-moz-placeholder,
.cid-tjXNfu96qm .field-input:hover:-moz-placeholder,
.cid-tjXNfu96qm .form-control:focus:-moz-placeholder,
.cid-tjXNfu96qm .field-input:focus:-moz-placeholder {
  color: #5b6c8f;
}
.cid-tjXNfu96qm .jq-number__spin:hover,
.cid-tjXNfu96qm .jq-number__spin:focus {
  background-color: #f0f2f5;
  border-color: #f0f2f5;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tjXNfu96qm .jq-number__spin {
  background-color: #f0f2f5;
  border-color: #f0f2f5;
  color: #103178;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tjXNfu96qm .jq-selectbox li,
.cid-tjXNfu96qm .jq-selectbox li {
  background-color: #f0f2f5;
  color: #000000;
}
.cid-tjXNfu96qm .jq-selectbox li:hover,
.cid-tjXNfu96qm .jq-selectbox li.selected {
  background-color: #f0f2f5;
  color: #000000;
}
.cid-tjXNfu96qm .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tjXNfu96qm .jq-number__spin.minus:hover:after,
.cid-tjXNfu96qm .jq-number__spin.plus:hover:after {
  border-top-color: #f0f2f5;
  border-bottom-color: #f0f2f5;
}
.cid-tjXNfu96qm .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tjXNfu96qm .jq-number__spin.minus:after,
.cid-tjXNfu96qm .jq-number__spin.plus:after {
  border-top-color: #f0f2f5;
  border-bottom-color: #f0f2f5;
}
.cid-tjXNfu96qm input::-webkit-clear-button {
  display: none;
}
.cid-tjXNfu96qm input::-webkit-inner-spin-button {
  display: none;
}
.cid-tjXNfu96qm input::-webkit-outer-spin-button {
  display: none;
}
.cid-tjXNfu96qm input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tjXNfu96qm H4 {
  text-align: center;
  color: #191f23;
}
.cid-tjXzLAVhsj {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tjXzLAVhsj .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tjXzLAVhsj .mbr-section-subtitle {
  margin-top: 30px;
}
.cid-tjXzLAVhsj .title__block {
  padding-bottom: 40px;
}
.cid-tjXzLAVhsj .image {
  width: 100%;
  perspective: 700px;
}
.cid-tjXzLAVhsj .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 18em;
  object-fit: cover;
  border-radius: 40px 40px 0px 0px;
}
.cid-tjXzLAVhsj .image img:hover {
  transform: rotateX(-10deg);
}
.cid-tjXzLAVhsj .text__block {
  padding: 15px;
}
.cid-tjXzLAVhsj .card__text {
  display: block;
  color: #6a696c;
  line-height: 1.25;
  margin-bottom: 0;
  text-align: left;
}
.cid-tjXzLAVhsj .content__block {
  margin-bottom: 40px;
  background: #eee;
  padding: 0px;
  border-radius: 40px;
  border: 1px solid #ccc;
}
@media (max-width: 767px) {
  .cid-tjXzLAVhsj .title__block {
    padding-bottom: 30px;
  }
}
.cid-tjXzLAVhsj .card__title {
  text-align: left;
  color: #232226;
}
.cid-tjXzLAVhsj .btn {
  padding: 7px;
  border-radius: 8px !important;
}
.cid-tjXzLAVhsj .mbr-section-btn {
  border-radius: 8px !important;
}
.cid-tjXzLAVhsj p {
  padding-top: 5px;
}
.cid-tjXJWVB9aY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tjXJWVB9aY .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tjXJWVB9aY .mbr-section-subtitle {
  margin-top: 30px;
}
.cid-tjXJWVB9aY .title__block {
  padding-bottom: 40px;
}
.cid-tjXJWVB9aY .image {
  width: 100%;
  perspective: 700px;
}
.cid-tjXJWVB9aY .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 20em;
  object-fit: cover;
  border-radius: 40px 40px 0px 0px;
}
.cid-tjXJWVB9aY .image img:hover {
  transform: rotateX(-10deg);
}
.cid-tjXJWVB9aY .text__block {
  padding: 15px;
}
.cid-tjXJWVB9aY .card__text {
  display: block;
  color: #6a696c;
  line-height: 1.25;
  margin-bottom: 0;
  text-align: left;
}
.cid-tjXJWVB9aY .content__block {
  margin-bottom: 40px;
  background: #eee;
  padding: 0px;
  border-radius: 40px;
  border: 1px solid #ccc;
}
@media (max-width: 767px) {
  .cid-tjXJWVB9aY .title__block {
    padding-bottom: 30px;
  }
}
.cid-tjXJWVB9aY .card__title {
  text-align: left;
  color: #232226;
}
.cid-tjXJWVB9aY .btn {
  padding: 7px;
  border-radius: 8px !important;
}
.cid-tjXJWVB9aY .mbr-section-btn {
  border-radius: 8px !important;
}
.cid-tjXJWVB9aY p {
  padding-top: 5px;
}
.cid-s2KKOMImjG {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-s2KKOMImjG .mbr-text {
  line-height: 1.55;
  color: #000000;
}
.cid-s2KKOMImjG .price {
  margin-top: 5px;
}
.cid-s2KKOMImjG .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-s2KKOMImjG .mbr-section-btn {
  margin: 0px 0 0 0;
}
.cid-s2KKOMImjG .btn-md {
  border: 5px solid;
  border-radius: 16px;
  padding: 0 20px 0 15px ;
  width: 18em;
  height: 50px;
  margin: 0 !important;
}
.cid-s2KKOMImjG .btn-md:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.cid-s2KKOMImjG .btn-md .mbr-iconfont {
  font-size: 40px;
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-s2KKOMImjG .mbr-iconfont:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 50px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 10px 0 10px;
}
@media (max-width: 768px) {
  .cid-s2KKOMImjG .btn-md {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-s2KKOMImjG .content__block,
  .cid-s2KKOMImjG .price__block {
    margin-bottom: 30px;
  }
}
.cid-s2KKOMImjG .descr {
  color: #444345;
}
.cid-s2KKOMImjG span {
  font-size: 80px;
}
.cid-sBLhmbK5Zc {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0;
  padding-right: 0;
  background-color: #232323;
}
.cid-sBLhmbK5Zc ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-sBLhmbK5Zc ul li {
  padding: 1rem 0;
}
.cid-sBLhmbK5Zc .font-robot {
  font-family: 'Roboto', sans-serif !important;
}
.cid-sBLhmbK5Zc .font-robot h1,
.cid-sBLhmbK5Zc .font-robot h2,
.cid-sBLhmbK5Zc .font-robot h3,
.cid-sBLhmbK5Zc .font-robot h4,
.cid-sBLhmbK5Zc .font-robot h5,
.cid-sBLhmbK5Zc .font-robot p,
.cid-sBLhmbK5Zc .font-robot a,
.cid-sBLhmbK5Zc .font-robot span,
.cid-sBLhmbK5Zc .font-robot strong {
  font-family: 'Roboto', sans-serif !important;
}
.cid-sBLhmbK5Zc .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sBLhmbK5Zc .socicon {
  color: #fff;
  font-size: 1.5rem;
}
.cid-sBLhmbK5Zc .mbr-iconfont {
  margin-right: 1em;
  display: inline-block;
  vertical-align: bottom;
}
.cid-sBLhmbK5Zc .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
.cid-sBLhmbK5Zc .map {
  padding: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sBLhmbK5Zc .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-sBLhmbK5Zc .map {
    height: auto;
  }
}
.cid-sBLhmbK5Zc .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-sBLhmbK5Zc .social-list .soc-item {
  padding: 0;
  margin: 2rem 2rem 0 0;
  display: inline-block;
}
.cid-sBLhmbK5Zc .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sBLhmbK5Zc .social-list a:hover {
  opacity: 1;
}
.cid-sBLhmbK5Zc .row-element,
.cid-sBLhmbK5Zc .image-element {
  padding: 0;
}
.cid-sBLhmbK5Zc .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-sBLhmbK5Zc .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #17161a, #000000);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-sBLhmbK5Zc .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-sBLhmbK5Zc .text-content {
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-sBLhmbK5Zc .text-content {
    padding: 2rem 1rem;
  }
  .cid-sBLhmbK5Zc .underline .line {
    height: 2px;
  }
  .cid-sBLhmbK5Zc .mbr-title,
  .cid-sBLhmbK5Zc .underline,
  .cid-sBLhmbK5Zc .mbr-text,
  .cid-sBLhmbK5Zc .mbr-section-btn {
    text-align: left !important;
  }
  .cid-sBLhmbK5Zc .text-white {
    font-size: 14px !important;
  }
}
.cid-sBLhmbK5Zc .mbr-title,
.cid-sBLhmbK5Zc .underline {
  color: #ffffff;
}
.cid-sBLhmbK5Zc .mbr-text,
.cid-sBLhmbK5Zc .mbr-section-btn {
  color: #ffffff;
}
.cid-sBLhmbK5Zc mbr-list LI {
  color: #ffffff;
}
.cid-sBLhmbK5Zc mbr-list {
  text-align: center;
}
.cid-sBLhmbK5Zc .mbr-list,
.cid-sBLhmbK5Zc .social-list mbr-list {
  color: #ffffff;
}
.cid-sBLhmbK5Zc .social-list,
.cid-sBLhmbK5Zc .mbr-list {
  color: #ffffff;
}
.cid-sBFxmGXQEx {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sBFxmGXQEx h2,
.cid-sBFxmGXQEx h3,
.cid-sBFxmGXQEx h4,
.cid-sBFxmGXQEx p {
  color: #ffffff;
}
.cid-sBFxmGXQEx .mbr-overlay {
  z-index: -1;
}
.cid-sBFxmGXQEx .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sBFxmGXQEx .form-control {
  border: none;
  box-shadow: none;
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
  background-color: #ffffff;
  border-bottom: 1px solid #17161a;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-sBFxmGXQEx .form-control:focus,
.cid-sBFxmGXQEx .form-control:hover {
  border: none;
  border-bottom: 1px solid #17161a;
  background-color: #ffffff;
}
.cid-sBFxmGXQEx .form-group {
  margin-bottom: 1rem;
}
.cid-sBFxmGXQEx input::-webkit-input-placeholder,
.cid-sBFxmGXQEx textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-sBFxmGXQEx input:-moz-placeholder,
.cid-sBFxmGXQEx textarea:-moz-placeholder {
  color: #656565;
}
.cid-sBFxmGXQEx .jq-selectbox li,
.cid-sBFxmGXQEx .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sBFxmGXQEx .jq-selectbox li:hover,
.cid-sBFxmGXQEx .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sBFxmGXQEx .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sBFxmGXQEx .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sBFxmGXQEx .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sBFxmGXQEx .mbr-text {
  color: #767676;
}
.cid-sBFxmGXQEx .form-block {
  padding: 3rem;
  position: relative;
}
.cid-sBFxmGXQEx .form-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  opacity: 0.5;
  z-index: 0;
}
.cid-sBFxmGXQEx .form-block .form-wrap {
  position: relative;
  z-index: 1;
}
.cid-sBFxmGXQEx a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-sBFxmGXQEx .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-sBFxmGXQEx .input-group-btn {
  width: 20em;
  border-radius: 20px;
  display: block;
  text-align: center;
}
.cid-sBFxmGXQEx textarea.form-control {
  resize: none;
}
.cid-sBFxmGXQEx .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .cid-sBFxmGXQEx .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sBFxmGXQEx .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-sBFxmGXQEx .google-map {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sBFxmGXQEx h2 {
    padding-top: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-sBFxmGXQEx .block-content {
    padding: 0;
  }
  .cid-sBFxmGXQEx .form-block {
    padding: 1rem;
  }
}
.cid-sBFxmGXQEx h3 {
  margin-bottom: 0em !important;
}
.cid-sBFxmGXQEx p a {
  color: #fff;
  font-weight: 400;
  transition: all 400ms ease-in-out;
}
.cid-sBFxmGXQEx p a:hover {
  font-weight: 900;
  transition: all 400ms ease-in-out;
}
.cid-sBFxmGXQEx .btn-bgr {
  background-color: #000 !important;
  border-color: #000 !important;
  color: #fff !important;
  font-weight: 400 !important;
  transition: all 400ms ease-in-out;
}
.cid-sBFxmGXQEx .btn-bgr:hover {
  background-color: transparent !important;
  border-color: #fff !important;
  color: #fff !important;
  font-weight: bold !important;
  transition: all 400ms ease-in-out;
}
.cid-sBFxmGXQEx .mbr-section-title,
.cid-sBFxmGXQEx .mbr-section-btn {
  color: #000000;
  padding-right: 5em;
  border-radius: 50px;
}
.cid-sBFxmGXQEx H4 {
  color: #656565;
}
.cid-sBFxmGXQEx .mbr-section-subtitle {
  color: #3b3f42;
}
.cid-sBFxmGXQEx P {
  color: #656565;
}
.cid-rT8ROZBGxC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rT8ROZBGxC h4 {
  display: flex;
  color: #232323;
}
.cid-rT8ROZBGxC .panel-text {
  color: #767676;
  line-height: 1.7;
}
.cid-rT8ROZBGxC .wrap {
  display: flex;
}
.cid-rT8ROZBGxC .icon {
  background: #000000;
  min-width: 33px;
  min-height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-rT8ROZBGxC img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-rT8ROZBGxC .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-rT8ROZBGxC p {
  margin: 0;
}
.cid-rT8ROZBGxC .card .card-header a.panel-title {
  background-color: none!important;
  margin-top: 0px!important;
}
.cid-rT8ROZBGxC .mbr-section-subtitle {
  font-weight: 500;
  color: #767676;
  text-align: center;
}
.cid-rT8ROZBGxC .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rT8ROZBGxC .panel-group {
  width: 100%;
}
.cid-rT8ROZBGxC .panel-title {
  border-bottom: 1px solid #efefef;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-rT8ROZBGxC .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rT8ROZBGxC .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rT8ROZBGxC .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-rT8ROZBGxC .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rT8ROZBGxC .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-rT8ROZBGxC .card .panel-body {
  background: #ffffff;
}
.cid-rT8ROZBGxC .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-rT8ROZBGxC .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-rT8ROZBGxC .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-rT8ROZBGxC .header-text,
.cid-rT8ROZBGxC .sign {
  color: #232323;
}
.cid-rSQILs6mFu {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-rSQILs6mFu .mbr-section-title {
  color: #ffffff;
}
.cid-rSQILs6mFu .text__subt {
  margin-bottom: 20px;
}
.cid-rSQILs6mFu .mbr-text {
  margin: 10px 0 20px;
  color: #ffffff;
}
.cid-rSQILs6mFu .subscribe__form {
  padding-bottom: 50px;
}
.cid-rSQILs6mFu .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-rSQILs6mFu .form-control {
  border: none;
  height: 50px;
  padding: 14px 18px;
  background-color: white;
  font-size: 16px;
  color: #000000;
  border-radius: 4px;
}
.cid-rSQILs6mFu .input-group-btn {
  padding-left: 0;
  border-radius: 0px 10px 10px 0px !important;
}
.cid-rSQILs6mFu .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-rSQILs6mFu .mbr-form .input-group-btn a.btn {
  border-radius: 4px !important;
}
.cid-rSQILs6mFu .mbr-form .btn {
  margin: 0;
}
.cid-rSQILs6mFu input::-webkit-input-placeholder {
  color: #000000;
  opacity: .8;
}
.cid-rSQILs6mFu input::-moz-placeholder {
  color: #000000;
  opacity: .8;
}
.cid-rSQILs6mFu .divider {
  background-color: #ffffff;
  height: 1px;
  opacity: 0.6;
}
.cid-rSQILs6mFu input {
  border-radius: 10px 0px 0px 10px !important;
}
@media (max-width: 767px) {
  .cid-rSQILs6mFu .divider {
    margin: 0 15px;
  }
  .cid-rSQILs6mFu .subtitlecss {
    text-align: center !important;
  }
  .cid-rSQILs6mFu .mbr-section-title {
    margin-bottom: 0px !important;
  }
}
#custom-html-p7 .card {
  position: fixed;
  z-index: 1200;
  background: transparent;
  box-shadow: none;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#custom-html-p7 .card img.img-fluid {
  max-height: 37rem !important;
  padding-top: 1rem;
}
#custom-html-p7 .card .card-body {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  justify-items: center;
  max-width: 50vw;
  box-sizing: border-box;
  padding-left: 2px;
  padding-right: 2px;
}
#custom-html-p7 .card .fundo {
  background: rgba(234, 234, 234, 0.1);
  padding: 19px;
  position: absolute;
  right: 13px;
  cursor: pointer;
  z-index: 2000;
  border-radius: 30px;
}
#custom-html-p7 .card .fundo:hover {
  background: rgba(234, 234, 234, 0.4);
  padding: 19px;
  position: absolute;
  right: 13px;
  cursor: pointer;
  z-index: 2000;
  border-radius: 30px;
}
#custom-html-p7 .card .close {
  width: 1.3rem;
  height: 0.1rem;
  background: #fff;
  transform: rotate(45deg);
  position: absolute;
  z-index: 1205;
  right: 0.5rem;
}
#custom-html-p7 .card .close:after {
  content: '';
  width: 1.3rem;
  height: 0.13rem;
  background: #fff;
  transform: rotate(-90deg);
  position: absolute;
  z-index: 1205;
}
#custom-html-p7 .card p {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
#custom-html-p7 .card-primecase:before {
  display: inherit;
  background: rgba(0, 0, 0, 0.8);
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#custom-html-p7 .fade {
  display: none;
}
#custom-html-p7 #PrimecaseStartPopUPCreate {
  display: none;
}
#custom-html-p7 .close:hover,
#custom-html-p7 #close {
  cursor: pointer !important;
}
#custom-html-p7 .startPopUp {
  display: block !important;
  z-index: 2000;
}
@media (max-width: 790px) {
  #custom-html-p7 .card .card-body {
    max-width: 100vw;
    max-height: 85vh;
    width: 23rem;
    overflow-y: auto;
  }
}
#custom-html-p7 .closeButton:hover {
  cursor: pointer !important;
}
.cid-u2MwsHlJL5 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u2MwsHlJL5 .correspondente {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u2MwsHlJL5 .correspondente img {
  width: 220px;
  height: 100%;
  margin: 6px;
}
.cid-u2MwsHlJL5 section {
  position: relative;
}
.cid-u2MwsHlJL5 h4 {
  margin: 0;
}
.cid-u2MwsHlJL5 img {
  height: 75px;
  padding: 3px;
}
.cid-u2MwsHlJL5 a {
  font-weight: 300;
  color: #000 !important;
  transition: all 400ms ease-in-out;
}
.cid-u2MwsHlJL5 h4 a {
  margin-left: -0.7em !important;
}
.cid-u2MwsHlJL5 a:hover {
  transition: all 400ms ease-in-out;
  font-weight: bold !important;
}
.cid-u2MwsHlJL5 .img1 {
  color: #295b76;
}
.cid-u2MwsHlJL5 .img2 {
  color: #295b76;
}
.cid-u2MwsHlJL5 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #295b76;
  transition: background 0.3s;
  margin-bottom: 1rem;
}
.cid-u2MwsHlJL5 .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u2MwsHlJL5 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u2MwsHlJL5 .item,
.cid-u2MwsHlJL5 .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.1rem;
  margin-bottom: 0rem;
}
.cid-u2MwsHlJL5 .item h4,
.cid-u2MwsHlJL5 .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-u2MwsHlJL5 .card-img {
  width: auto;
}
.cid-u2MwsHlJL5 .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-u2MwsHlJL5 .item {
    justify-content: center;
  }
  .cid-u2MwsHlJL5 .align-left {
    text-align: left !important;
  }
}
.cid-u2MwsHlJL5 .item-title {
  color: #000000;
}
.cid-u2MwsHlJL5 .link-title {
  color: #000000;
}
.cid-u2MwsHlJL5 .items-title,
.cid-u2MwsHlJL5 .items-title + .line-wrap {
  color: #000000;
}
.cid-u2MwsHlJL5 .links-title,
.cid-u2MwsHlJL5 .links-title + .line-wrap {
  color: #000000;
}
.cid-u2MwsHlJL5 .text1 {
  color: #000000;
}
.cid-u2MwsHlJL5 .col-sm-6 {
  width: 50% !important;
}
.cid-u2MwsHlJL5 .image img {
  height: 60px !important;
}
.cid-u2MwsHlJL5 .image p {
  font-size: 12px !important;
}
.cid-u2MwsHlJL5 .bloco-redes-sociais span {
  font-size: 2em;
}
@media (max-width: 796px) {
  .cid-u2MwsHlJL5 .image img {
    height: 50px !important;
  }
  .cid-u2MwsHlJL5 .image p {
    font-size: 12px !important;
  }
}
@media (min-width: 765px) and (max-width: 780px) {
  .cid-u2MwsHlJL5 .conteiner-informacoes {
    flex: 0 0 33.333333% !important;
    max-width: 33.333333% !important;
  }
  .cid-u2MwsHlJL5 .conteiner-informacoes-none {
    display: none !important;
  }
}
.cid-u2MwsHlJL5 .primecase img {
  height: 35px;
}
.cid-u2MwsHlJL5 .primecase span {
  position: relative;
  bottom: 2.3px;
}
@media (max-width: 768px) {
  .cid-u2MwsHlJL5 .correspondente {
    margin-left: 0 !important;
  }
}
.cid-u2MwsHlJL5 .btn .mbr-iconfont {
  font-size: 28px !important;
  margin-left: 5px;
  margin-right: 10px;
  order: 0 !important;
}
.cid-u2MwsHlJL5 .mbr-section-btn .btn {
  border-radius: 14px !important;
  padding: 12px;
}
.cid-u2MwsHlJL5 .fundo {
  margin-left: 3px;
  margin-top: 0.8em;
  padding-top: 0px !important;
  padding-bottom: 0 !important;
  color: white;
  height: 2em;
  padding: 1px;
  border-radius: 8px;
  background: black;
  width: 32px;
}
.cid-u2MwsHlJL5 .fundo:hover {
  background: gray;
}
.cid-u2MwsHlJL5 .fa-instagram {
  margin-left: 4.3px;
  margin-top: -3.3px;
  color: white;
  align-items: center;
  justify-content: center;
}
.cid-u2MwsHlJL5 .fa-instagram:hover {
  color: white;
}
.cid-sIfzGQsz6M {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #eeeeee;
}
.cid-sIfzGQsz6M .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sIfzGQsz6M .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-sIfzGQsz6M .btn {
  margin-bottom: 2rem;
}
.cid-sIfzGQsz6M img {
  margin-top: -1em !important;
  width: 1.3em !important;
  margin-left: 22em !important;
}
.cid-sIfzGQsz6M .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-sIfzGQsz6M .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sIfzGQsz6M .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-sIfzGQsz6M .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sIfzGQsz6M .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sIfzGQsz6M .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-sIfzGQsz6M .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sIfzGQsz6M .social-list img {
  margin-left: 8em !important;
}
@media (max-width: 575px) {
  .cid-sIfzGQsz6M .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
  .cid-sIfzGQsz6M img {
    margin-left: 10em !important;
  }
}
.cid-sIfzGQsz6M .links {
  color: #555555;
  text-align: center;
}
.cid-sIfzGQsz6M p {
  font-size: 14px !important;
}
.cid-tjXwCXQTM1.popup-builder {
  background-color: #ffffff;
}
.cid-tjXwCXQTM1.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tjXwCXQTM1.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tjXwCXQTM1 .modal-content,
.cid-tjXwCXQTM1 .modal-dialog {
  height: auto;
}
.cid-tjXwCXQTM1 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tjXwCXQTM1 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tjXwCXQTM1 .form-wrapper .mbr-form .form-group,
  .cid-tjXwCXQTM1 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tjXwCXQTM1 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tjXwCXQTM1 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tjXwCXQTM1 .mbr-text {
  text-align: center;
}
.cid-tjXwCXQTM1 .pt-0 {
  padding-top: 0 !important;
}
.cid-tjXwCXQTM1 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tjXwCXQTM1 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tjXwCXQTM1 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tjXwCXQTM1 .modal-open {
  overflow: hidden;
}
.cid-tjXwCXQTM1 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tjXwCXQTM1 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tjXwCXQTM1 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tjXwCXQTM1 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tjXwCXQTM1 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tjXwCXQTM1 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tjXwCXQTM1 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tjXwCXQTM1 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 80%;
  margin: auto;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tjXwCXQTM1 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tjXwCXQTM1 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tjXwCXQTM1 .modal-backdrop.show {
  opacity: .5;
}
.cid-tjXwCXQTM1 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-tjXwCXQTM1 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tjXwCXQTM1 .modal-header .close:hover {
  opacity: 1;
}
.cid-tjXwCXQTM1 .modal-header .close:focus {
  outline: none;
}
.cid-tjXwCXQTM1 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tjXwCXQTM1 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tjXwCXQTM1 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-tjXwCXQTM1 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tjXwCXQTM1 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tjXwCXQTM1 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tjXwCXQTM1 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tjXwCXQTM1 .modal-sm {
    max-width: 300px;
  }
  .cid-tjXwCXQTM1 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tjXwCXQTM1 .modal-lg,
  .cid-tjXwCXQTM1 .modal-xl {
    max-width: 800px;
  }
  .cid-tjXwCXQTM1 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tjXwCXQTM1 .modal-xl {
    max-width: 1140px;
  }
  .cid-tjXwCXQTM1 .container {
    max-width: 1140px;
  }
}
.cid-tjXwCXQTM1 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tjXwCXQTM1 .container {
    max-width: 720px;
  }
}
.cid-tjXwCXQTM1 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tjXwCXQTM1 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tjXwCXQTM1 .form-group {
  margin-bottom: 1rem;
}
.cid-tjXwCXQTM1 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tjXwCXQTM1 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tjXwCXQTM1 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
section {
  background-color: #eeeeee; }

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word; }

.form-control:focus {
  box-shadow: none; }

:focus {
  outline: none; }

@media (max-width: 992px) {
  .md-pb {
    padding-bottom: 2rem !important; } }
a {
  transition: color 0.25s; }

a.mbr-iconfont:hover {
  text-decoration: none; }

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0; }

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer; }
  a, a:hover {
    text-decoration: none; }

figure {
  margin-bottom: 0; }

body {
  color: #17161a !important;
  font-weight: 400; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4 {
  margin-bottom: 0;
  word-break: break-word;
  word-wrap: break-word; }

b,
strong {
  font-weight: bold; }

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 2px solid;
  border-color: #17161a; }

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  transition-property: background-color, color; }

textarea[type="hidden"] {
  display: none; }

body {
  position: relative;
  overflow-x: hidden; }

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  section .mbr-background-video,
  section .mbr-background-video-preview {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0; }

.hidden {
  visibility: hidden; }

.mbr-z-index20 {
  z-index: 20; }

/*! Base colors */
.mbr-white {
  color: #ffffff; }

.mbr-black {
  color: #000000; }

.mbr-bg-white {
  background-color: #ffffff; }

.mbr-bg-black {
  background-color: #000000; }

/*! Text-aligns */
.align-left {
  text-align: left; }

.align-center {
  text-align: center; }

.align-right {
  text-align: right; }

@media (max-width: 767px) {
  .align-left,
  .align-center,
  .align-right
   {
    text-align: center; } }
/*! Font-weight  */
.mbr-light {
  font-weight: 300 !important; }

.mbr-regular {
  font-weight: 400 !important; }

.mbr-medium {
  font-weight: 500 !important; }

.mbr-semibold {
  font-weight: 600 !important; }

.mbr-bold {
  font-weight: 700 !important; }

.mbr-extrabold {
  font-weight: 800 !important; }

/*! Media  */
.media-size-item {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto; }

.media-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%; }

.media-container-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start; }
  .media-container-row .media-size-item {
    width: 400px; }

.media-container-column {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .media-container-column > * {
    width: 100%; }

@media (min-width: 992px) {
  .media-container-row {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; } }
figure {
  overflow: hidden; }

figure[mbr-media-size] {
  transition: width 0.1s; }

.mbr-figure img,
.mbr-figure iframe {
  display: block;
  width: 100%; }

.card {
  background-color: transparent;
  border: none; }

.card-box {
  width: 100%; }

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0; }

.media {
  max-width: 100%;
  margin: 0 auto; }

.mbr-figure {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center; }

.media-container > div {
  max-width: 100%; }

.mbr-figure img,
.card-img img {
  width: 100%; }

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important; }

  .media {
    width: auto; } }
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.8rem;
  margin-right: -0.8rem;
  font-size: 0; }

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem; }

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  cursor: pointer; }

[type="submit"] {
  -webkit-appearance: none; }

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh; }

.mbr-fullscreen {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  -webkit-align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem; }

/*! Map */
.map {
  height: 25rem;
  position: relative; }
  .map iframe {
    width: 100%;
    height: 100%; }

/* Form */
.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal; }

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg); }

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 50px;
  width: 50px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center; }
  .mbr-arrow-up a:hover {
    background-color: rgba(0, 0, 0, 0.4); }
  .mbr-arrow-up a i {
    line-height: 50px; }

.mbr-arrow-up-icon {
  display: block;
  color: #fff; }

.mbr-arrow-up-icon::before {
  content: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 140%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  .mbr-arrow > a {
    display: inline-block;
    text-decoration: none;
    outline-style: none;
    -webkit-animation: arrowdown 1.7s ease-in-out infinite;
    animation: arrowdown 1.7s ease-in-out infinite; }
    .mbr-arrow > a > i {
      position: absolute;
      top: -2px;
      left: 15px;
      font-size: 2rem; }

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px); }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); } }
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px); }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); } }
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg); } }
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out; }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out; } }
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out; }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out; } }
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate; }

@keyframes slidein {
  0% {
    transform: translateX(0%); }
  100% {
    transform: translateX(100%);
    display: none; } }
@keyframes slideout {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }
.menu .navbar-brand {
  display: -webkit-flex; }
  .menu .navbar-brand span {
    display: flex;
    display: -webkit-flex; }
  .menu .navbar-brand .navbar-caption-wrap {
    display: -webkit-flex; }
  .menu .navbar-brand .navbar-logo img {
    display: -webkit-flex; }
@media (min-width: 768px) and (max-width: 1253px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox; } }
@media (max-width: 1253px) {
  .menu .navbar-collapse {
    max-height: 93.5vh; }
    .menu .navbar-collapse.show {
      overflow: auto; } }
@media (min-width: 1254px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex; }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important; }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh; }
    .menu .collapsed .navbar-collapse.show {
      overflow: auto; } }
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh; } }

.navbar {
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-align-items: center;
  align-items: center; }

.nav-dropdown .link {
  margin: 0 15px; }

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.justify-content-center {
  -webkit-justify-content: center;
  justify-content: center; }

.form-inline {
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  align-items: center; }

.card-wrapper {
  -webkit-flex: 1;
  flex: 1; }

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }

.carousel-controls {
  display: -webkit-flex; }

.media {
  display: -webkit-flex; }

.form-group:focus {
  outline: none; }

.jq-selectbox__select {
  padding: 0em 0em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 15px; }

.jq-selectbox__dropdown {
  position: absolute;
  top: 100% !important;
  left: 0 !important;
  width: 100% !important; }

.jq-selectbox__trigger-arrow {
  transform: translateY(-50%); }

.jq-selectbox li {
  padding: 1.07em 0.5em; }

input[type="range"] {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.modal-dialog,
.modal-content {
  height: 100%; }

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem); }
  @media (max-width: 575px) {
    .modal-dialog .carousel-inner {
      height: calc(100vh - 1rem); } }

.carousel-item {
  text-align: center; }

.carousel-item img {
  margin: auto; }

.navbar-toggler {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem; }

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%; }

.navbar-toggler-left {
  position: absolute;
  left: 1rem; }

.navbar-toggler-right {
  position: absolute;
  right: 1rem; }

@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 576px) {
  .navbar-toggleable {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-toggleable > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%; }

  .navbar-toggleable .navbar-toggler {
    display: none; } }
@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 768px) {
  .navbar-toggleable-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-toggleable-sm > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-sm .navbar-collapse {
    display: none;
    width: 100%; }

  .navbar-toggleable-sm .navbar-toggler {
    display: none; } }
@media (max-width: 1253px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1254px) {
  .navbar-toggleable-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-toggleable-md > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-md .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%; }

  .navbar-toggleable-md .navbar-toggler {
    display: none; } }
@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-toggleable-lg > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%; }

  .navbar-toggleable-lg .navbar-toggler {
    display: none; } }
.navbar-toggleable-xl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none; }

.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0; }

.navbar-toggleable-xl .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.navbar-toggleable-xl > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.navbar-toggleable-xl .navbar-collapse {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%; }

.navbar-toggleable-xl .navbar-toggler {
  display: none; }

.card-img {
  width: auto; }

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
  -webkit-flex-direction: column; }

.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; }

.dropup .dropdown-toggle::after {
  display: none; }

body {
  font-style: normal;
  line-height: 1.55; }

.mbr-section-title {
  font-style: normal;
  margin-bottom: 30px; }

.mbr-text {
  font-style: normal; }

.btn {
  font-weight: 600 !important;
  border-width: 1px;
  line-height: 20px !important;
  font-style: normal;
  letter-spacing: 0;
  margin: 0.4rem 0.8rem;
  white-space: normal;
  vertical-align: middle;
  overflow: hidden;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center; }

.btn-sm {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

.btn-md {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

.btn-lg {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

.btn-form {
  margin: 0;
  border-radius: 0; }
  .btn-form:hover {
    cursor: pointer; }

#scrollToTop a i:before {
  content: ""; }
#scrollToTop a i:after {
  content: "";
  position: absolute;
  display: block;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  border-top-right-radius: 3px;
  width: 30%;
  height: 30%;
  left: 35%;
  bottom: 40%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg); }

.mbr-arrow a {
  color: #ffffff; }

@media (max-width: 767px) {
  .mbr-arrow {
    display: none; } }
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0; }

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 0.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;
    transform: rotate(45deg);
    width: 14px;
    -webkit-transform: rotate(45deg); }

.form-control {
  box-shadow: none;
  color: #ffffff;
  min-height: 2.5em;
  font-size: 16px;
  border-radius: 4px; }
  .form-active .form-control:invalid {
    border-color: red; }

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none; }

blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  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; }

.mbr-section__comments .row {
  justify-content: center;
  -webkit-justify-content: center; }

.btn .mbr-iconfont {
  font-size: 15px !important;
  order: 1;
  margin-left: 13px; }



@keyframes animBtn {
  0% {
    transform: translateX(0px); }
  51% {
    transform: translateX(20px);
    opacity: 1; }
  52% {
    opacity: 0;
    transform: translateX(-20px); }
  53% {
    opacity: 0; }
  54% {
    opacity: 1; }
  100% {
    transform: translateX(0px); } }

/*# sourceMappingURL=style.css.map */
.cid-sBL5r8NTWk {
  min-height: 20px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sBL5r8NTWk .nav-item,
.cid-sBL5r8NTWk .nav-link,
.cid-sBL5r8NTWk .navbar-caption {
  font-weight: normal;
}
.cid-sBL5r8NTWk .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 1.4vw !important;
  padding: 0 !important;
  font-weight: 500;
}
@media (min-width: 992px) {
  .cid-sBL5r8NTWk .navbar {
    min-height: 90px !important;
  }
  .cid-sBL5r8NTWk .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-sBL5r8NTWk .btn {
    white-space: nowrap;
  }
  .cid-sBL5r8NTWk .dropdown-menu {
    background-color: #ebeaed !important;
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-sBL5r8NTWk .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-sBL5r8NTWk .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-sBL5r8NTWk .dropdown-toggle::after,
  .cid-sBL5r8NTWk .nav-dropdown .link.dropdown-toggle::after {
    content: '';
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-sBL5r8NTWk .dropdown-toggle::after {
  display: none;
  font-family: 'Moririse2' !important;
  content: '\e960';
  font-weight: bold;
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBL5r8NTWk .dropdown-menu {
  box-shadow: none;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 12px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBL5r8NTWk .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  transform: rotate(45deg);
}
.cid-sBL5r8NTWk .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBL5r8NTWk .dropdown-menu .dropdown-item:hover {
  color: #17161a !important;
  background-color: #fafafa;
}
.cid-sBL5r8NTWk .dropdown.open .dropdown-toggle[aria-expanded='true']::after {
  transform: rotate(45deg);
}
.cid-sBL5r8NTWk .dropdown.open .dropdown-toggle[aria-expanded='true'] + .dropdown-submenu {
  visibility: visible;
}
.cid-sBL5r8NTWk .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-sBL5r8NTWk .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-sBL5r8NTWk .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-sBL5r8NTWk .nav-item:focus,
.cid-sBL5r8NTWk .nav-link:focus {
  outline: none;
}
.cid-sBL5r8NTWk .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-sBL5r8NTWk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sBL5r8NTWk .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sBL5r8NTWk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sBL5r8NTWk .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sBL5r8NTWk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sBL5r8NTWk ul.navbar-nav li {
  margin: 1px;
}
.cid-sBL5r8NTWk .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-sBL5r8NTWk .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-sBL5r8NTWk .navbar .navbar-collapse {
  justify-content: start;
  z-index: 1;
}
.cid-sBL5r8NTWk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sBL5r8NTWk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sBL5r8NTWk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 2rem);
  }
}
.cid-sBL5r8NTWk .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sBL5r8NTWk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sBL5r8NTWk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sBL5r8NTWk .navbar {
    padding: 10px 0;
  }
  .cid-sBL5r8NTWk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sBL5r8NTWk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sBL5r8NTWk .navbar .container-fluid,
  .cid-sBL5r8NTWk .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-sBL5r8NTWk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sBL5r8NTWk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sBL5r8NTWk .navbar .navbar-logo img {
    padding: 0 !important;
    margin: 0 !important;
    height: 3rem !important;
  }
  .cid-sBL5r8NTWk .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: left;
  }
  .cid-sBL5r8NTWk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sBL5r8NTWk .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sBL5r8NTWk .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-sBL5r8NTWk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sBL5r8NTWk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sBL5r8NTWk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sBL5r8NTWk .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sBL5r8NTWk .dropdown-item.active,
.cid-sBL5r8NTWk .dropdown-item:active {
  background-color: transparent;
}
.cid-sBL5r8NTWk .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sBL5r8NTWk .nav-dropdown .link .dropdown-toggle[aria-expanded='true'] {
  margin: 0 2vw !important;
}
.cid-sBL5r8NTWk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sBL5r8NTWk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-sBL5r8NTWk .navbar-buttons {
  text-align: end;
}
.cid-sBL5r8NTWk .botoes {
  justify-content: flex-end !important;
}
.cid-sBL5r8NTWk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sBL5r8NTWk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-sBL5r8NTWk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sBL5r8NTWk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBL5r8NTWk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBL5r8NTWk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sBL5r8NTWk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBL5r8NTWk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sBL5r8NTWk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sBL5r8NTWk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBL5r8NTWk .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-sBL5r8NTWk a.nav-link {
  justify-content: left;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBL5r8NTWk a.nav-link:hover {
  color: #17161a !important;
}
.is-builder .cid-sBL5r8NTWk .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sBL5r8NTWk .navbar {
    height: 20px;
  }
  .cid-sBL5r8NTWk .navbar.opened {
    height: auto;
  }
  .cid-sBL5r8NTWk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBL5r8NTWk li {
  list-style-type: none;
}
.cid-sBL5r8NTWk span {
  font-size: 30px !important;
}
.cid-sBL5r8NTWk .btn .mbr-iconfont {
  margin-right: 9px;
  font-size: 25px !important;
  order: 0 !important;
}
@media (max-width: 768px) {
  .cid-sBL5r8NTWk .navbar-buttons {
    text-align: center;
  }
  .cid-sBL5r8NTWk a.nav-link {
    border-bottom: 1px solid #f2ecec;
    margin-top: 15px !important;
  }
  .cid-sBL5r8NTWk .botoes {
    justify-content: center !important;
  }
}
.cid-sBL5r8NTWk .fgts:hover {
  background-color: #6C247D !important;
}
.cid-rT8ZQuLJpF {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/silver-stamping-logo-mockup-dg-2000x1354.jpg");
}
.cid-rT8ZQuLJpF .position {
  z-index: 10;
}
.cid-rT8ZQuLJpF .mbr-section-subtitle {
  margin: 10px 0 15px;
  line-height: 1.55;
}
.cid-rT8ZQuLJpF .mbr-section-title1,
.cid-rT8ZQuLJpF .mbr-section-title2 {
  margin-bottom: 0;
}
.cid-rT8ZQuLJpF .mbr-section-text {
  margin-top: 30px;
}
.cid-rT8ZQuLJpF .mbr-section-btn {
  margin-top: 30px;
}
.cid-rT8ZQuLJpF .info__block {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}
.cid-rT8ZQuLJpF .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  display: inline-block;
}
.cid-rT8ZQuLJpF .info__block-item {
  width: 130px;
  padding-top: 25px;
  margin-right: 25px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-rT8ZQuLJpF .info__block-item {
    margin-right: 10px;
  }
}
.cid-rT8ZQuLJpF .title__item,
.cid-rT8ZQuLJpF .text__item {
  margin-bottom: 0;
}
.cid-rT8ZQuLJpF .text__item {
  line-height: 1.35;
  text-align: left;
}
.cid-rT8ZQuLJpF .animated-element {
  color: #d90a2c;
}
.cid-rT8ZQuLJpF .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #d90a2c;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-rT8ZQuLJpF .mbr-section-title2 {
  color: #ffffff;
  text-align: center;
}
.cid-rT9aeKBSHm {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rT9aeKBSHm H1 {
  color: #000000;
  text-align: left;
}
.cid-rT9aeKBSHm .mbr-text,
.cid-rT9aeKBSHm .mbr-section-btn {
  color: #232226;
  text-align: left;
}
.cid-rT9aeKBSHm img {
  width: 150%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-rT9aeKBSHm .col-lg-6 {
    padding: 0 2rem;
  }
}
.cid-rT9aeKBSHm h1 {
  float: left;
}
.cid-rT9aeKBSHm h1[data-lado="rigth"] {
  float: right;
}
.cid-rT9aeKBSHm p {
  clear: both;
}
@media (max-width: 796px) {
  .cid-rT9aeKBSHm h1 {
    clear: both !important;
    text-align: center !important;
  }
}
.cid-rT9aDq5eSV {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rT9aDq5eSV H1 {
  color: #000000;
}
.cid-rT9aDq5eSV .mbr-text,
.cid-rT9aDq5eSV .mbr-section-btn {
  color: #716c80;
}
.cid-rT9aDq5eSV img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-rT9aDq5eSV .col-lg-6 {
    padding: 0 2rem;
  }
}
.cid-rT963307DD {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #191f23;
}
.cid-rT963307DD .mbr-section-text {
  color: #c3c3c3;
  text-align: center;
}
.cid-rT963307DD .features__block {
  margin-top: 40px;
  align-items: flex-end;
}
.cid-rT963307DD .features__item {
  padding: 0 15px 20px;
}
.cid-rT963307DD .item__head {
  display: flex;
  align-items: center;
  color: #888888;
}
.cid-rT963307DD .item__head-group {
  margin-right: 8px;
  height: 20px;
  line-height: 20px;
  font-weight: 700;
  width: 20px;
  text-align: center;
  border-radius: 4px;
  background-color: #ffffff;
  font-size: .9em;
  color: #000000;
}
.cid-rT963307DD .item__head-text {
  color: #888888;
}
.cid-rT963307DD .item__middle {
  margin: 5px 0;
  display: flex;
  align-items: flex-end;
  line-height: 1.05;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cid-rT963307DD .item__middle {
    align-items: center;
  }
}
.cid-rT963307DD .item__middle-percent {
  margin-left: 5px;
}
.cid-rT963307DD .item__bot {
  line-height: 1;
}
.cid-rT963307DD .image {
  margin-bottom: 40px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-rT963307DD .image {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
.cid-rT963307DD .image img {
  width: 100px;
  max-height: 130px;
  object-fit: cover;
  border-radius: 6px;
}
.cid-rT963307DD .subtitle__right {
  margin-top: 15px;
  color: #888888;
}
.cid-rT963307DD .animated-element {
  color: #ffffff;
}
.cid-rT963307DD .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffffff;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .cid-rT963307DD .lg-push-2 {
    left: 16.67%;
  }
}
.cid-rT90YLQlTP {
  background-color: #ffffff;
}
.cid-rT90YLQlTP .text {
  padding: 0;
}
.cid-rT90YLQlTP section {
  position: relative;
}
.cid-rT90YLQlTP h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-rT90YLQlTP .mbr-iconfont {
  padding: 0!important;
}
.cid-rT90YLQlTP .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
}
.cid-rT90YLQlTP .box {
  background-image: url("../../../assets/images/historia-d-empresa-1-2000x2000.png");
  background-size: cover;
  background-position: center;
  height: 52em;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rT90YLQlTP .icon-wrap {
  background-color: #149dcc !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-rT90YLQlTP .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-rT90YLQlTP .icon-wrap span {
  padding-left: 8px;
}
.cid-rT90YLQlTP .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-rT90YLQlTP .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-rT90YLQlTP .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rT90YLQlTP .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rT90YLQlTP .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rT90YLQlTP a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rT90YLQlTP a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rT90YLQlTP .box {
    height: 250px;
  }
  .cid-rT90YLQlTP .row {
    padding: 1rem!important;
  }
}
.cid-rYpn4EYFa1 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-rYpn4EYFa1 .mbr-section-title {
  color: #ffffff;
}
.cid-rYpn4EYFa1 .text__subt {
  margin-bottom: 20px;
}
.cid-rYpn4EYFa1 .mbr-text {
  margin: 10px 0 20px;
  color: #ffffff;
}
.cid-rYpn4EYFa1 .subscribe__form {
  padding-bottom: 50px;
}
.cid-rYpn4EYFa1 .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-rYpn4EYFa1 .form-control {
  border: none;
  height: 50px;
  padding: 14px 18px;
  background-color: white;
  font-size: 16px;
  color: #000000;
  border-radius: 4px;
}
.cid-rYpn4EYFa1 .input-group-btn {
  padding-left: 0;
  border-radius: 0px 10px 10px 0px !important;
}
.cid-rYpn4EYFa1 .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-rYpn4EYFa1 .mbr-form .input-group-btn a.btn {
  border-radius: 4px !important;
}
.cid-rYpn4EYFa1 .mbr-form .btn {
  margin: 0;
}
.cid-rYpn4EYFa1 input::-webkit-input-placeholder {
  color: #000000;
  opacity: .8;
}
.cid-rYpn4EYFa1 input::-moz-placeholder {
  color: #000000;
  opacity: .8;
}
.cid-rYpn4EYFa1 .divider {
  background-color: #ffffff;
  height: 1px;
  opacity: 0.6;
}
.cid-rYpn4EYFa1 input {
  border-radius: 10px 0px 0px 10px !important;
}
@media (max-width: 767px) {
  .cid-rYpn4EYFa1 .divider {
    margin: 0 15px;
  }
  .cid-rYpn4EYFa1 .subtitlecss {
    text-align: center !important;
  }
  .cid-rYpn4EYFa1 .mbr-section-title {
    margin-bottom: 0px !important;
  }
}
.cid-u2MwOTv7HA {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u2MwOTv7HA .correspondente {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u2MwOTv7HA .correspondente img {
  width: 220px;
  height: 100%;
  margin: 6px;
}
.cid-u2MwOTv7HA section {
  position: relative;
}
.cid-u2MwOTv7HA h4 {
  margin: 0;
}
.cid-u2MwOTv7HA img {
  height: 75px;
  padding: 3px;
}
.cid-u2MwOTv7HA a {
  font-weight: 300;
  color: #000 !important;
  transition: all 400ms ease-in-out;
}
.cid-u2MwOTv7HA h4 a {
  margin-left: -0.7em !important;
}
.cid-u2MwOTv7HA a:hover {
  transition: all 400ms ease-in-out;
  font-weight: bold !important;
}
.cid-u2MwOTv7HA .img1 {
  color: #295b76;
}
.cid-u2MwOTv7HA .img2 {
  color: #295b76;
}
.cid-u2MwOTv7HA .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #295b76;
  transition: background 0.3s;
  margin-bottom: 1rem;
}
.cid-u2MwOTv7HA .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u2MwOTv7HA .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u2MwOTv7HA .item,
.cid-u2MwOTv7HA .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.1rem;
  margin-bottom: 0rem;
}
.cid-u2MwOTv7HA .item h4,
.cid-u2MwOTv7HA .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-u2MwOTv7HA .card-img {
  width: auto;
}
.cid-u2MwOTv7HA .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-u2MwOTv7HA .item {
    justify-content: center;
  }
  .cid-u2MwOTv7HA .align-left {
    text-align: left !important;
  }
}
.cid-u2MwOTv7HA .item-title {
  color: #000000;
}
.cid-u2MwOTv7HA .link-title {
  color: #000000;
}
.cid-u2MwOTv7HA .items-title,
.cid-u2MwOTv7HA .items-title + .line-wrap {
  color: #000000;
}
.cid-u2MwOTv7HA .links-title,
.cid-u2MwOTv7HA .links-title + .line-wrap {
  color: #000000;
}
.cid-u2MwOTv7HA .text1 {
  color: #000000;
}
.cid-u2MwOTv7HA .col-sm-6 {
  width: 50% !important;
}
.cid-u2MwOTv7HA .image img {
  height: 60px !important;
}
.cid-u2MwOTv7HA .image p {
  font-size: 12px !important;
}
.cid-u2MwOTv7HA .bloco-redes-sociais span {
  font-size: 2em;
}
@media (max-width: 796px) {
  .cid-u2MwOTv7HA .image img {
    height: 50px !important;
  }
  .cid-u2MwOTv7HA .image p {
    font-size: 12px !important;
  }
}
@media (min-width: 765px) and (max-width: 780px) {
  .cid-u2MwOTv7HA .conteiner-informacoes {
    flex: 0 0 33.333333% !important;
    max-width: 33.333333% !important;
  }
  .cid-u2MwOTv7HA .conteiner-informacoes-none {
    display: none !important;
  }
}
.cid-u2MwOTv7HA .primecase img {
  height: 35px;
}
.cid-u2MwOTv7HA .primecase span {
  position: relative;
  bottom: 2.3px;
}
@media (max-width: 768px) {
  .cid-u2MwOTv7HA .correspondente {
    margin-left: 0 !important;
  }
}
.cid-u2MwOTv7HA .btn .mbr-iconfont {
  font-size: 28px !important;
  margin-left: 5px;
  margin-right: 10px;
  order: 0 !important;
}
.cid-u2MwOTv7HA .mbr-section-btn .btn {
  border-radius: 14px !important;
  padding: 12px;
}
.cid-u2MwOTv7HA .fundo {
  margin-left: 3px;
  margin-top: 0.8em;
  padding-top: 0px !important;
  padding-bottom: 0 !important;
  color: white;
  height: 2em;
  padding: 1px;
  border-radius: 8px;
  background: black;
  width: 32px;
}
.cid-u2MwOTv7HA .fundo:hover {
  background: gray;
}
.cid-u2MwOTv7HA .fa-instagram {
  margin-left: 4.3px;
  margin-top: -3.3px;
  color: white;
  align-items: center;
  justify-content: center;
}
.cid-u2MwOTv7HA .fa-instagram:hover {
  color: white;
}
.cid-sIqFuLhnwS {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #eeeeee;
}
.cid-sIqFuLhnwS .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sIqFuLhnwS .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-sIqFuLhnwS .btn {
  margin-bottom: 2rem;
}
.cid-sIqFuLhnwS img {
  margin-top: -1em !important;
  width: 1.3em !important;
  margin-left: 22em !important;
}
.cid-sIqFuLhnwS .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-sIqFuLhnwS .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sIqFuLhnwS .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-sIqFuLhnwS .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sIqFuLhnwS .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sIqFuLhnwS .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-sIqFuLhnwS .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sIqFuLhnwS .social-list img {
  margin-left: 8em !important;
}
@media (max-width: 575px) {
  .cid-sIqFuLhnwS .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
  .cid-sIqFuLhnwS img {
    margin-left: 10em !important;
  }
}
.cid-sIqFuLhnwS .links {
  color: #555555;
  text-align: center;
}
.cid-sIqFuLhnwS p {
  font-size: 14px !important;
}
/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
section {
  background-color: #eeeeee; }

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word; }

.form-control:focus {
  box-shadow: none; }

:focus {
  outline: none; }

@media (max-width: 992px) {
  .md-pb {
    padding-bottom: 2rem !important; } }
a {
  transition: color 0.25s; }

a.mbr-iconfont:hover {
  text-decoration: none; }

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0; }

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer; }
  a, a:hover {
    text-decoration: none; }

figure {
  margin-bottom: 0; }

body {
  color: #17161a !important;
  font-weight: 400; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4 {
  margin-bottom: 0;
  word-break: break-word;
  word-wrap: break-word; }

b,
strong {
  font-weight: bold; }

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 2px solid;
  border-color: #17161a; }

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  transition-property: background-color, color; }

textarea[type="hidden"] {
  display: none; }

body {
  position: relative;
  overflow-x: hidden; }

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  section .mbr-background-video,
  section .mbr-background-video-preview {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0; }

.hidden {
  visibility: hidden; }

.mbr-z-index20 {
  z-index: 20; }

/*! Base colors */
.mbr-white {
  color: #ffffff; }

.mbr-black {
  color: #000000; }

.mbr-bg-white {
  background-color: #ffffff; }

.mbr-bg-black {
  background-color: #000000; }

/*! Text-aligns */
.align-left {
  text-align: left; }

.align-center {
  text-align: center; }

.align-right {
  text-align: right; }

@media (max-width: 767px) {
  .align-left,
  .align-center,
  .align-right
   {
    text-align: center; } }
/*! Font-weight  */
.mbr-light {
  font-weight: 300 !important; }

.mbr-regular {
  font-weight: 400 !important; }

.mbr-medium {
  font-weight: 500 !important; }

.mbr-semibold {
  font-weight: 600 !important; }

.mbr-bold {
  font-weight: 700 !important; }

.mbr-extrabold {
  font-weight: 800 !important; }

/*! Media  */
.media-size-item {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto; }

.media-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%; }

.media-container-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start; }
  .media-container-row .media-size-item {
    width: 400px; }

.media-container-column {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .media-container-column > * {
    width: 100%; }

@media (min-width: 992px) {
  .media-container-row {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; } }
figure {
  overflow: hidden; }

figure[mbr-media-size] {
  transition: width 0.1s; }

.mbr-figure img,
.mbr-figure iframe {
  display: block;
  width: 100%; }

.card {
  background-color: transparent;
  border: none; }

.card-box {
  width: 100%; }

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0; }

.media {
  max-width: 100%;
  margin: 0 auto; }

.mbr-figure {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center; }

.media-container > div {
  max-width: 100%; }

.mbr-figure img,
.card-img img {
  width: 100%; }

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important; }

  .media {
    width: auto; } }
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.8rem;
  margin-right: -0.8rem;
  font-size: 0; }

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem; }

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  cursor: pointer; }

[type="submit"] {
  -webkit-appearance: none; }

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh; }

.mbr-fullscreen {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  -webkit-align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem; }

/*! Map */
.map {
  height: 25rem;
  position: relative; }
  .map iframe {
    width: 100%;
    height: 100%; }

/* Form */
.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal; }

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg); }

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 50px;
  width: 50px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center; }
  .mbr-arrow-up a:hover {
    background-color: rgba(0, 0, 0, 0.4); }
  .mbr-arrow-up a i {
    line-height: 50px; }

.mbr-arrow-up-icon {
  display: block;
  color: #fff; }

.mbr-arrow-up-icon::before {
  content: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 140%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  .mbr-arrow > a {
    display: inline-block;
    text-decoration: none;
    outline-style: none;
    -webkit-animation: arrowdown 1.7s ease-in-out infinite;
    animation: arrowdown 1.7s ease-in-out infinite; }
    .mbr-arrow > a > i {
      position: absolute;
      top: -2px;
      left: 15px;
      font-size: 2rem; }

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px); }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); } }
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px); }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); } }
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg); } }
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out; }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out; } }
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out; }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out; } }
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate; }

@keyframes slidein {
  0% {
    transform: translateX(0%); }
  100% {
    transform: translateX(100%);
    display: none; } }
@keyframes slideout {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }
.menu .navbar-brand {
  display: -webkit-flex; }
  .menu .navbar-brand span {
    display: flex;
    display: -webkit-flex; }
  .menu .navbar-brand .navbar-caption-wrap {
    display: -webkit-flex; }
  .menu .navbar-brand .navbar-logo img {
    display: -webkit-flex; }
@media (min-width: 768px) and (max-width: 1253px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox; } }
@media (max-width: 1253px) {
  .menu .navbar-collapse {
    max-height: 93.5vh; }
    .menu .navbar-collapse.show {
      overflow: auto; } }
@media (min-width: 1254px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex; }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important; }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh; }
    .menu .collapsed .navbar-collapse.show {
      overflow: auto; } }
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh; } }

.navbar {
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-align-items: center;
  align-items: center; }

.nav-dropdown .link {
  margin: 0 15px; }

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.justify-content-center {
  -webkit-justify-content: center;
  justify-content: center; }

.form-inline {
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  align-items: center; }

.card-wrapper {
  -webkit-flex: 1;
  flex: 1; }

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }

.carousel-controls {
  display: -webkit-flex; }

.media {
  display: -webkit-flex; }

.form-group:focus {
  outline: none; }

.jq-selectbox__select {
  padding: 0em 0em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 15px; }

.jq-selectbox__dropdown {
  position: absolute;
  top: 100% !important;
  left: 0 !important;
  width: 100% !important; }

.jq-selectbox__trigger-arrow {
  transform: translateY(-50%); }

.jq-selectbox li {
  padding: 1.07em 0.5em; }

input[type="range"] {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.modal-dialog,
.modal-content {
  height: 100%; }

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem); }
  @media (max-width: 575px) {
    .modal-dialog .carousel-inner {
      height: calc(100vh - 1rem); } }

.carousel-item {
  text-align: center; }

.carousel-item img {
  margin: auto; }

.navbar-toggler {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem; }

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%; }

.navbar-toggler-left {
  position: absolute;
  left: 1rem; }

.navbar-toggler-right {
  position: absolute;
  right: 1rem; }

@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 576px) {
  .navbar-toggleable {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-toggleable > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%; }

  .navbar-toggleable .navbar-toggler {
    display: none; } }
@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 768px) {
  .navbar-toggleable-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-toggleable-sm > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-sm .navbar-collapse {
    display: none;
    width: 100%; }

  .navbar-toggleable-sm .navbar-toggler {
    display: none; } }
@media (max-width: 1253px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1254px) {
  .navbar-toggleable-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-toggleable-md > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-md .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%; }

  .navbar-toggleable-md .navbar-toggler {
    display: none; } }
@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-toggleable-lg > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%; }

  .navbar-toggleable-lg .navbar-toggler {
    display: none; } }
.navbar-toggleable-xl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none; }

.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0; }

.navbar-toggleable-xl .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.navbar-toggleable-xl > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.navbar-toggleable-xl .navbar-collapse {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%; }

.navbar-toggleable-xl .navbar-toggler {
  display: none; }

.card-img {
  width: auto; }

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
  -webkit-flex-direction: column; }

.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; }

.dropup .dropdown-toggle::after {
  display: none; }

body {
  font-style: normal;
  line-height: 1.55; }

.mbr-section-title {
  font-style: normal;
  margin-bottom: 30px; }

.mbr-text {
  font-style: normal; }

.btn {
  font-weight: 600 !important;
  border-width: 1px;
  line-height: 20px !important;
  font-style: normal;
  letter-spacing: 0;
  margin: 0.4rem 0.8rem;
  white-space: normal;
  vertical-align: middle;
  overflow: hidden;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center; }

.btn-sm {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

.btn-md {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

.btn-lg {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

.btn-form {
  margin: 0;
  border-radius: 0; }
  .btn-form:hover {
    cursor: pointer; }

#scrollToTop a i:before {
  content: ""; }
#scrollToTop a i:after {
  content: "";
  position: absolute;
  display: block;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  border-top-right-radius: 3px;
  width: 30%;
  height: 30%;
  left: 35%;
  bottom: 40%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg); }

.mbr-arrow a {
  color: #ffffff; }

@media (max-width: 767px) {
  .mbr-arrow {
    display: none; } }
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0; }

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 0.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;
    transform: rotate(45deg);
    width: 14px;
    -webkit-transform: rotate(45deg); }

.form-control {
  box-shadow: none;
  color: #ffffff;
  min-height: 2.5em;
  font-size: 16px;
  border-radius: 4px; }
  .form-active .form-control:invalid {
    border-color: red; }

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none; }

blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  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; }

.mbr-section__comments .row {
  justify-content: center;
  -webkit-justify-content: center; }

.btn .mbr-iconfont {
  font-size: 15px !important;
  order: 1;
  margin-left: 13px; }



@keyframes animBtn {
  0% {
    transform: translateX(0px); }
  51% {
    transform: translateX(20px);
    opacity: 1; }
  52% {
    opacity: 0;
    transform: translateX(-20px); }
  53% {
    opacity: 0; }
  54% {
    opacity: 1; }
  100% {
    transform: translateX(0px); } }

/*# sourceMappingURL=style.css.map */
.cid-sBL5r8NTWk {
  min-height: 20px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sBL5r8NTWk .nav-item,
.cid-sBL5r8NTWk .nav-link,
.cid-sBL5r8NTWk .navbar-caption {
  font-weight: normal;
}
.cid-sBL5r8NTWk .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 1.4vw !important;
  padding: 0 !important;
  font-weight: 500;
}
@media (min-width: 992px) {
  .cid-sBL5r8NTWk .navbar {
    min-height: 90px !important;
  }
  .cid-sBL5r8NTWk .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-sBL5r8NTWk .btn {
    white-space: nowrap;
  }
  .cid-sBL5r8NTWk .dropdown-menu {
    background-color: #ebeaed !important;
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-sBL5r8NTWk .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-sBL5r8NTWk .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-sBL5r8NTWk .dropdown-toggle::after,
  .cid-sBL5r8NTWk .nav-dropdown .link.dropdown-toggle::after {
    content: '';
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-sBL5r8NTWk .dropdown-toggle::after {
  display: none;
  font-family: 'Moririse2' !important;
  content: '\e960';
  font-weight: bold;
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBL5r8NTWk .dropdown-menu {
  box-shadow: none;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 12px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBL5r8NTWk .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  transform: rotate(45deg);
}
.cid-sBL5r8NTWk .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBL5r8NTWk .dropdown-menu .dropdown-item:hover {
  color: #17161a !important;
  background-color: #fafafa;
}
.cid-sBL5r8NTWk .dropdown.open .dropdown-toggle[aria-expanded='true']::after {
  transform: rotate(45deg);
}
.cid-sBL5r8NTWk .dropdown.open .dropdown-toggle[aria-expanded='true'] + .dropdown-submenu {
  visibility: visible;
}
.cid-sBL5r8NTWk .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-sBL5r8NTWk .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-sBL5r8NTWk .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-sBL5r8NTWk .nav-item:focus,
.cid-sBL5r8NTWk .nav-link:focus {
  outline: none;
}
.cid-sBL5r8NTWk .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-sBL5r8NTWk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sBL5r8NTWk .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sBL5r8NTWk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sBL5r8NTWk .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sBL5r8NTWk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sBL5r8NTWk ul.navbar-nav li {
  margin: 1px;
}
.cid-sBL5r8NTWk .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-sBL5r8NTWk .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-sBL5r8NTWk .navbar .navbar-collapse {
  justify-content: start;
  z-index: 1;
}
.cid-sBL5r8NTWk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sBL5r8NTWk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sBL5r8NTWk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 2rem);
  }
}
.cid-sBL5r8NTWk .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sBL5r8NTWk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sBL5r8NTWk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sBL5r8NTWk .navbar {
    padding: 10px 0;
  }
  .cid-sBL5r8NTWk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sBL5r8NTWk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sBL5r8NTWk .navbar .container-fluid,
  .cid-sBL5r8NTWk .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-sBL5r8NTWk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sBL5r8NTWk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sBL5r8NTWk .navbar .navbar-logo img {
    padding: 0 !important;
    margin: 0 !important;
    height: 3rem !important;
  }
  .cid-sBL5r8NTWk .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: left;
  }
  .cid-sBL5r8NTWk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sBL5r8NTWk .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sBL5r8NTWk .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-sBL5r8NTWk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sBL5r8NTWk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sBL5r8NTWk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sBL5r8NTWk .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sBL5r8NTWk .dropdown-item.active,
.cid-sBL5r8NTWk .dropdown-item:active {
  background-color: transparent;
}
.cid-sBL5r8NTWk .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sBL5r8NTWk .nav-dropdown .link .dropdown-toggle[aria-expanded='true'] {
  margin: 0 2vw !important;
}
.cid-sBL5r8NTWk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sBL5r8NTWk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-sBL5r8NTWk .navbar-buttons {
  text-align: end;
}
.cid-sBL5r8NTWk .botoes {
  justify-content: flex-end !important;
}
.cid-sBL5r8NTWk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sBL5r8NTWk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-sBL5r8NTWk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sBL5r8NTWk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBL5r8NTWk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBL5r8NTWk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sBL5r8NTWk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBL5r8NTWk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sBL5r8NTWk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sBL5r8NTWk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBL5r8NTWk .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-sBL5r8NTWk a.nav-link {
  justify-content: left;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBL5r8NTWk a.nav-link:hover {
  color: #17161a !important;
}
.is-builder .cid-sBL5r8NTWk .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sBL5r8NTWk .navbar {
    height: 20px;
  }
  .cid-sBL5r8NTWk .navbar.opened {
    height: auto;
  }
  .cid-sBL5r8NTWk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBL5r8NTWk li {
  list-style-type: none;
}
.cid-sBL5r8NTWk span {
  font-size: 30px !important;
}
.cid-sBL5r8NTWk .btn .mbr-iconfont {
  margin-right: 9px;
  font-size: 25px !important;
  order: 0 !important;
}
@media (max-width: 768px) {
  .cid-sBL5r8NTWk .navbar-buttons {
    text-align: center;
  }
  .cid-sBL5r8NTWk a.nav-link {
    border-bottom: 1px solid #f2ecec;
    margin-top: 15px !important;
  }
  .cid-sBL5r8NTWk .botoes {
    justify-content: center !important;
  }
}
.cid-sBL5r8NTWk .fgts:hover {
  background-color: #6C247D !important;
}
.cid-rTvIp64QzD {
  overflow-x: hidden !important;
}
.cid-rTvIp64QzD,
.cid-rTvIp64QzD .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-rTvIp64QzD .mbr-section-title {
  color: #ffffff;
}
.cid-rTvIp64QzD .mbr-section-title span {
  color: #17161a;
}
.cid-rTvIp64QzD .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-rTvIp64QzD .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1280.jpeg");
}
.cid-rTvIp64QzD .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-rTvIp64QzD .mbr-overlay {
  z-index: 1;
}
.cid-rTvIp64QzD .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-rTvIMqaRRM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rTvIMqaRRM span {
  color: #c1c1c1;
}
.cid-rTvIMqaRRM .flex-block {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-rTvIMqaRRM .flex-block span {
  font-size: 3rem;
  margin-right: 3rem;
}
@media (min-width: 577px) {
  .cid-rTvIMqaRRM .flex-block span {
    margin-left: 2rem;
  }
}
.cid-rTvIMqaRRM .custom-button {
  background-color: #000 !important;
  border-color: #000 !important;
  color: #fff !important;
  transition: all 400ms ease-in-out;
}
.cid-rTvIMqaRRM .custom-button:hover {
  background-color: transparent !important;
  border-color: #000 !important;
  color: #000 !important;
  transition: all 400ms ease-in-out;
}
.cid-rTvJIggzzF {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232226;
}
.cid-rTvJIggzzF p {
  line-height: 1.6;
}
.cid-rTvJIggzzF .card-box {
  width: -webkit-fill-available;
}
.cid-rTvJIggzzF .card-img {
  width: auto;
}
.cid-rTvJIggzzF .card-img span {
  font-size: 96px;
  padding: 0.6rem;
  margin: 0 1rem;
  border-radius: 8px;
}
.cid-rTvJIggzzF .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rTvJIggzzF .card-wrapper {
  display: flex;
  flex-direction: row;
}
.cid-rTvJIggzzF .card {
  height: 100%;
  margin: auto;
}
.cid-rTvJIggzzF img {
  width: 100%;
  heigth: auto;
}
.cid-rTvJIggzzF .card-title1 {
  color: #ffffff;
}
.cid-rTvJIggzzF .mbr-text1 {
  color: #ffffff;
}
.cid-rTvJIggzzF .card-title2 {
  color: #ffffff;
}
.cid-rTvJIggzzF .mbr-text2 {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-rTvJIggzzF .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0 0 0!important;
  }
  .cid-rTvJIggzzF .card-img {
    order: 1;
  }
  .cid-rTvJIggzzF .card-box {
    order: 2;
  }
}
.cid-rTvJIggzzF H1 {
  text-align: center;
  color: #ffffff;
}
.cid-rTvN9tD1bg {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rTvN9tD1bg .subicon-title {
  color: #000000;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-rTvN9tD1bg .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rTvN9tD1bg .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-rTvN9tD1bg .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-rTvN9tD1bg .process-icon,
.cid-rTvN9tD1bg .process-icon-without-before {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-rTvN9tD1bg .wrapper,
.cid-rTvN9tD1bg .wrapper-without-before {
  position: relative;
  margin-bottom: 2rem;
}
.cid-rTvN9tD1bg .wrapper::before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  font-size: 30px;
  left: -15px;
  top: 30%;
  color: #232323;
  opacity: .4;
}
.cid-rTvN9tD1bg .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-rTvN9tD1bg .icon-container a {
  display: inherit;
}
.cid-rTvN9tD1bg .icon-number {
  text-align: center;
  height: 2.5em;
  width: 2.5em;
  margin: 0;
  line-height: 2.5em;
  top: 0;
  right: 0;
  position: absolute;
  display: inline-block;
  background-color: #232323 !important;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  color: #ffffff;
  z-index: 1;
}
.cid-rTvN9tD1bg .icon-main {
  margin: 1rem 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  padding: 0;
  transition: all 0.3s ease-in-out 0s;
}
.cid-rTvN9tD1bg .icon-main:hover .icon-wrapper {
  background-color: #232323 !important;
}
.cid-rTvN9tD1bg .icon-main:hover .icon-number {
  background-color: #232323 !important;
  color: #ffffff !important;
}
.cid-rTvN9tD1bg .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 0.9em;
  height: 100%;
  margin: 0 auto;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  font-size: 50px;
  color: #ffffff;
}
.cid-rTvN9tD1bg .main-wrapper {
  padding: 3rem 0 0 0;
}
@media (max-width: 767px) {
  .cid-rTvN9tD1bg .wrapper::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-rTvN9tD1bg .third-elem .wrapper:before {
    display: none;
  }
}
.cid-rTvN9tD1bg .mbr-section-title {
  margin: 0;
}
.cid-rTvN9tD1bg .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-rYpnGSV8be {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-rYpnGSV8be .mbr-section-title {
  color: #ffffff;
}
.cid-rYpnGSV8be .text__subt {
  margin-bottom: 20px;
}
.cid-rYpnGSV8be .mbr-text {
  margin: 10px 0 20px;
  color: #ffffff;
}
.cid-rYpnGSV8be .subscribe__form {
  padding-bottom: 50px;
}
.cid-rYpnGSV8be .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-rYpnGSV8be .form-control {
  border: none;
  height: 50px;
  padding: 14px 18px;
  background-color: white;
  font-size: 16px;
  color: #000000;
  border-radius: 4px;
}
.cid-rYpnGSV8be .input-group-btn {
  padding-left: 0;
  border-radius: 0px 10px 10px 0px !important;
}
.cid-rYpnGSV8be .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-rYpnGSV8be .mbr-form .input-group-btn a.btn {
  border-radius: 4px !important;
}
.cid-rYpnGSV8be .mbr-form .btn {
  margin: 0;
}
.cid-rYpnGSV8be input::-webkit-input-placeholder {
  color: #000000;
  opacity: .8;
}
.cid-rYpnGSV8be input::-moz-placeholder {
  color: #000000;
  opacity: .8;
}
.cid-rYpnGSV8be .divider {
  background-color: #ffffff;
  height: 1px;
  opacity: 0.6;
}
.cid-rYpnGSV8be input {
  border-radius: 10px 0px 0px 10px !important;
}
@media (max-width: 767px) {
  .cid-rYpnGSV8be .divider {
    margin: 0 15px;
  }
  .cid-rYpnGSV8be .subtitlecss {
    text-align: center !important;
  }
  .cid-rYpnGSV8be .mbr-section-title {
    margin-bottom: 0px !important;
  }
}
.cid-u2MwUqQReZ {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u2MwUqQReZ .correspondente {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u2MwUqQReZ .correspondente img {
  width: 220px;
  height: 100%;
  margin: 6px;
}
.cid-u2MwUqQReZ section {
  position: relative;
}
.cid-u2MwUqQReZ h4 {
  margin: 0;
}
.cid-u2MwUqQReZ img {
  height: 75px;
  padding: 3px;
}
.cid-u2MwUqQReZ a {
  font-weight: 300;
  color: #000 !important;
  transition: all 400ms ease-in-out;
}
.cid-u2MwUqQReZ h4 a {
  margin-left: -0.7em !important;
}
.cid-u2MwUqQReZ a:hover {
  transition: all 400ms ease-in-out;
  font-weight: bold !important;
}
.cid-u2MwUqQReZ .img1 {
  color: #295b76;
}
.cid-u2MwUqQReZ .img2 {
  color: #295b76;
}
.cid-u2MwUqQReZ .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #295b76;
  transition: background 0.3s;
  margin-bottom: 1rem;
}
.cid-u2MwUqQReZ .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u2MwUqQReZ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u2MwUqQReZ .item,
.cid-u2MwUqQReZ .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.1rem;
  margin-bottom: 0rem;
}
.cid-u2MwUqQReZ .item h4,
.cid-u2MwUqQReZ .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-u2MwUqQReZ .card-img {
  width: auto;
}
.cid-u2MwUqQReZ .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-u2MwUqQReZ .item {
    justify-content: center;
  }
  .cid-u2MwUqQReZ .align-left {
    text-align: left !important;
  }
}
.cid-u2MwUqQReZ .item-title {
  color: #000000;
}
.cid-u2MwUqQReZ .link-title {
  color: #000000;
}
.cid-u2MwUqQReZ .items-title,
.cid-u2MwUqQReZ .items-title + .line-wrap {
  color: #000000;
}
.cid-u2MwUqQReZ .links-title,
.cid-u2MwUqQReZ .links-title + .line-wrap {
  color: #000000;
}
.cid-u2MwUqQReZ .text1 {
  color: #000000;
}
.cid-u2MwUqQReZ .col-sm-6 {
  width: 50% !important;
}
.cid-u2MwUqQReZ .image img {
  height: 60px !important;
}
.cid-u2MwUqQReZ .image p {
  font-size: 12px !important;
}
.cid-u2MwUqQReZ .bloco-redes-sociais span {
  font-size: 2em;
}
@media (max-width: 796px) {
  .cid-u2MwUqQReZ .image img {
    height: 50px !important;
  }
  .cid-u2MwUqQReZ .image p {
    font-size: 12px !important;
  }
}
@media (min-width: 765px) and (max-width: 780px) {
  .cid-u2MwUqQReZ .conteiner-informacoes {
    flex: 0 0 33.333333% !important;
    max-width: 33.333333% !important;
  }
  .cid-u2MwUqQReZ .conteiner-informacoes-none {
    display: none !important;
  }
}
.cid-u2MwUqQReZ .primecase img {
  height: 35px;
}
.cid-u2MwUqQReZ .primecase span {
  position: relative;
  bottom: 2.3px;
}
@media (max-width: 768px) {
  .cid-u2MwUqQReZ .correspondente {
    margin-left: 0 !important;
  }
}
.cid-u2MwUqQReZ .btn .mbr-iconfont {
  font-size: 28px !important;
  margin-left: 5px;
  margin-right: 10px;
  order: 0 !important;
}
.cid-u2MwUqQReZ .mbr-section-btn .btn {
  border-radius: 14px !important;
  padding: 12px;
}
.cid-u2MwUqQReZ .fundo {
  margin-left: 3px;
  margin-top: 0.8em;
  padding-top: 0px !important;
  padding-bottom: 0 !important;
  color: white;
  height: 2em;
  padding: 1px;
  border-radius: 8px;
  background: black;
  width: 32px;
}
.cid-u2MwUqQReZ .fundo:hover {
  background: gray;
}
.cid-u2MwUqQReZ .fa-instagram {
  margin-left: 4.3px;
  margin-top: -3.3px;
  color: white;
  align-items: center;
  justify-content: center;
}
.cid-u2MwUqQReZ .fa-instagram:hover {
  color: white;
}
.cid-sIqG1r1rCd {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #eeeeee;
}
.cid-sIqG1r1rCd .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sIqG1r1rCd .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-sIqG1r1rCd .btn {
  margin-bottom: 2rem;
}
.cid-sIqG1r1rCd img {
  margin-top: -1em !important;
  width: 1.3em !important;
  margin-left: 22em !important;
}
.cid-sIqG1r1rCd .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-sIqG1r1rCd .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sIqG1r1rCd .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-sIqG1r1rCd .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sIqG1r1rCd .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sIqG1r1rCd .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-sIqG1r1rCd .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sIqG1r1rCd .social-list img {
  margin-left: 8em !important;
}
@media (max-width: 575px) {
  .cid-sIqG1r1rCd .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
  .cid-sIqG1r1rCd img {
    margin-left: 10em !important;
  }
}
.cid-sIqG1r1rCd .links {
  color: #555555;
  text-align: center;
}
.cid-sIqG1r1rCd p {
  font-size: 14px !important;
}
/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
section {
  background-color: #eeeeee; }

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word; }

.form-control:focus {
  box-shadow: none; }

:focus {
  outline: none; }

@media (max-width: 992px) {
  .md-pb {
    padding-bottom: 2rem !important; } }
a {
  transition: color 0.25s; }

a.mbr-iconfont:hover {
  text-decoration: none; }

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0; }

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer; }
  a, a:hover {
    text-decoration: none; }

figure {
  margin-bottom: 0; }

body {
  color: #17161a !important;
  font-weight: 400; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4 {
  margin-bottom: 0;
  word-break: break-word;
  word-wrap: break-word; }

b,
strong {
  font-weight: bold; }

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 2px solid;
  border-color: #17161a; }

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  transition-property: background-color, color; }

textarea[type="hidden"] {
  display: none; }

body {
  position: relative;
  overflow-x: hidden; }

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  section .mbr-background-video,
  section .mbr-background-video-preview {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0; }

.hidden {
  visibility: hidden; }

.mbr-z-index20 {
  z-index: 20; }

/*! Base colors */
.mbr-white {
  color: #ffffff; }

.mbr-black {
  color: #000000; }

.mbr-bg-white {
  background-color: #ffffff; }

.mbr-bg-black {
  background-color: #000000; }

/*! Text-aligns */
.align-left {
  text-align: left; }

.align-center {
  text-align: center; }

.align-right {
  text-align: right; }

@media (max-width: 767px) {
  .align-left,
  .align-center,
  .align-right
   {
    text-align: center; } }
/*! Font-weight  */
.mbr-light {
  font-weight: 300 !important; }

.mbr-regular {
  font-weight: 400 !important; }

.mbr-medium {
  font-weight: 500 !important; }

.mbr-semibold {
  font-weight: 600 !important; }

.mbr-bold {
  font-weight: 700 !important; }

.mbr-extrabold {
  font-weight: 800 !important; }

/*! Media  */
.media-size-item {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto; }

.media-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%; }

.media-container-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start; }
  .media-container-row .media-size-item {
    width: 400px; }

.media-container-column {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .media-container-column > * {
    width: 100%; }

@media (min-width: 992px) {
  .media-container-row {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; } }
figure {
  overflow: hidden; }

figure[mbr-media-size] {
  transition: width 0.1s; }

.mbr-figure img,
.mbr-figure iframe {
  display: block;
  width: 100%; }

.card {
  background-color: transparent;
  border: none; }

.card-box {
  width: 100%; }

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0; }

.media {
  max-width: 100%;
  margin: 0 auto; }

.mbr-figure {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center; }

.media-container > div {
  max-width: 100%; }

.mbr-figure img,
.card-img img {
  width: 100%; }

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important; }

  .media {
    width: auto; } }
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.8rem;
  margin-right: -0.8rem;
  font-size: 0; }

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem; }

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  cursor: pointer; }

[type="submit"] {
  -webkit-appearance: none; }

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh; }

.mbr-fullscreen {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  -webkit-align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem; }

/*! Map */
.map {
  height: 25rem;
  position: relative; }
  .map iframe {
    width: 100%;
    height: 100%; }

/* Form */
.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal; }

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg); }

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 50px;
  width: 50px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center; }
  .mbr-arrow-up a:hover {
    background-color: rgba(0, 0, 0, 0.4); }
  .mbr-arrow-up a i {
    line-height: 50px; }

.mbr-arrow-up-icon {
  display: block;
  color: #fff; }

.mbr-arrow-up-icon::before {
  content: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 140%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  .mbr-arrow > a {
    display: inline-block;
    text-decoration: none;
    outline-style: none;
    -webkit-animation: arrowdown 1.7s ease-in-out infinite;
    animation: arrowdown 1.7s ease-in-out infinite; }
    .mbr-arrow > a > i {
      position: absolute;
      top: -2px;
      left: 15px;
      font-size: 2rem; }

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px); }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); } }
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px); }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); } }
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg); } }
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out; }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out; } }
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out; }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out; } }
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate; }

@keyframes slidein {
  0% {
    transform: translateX(0%); }
  100% {
    transform: translateX(100%);
    display: none; } }
@keyframes slideout {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }
.menu .navbar-brand {
  display: -webkit-flex; }
  .menu .navbar-brand span {
    display: flex;
    display: -webkit-flex; }
  .menu .navbar-brand .navbar-caption-wrap {
    display: -webkit-flex; }
  .menu .navbar-brand .navbar-logo img {
    display: -webkit-flex; }
@media (min-width: 768px) and (max-width: 1253px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox; } }
@media (max-width: 1253px) {
  .menu .navbar-collapse {
    max-height: 93.5vh; }
    .menu .navbar-collapse.show {
      overflow: auto; } }
@media (min-width: 1254px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex; }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important; }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh; }
    .menu .collapsed .navbar-collapse.show {
      overflow: auto; } }
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh; } }

.navbar {
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-align-items: center;
  align-items: center; }

.nav-dropdown .link {
  margin: 0 15px; }

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.justify-content-center {
  -webkit-justify-content: center;
  justify-content: center; }

.form-inline {
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  align-items: center; }

.card-wrapper {
  -webkit-flex: 1;
  flex: 1; }

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }

.carousel-controls {
  display: -webkit-flex; }

.media {
  display: -webkit-flex; }

.form-group:focus {
  outline: none; }

.jq-selectbox__select {
  padding: 0em 0em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 15px; }

.jq-selectbox__dropdown {
  position: absolute;
  top: 100% !important;
  left: 0 !important;
  width: 100% !important; }

.jq-selectbox__trigger-arrow {
  transform: translateY(-50%); }

.jq-selectbox li {
  padding: 1.07em 0.5em; }

input[type="range"] {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.modal-dialog,
.modal-content {
  height: 100%; }

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem); }
  @media (max-width: 575px) {
    .modal-dialog .carousel-inner {
      height: calc(100vh - 1rem); } }

.carousel-item {
  text-align: center; }

.carousel-item img {
  margin: auto; }

.navbar-toggler {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem; }

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%; }

.navbar-toggler-left {
  position: absolute;
  left: 1rem; }

.navbar-toggler-right {
  position: absolute;
  right: 1rem; }

@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 576px) {
  .navbar-toggleable {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-toggleable > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%; }

  .navbar-toggleable .navbar-toggler {
    display: none; } }
@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 768px) {
  .navbar-toggleable-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-toggleable-sm > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-sm .navbar-collapse {
    display: none;
    width: 100%; }

  .navbar-toggleable-sm .navbar-toggler {
    display: none; } }
@media (max-width: 1253px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1254px) {
  .navbar-toggleable-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-toggleable-md > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-md .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%; }

  .navbar-toggleable-md .navbar-toggler {
    display: none; } }
@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-toggleable-lg > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%; }

  .navbar-toggleable-lg .navbar-toggler {
    display: none; } }
.navbar-toggleable-xl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none; }

.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0; }

.navbar-toggleable-xl .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.navbar-toggleable-xl > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.navbar-toggleable-xl .navbar-collapse {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%; }

.navbar-toggleable-xl .navbar-toggler {
  display: none; }

.card-img {
  width: auto; }

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
  -webkit-flex-direction: column; }

.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; }

.dropup .dropdown-toggle::after {
  display: none; }

body {
  font-style: normal;
  line-height: 1.55; }

.mbr-section-title {
  font-style: normal;
  margin-bottom: 30px; }

.mbr-text {
  font-style: normal; }

.btn {
  font-weight: 600 !important;
  border-width: 1px;
  line-height: 20px !important;
  font-style: normal;
  letter-spacing: 0;
  margin: 0.4rem 0.8rem;
  white-space: normal;
  vertical-align: middle;
  overflow: hidden;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center; }

.btn-sm {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

.btn-md {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

.btn-lg {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

.btn-form {
  margin: 0;
  border-radius: 0; }
  .btn-form:hover {
    cursor: pointer; }

#scrollToTop a i:before {
  content: ""; }
#scrollToTop a i:after {
  content: "";
  position: absolute;
  display: block;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  border-top-right-radius: 3px;
  width: 30%;
  height: 30%;
  left: 35%;
  bottom: 40%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg); }

.mbr-arrow a {
  color: #ffffff; }

@media (max-width: 767px) {
  .mbr-arrow {
    display: none; } }
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0; }

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 0.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;
    transform: rotate(45deg);
    width: 14px;
    -webkit-transform: rotate(45deg); }

.form-control {
  box-shadow: none;
  color: #ffffff;
  min-height: 2.5em;
  font-size: 16px;
  border-radius: 4px; }
  .form-active .form-control:invalid {
    border-color: red; }

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none; }

blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  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; }

.mbr-section__comments .row {
  justify-content: center;
  -webkit-justify-content: center; }

.btn .mbr-iconfont {
  font-size: 15px !important;
  order: 1;
  margin-left: 13px; }



@keyframes animBtn {
  0% {
    transform: translateX(0px); }
  51% {
    transform: translateX(20px);
    opacity: 1; }
  52% {
    opacity: 0;
    transform: translateX(-20px); }
  53% {
    opacity: 0; }
  54% {
    opacity: 1; }
  100% {
    transform: translateX(0px); } }

/*# sourceMappingURL=style.css.map */
.cid-sBL5r8NTWk {
  min-height: 20px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sBL5r8NTWk .nav-item,
.cid-sBL5r8NTWk .nav-link,
.cid-sBL5r8NTWk .navbar-caption {
  font-weight: normal;
}
.cid-sBL5r8NTWk .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 1.4vw !important;
  padding: 0 !important;
  font-weight: 500;
}
@media (min-width: 992px) {
  .cid-sBL5r8NTWk .navbar {
    min-height: 90px !important;
  }
  .cid-sBL5r8NTWk .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-sBL5r8NTWk .btn {
    white-space: nowrap;
  }
  .cid-sBL5r8NTWk .dropdown-menu {
    background-color: #ebeaed !important;
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-sBL5r8NTWk .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-sBL5r8NTWk .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-sBL5r8NTWk .dropdown-toggle::after,
  .cid-sBL5r8NTWk .nav-dropdown .link.dropdown-toggle::after {
    content: '';
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-sBL5r8NTWk .dropdown-toggle::after {
  display: none;
  font-family: 'Moririse2' !important;
  content: '\e960';
  font-weight: bold;
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBL5r8NTWk .dropdown-menu {
  box-shadow: none;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 12px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBL5r8NTWk .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  transform: rotate(45deg);
}
.cid-sBL5r8NTWk .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBL5r8NTWk .dropdown-menu .dropdown-item:hover {
  color: #17161a !important;
  background-color: #fafafa;
}
.cid-sBL5r8NTWk .dropdown.open .dropdown-toggle[aria-expanded='true']::after {
  transform: rotate(45deg);
}
.cid-sBL5r8NTWk .dropdown.open .dropdown-toggle[aria-expanded='true'] + .dropdown-submenu {
  visibility: visible;
}
.cid-sBL5r8NTWk .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-sBL5r8NTWk .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-sBL5r8NTWk .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-sBL5r8NTWk .nav-item:focus,
.cid-sBL5r8NTWk .nav-link:focus {
  outline: none;
}
.cid-sBL5r8NTWk .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-sBL5r8NTWk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sBL5r8NTWk .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sBL5r8NTWk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sBL5r8NTWk .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sBL5r8NTWk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sBL5r8NTWk ul.navbar-nav li {
  margin: 1px;
}
.cid-sBL5r8NTWk .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-sBL5r8NTWk .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-sBL5r8NTWk .navbar .navbar-collapse {
  justify-content: start;
  z-index: 1;
}
.cid-sBL5r8NTWk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sBL5r8NTWk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sBL5r8NTWk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 2rem);
  }
}
.cid-sBL5r8NTWk .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sBL5r8NTWk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sBL5r8NTWk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sBL5r8NTWk .navbar {
    padding: 10px 0;
  }
  .cid-sBL5r8NTWk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sBL5r8NTWk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sBL5r8NTWk .navbar .container-fluid,
  .cid-sBL5r8NTWk .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-sBL5r8NTWk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sBL5r8NTWk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sBL5r8NTWk .navbar .navbar-logo img {
    padding: 0 !important;
    margin: 0 !important;
    height: 3rem !important;
  }
  .cid-sBL5r8NTWk .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: left;
  }
  .cid-sBL5r8NTWk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sBL5r8NTWk .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sBL5r8NTWk .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-sBL5r8NTWk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sBL5r8NTWk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sBL5r8NTWk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sBL5r8NTWk .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sBL5r8NTWk .dropdown-item.active,
.cid-sBL5r8NTWk .dropdown-item:active {
  background-color: transparent;
}
.cid-sBL5r8NTWk .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sBL5r8NTWk .nav-dropdown .link .dropdown-toggle[aria-expanded='true'] {
  margin: 0 2vw !important;
}
.cid-sBL5r8NTWk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sBL5r8NTWk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-sBL5r8NTWk .navbar-buttons {
  text-align: end;
}
.cid-sBL5r8NTWk .botoes {
  justify-content: flex-end !important;
}
.cid-sBL5r8NTWk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sBL5r8NTWk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-sBL5r8NTWk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sBL5r8NTWk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBL5r8NTWk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBL5r8NTWk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sBL5r8NTWk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBL5r8NTWk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sBL5r8NTWk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sBL5r8NTWk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBL5r8NTWk .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-sBL5r8NTWk a.nav-link {
  justify-content: left;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBL5r8NTWk a.nav-link:hover {
  color: #17161a !important;
}
.is-builder .cid-sBL5r8NTWk .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sBL5r8NTWk .navbar {
    height: 20px;
  }
  .cid-sBL5r8NTWk .navbar.opened {
    height: auto;
  }
  .cid-sBL5r8NTWk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBL5r8NTWk li {
  list-style-type: none;
}
.cid-sBL5r8NTWk span {
  font-size: 30px !important;
}
.cid-sBL5r8NTWk .btn .mbr-iconfont {
  margin-right: 9px;
  font-size: 25px !important;
  order: 0 !important;
}
@media (max-width: 768px) {
  .cid-sBL5r8NTWk .navbar-buttons {
    text-align: center;
  }
  .cid-sBL5r8NTWk a.nav-link {
    border-bottom: 1px solid #f2ecec;
    margin-top: 15px !important;
  }
  .cid-sBL5r8NTWk .botoes {
    justify-content: center !important;
  }
}
.cid-sBL5r8NTWk .fgts:hover {
  background-color: #6C247D !important;
}
.cid-rTCk6djSxs {
  overflow-x: hidden !important;
}
.cid-rTCk6djSxs,
.cid-rTCk6djSxs .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-rTCk6djSxs .mbr-section-title {
  color: #ffffff;
}
.cid-rTCk6djSxs .mbr-section-title span {
  color: #17161a;
}
.cid-rTCk6djSxs .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-rTCk6djSxs .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-rTCk6djSxs .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-rTCk6djSxs .mbr-overlay {
  z-index: 1;
}
.cid-rTCk6djSxs .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-rTCljSY11T {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #232226;
}
.cid-rTCljSY11T .mbr-overlay {
  background: linear-gradient(90deg, #000000, #000000);
}
.cid-rTCljSY11T h2,
.cid-rTCljSY11T h3,
.cid-rTCljSY11T h4,
.cid-rTCljSY11T p {
  color: #ffffff;
}
.cid-rTCljSY11T .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-rTCljSY11T .text-block {
  border-bottom: 1px solid #767676;
}
.cid-rTCljSY11T .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-rTCljSY11T .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-rTCljSY11T .form-control:focus,
.cid-rTCljSY11T .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-rTCljSY11T .form-group {
  margin-bottom: 1rem;
}
.cid-rTCljSY11T input::-webkit-input-placeholder,
.cid-rTCljSY11T textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-rTCljSY11T input:-moz-placeholder,
.cid-rTCljSY11T textarea:-moz-placeholder {
  color: #656565;
}
.cid-rTCljSY11T .jq-selectbox li,
.cid-rTCljSY11T .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-rTCljSY11T .jq-selectbox li:hover,
.cid-rTCljSY11T .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-rTCljSY11T .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-rTCljSY11T .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-rTCljSY11T .mbr-text {
  color: #767676;
}
.cid-rTCljSY11T a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-rTCljSY11T .multi-horizontal {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rTCljSY11T .input-group-btn {
  display: block;
  text-align: center;
}
.cid-rTCljSY11T textarea.form-control {
  resize: none;
}
@media (max-width: 767px) {
  .cid-rTCljSY11T h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-rTCljSY11T .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-rTCljSY11T .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-rTCljSY11T .google-map {
    padding-bottom: 2rem;
  }
}
.cid-rTCljSY11T H2 {
  text-align: center;
}
.cid-rTCljSY11T LABEL {
  text-align: left;
  color: #ffffff;
}
.cid-rTCljSY11T H5 {
  color: #ffffff;
}
.cid-rTCljSY11T .btn-bgr {
  background-color: #000 !important;
  border-color: #000 !important;
  color: #fff !important;
  font-weight: 400 !important;
  transition: all 400ms ease-in-out;
}
.cid-rTCljSY11T .btn-bgr:hover {
  background-color: transparent !important;
  border-color: #fff !important;
  color: #fff !important;
  font-weight: bold !important;
  transition: all 400ms ease-in-out;
}
.cid-u1bgTnmJCi {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u1bgTnmJCi .correspondente {
  display: flex;
  justify-content: center;
}
.cid-u1bgTnmJCi section {
  position: relative;
}
.cid-u1bgTnmJCi h4 {
  margin: 0;
}
.cid-u1bgTnmJCi img {
  height: 75px;
  padding: 3px;
}
.cid-u1bgTnmJCi a {
  font-weight: 300;
  color: #000 !important;
  transition: all 400ms ease-in-out;
}
.cid-u1bgTnmJCi h4 a {
  margin-left: -0.7em !important;
}
.cid-u1bgTnmJCi a:hover {
  transition: all 400ms ease-in-out;
  font-weight: bold !important;
}
.cid-u1bgTnmJCi .img1 {
  color: #295b76;
}
.cid-u1bgTnmJCi .img2 {
  color: #295b76;
}
.cid-u1bgTnmJCi .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #295b76;
  transition: background 0.3s;
  margin-bottom: 1rem;
}
.cid-u1bgTnmJCi .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u1bgTnmJCi .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u1bgTnmJCi .item,
.cid-u1bgTnmJCi .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.1rem;
  margin-bottom: 0rem;
}
.cid-u1bgTnmJCi .item h4,
.cid-u1bgTnmJCi .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-u1bgTnmJCi .card-img {
  width: auto;
}
.cid-u1bgTnmJCi .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-u1bgTnmJCi .item {
    justify-content: center;
  }
  .cid-u1bgTnmJCi .align-left {
    text-align: left !important;
  }
}
.cid-u1bgTnmJCi .item-title {
  color: #000000;
}
.cid-u1bgTnmJCi .link-title {
  color: #000000;
}
.cid-u1bgTnmJCi .items-title,
.cid-u1bgTnmJCi .items-title + .line-wrap {
  color: #000000;
}
.cid-u1bgTnmJCi .links-title,
.cid-u1bgTnmJCi .links-title + .line-wrap {
  color: #000000;
}
.cid-u1bgTnmJCi .text1 {
  color: #000000;
}
.cid-u1bgTnmJCi .col-sm-6 {
  width: 50% !important;
}
.cid-u1bgTnmJCi .image img {
  height: 70px !important;
}
.cid-u1bgTnmJCi .image p {
  font-size: 12px !important;
}
.cid-u1bgTnmJCi .bloco-redes-sociais span {
  font-size: 2em;
}
@media (max-width: 796px) {
  .cid-u1bgTnmJCi .image img {
    height: 50px !important;
  }
  .cid-u1bgTnmJCi .image p {
    font-size: 12px !important;
  }
}
@media (min-width: 765px) and (max-width: 780px) {
  .cid-u1bgTnmJCi .conteiner-informacoes {
    flex: 0 0 33.333333% !important;
    max-width: 33.333333% !important;
  }
  .cid-u1bgTnmJCi .conteiner-informacoes-none {
    display: none !important;
  }
}
.cid-u1bgTnmJCi .primecase img {
  height: 35px;
}
.cid-u1bgTnmJCi .primecase span {
  position: relative;
  bottom: 2.3px;
}
@media (max-width: 768px) {
  .cid-u1bgTnmJCi .correspondente {
    margin-left: 0 !important;
  }
}
.cid-u1bgTnmJCi .btn .mbr-iconfont {
  font-size: 28px !important;
  margin-left: 5px;
  margin-right: 10px;
  order: 0 !important;
}
.cid-u1bgTnmJCi .mbr-section-btn .btn {
  border-radius: 14px !important;
  padding: 12px;
}
.cid-u1bgTnmJCi .fundo {
  margin-left: 3px;
  margin-top: 0.8em;
  padding-top: 0px !important;
  padding-bottom: 0 !important;
  color: white;
  height: 2em;
  padding: 1px;
  border-radius: 8px;
  background: black;
  width: 32px;
}
.cid-u1bgTnmJCi .fundo:hover {
  background: gray;
}
.cid-u1bgTnmJCi .fa-instagram {
  margin-left: 4.3px;
  margin-top: -3.3px;
  color: white;
  align-items: center;
  justify-content: center;
}
.cid-u1bgTnmJCi .fa-instagram:hover {
  color: white;
}
#custom-html-h4 .primecase img {
  height: 35px;
}
#custom-html-h4 .primecase span {
  position: relative;
  bottom: 2.3px;
}
/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
section {
  background-color: #eeeeee; }

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word; }

.form-control:focus {
  box-shadow: none; }

:focus {
  outline: none; }

@media (max-width: 992px) {
  .md-pb {
    padding-bottom: 2rem !important; } }
a {
  transition: color 0.25s; }

a.mbr-iconfont:hover {
  text-decoration: none; }

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0; }

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer; }
  a, a:hover {
    text-decoration: none; }

figure {
  margin-bottom: 0; }

body {
  color: #17161a !important;
  font-weight: 400; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4 {
  margin-bottom: 0;
  word-break: break-word;
  word-wrap: break-word; }

b,
strong {
  font-weight: bold; }

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 2px solid;
  border-color: #17161a; }

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  transition-property: background-color, color; }

textarea[type="hidden"] {
  display: none; }

body {
  position: relative;
  overflow-x: hidden; }

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  section .mbr-background-video,
  section .mbr-background-video-preview {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0; }

.hidden {
  visibility: hidden; }

.mbr-z-index20 {
  z-index: 20; }

/*! Base colors */
.mbr-white {
  color: #ffffff; }

.mbr-black {
  color: #000000; }

.mbr-bg-white {
  background-color: #ffffff; }

.mbr-bg-black {
  background-color: #000000; }

/*! Text-aligns */
.align-left {
  text-align: left; }

.align-center {
  text-align: center; }

.align-right {
  text-align: right; }

@media (max-width: 767px) {
  .align-left,
  .align-center,
  .align-right
   {
    text-align: center; } }
/*! Font-weight  */
.mbr-light {
  font-weight: 300 !important; }

.mbr-regular {
  font-weight: 400 !important; }

.mbr-medium {
  font-weight: 500 !important; }

.mbr-semibold {
  font-weight: 600 !important; }

.mbr-bold {
  font-weight: 700 !important; }

.mbr-extrabold {
  font-weight: 800 !important; }

/*! Media  */
.media-size-item {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto; }

.media-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%; }

.media-container-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start; }
  .media-container-row .media-size-item {
    width: 400px; }

.media-container-column {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .media-container-column > * {
    width: 100%; }

@media (min-width: 992px) {
  .media-container-row {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; } }
figure {
  overflow: hidden; }

figure[mbr-media-size] {
  transition: width 0.1s; }

.mbr-figure img,
.mbr-figure iframe {
  display: block;
  width: 100%; }

.card {
  background-color: transparent;
  border: none; }

.card-box {
  width: 100%; }

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0; }

.media {
  max-width: 100%;
  margin: 0 auto; }

.mbr-figure {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center; }

.media-container > div {
  max-width: 100%; }

.mbr-figure img,
.card-img img {
  width: 100%; }

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important; }

  .media {
    width: auto; } }
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.8rem;
  margin-right: -0.8rem;
  font-size: 0; }

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem; }

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  cursor: pointer; }

[type="submit"] {
  -webkit-appearance: none; }

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh; }

.mbr-fullscreen {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  -webkit-align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem; }

/*! Map */
.map {
  height: 25rem;
  position: relative; }
  .map iframe {
    width: 100%;
    height: 100%; }

/* Form */
.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal; }

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg); }

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 50px;
  width: 50px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center; }
  .mbr-arrow-up a:hover {
    background-color: rgba(0, 0, 0, 0.4); }
  .mbr-arrow-up a i {
    line-height: 50px; }

.mbr-arrow-up-icon {
  display: block;
  color: #fff; }

.mbr-arrow-up-icon::before {
  content: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 140%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  .mbr-arrow > a {
    display: inline-block;
    text-decoration: none;
    outline-style: none;
    -webkit-animation: arrowdown 1.7s ease-in-out infinite;
    animation: arrowdown 1.7s ease-in-out infinite; }
    .mbr-arrow > a > i {
      position: absolute;
      top: -2px;
      left: 15px;
      font-size: 2rem; }

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px); }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); } }
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px); }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); } }
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg); } }
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out; }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out; } }
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out; }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out; } }
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate; }

@keyframes slidein {
  0% {
    transform: translateX(0%); }
  100% {
    transform: translateX(100%);
    display: none; } }
@keyframes slideout {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }
.menu .navbar-brand {
  display: -webkit-flex; }
  .menu .navbar-brand span {
    display: flex;
    display: -webkit-flex; }
  .menu .navbar-brand .navbar-caption-wrap {
    display: -webkit-flex; }
  .menu .navbar-brand .navbar-logo img {
    display: -webkit-flex; }
@media (min-width: 768px) and (max-width: 1253px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox; } }
@media (max-width: 1253px) {
  .menu .navbar-collapse {
    max-height: 93.5vh; }
    .menu .navbar-collapse.show {
      overflow: auto; } }
@media (min-width: 1254px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex; }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important; }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh; }
    .menu .collapsed .navbar-collapse.show {
      overflow: auto; } }
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh; } }

.navbar {
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-align-items: center;
  align-items: center; }

.nav-dropdown .link {
  margin: 0 15px; }

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.justify-content-center {
  -webkit-justify-content: center;
  justify-content: center; }

.form-inline {
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  align-items: center; }

.card-wrapper {
  -webkit-flex: 1;
  flex: 1; }

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }

.carousel-controls {
  display: -webkit-flex; }

.media {
  display: -webkit-flex; }

.form-group:focus {
  outline: none; }

.jq-selectbox__select {
  padding: 0em 0em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 15px; }

.jq-selectbox__dropdown {
  position: absolute;
  top: 100% !important;
  left: 0 !important;
  width: 100% !important; }

.jq-selectbox__trigger-arrow {
  transform: translateY(-50%); }

.jq-selectbox li {
  padding: 1.07em 0.5em; }

input[type="range"] {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.modal-dialog,
.modal-content {
  height: 100%; }

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem); }
  @media (max-width: 575px) {
    .modal-dialog .carousel-inner {
      height: calc(100vh - 1rem); } }

.carousel-item {
  text-align: center; }

.carousel-item img {
  margin: auto; }

.navbar-toggler {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem; }

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%; }

.navbar-toggler-left {
  position: absolute;
  left: 1rem; }

.navbar-toggler-right {
  position: absolute;
  right: 1rem; }

@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 576px) {
  .navbar-toggleable {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-toggleable > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%; }

  .navbar-toggleable .navbar-toggler {
    display: none; } }
@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 768px) {
  .navbar-toggleable-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-toggleable-sm > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-sm .navbar-collapse {
    display: none;
    width: 100%; }

  .navbar-toggleable-sm .navbar-toggler {
    display: none; } }
@media (max-width: 1253px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1254px) {
  .navbar-toggleable-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-toggleable-md > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-md .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%; }

  .navbar-toggleable-md .navbar-toggler {
    display: none; } }
@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-toggleable-lg > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%; }

  .navbar-toggleable-lg .navbar-toggler {
    display: none; } }
.navbar-toggleable-xl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none; }

.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0; }

.navbar-toggleable-xl .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.navbar-toggleable-xl > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.navbar-toggleable-xl .navbar-collapse {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%; }

.navbar-toggleable-xl .navbar-toggler {
  display: none; }

.card-img {
  width: auto; }

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
  -webkit-flex-direction: column; }

.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; }

.dropup .dropdown-toggle::after {
  display: none; }

body {
  font-style: normal;
  line-height: 1.55; }

.mbr-section-title {
  font-style: normal;
  margin-bottom: 30px; }

.mbr-text {
  font-style: normal; }

.btn {
  font-weight: 600 !important;
  border-width: 1px;
  line-height: 20px !important;
  font-style: normal;
  letter-spacing: 0;
  margin: 0.4rem 0.8rem;
  white-space: normal;
  vertical-align: middle;
  overflow: hidden;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center; }

.btn-sm {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

.btn-md {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

.btn-lg {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

.btn-form {
  margin: 0;
  border-radius: 0; }
  .btn-form:hover {
    cursor: pointer; }

#scrollToTop a i:before {
  content: ""; }
#scrollToTop a i:after {
  content: "";
  position: absolute;
  display: block;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  border-top-right-radius: 3px;
  width: 30%;
  height: 30%;
  left: 35%;
  bottom: 40%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg); }

.mbr-arrow a {
  color: #ffffff; }

@media (max-width: 767px) {
  .mbr-arrow {
    display: none; } }
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0; }

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 0.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;
    transform: rotate(45deg);
    width: 14px;
    -webkit-transform: rotate(45deg); }

.form-control {
  box-shadow: none;
  color: #ffffff;
  min-height: 2.5em;
  font-size: 16px;
  border-radius: 4px; }
  .form-active .form-control:invalid {
    border-color: red; }

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none; }

blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  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; }

.mbr-section__comments .row {
  justify-content: center;
  -webkit-justify-content: center; }

.btn .mbr-iconfont {
  font-size: 15px !important;
  order: 1;
  margin-left: 13px; }



@keyframes animBtn {
  0% {
    transform: translateX(0px); }
  51% {
    transform: translateX(20px);
    opacity: 1; }
  52% {
    opacity: 0;
    transform: translateX(-20px); }
  53% {
    opacity: 0; }
  54% {
    opacity: 1; }
  100% {
    transform: translateX(0px); } }

/*# sourceMappingURL=style.css.map */
.cid-sBL5r8NTWk {
  min-height: 20px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sBL5r8NTWk .nav-item,
.cid-sBL5r8NTWk .nav-link,
.cid-sBL5r8NTWk .navbar-caption {
  font-weight: normal;
}
.cid-sBL5r8NTWk .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 1.4vw !important;
  padding: 0 !important;
  font-weight: 500;
}
@media (min-width: 992px) {
  .cid-sBL5r8NTWk .navbar {
    min-height: 90px !important;
  }
  .cid-sBL5r8NTWk .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-sBL5r8NTWk .btn {
    white-space: nowrap;
  }
  .cid-sBL5r8NTWk .dropdown-menu {
    background-color: #ebeaed !important;
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-sBL5r8NTWk .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-sBL5r8NTWk .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-sBL5r8NTWk .dropdown-toggle::after,
  .cid-sBL5r8NTWk .nav-dropdown .link.dropdown-toggle::after {
    content: '';
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-sBL5r8NTWk .dropdown-toggle::after {
  display: none;
  font-family: 'Moririse2' !important;
  content: '\e960';
  font-weight: bold;
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBL5r8NTWk .dropdown-menu {
  box-shadow: none;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 12px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBL5r8NTWk .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  transform: rotate(45deg);
}
.cid-sBL5r8NTWk .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBL5r8NTWk .dropdown-menu .dropdown-item:hover {
  color: #17161a !important;
  background-color: #fafafa;
}
.cid-sBL5r8NTWk .dropdown.open .dropdown-toggle[aria-expanded='true']::after {
  transform: rotate(45deg);
}
.cid-sBL5r8NTWk .dropdown.open .dropdown-toggle[aria-expanded='true'] + .dropdown-submenu {
  visibility: visible;
}
.cid-sBL5r8NTWk .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-sBL5r8NTWk .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-sBL5r8NTWk .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-sBL5r8NTWk .nav-item:focus,
.cid-sBL5r8NTWk .nav-link:focus {
  outline: none;
}
.cid-sBL5r8NTWk .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-sBL5r8NTWk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sBL5r8NTWk .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sBL5r8NTWk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sBL5r8NTWk .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sBL5r8NTWk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sBL5r8NTWk ul.navbar-nav li {
  margin: 1px;
}
.cid-sBL5r8NTWk .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-sBL5r8NTWk .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-sBL5r8NTWk .navbar .navbar-collapse {
  justify-content: start;
  z-index: 1;
}
.cid-sBL5r8NTWk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sBL5r8NTWk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sBL5r8NTWk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 2rem);
  }
}
.cid-sBL5r8NTWk .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sBL5r8NTWk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sBL5r8NTWk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sBL5r8NTWk .navbar {
    padding: 10px 0;
  }
  .cid-sBL5r8NTWk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sBL5r8NTWk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sBL5r8NTWk .navbar .container-fluid,
  .cid-sBL5r8NTWk .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-sBL5r8NTWk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sBL5r8NTWk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sBL5r8NTWk .navbar .navbar-logo img {
    padding: 0 !important;
    margin: 0 !important;
    height: 3rem !important;
  }
  .cid-sBL5r8NTWk .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: left;
  }
  .cid-sBL5r8NTWk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sBL5r8NTWk .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sBL5r8NTWk .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-sBL5r8NTWk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sBL5r8NTWk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sBL5r8NTWk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sBL5r8NTWk .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sBL5r8NTWk .dropdown-item.active,
.cid-sBL5r8NTWk .dropdown-item:active {
  background-color: transparent;
}
.cid-sBL5r8NTWk .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sBL5r8NTWk .nav-dropdown .link .dropdown-toggle[aria-expanded='true'] {
  margin: 0 2vw !important;
}
.cid-sBL5r8NTWk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sBL5r8NTWk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-sBL5r8NTWk .navbar-buttons {
  text-align: end;
}
.cid-sBL5r8NTWk .botoes {
  justify-content: flex-end !important;
}
.cid-sBL5r8NTWk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sBL5r8NTWk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-sBL5r8NTWk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sBL5r8NTWk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBL5r8NTWk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBL5r8NTWk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sBL5r8NTWk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBL5r8NTWk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sBL5r8NTWk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sBL5r8NTWk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBL5r8NTWk .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-sBL5r8NTWk a.nav-link {
  justify-content: left;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBL5r8NTWk a.nav-link:hover {
  color: #17161a !important;
}
.is-builder .cid-sBL5r8NTWk .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sBL5r8NTWk .navbar {
    height: 20px;
  }
  .cid-sBL5r8NTWk .navbar.opened {
    height: auto;
  }
  .cid-sBL5r8NTWk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBL5r8NTWk li {
  list-style-type: none;
}
.cid-sBL5r8NTWk span {
  font-size: 30px !important;
}
.cid-sBL5r8NTWk .btn .mbr-iconfont {
  margin-right: 9px;
  font-size: 25px !important;
  order: 0 !important;
}
@media (max-width: 768px) {
  .cid-sBL5r8NTWk .navbar-buttons {
    text-align: center;
  }
  .cid-sBL5r8NTWk a.nav-link {
    border-bottom: 1px solid #f2ecec;
    margin-top: 15px !important;
  }
  .cid-sBL5r8NTWk .botoes {
    justify-content: center !important;
  }
}
.cid-sBL5r8NTWk .fgts:hover {
  background-color: #6C247D !important;
}
.cid-rTCcSNAlVP {
  overflow-x: hidden !important;
}
.cid-rTCcSNAlVP,
.cid-rTCcSNAlVP .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-rTCcSNAlVP .mbr-section-title {
  color: #ffffff;
}
.cid-rTCcSNAlVP .mbr-section-title span {
  color: #17161a;
}
.cid-rTCcSNAlVP .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-rTCcSNAlVP .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1231.jpg");
}
.cid-rTCcSNAlVP .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-rTCcSNAlVP .mbr-overlay {
  z-index: 1;
}
.cid-rTCcSNAlVP .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-rTCeKkAyOF {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rTCeKkAyOF span {
  color: #c1c1c1;
}
.cid-rTCeKkAyOF .flex-block {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-rTCeKkAyOF .flex-block span {
  font-size: 3rem;
  margin-right: 3rem;
}
@media (min-width: 577px) {
  .cid-rTCeKkAyOF .flex-block span {
    margin-left: 2rem;
  }
}
.cid-rTCeTDHJf5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232226;
}
.cid-rTCeTDHJf5 h2,
.cid-rTCeTDHJf5 h3,
.cid-rTCeTDHJf5 h4,
.cid-rTCeTDHJf5 p {
  color: #ffffff;
}
.cid-rTCeTDHJf5 .mbr-overlay {
  z-index: -1;
}
.cid-rTCeTDHJf5 .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-rTCeTDHJf5 .form-control {
  box-shadow: none;
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 50px;
}
.cid-rTCeTDHJf5 .form-control:focus,
.cid-rTCeTDHJf5 .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-rTCeTDHJf5 .form-group {
  margin-bottom: 1rem;
}
.cid-rTCeTDHJf5 input::-webkit-input-placeholder,
.cid-rTCeTDHJf5 textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-rTCeTDHJf5 input:-moz-placeholder,
.cid-rTCeTDHJf5 textarea:-moz-placeholder {
  color: #656565;
}
.cid-rTCeTDHJf5 .jq-selectbox li,
.cid-rTCeTDHJf5 .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-rTCeTDHJf5 .jq-selectbox li:hover,
.cid-rTCeTDHJf5 .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-rTCeTDHJf5 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-rTCeTDHJf5 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-rTCeTDHJf5 .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-rTCeTDHJf5 .mbr-text {
  color: #767676;
}
.cid-rTCeTDHJf5 .form-block {
  padding: 3rem;
  position: relative;
}
.cid-rTCeTDHJf5 .form-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #17161a;
  opacity: 0.5;
  z-index: 0;
}
.cid-rTCeTDHJf5 .form-block .form-wrap {
  position: relative;
  z-index: 1;
}
.cid-rTCeTDHJf5 a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-rTCeTDHJf5 .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-rTCeTDHJf5 .input-group-btn {
  display: block;
  text-align: center;
}
.cid-rTCeTDHJf5 textarea.form-control {
  resize: none;
}
.cid-rTCeTDHJf5 .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .cid-rTCeTDHJf5 .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-rTCeTDHJf5 .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-rTCeTDHJf5 .google-map {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rTCeTDHJf5 h2 {
    padding-top: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-rTCeTDHJf5 .block-content {
    padding: 0;
  }
  .cid-rTCeTDHJf5 .form-block {
    padding: 1rem;
  }
}
.cid-rTCeTDHJf5 .mbr-section-title,
.cid-rTCeTDHJf5 .mbr-section-btn {
  text-align: left;
}
.cid-rTCeTDHJf5 .btn-primary,
.cid-rTCeTDHJf5 .btn,
.cid-rTCeTDHJf5 .btn-form,
.cid-rTCeTDHJf5 .btn-bgr {
  background-color: #000 !important;
  border-color: #000 !important;
  color: #fff !important;
  font-weight: 400 !important;
  transition: all 400ms ease-in-out;
}
.cid-rTCeTDHJf5 .btn-primary:hover,
.cid-rTCeTDHJf5 .btn:hover,
.cid-rTCeTDHJf5 .btn-form:hover,
.cid-rTCeTDHJf5 .btn-bgr:hover {
  background-color: transparent !important;
  border-color: #fff !important;
  color: #fff !important;
  font-weight: bold !important;
  transition: all 400ms ease-in-out;
}
.cid-u2MwYIYONT {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u2MwYIYONT .correspondente {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u2MwYIYONT .correspondente img {
  width: 220px;
  height: 100%;
  margin: 6px;
}
.cid-u2MwYIYONT section {
  position: relative;
}
.cid-u2MwYIYONT h4 {
  margin: 0;
}
.cid-u2MwYIYONT img {
  height: 75px;
  padding: 3px;
}
.cid-u2MwYIYONT a {
  font-weight: 300;
  color: #000 !important;
  transition: all 400ms ease-in-out;
}
.cid-u2MwYIYONT h4 a {
  margin-left: -0.7em !important;
}
.cid-u2MwYIYONT a:hover {
  transition: all 400ms ease-in-out;
  font-weight: bold !important;
}
.cid-u2MwYIYONT .img1 {
  color: #295b76;
}
.cid-u2MwYIYONT .img2 {
  color: #295b76;
}
.cid-u2MwYIYONT .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #295b76;
  transition: background 0.3s;
  margin-bottom: 1rem;
}
.cid-u2MwYIYONT .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u2MwYIYONT .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u2MwYIYONT .item,
.cid-u2MwYIYONT .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.1rem;
  margin-bottom: 0rem;
}
.cid-u2MwYIYONT .item h4,
.cid-u2MwYIYONT .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-u2MwYIYONT .card-img {
  width: auto;
}
.cid-u2MwYIYONT .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-u2MwYIYONT .item {
    justify-content: center;
  }
  .cid-u2MwYIYONT .align-left {
    text-align: left !important;
  }
}
.cid-u2MwYIYONT .item-title {
  color: #000000;
}
.cid-u2MwYIYONT .link-title {
  color: #000000;
}
.cid-u2MwYIYONT .items-title,
.cid-u2MwYIYONT .items-title + .line-wrap {
  color: #000000;
}
.cid-u2MwYIYONT .links-title,
.cid-u2MwYIYONT .links-title + .line-wrap {
  color: #000000;
}
.cid-u2MwYIYONT .text1 {
  color: #000000;
}
.cid-u2MwYIYONT .col-sm-6 {
  width: 50% !important;
}
.cid-u2MwYIYONT .image img {
  height: 60px !important;
}
.cid-u2MwYIYONT .image p {
  font-size: 12px !important;
}
.cid-u2MwYIYONT .bloco-redes-sociais span {
  font-size: 2em;
}
@media (max-width: 796px) {
  .cid-u2MwYIYONT .image img {
    height: 50px !important;
  }
  .cid-u2MwYIYONT .image p {
    font-size: 12px !important;
  }
}
@media (min-width: 765px) and (max-width: 780px) {
  .cid-u2MwYIYONT .conteiner-informacoes {
    flex: 0 0 33.333333% !important;
    max-width: 33.333333% !important;
  }
  .cid-u2MwYIYONT .conteiner-informacoes-none {
    display: none !important;
  }
}
.cid-u2MwYIYONT .primecase img {
  height: 35px;
}
.cid-u2MwYIYONT .primecase span {
  position: relative;
  bottom: 2.3px;
}
@media (max-width: 768px) {
  .cid-u2MwYIYONT .correspondente {
    margin-left: 0 !important;
  }
}
.cid-u2MwYIYONT .btn .mbr-iconfont {
  font-size: 28px !important;
  margin-left: 5px;
  margin-right: 10px;
  order: 0 !important;
}
.cid-u2MwYIYONT .mbr-section-btn .btn {
  border-radius: 14px !important;
  padding: 12px;
}
.cid-u2MwYIYONT .fundo {
  margin-left: 3px;
  margin-top: 0.8em;
  padding-top: 0px !important;
  padding-bottom: 0 !important;
  color: white;
  height: 2em;
  padding: 1px;
  border-radius: 8px;
  background: black;
  width: 32px;
}
.cid-u2MwYIYONT .fundo:hover {
  background: gray;
}
.cid-u2MwYIYONT .fa-instagram {
  margin-left: 4.3px;
  margin-top: -3.3px;
  color: white;
  align-items: center;
  justify-content: center;
}
.cid-u2MwYIYONT .fa-instagram:hover {
  color: white;
}
.cid-sIqGj8ZDen {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #eeeeee;
}
.cid-sIqGj8ZDen .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sIqGj8ZDen .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-sIqGj8ZDen .btn {
  margin-bottom: 2rem;
}
.cid-sIqGj8ZDen img {
  margin-top: -1em !important;
  width: 1.3em !important;
  margin-left: 22em !important;
}
.cid-sIqGj8ZDen .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-sIqGj8ZDen .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sIqGj8ZDen .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-sIqGj8ZDen .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sIqGj8ZDen .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sIqGj8ZDen .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-sIqGj8ZDen .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sIqGj8ZDen .social-list img {
  margin-left: 8em !important;
}
@media (max-width: 575px) {
  .cid-sIqGj8ZDen .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
  .cid-sIqGj8ZDen img {
    margin-left: 10em !important;
  }
}
.cid-sIqGj8ZDen .links {
  color: #555555;
  text-align: center;
}
.cid-sIqGj8ZDen p {
  font-size: 14px !important;
}
/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
section {
  background-color: #eeeeee; }

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word; }

.form-control:focus {
  box-shadow: none; }

:focus {
  outline: none; }

@media (max-width: 992px) {
  .md-pb {
    padding-bottom: 2rem !important; } }
a {
  transition: color 0.25s; }

a.mbr-iconfont:hover {
  text-decoration: none; }

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0; }

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer; }
  a, a:hover {
    text-decoration: none; }

figure {
  margin-bottom: 0; }

body {
  color: #17161a !important;
  font-weight: 400; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4 {
  margin-bottom: 0;
  word-break: break-word;
  word-wrap: break-word; }

b,
strong {
  font-weight: bold; }

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 2px solid;
  border-color: #17161a; }

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  transition-property: background-color, color; }

textarea[type="hidden"] {
  display: none; }

body {
  position: relative;
  overflow-x: hidden; }

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  section .mbr-background-video,
  section .mbr-background-video-preview {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0; }

.hidden {
  visibility: hidden; }

.mbr-z-index20 {
  z-index: 20; }

/*! Base colors */
.mbr-white {
  color: #ffffff; }

.mbr-black {
  color: #000000; }

.mbr-bg-white {
  background-color: #ffffff; }

.mbr-bg-black {
  background-color: #000000; }

/*! Text-aligns */
.align-left {
  text-align: left; }

.align-center {
  text-align: center; }

.align-right {
  text-align: right; }

@media (max-width: 767px) {
  .align-left,
  .align-center,
  .align-right
   {
    text-align: center; } }
/*! Font-weight  */
.mbr-light {
  font-weight: 300 !important; }

.mbr-regular {
  font-weight: 400 !important; }

.mbr-medium {
  font-weight: 500 !important; }

.mbr-semibold {
  font-weight: 600 !important; }

.mbr-bold {
  font-weight: 700 !important; }

.mbr-extrabold {
  font-weight: 800 !important; }

/*! Media  */
.media-size-item {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto; }

.media-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%; }

.media-container-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start; }
  .media-container-row .media-size-item {
    width: 400px; }

.media-container-column {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .media-container-column > * {
    width: 100%; }

@media (min-width: 992px) {
  .media-container-row {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; } }
figure {
  overflow: hidden; }

figure[mbr-media-size] {
  transition: width 0.1s; }

.mbr-figure img,
.mbr-figure iframe {
  display: block;
  width: 100%; }

.card {
  background-color: transparent;
  border: none; }

.card-box {
  width: 100%; }

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0; }

.media {
  max-width: 100%;
  margin: 0 auto; }

.mbr-figure {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center; }

.media-container > div {
  max-width: 100%; }

.mbr-figure img,
.card-img img {
  width: 100%; }

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important; }

  .media {
    width: auto; } }
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.8rem;
  margin-right: -0.8rem;
  font-size: 0; }

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem; }

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  cursor: pointer; }

[type="submit"] {
  -webkit-appearance: none; }

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh; }

.mbr-fullscreen {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  -webkit-align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem; }

/*! Map */
.map {
  height: 25rem;
  position: relative; }
  .map iframe {
    width: 100%;
    height: 100%; }

/* Form */
.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal; }

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg); }

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 50px;
  width: 50px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center; }
  .mbr-arrow-up a:hover {
    background-color: rgba(0, 0, 0, 0.4); }
  .mbr-arrow-up a i {
    line-height: 50px; }

.mbr-arrow-up-icon {
  display: block;
  color: #fff; }

.mbr-arrow-up-icon::before {
  content: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 140%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  .mbr-arrow > a {
    display: inline-block;
    text-decoration: none;
    outline-style: none;
    -webkit-animation: arrowdown 1.7s ease-in-out infinite;
    animation: arrowdown 1.7s ease-in-out infinite; }
    .mbr-arrow > a > i {
      position: absolute;
      top: -2px;
      left: 15px;
      font-size: 2rem; }

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px); }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); } }
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px); }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); } }
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg); } }
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out; }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out; } }
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out; }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out; } }
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate; }

@keyframes slidein {
  0% {
    transform: translateX(0%); }
  100% {
    transform: translateX(100%);
    display: none; } }
@keyframes slideout {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }
.menu .navbar-brand {
  display: -webkit-flex; }
  .menu .navbar-brand span {
    display: flex;
    display: -webkit-flex; }
  .menu .navbar-brand .navbar-caption-wrap {
    display: -webkit-flex; }
  .menu .navbar-brand .navbar-logo img {
    display: -webkit-flex; }
@media (min-width: 768px) and (max-width: 1253px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox; } }
@media (max-width: 1253px) {
  .menu .navbar-collapse {
    max-height: 93.5vh; }
    .menu .navbar-collapse.show {
      overflow: auto; } }
@media (min-width: 1254px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex; }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important; }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh; }
    .menu .collapsed .navbar-collapse.show {
      overflow: auto; } }
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh; } }

.navbar {
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-align-items: center;
  align-items: center; }

.nav-dropdown .link {
  margin: 0 15px; }

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.justify-content-center {
  -webkit-justify-content: center;
  justify-content: center; }

.form-inline {
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  align-items: center; }

.card-wrapper {
  -webkit-flex: 1;
  flex: 1; }

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }

.carousel-controls {
  display: -webkit-flex; }

.media {
  display: -webkit-flex; }

.form-group:focus {
  outline: none; }

.jq-selectbox__select {
  padding: 0em 0em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 15px; }

.jq-selectbox__dropdown {
  position: absolute;
  top: 100% !important;
  left: 0 !important;
  width: 100% !important; }

.jq-selectbox__trigger-arrow {
  transform: translateY(-50%); }

.jq-selectbox li {
  padding: 1.07em 0.5em; }

input[type="range"] {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.modal-dialog,
.modal-content {
  height: 100%; }

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem); }
  @media (max-width: 575px) {
    .modal-dialog .carousel-inner {
      height: calc(100vh - 1rem); } }

.carousel-item {
  text-align: center; }

.carousel-item img {
  margin: auto; }

.navbar-toggler {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem; }

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%; }

.navbar-toggler-left {
  position: absolute;
  left: 1rem; }

.navbar-toggler-right {
  position: absolute;
  right: 1rem; }

@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 576px) {
  .navbar-toggleable {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-toggleable > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%; }

  .navbar-toggleable .navbar-toggler {
    display: none; } }
@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 768px) {
  .navbar-toggleable-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-toggleable-sm > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-sm .navbar-collapse {
    display: none;
    width: 100%; }

  .navbar-toggleable-sm .navbar-toggler {
    display: none; } }
@media (max-width: 1253px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1254px) {
  .navbar-toggleable-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-toggleable-md > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-md .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%; }

  .navbar-toggleable-md .navbar-toggler {
    display: none; } }
@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-toggleable-lg > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%; }

  .navbar-toggleable-lg .navbar-toggler {
    display: none; } }
.navbar-toggleable-xl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none; }

.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0; }

.navbar-toggleable-xl .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.navbar-toggleable-xl > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.navbar-toggleable-xl .navbar-collapse {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%; }

.navbar-toggleable-xl .navbar-toggler {
  display: none; }

.card-img {
  width: auto; }

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
  -webkit-flex-direction: column; }

.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; }

.dropup .dropdown-toggle::after {
  display: none; }

body {
  font-style: normal;
  line-height: 1.55; }

.mbr-section-title {
  font-style: normal;
  margin-bottom: 30px; }

.mbr-text {
  font-style: normal; }

.btn {
  font-weight: 600 !important;
  border-width: 1px;
  line-height: 20px !important;
  font-style: normal;
  letter-spacing: 0;
  margin: 0.4rem 0.8rem;
  white-space: normal;
  vertical-align: middle;
  overflow: hidden;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center; }

.btn-sm {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

.btn-md {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

.btn-lg {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

.btn-form {
  margin: 0;
  border-radius: 0; }
  .btn-form:hover {
    cursor: pointer; }

#scrollToTop a i:before {
  content: ""; }
#scrollToTop a i:after {
  content: "";
  position: absolute;
  display: block;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  border-top-right-radius: 3px;
  width: 30%;
  height: 30%;
  left: 35%;
  bottom: 40%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg); }

.mbr-arrow a {
  color: #ffffff; }

@media (max-width: 767px) {
  .mbr-arrow {
    display: none; } }
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0; }

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 0.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;
    transform: rotate(45deg);
    width: 14px;
    -webkit-transform: rotate(45deg); }

.form-control {
  box-shadow: none;
  color: #ffffff;
  min-height: 2.5em;
  font-size: 16px;
  border-radius: 4px; }
  .form-active .form-control:invalid {
    border-color: red; }

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none; }

blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  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; }

.mbr-section__comments .row {
  justify-content: center;
  -webkit-justify-content: center; }

.btn .mbr-iconfont {
  font-size: 15px !important;
  order: 1;
  margin-left: 13px; }



@keyframes animBtn {
  0% {
    transform: translateX(0px); }
  51% {
    transform: translateX(20px);
    opacity: 1; }
  52% {
    opacity: 0;
    transform: translateX(-20px); }
  53% {
    opacity: 0; }
  54% {
    opacity: 1; }
  100% {
    transform: translateX(0px); } }

/*# sourceMappingURL=style.css.map */
.cid-sBL5r8NTWk {
  min-height: 20px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sBL5r8NTWk .nav-item,
.cid-sBL5r8NTWk .nav-link,
.cid-sBL5r8NTWk .navbar-caption {
  font-weight: normal;
}
.cid-sBL5r8NTWk .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 1.4vw !important;
  padding: 0 !important;
  font-weight: 500;
}
@media (min-width: 992px) {
  .cid-sBL5r8NTWk .navbar {
    min-height: 90px !important;
  }
  .cid-sBL5r8NTWk .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-sBL5r8NTWk .btn {
    white-space: nowrap;
  }
  .cid-sBL5r8NTWk .dropdown-menu {
    background-color: #ebeaed !important;
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-sBL5r8NTWk .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-sBL5r8NTWk .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-sBL5r8NTWk .dropdown-toggle::after,
  .cid-sBL5r8NTWk .nav-dropdown .link.dropdown-toggle::after {
    content: '';
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-sBL5r8NTWk .dropdown-toggle::after {
  display: none;
  font-family: 'Moririse2' !important;
  content: '\e960';
  font-weight: bold;
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBL5r8NTWk .dropdown-menu {
  box-shadow: none;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 12px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBL5r8NTWk .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  transform: rotate(45deg);
}
.cid-sBL5r8NTWk .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBL5r8NTWk .dropdown-menu .dropdown-item:hover {
  color: #17161a !important;
  background-color: #fafafa;
}
.cid-sBL5r8NTWk .dropdown.open .dropdown-toggle[aria-expanded='true']::after {
  transform: rotate(45deg);
}
.cid-sBL5r8NTWk .dropdown.open .dropdown-toggle[aria-expanded='true'] + .dropdown-submenu {
  visibility: visible;
}
.cid-sBL5r8NTWk .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-sBL5r8NTWk .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-sBL5r8NTWk .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-sBL5r8NTWk .nav-item:focus,
.cid-sBL5r8NTWk .nav-link:focus {
  outline: none;
}
.cid-sBL5r8NTWk .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-sBL5r8NTWk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sBL5r8NTWk .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sBL5r8NTWk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sBL5r8NTWk .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sBL5r8NTWk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sBL5r8NTWk ul.navbar-nav li {
  margin: 1px;
}
.cid-sBL5r8NTWk .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-sBL5r8NTWk .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-sBL5r8NTWk .navbar .navbar-collapse {
  justify-content: start;
  z-index: 1;
}
.cid-sBL5r8NTWk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sBL5r8NTWk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sBL5r8NTWk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 2rem);
  }
}
.cid-sBL5r8NTWk .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sBL5r8NTWk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sBL5r8NTWk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sBL5r8NTWk .navbar {
    padding: 10px 0;
  }
  .cid-sBL5r8NTWk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sBL5r8NTWk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sBL5r8NTWk .navbar .container-fluid,
  .cid-sBL5r8NTWk .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-sBL5r8NTWk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sBL5r8NTWk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sBL5r8NTWk .navbar .navbar-logo img {
    padding: 0 !important;
    margin: 0 !important;
    height: 3rem !important;
  }
  .cid-sBL5r8NTWk .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: left;
  }
  .cid-sBL5r8NTWk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sBL5r8NTWk .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sBL5r8NTWk .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-sBL5r8NTWk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sBL5r8NTWk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sBL5r8NTWk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sBL5r8NTWk .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sBL5r8NTWk .dropdown-item.active,
.cid-sBL5r8NTWk .dropdown-item:active {
  background-color: transparent;
}
.cid-sBL5r8NTWk .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sBL5r8NTWk .nav-dropdown .link .dropdown-toggle[aria-expanded='true'] {
  margin: 0 2vw !important;
}
.cid-sBL5r8NTWk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sBL5r8NTWk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-sBL5r8NTWk .navbar-buttons {
  text-align: end;
}
.cid-sBL5r8NTWk .botoes {
  justify-content: flex-end !important;
}
.cid-sBL5r8NTWk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sBL5r8NTWk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-sBL5r8NTWk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sBL5r8NTWk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBL5r8NTWk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBL5r8NTWk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sBL5r8NTWk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBL5r8NTWk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sBL5r8NTWk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sBL5r8NTWk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBL5r8NTWk .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-sBL5r8NTWk a.nav-link {
  justify-content: left;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBL5r8NTWk a.nav-link:hover {
  color: #17161a !important;
}
.is-builder .cid-sBL5r8NTWk .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sBL5r8NTWk .navbar {
    height: 20px;
  }
  .cid-sBL5r8NTWk .navbar.opened {
    height: auto;
  }
  .cid-sBL5r8NTWk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBL5r8NTWk li {
  list-style-type: none;
}
.cid-sBL5r8NTWk span {
  font-size: 30px !important;
}
.cid-sBL5r8NTWk .btn .mbr-iconfont {
  margin-right: 9px;
  font-size: 25px !important;
  order: 0 !important;
}
@media (max-width: 768px) {
  .cid-sBL5r8NTWk .navbar-buttons {
    text-align: center;
  }
  .cid-sBL5r8NTWk a.nav-link {
    border-bottom: 1px solid #f2ecec;
    margin-top: 15px !important;
  }
  .cid-sBL5r8NTWk .botoes {
    justify-content: center !important;
  }
}
.cid-sBL5r8NTWk .fgts:hover {
  background-color: #6C247D !important;
}
.cid-rT3DsotlOl {
  overflow: hidden;
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/5de578e6d9798-2000x1333.jpg");
}
.cid-rT3DsotlOl .position {
  z-index: 10;
}
.cid-rT3DsotlOl .mbr-section-subtitle {
  margin: 10px 0 15px;
  line-height: 1.55;
}
.cid-rT3DsotlOl .mbr-section-title1,
.cid-rT3DsotlOl .mbr-section-title2 {
  margin-bottom: 0;
}
.cid-rT3DsotlOl .mbr-section-text {
  margin-top: 30px;
}
.cid-rT3DsotlOl .mbr-section-btn {
  margin-top: 30px;
}
.cid-rT3DsotlOl .info__block {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}
.cid-rT3DsotlOl .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  display: inline-block;
}
.cid-rT3DsotlOl .info__block-item {
  width: 130px;
  padding-top: 25px;
  margin-right: 25px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-rT3DsotlOl .info__block-item {
    margin-right: 10px;
  }
}
.cid-rT3DsotlOl .title__item,
.cid-rT3DsotlOl .text__item {
  margin-bottom: 0;
}
.cid-rT3DsotlOl .text__item {
  line-height: 1.35;
  text-align: left;
}
.cid-rT3DsotlOl .animated-element {
  color: #d90a2c;
}
.cid-rT3DsotlOl .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #d90a2c;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-rT3DsotlOl .mbr-section-title1,
.cid-rT3DsotlOl .typed-text {
  text-align: center;
}
.cid-rT3DsotlOl .mbr-section-title2 {
  text-align: center;
}
.cid-rT3DsotlOl .mbr-section-text,
.cid-rT3DsotlOl .mbr-section-btn {
  text-align: center;
}
.cid-rT9gCbsDhX {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rT9gCbsDhX h4 {
  margin-bottom: 0;
}
.cid-rT9gCbsDhX img {
  width: 23% !important;
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-rT9gCbsDhX .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(26, 26, 26, 0.35);
}
.cid-rT9gCbsDhX .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-rT9gCbsDhX .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rT9gCbsDhX .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-rT9gCbsDhX .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #17161a !important;
  box-shadow: none!important;
}
.cid-rT9gCbsDhX .btn[class*="-outline"]:active,
.cid-rT9gCbsDhX .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rT9gCbsDhX .card-box {
  padding-top: 2rem;
}
.cid-rT9gCbsDhX .card-wrapper {
  height: 100%;
}
.cid-rT9gCbsDhX .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rT9gCbsDhX .card-title {
  color: #444345;
  text-align: center;
}
.cid-rT9gCbsDhX .main-title {
  color: #232323;
  text-align: center;
}
.cid-rT9gCbsDhX .mbr-text,
.cid-rT9gCbsDhX .mbr-link-btn {
  color: #767676;
}
.cid-rT3JA5z0g8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232226;
}
.cid-rT3JA5z0g8 .card1,
.cid-rT3JA5z0g8 .card2,
.cid-rT3JA5z0g8 .card6 {
  border: none !important;
}
.cid-rT3JA5z0g8 .card4,
.cid-rT3JA5z0g8 .card5,
.cid-rT3JA5z0g8 .card6 {
  border-bottom: none !important;
}
.cid-rT3JA5z0g8 .row {
  padding: 0 1rem;
}
.cid-rT3JA5z0g8 .row:nth-child(3) .card {
  border-bottom: none;
}
.cid-rT3JA5z0g8 .row .title {
  max-width: 800px;
}
.cid-rT3JA5z0g8 .row .subtitle {
  color: #767676;
}
.cid-rT3JA5z0g8 .row .card {
  padding: 5rem 1rem;
  border-left: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  border-collapse: collapse;
  box-sizing: border-box;
  border-radius: 0 !important;
  transition: 0.2s all;
}
.cid-rT3JA5z0g8 .row span {
  color: #ffffff !important;
}
.cid-rT3JA5z0g8 .row .text-wrap .mbr-black {
  color: #ffffff !important;
}
.cid-rT3JA5z0g8 .row .text-wrap {
  color: #ffffff !important;
}
.cid-rT3JA5z0g8 .row .text-wrap h6,
.cid-rT3JA5z0g8 .row .text-wrap p,
.cid-rT3JA5z0g8 .row .text-wrap h4 {
  color: #ffffff !important;
}
.cid-rT3JA5z0g8 .row .text-wrap .link:before {
  color: #ffffff !important;
}
.cid-rT3JA5z0g8 .row .mbr-text {
  color: #ffffff !important;
}
.cid-rT3JA5z0g8:first-child {
  border-left: none;
}
.cid-rT3JA5z0g8:last-child {
  border-bottom: none;
}
.cid-rT3JA5z0g8 .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-rT3JA5z0g8 .card-block .text-wrap {
  padding: 0 1rem;
}
.cid-rT3JA5z0g8 .card-block .text-wrap .link {
  position: relative;
  width: fit-content;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-rT3JA5z0g8 .card-block .text-wrap .link:before {
  content: "\e966";
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: #000000;
}
.cid-rT3JA5z0g8 .card-block .text-wrap .link:hover:before {
  margin-right: -0.4rem;
}
.cid-rT3JA5z0g8 .card-block .photo {
  margin-bottom: 1.62rem;
  overflow: hidden;
  display: inline-block;
}
.cid-rT3JA5z0g8 .card-block .photo span {
  font-size: 5rem;
  color: #000000;
  fill: #000000;
}
.cid-rT3JA5z0g8 .card-block .btn {
  padding: 0.6rem 2.1rem 0.65rem 2.1rem !important;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  border-width: 1px;
}
.cid-rT3JA5z0g8 .card-block .btn ins {
  text-decoration: none;
}
.cid-rT3JA5z0g8 .card-block .btn .mbr-iconfont {
  padding-left: 15px !important;
  padding-top: 1px;
  margin-right: 4px;
  order: 5;
  transition: all 0s ease-in-out;
}
.cid-rT3JA5z0g8 .card-block .line {
  background-color: #000000;
  color: #000000;
  height: 1px;
  margin: 30px auto 20px auto;
}
@media (max-width: 992px) {
  .cid-rT3JA5z0g8 .row {
    padding: 0 0rem;
  }
  .cid-rT3JA5z0g8 .row .card {
    padding: 3rem 0rem;
  }
  .cid-rT3JA5z0g8 .md-pb {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 576px) {
  .cid-rT3JA5z0g8 .card {
    border: none !important;
  }
}
.cid-rT3JA5z0g8 .wrap0 {
  margin-bottom: 120px;
}
.cid-rT3JA5z0g8 .mbr-section-title {
  color: #ffffff;
}
.cid-rT3JA5z0g8 .mbr-text,
.cid-rT3JA5z0g8 .link-wrap {
  color: #ffffff;
}
.cid-rT8Wa7efQ0 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rT8Wa7efQ0 .mbr-text,
.cid-rT8Wa7efQ0 .mbr-section-subtitle {
  color: #767676;
}
.cid-rT8Wa7efQ0 .card-title {
  color: #66458e;
}
.cid-rT8Wa7efQ0 .card .card-img span {
  color: #000000;
  font-size: 60px;
  background: linear-gradient(45deg, #000000, #000000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-rT8Wa7efQ0 .mbr-section-subtitle,
  .cid-rT8Wa7efQ0 .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rT8Wa7efQ0 .card .card-img span {
    background: none;
  }
}
.cid-rT8Wa7efQ0 .card-title,
.cid-rT8Wa7efQ0 .card-img {
  color: #000000;
}
.cid-rT8YK6UKjd {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rT8YK6UKjd .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-rT8YK6UKjd .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-rYpo75WrJe {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-rYpo75WrJe .mbr-section-title {
  color: #ffffff;
}
.cid-rYpo75WrJe .text__subt {
  margin-bottom: 20px;
}
.cid-rYpo75WrJe .mbr-text {
  margin: 10px 0 20px;
  color: #ffffff;
}
.cid-rYpo75WrJe .subscribe__form {
  padding-bottom: 50px;
}
.cid-rYpo75WrJe .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-rYpo75WrJe .form-control {
  border: none;
  height: 50px;
  padding: 14px 18px;
  background-color: white;
  font-size: 16px;
  color: #000000;
  border-radius: 4px;
}
.cid-rYpo75WrJe .input-group-btn {
  padding-left: 0;
  border-radius: 0px 10px 10px 0px !important;
}
.cid-rYpo75WrJe .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-rYpo75WrJe .mbr-form .input-group-btn a.btn {
  border-radius: 4px !important;
}
.cid-rYpo75WrJe .mbr-form .btn {
  margin: 0;
}
.cid-rYpo75WrJe input::-webkit-input-placeholder {
  color: #000000;
  opacity: .8;
}
.cid-rYpo75WrJe input::-moz-placeholder {
  color: #000000;
  opacity: .8;
}
.cid-rYpo75WrJe .divider {
  background-color: #ffffff;
  height: 1px;
  opacity: 0.6;
}
.cid-rYpo75WrJe input {
  border-radius: 10px 0px 0px 10px !important;
}
@media (max-width: 767px) {
  .cid-rYpo75WrJe .divider {
    margin: 0 15px;
  }
  .cid-rYpo75WrJe .subtitlecss {
    text-align: center !important;
  }
  .cid-rYpo75WrJe .mbr-section-title {
    margin-bottom: 0px !important;
  }
}
.cid-u2Mx1omLeM {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u2Mx1omLeM .correspondente {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u2Mx1omLeM .correspondente img {
  width: 220px;
  height: 100%;
  margin: 6px;
}
.cid-u2Mx1omLeM section {
  position: relative;
}
.cid-u2Mx1omLeM h4 {
  margin: 0;
}
.cid-u2Mx1omLeM img {
  height: 75px;
  padding: 3px;
}
.cid-u2Mx1omLeM a {
  font-weight: 300;
  color: #000 !important;
  transition: all 400ms ease-in-out;
}
.cid-u2Mx1omLeM h4 a {
  margin-left: -0.7em !important;
}
.cid-u2Mx1omLeM a:hover {
  transition: all 400ms ease-in-out;
  font-weight: bold !important;
}
.cid-u2Mx1omLeM .img1 {
  color: #295b76;
}
.cid-u2Mx1omLeM .img2 {
  color: #295b76;
}
.cid-u2Mx1omLeM .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #295b76;
  transition: background 0.3s;
  margin-bottom: 1rem;
}
.cid-u2Mx1omLeM .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u2Mx1omLeM .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u2Mx1omLeM .item,
.cid-u2Mx1omLeM .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.1rem;
  margin-bottom: 0rem;
}
.cid-u2Mx1omLeM .item h4,
.cid-u2Mx1omLeM .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-u2Mx1omLeM .card-img {
  width: auto;
}
.cid-u2Mx1omLeM .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-u2Mx1omLeM .item {
    justify-content: center;
  }
  .cid-u2Mx1omLeM .align-left {
    text-align: left !important;
  }
}
.cid-u2Mx1omLeM .item-title {
  color: #000000;
}
.cid-u2Mx1omLeM .link-title {
  color: #000000;
}
.cid-u2Mx1omLeM .items-title,
.cid-u2Mx1omLeM .items-title + .line-wrap {
  color: #000000;
}
.cid-u2Mx1omLeM .links-title,
.cid-u2Mx1omLeM .links-title + .line-wrap {
  color: #000000;
}
.cid-u2Mx1omLeM .text1 {
  color: #000000;
}
.cid-u2Mx1omLeM .col-sm-6 {
  width: 50% !important;
}
.cid-u2Mx1omLeM .image img {
  height: 60px !important;
}
.cid-u2Mx1omLeM .image p {
  font-size: 12px !important;
}
.cid-u2Mx1omLeM .bloco-redes-sociais span {
  font-size: 2em;
}
@media (max-width: 796px) {
  .cid-u2Mx1omLeM .image img {
    height: 50px !important;
  }
  .cid-u2Mx1omLeM .image p {
    font-size: 12px !important;
  }
}
@media (min-width: 765px) and (max-width: 780px) {
  .cid-u2Mx1omLeM .conteiner-informacoes {
    flex: 0 0 33.333333% !important;
    max-width: 33.333333% !important;
  }
  .cid-u2Mx1omLeM .conteiner-informacoes-none {
    display: none !important;
  }
}
.cid-u2Mx1omLeM .primecase img {
  height: 35px;
}
.cid-u2Mx1omLeM .primecase span {
  position: relative;
  bottom: 2.3px;
}
@media (max-width: 768px) {
  .cid-u2Mx1omLeM .correspondente {
    margin-left: 0 !important;
  }
}
.cid-u2Mx1omLeM .btn .mbr-iconfont {
  font-size: 28px !important;
  margin-left: 5px;
  margin-right: 10px;
  order: 0 !important;
}
.cid-u2Mx1omLeM .mbr-section-btn .btn {
  border-radius: 14px !important;
  padding: 12px;
}
.cid-u2Mx1omLeM .fundo {
  margin-left: 3px;
  margin-top: 0.8em;
  padding-top: 0px !important;
  padding-bottom: 0 !important;
  color: white;
  height: 2em;
  padding: 1px;
  border-radius: 8px;
  background: black;
  width: 32px;
}
.cid-u2Mx1omLeM .fundo:hover {
  background: gray;
}
.cid-u2Mx1omLeM .fa-instagram {
  margin-left: 4.3px;
  margin-top: -3.3px;
  color: white;
  align-items: center;
  justify-content: center;
}
.cid-u2Mx1omLeM .fa-instagram:hover {
  color: white;
}
.cid-sIqGrQCfpw {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #eeeeee;
}
.cid-sIqGrQCfpw .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sIqGrQCfpw .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-sIqGrQCfpw .btn {
  margin-bottom: 2rem;
}
.cid-sIqGrQCfpw img {
  margin-top: -1em !important;
  width: 1.3em !important;
  margin-left: 22em !important;
}
.cid-sIqGrQCfpw .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-sIqGrQCfpw .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sIqGrQCfpw .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-sIqGrQCfpw .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sIqGrQCfpw .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sIqGrQCfpw .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-sIqGrQCfpw .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sIqGrQCfpw .social-list img {
  margin-left: 8em !important;
}
@media (max-width: 575px) {
  .cid-sIqGrQCfpw .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
  .cid-sIqGrQCfpw img {
    margin-left: 10em !important;
  }
}
.cid-sIqGrQCfpw .links {
  color: #555555;
  text-align: center;
}
.cid-sIqGrQCfpw p {
  font-size: 14px !important;
}
/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
section {
  background-color: #eeeeee; }

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word; }

.form-control:focus {
  box-shadow: none; }

:focus {
  outline: none; }

@media (max-width: 992px) {
  .md-pb {
    padding-bottom: 2rem !important; } }
a {
  transition: color 0.25s; }

a.mbr-iconfont:hover {
  text-decoration: none; }

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0; }

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer; }
  a, a:hover {
    text-decoration: none; }

figure {
  margin-bottom: 0; }

body {
  color: #17161a !important;
  font-weight: 400; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4 {
  margin-bottom: 0;
  word-break: break-word;
  word-wrap: break-word; }

b,
strong {
  font-weight: bold; }

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 2px solid;
  border-color: #17161a; }

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  transition-property: background-color, color; }

textarea[type="hidden"] {
  display: none; }

body {
  position: relative;
  overflow-x: hidden; }

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  section .mbr-background-video,
  section .mbr-background-video-preview {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0; }

.hidden {
  visibility: hidden; }

.mbr-z-index20 {
  z-index: 20; }

/*! Base colors */
.mbr-white {
  color: #ffffff; }

.mbr-black {
  color: #000000; }

.mbr-bg-white {
  background-color: #ffffff; }

.mbr-bg-black {
  background-color: #000000; }

/*! Text-aligns */
.align-left {
  text-align: left; }

.align-center {
  text-align: center; }

.align-right {
  text-align: right; }

@media (max-width: 767px) {
  .align-left,
  .align-center,
  .align-right
   {
    text-align: center; } }
/*! Font-weight  */
.mbr-light {
  font-weight: 300 !important; }

.mbr-regular {
  font-weight: 400 !important; }

.mbr-medium {
  font-weight: 500 !important; }

.mbr-semibold {
  font-weight: 600 !important; }

.mbr-bold {
  font-weight: 700 !important; }

.mbr-extrabold {
  font-weight: 800 !important; }

/*! Media  */
.media-size-item {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto; }

.media-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%; }

.media-container-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start; }
  .media-container-row .media-size-item {
    width: 400px; }

.media-container-column {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .media-container-column > * {
    width: 100%; }

@media (min-width: 992px) {
  .media-container-row {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; } }
figure {
  overflow: hidden; }

figure[mbr-media-size] {
  transition: width 0.1s; }

.mbr-figure img,
.mbr-figure iframe {
  display: block;
  width: 100%; }

.card {
  background-color: transparent;
  border: none; }

.card-box {
  width: 100%; }

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0; }

.media {
  max-width: 100%;
  margin: 0 auto; }

.mbr-figure {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center; }

.media-container > div {
  max-width: 100%; }

.mbr-figure img,
.card-img img {
  width: 100%; }

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important; }

  .media {
    width: auto; } }
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.8rem;
  margin-right: -0.8rem;
  font-size: 0; }

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem; }

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  cursor: pointer; }

[type="submit"] {
  -webkit-appearance: none; }

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh; }

.mbr-fullscreen {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  -webkit-align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem; }

/*! Map */
.map {
  height: 25rem;
  position: relative; }
  .map iframe {
    width: 100%;
    height: 100%; }

/* Form */
.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal; }

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg); }

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 50px;
  width: 50px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center; }
  .mbr-arrow-up a:hover {
    background-color: rgba(0, 0, 0, 0.4); }
  .mbr-arrow-up a i {
    line-height: 50px; }

.mbr-arrow-up-icon {
  display: block;
  color: #fff; }

.mbr-arrow-up-icon::before {
  content: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 140%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  .mbr-arrow > a {
    display: inline-block;
    text-decoration: none;
    outline-style: none;
    -webkit-animation: arrowdown 1.7s ease-in-out infinite;
    animation: arrowdown 1.7s ease-in-out infinite; }
    .mbr-arrow > a > i {
      position: absolute;
      top: -2px;
      left: 15px;
      font-size: 2rem; }

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px); }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); } }
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px); }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); } }
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg); } }
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out; }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out; } }
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out; }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out; } }
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate; }

@keyframes slidein {
  0% {
    transform: translateX(0%); }
  100% {
    transform: translateX(100%);
    display: none; } }
@keyframes slideout {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }
.menu .navbar-brand {
  display: -webkit-flex; }
  .menu .navbar-brand span {
    display: flex;
    display: -webkit-flex; }
  .menu .navbar-brand .navbar-caption-wrap {
    display: -webkit-flex; }
  .menu .navbar-brand .navbar-logo img {
    display: -webkit-flex; }
@media (min-width: 768px) and (max-width: 1253px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox; } }
@media (max-width: 1253px) {
  .menu .navbar-collapse {
    max-height: 93.5vh; }
    .menu .navbar-collapse.show {
      overflow: auto; } }
@media (min-width: 1254px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex; }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important; }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh; }
    .menu .collapsed .navbar-collapse.show {
      overflow: auto; } }
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh; } }

.navbar {
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-align-items: center;
  align-items: center; }

.nav-dropdown .link {
  margin: 0 15px; }

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.justify-content-center {
  -webkit-justify-content: center;
  justify-content: center; }

.form-inline {
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  align-items: center; }

.card-wrapper {
  -webkit-flex: 1;
  flex: 1; }

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }

.carousel-controls {
  display: -webkit-flex; }

.media {
  display: -webkit-flex; }

.form-group:focus {
  outline: none; }

.jq-selectbox__select {
  padding: 0em 0em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 15px; }

.jq-selectbox__dropdown {
  position: absolute;
  top: 100% !important;
  left: 0 !important;
  width: 100% !important; }

.jq-selectbox__trigger-arrow {
  transform: translateY(-50%); }

.jq-selectbox li {
  padding: 1.07em 0.5em; }

input[type="range"] {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.modal-dialog,
.modal-content {
  height: 100%; }

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem); }
  @media (max-width: 575px) {
    .modal-dialog .carousel-inner {
      height: calc(100vh - 1rem); } }

.carousel-item {
  text-align: center; }

.carousel-item img {
  margin: auto; }

.navbar-toggler {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem; }

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%; }

.navbar-toggler-left {
  position: absolute;
  left: 1rem; }

.navbar-toggler-right {
  position: absolute;
  right: 1rem; }

@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 576px) {
  .navbar-toggleable {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-toggleable > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%; }

  .navbar-toggleable .navbar-toggler {
    display: none; } }
@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 768px) {
  .navbar-toggleable-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-toggleable-sm > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-sm .navbar-collapse {
    display: none;
    width: 100%; }

  .navbar-toggleable-sm .navbar-toggler {
    display: none; } }
@media (max-width: 1253px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1254px) {
  .navbar-toggleable-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-toggleable-md > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-md .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%; }

  .navbar-toggleable-md .navbar-toggler {
    display: none; } }
@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-toggleable-lg > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%; }

  .navbar-toggleable-lg .navbar-toggler {
    display: none; } }
.navbar-toggleable-xl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none; }

.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0; }

.navbar-toggleable-xl .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.navbar-toggleable-xl > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.navbar-toggleable-xl .navbar-collapse {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%; }

.navbar-toggleable-xl .navbar-toggler {
  display: none; }

.card-img {
  width: auto; }

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
  -webkit-flex-direction: column; }

.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; }

.dropup .dropdown-toggle::after {
  display: none; }

body {
  font-style: normal;
  line-height: 1.55; }

.mbr-section-title {
  font-style: normal;
  margin-bottom: 30px; }

.mbr-text {
  font-style: normal; }

.btn {
  font-weight: 600 !important;
  border-width: 1px;
  line-height: 20px !important;
  font-style: normal;
  letter-spacing: 0;
  margin: 0.4rem 0.8rem;
  white-space: normal;
  vertical-align: middle;
  overflow: hidden;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center; }

.btn-sm {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

.btn-md {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

.btn-lg {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

.btn-form {
  margin: 0;
  border-radius: 0; }
  .btn-form:hover {
    cursor: pointer; }

#scrollToTop a i:before {
  content: ""; }
#scrollToTop a i:after {
  content: "";
  position: absolute;
  display: block;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  border-top-right-radius: 3px;
  width: 30%;
  height: 30%;
  left: 35%;
  bottom: 40%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg); }

.mbr-arrow a {
  color: #ffffff; }

@media (max-width: 767px) {
  .mbr-arrow {
    display: none; } }
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0; }

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 0.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;
    transform: rotate(45deg);
    width: 14px;
    -webkit-transform: rotate(45deg); }

.form-control {
  box-shadow: none;
  color: #ffffff;
  min-height: 2.5em;
  font-size: 16px;
  border-radius: 4px; }
  .form-active .form-control:invalid {
    border-color: red; }

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none; }

blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  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; }

.mbr-section__comments .row {
  justify-content: center;
  -webkit-justify-content: center; }

.btn .mbr-iconfont {
  font-size: 15px !important;
  order: 1;
  margin-left: 13px; }



@keyframes animBtn {
  0% {
    transform: translateX(0px); }
  51% {
    transform: translateX(20px);
    opacity: 1; }
  52% {
    opacity: 0;
    transform: translateX(-20px); }
  53% {
    opacity: 0; }
  54% {
    opacity: 1; }
  100% {
    transform: translateX(0px); } }

/*# sourceMappingURL=style.css.map */
.cid-sBL5r8NTWk {
  min-height: 20px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sBL5r8NTWk .nav-item,
.cid-sBL5r8NTWk .nav-link,
.cid-sBL5r8NTWk .navbar-caption {
  font-weight: normal;
}
.cid-sBL5r8NTWk .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 1.4vw !important;
  padding: 0 !important;
  font-weight: 500;
}
@media (min-width: 992px) {
  .cid-sBL5r8NTWk .navbar {
    min-height: 90px !important;
  }
  .cid-sBL5r8NTWk .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-sBL5r8NTWk .btn {
    white-space: nowrap;
  }
  .cid-sBL5r8NTWk .dropdown-menu {
    background-color: #ebeaed !important;
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-sBL5r8NTWk .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-sBL5r8NTWk .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-sBL5r8NTWk .dropdown-toggle::after,
  .cid-sBL5r8NTWk .nav-dropdown .link.dropdown-toggle::after {
    content: '';
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-sBL5r8NTWk .dropdown-toggle::after {
  display: none;
  font-family: 'Moririse2' !important;
  content: '\e960';
  font-weight: bold;
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBL5r8NTWk .dropdown-menu {
  box-shadow: none;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 12px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBL5r8NTWk .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  transform: rotate(45deg);
}
.cid-sBL5r8NTWk .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBL5r8NTWk .dropdown-menu .dropdown-item:hover {
  color: #17161a !important;
  background-color: #fafafa;
}
.cid-sBL5r8NTWk .dropdown.open .dropdown-toggle[aria-expanded='true']::after {
  transform: rotate(45deg);
}
.cid-sBL5r8NTWk .dropdown.open .dropdown-toggle[aria-expanded='true'] + .dropdown-submenu {
  visibility: visible;
}
.cid-sBL5r8NTWk .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-sBL5r8NTWk .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-sBL5r8NTWk .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-sBL5r8NTWk .nav-item:focus,
.cid-sBL5r8NTWk .nav-link:focus {
  outline: none;
}
.cid-sBL5r8NTWk .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-sBL5r8NTWk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sBL5r8NTWk .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sBL5r8NTWk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sBL5r8NTWk .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sBL5r8NTWk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sBL5r8NTWk ul.navbar-nav li {
  margin: 1px;
}
.cid-sBL5r8NTWk .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-sBL5r8NTWk .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-sBL5r8NTWk .navbar .navbar-collapse {
  justify-content: start;
  z-index: 1;
}
.cid-sBL5r8NTWk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sBL5r8NTWk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sBL5r8NTWk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 2rem);
  }
}
.cid-sBL5r8NTWk .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sBL5r8NTWk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sBL5r8NTWk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sBL5r8NTWk .navbar {
    padding: 10px 0;
  }
  .cid-sBL5r8NTWk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sBL5r8NTWk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sBL5r8NTWk .navbar .container-fluid,
  .cid-sBL5r8NTWk .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-sBL5r8NTWk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sBL5r8NTWk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sBL5r8NTWk .navbar .navbar-logo img {
    padding: 0 !important;
    margin: 0 !important;
    height: 3rem !important;
  }
  .cid-sBL5r8NTWk .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: left;
  }
  .cid-sBL5r8NTWk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sBL5r8NTWk .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sBL5r8NTWk .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-sBL5r8NTWk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sBL5r8NTWk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sBL5r8NTWk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sBL5r8NTWk .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sBL5r8NTWk .dropdown-item.active,
.cid-sBL5r8NTWk .dropdown-item:active {
  background-color: transparent;
}
.cid-sBL5r8NTWk .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sBL5r8NTWk .nav-dropdown .link .dropdown-toggle[aria-expanded='true'] {
  margin: 0 2vw !important;
}
.cid-sBL5r8NTWk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sBL5r8NTWk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-sBL5r8NTWk .navbar-buttons {
  text-align: end;
}
.cid-sBL5r8NTWk .botoes {
  justify-content: flex-end !important;
}
.cid-sBL5r8NTWk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sBL5r8NTWk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-sBL5r8NTWk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sBL5r8NTWk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBL5r8NTWk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBL5r8NTWk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sBL5r8NTWk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBL5r8NTWk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sBL5r8NTWk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sBL5r8NTWk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBL5r8NTWk .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-sBL5r8NTWk a.nav-link {
  justify-content: left;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBL5r8NTWk a.nav-link:hover {
  color: #17161a !important;
}
.is-builder .cid-sBL5r8NTWk .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sBL5r8NTWk .navbar {
    height: 20px;
  }
  .cid-sBL5r8NTWk .navbar.opened {
    height: auto;
  }
  .cid-sBL5r8NTWk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBL5r8NTWk li {
  list-style-type: none;
}
.cid-sBL5r8NTWk span {
  font-size: 30px !important;
}
.cid-sBL5r8NTWk .btn .mbr-iconfont {
  margin-right: 9px;
  font-size: 25px !important;
  order: 0 !important;
}
@media (max-width: 768px) {
  .cid-sBL5r8NTWk .navbar-buttons {
    text-align: center;
  }
  .cid-sBL5r8NTWk a.nav-link {
    border-bottom: 1px solid #f2ecec;
    margin-top: 15px !important;
  }
  .cid-sBL5r8NTWk .botoes {
    justify-content: center !important;
  }
}
.cid-sBL5r8NTWk .fgts:hover {
  background-color: #6C247D !important;
}
.cid-rTvkb7dyRZ {
  overflow-x: hidden !important;
}
.cid-rTvkb7dyRZ,
.cid-rTvkb7dyRZ .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-rTvkb7dyRZ .mbr-section-title {
  color: #ffffff;
}
.cid-rTvkb7dyRZ .mbr-section-title span {
  color: #17161a;
}
.cid-rTvkb7dyRZ .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-rTvkb7dyRZ .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1618x1080.jpg");
}
.cid-rTvkb7dyRZ .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-rTvkb7dyRZ .mbr-overlay {
  z-index: 1;
}
.cid-rTvkb7dyRZ .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sDE17Mn2P2 {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sDE17Mn2P2 .container {
  max-width: 1300px;
}
.cid-sDE17Mn2P2 .mbr-iconfont {
  font-size: 48px;
  transition: color .3s;
  color: #1dc9cb;
}
.cid-sDE17Mn2P2 .mbr-section-title {
  margin: 0;
  text-align: center;
}
.cid-sDE17Mn2P2 .card-img {
  text-align: center;
}
.cid-sDE17Mn2P2 .mbr-section-subtitle,
.cid-sDE17Mn2P2 .mbr-text {
  color: #8d97ad;
}
.cid-sDE17Mn2P2 .row-item {
  max-height: 13em;
  border-radius: 50px;
  background: #ffffff;
  padding: 2.5rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}
@media (max-width: 767px) {
  .cid-sDE17Mn2P2 .card-img,
  .cid-sDE17Mn2P2 .mbr-text,
  .cid-sDE17Mn2P2 .mbr-card-title,
  .cid-sDE17Mn2P2 .mbr-section-subtitle,
  .cid-sDE17Mn2P2 .mbr-section-title,
  .cid-sDE17Mn2P2 .underline {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-sDE17Mn2P2 .row-item {
    margin-bottom: 2rem;
  }
}
.cid-sDE17Mn2P2 .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-sDE17Mn2P2 .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-sDE17Mn2P2 .mbr-card-title,
.cid-sDE17Mn2P2 .card-img {
  text-align: left;
}
.cid-sDE2wXe81i {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sDE2wXe81i .container {
  max-width: 1300px;
}
.cid-sDE2wXe81i .mbr-iconfont {
  font-size: 48px;
  transition: color .3s;
  color: #1dc9cb;
}
.cid-sDE2wXe81i .mbr-section-title {
  margin: 0;
  text-align: center;
}
.cid-sDE2wXe81i .card-img {
  text-align: center;
}
.cid-sDE2wXe81i .mbr-section-subtitle,
.cid-sDE2wXe81i .mbr-text {
  color: #8d97ad;
}
.cid-sDE2wXe81i .row-item {
  max-height: 15em;
  border-radius: 50px;
  background: #ffffff;
  padding: 2.5rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}
@media (max-width: 767px) {
  .cid-sDE2wXe81i .card-img,
  .cid-sDE2wXe81i .mbr-text,
  .cid-sDE2wXe81i .mbr-card-title,
  .cid-sDE2wXe81i .mbr-section-subtitle,
  .cid-sDE2wXe81i .mbr-section-title,
  .cid-sDE2wXe81i .underline {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-sDE2wXe81i .row-item {
    margin-bottom: 2rem;
  }
}
.cid-sDE2wXe81i .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-sDE2wXe81i .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-sDE2wXe81i .mbr-card-title,
.cid-sDE2wXe81i .card-img {
  text-align: left;
}
.cid-rTvk48xmZl {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #232226;
}
.cid-rTvk48xmZl h4 {
  margin-bottom: 0;
}
.cid-rTvk48xmZl img {
  width: 23% !important;
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-rTvk48xmZl .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(26, 26, 26, 0.35);
}
.cid-rTvk48xmZl .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-rTvk48xmZl .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rTvk48xmZl .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-rTvk48xmZl .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #17161a !important;
  box-shadow: none!important;
}
.cid-rTvk48xmZl .btn[class*="-outline"]:active,
.cid-rTvk48xmZl .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rTvk48xmZl .card-box {
  padding-top: 2rem;
}
.cid-rTvk48xmZl .card-wrapper {
  height: 100%;
}
.cid-rTvk48xmZl .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rTvk48xmZl .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-rTvk48xmZl .main-title {
  color: #ffffff;
  text-align: center;
}
.cid-rTvk48xmZl .mbr-text,
.cid-rTvk48xmZl .mbr-link-btn {
  color: #767676;
}
.cid-rTvoLDkZmo {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rTvoLDkZmo .mbr-text,
.cid-rTvoLDkZmo .mbr-section-subtitle {
  color: #767676;
}
.cid-rTvoLDkZmo .card-title {
  color: #66458e;
}
.cid-rTvoLDkZmo .card .card-img span {
  color: #000000;
  font-size: 60px;
  background: linear-gradient(45deg, #000000, #000000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-rTvoLDkZmo .mbr-section-subtitle,
  .cid-rTvoLDkZmo .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rTvoLDkZmo .card .card-img span {
    background: none;
  }
}
.cid-rTvoLDkZmo .card-title,
.cid-rTvoLDkZmo .card-img {
  color: #000000;
}
.cid-rYpnBNUhxp {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-rYpnBNUhxp .mbr-section-title {
  color: #ffffff;
}
.cid-rYpnBNUhxp .text__subt {
  margin-bottom: 20px;
}
.cid-rYpnBNUhxp .mbr-text {
  margin: 10px 0 20px;
  color: #ffffff;
}
.cid-rYpnBNUhxp .subscribe__form {
  padding-bottom: 50px;
}
.cid-rYpnBNUhxp .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-rYpnBNUhxp .form-control {
  border: none;
  height: 50px;
  padding: 14px 18px;
  background-color: white;
  font-size: 16px;
  color: #000000;
  border-radius: 4px;
}
.cid-rYpnBNUhxp .input-group-btn {
  padding-left: 0;
  border-radius: 0px 10px 10px 0px !important;
}
.cid-rYpnBNUhxp .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-rYpnBNUhxp .mbr-form .input-group-btn a.btn {
  border-radius: 4px !important;
}
.cid-rYpnBNUhxp .mbr-form .btn {
  margin: 0;
}
.cid-rYpnBNUhxp input::-webkit-input-placeholder {
  color: #000000;
  opacity: .8;
}
.cid-rYpnBNUhxp input::-moz-placeholder {
  color: #000000;
  opacity: .8;
}
.cid-rYpnBNUhxp .divider {
  background-color: #ffffff;
  height: 1px;
  opacity: 0.6;
}
.cid-rYpnBNUhxp input {
  border-radius: 10px 0px 0px 10px !important;
}
@media (max-width: 767px) {
  .cid-rYpnBNUhxp .divider {
    margin: 0 15px;
  }
  .cid-rYpnBNUhxp .subtitlecss {
    text-align: center !important;
  }
  .cid-rYpnBNUhxp .mbr-section-title {
    margin-bottom: 0px !important;
  }
}
.cid-u2MwS2vBky {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u2MwS2vBky .correspondente {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u2MwS2vBky .correspondente img {
  width: 220px;
  height: 100%;
  margin: 6px;
}
.cid-u2MwS2vBky section {
  position: relative;
}
.cid-u2MwS2vBky h4 {
  margin: 0;
}
.cid-u2MwS2vBky img {
  height: 75px;
  padding: 3px;
}
.cid-u2MwS2vBky a {
  font-weight: 300;
  color: #000 !important;
  transition: all 400ms ease-in-out;
}
.cid-u2MwS2vBky h4 a {
  margin-left: -0.7em !important;
}
.cid-u2MwS2vBky a:hover {
  transition: all 400ms ease-in-out;
  font-weight: bold !important;
}
.cid-u2MwS2vBky .img1 {
  color: #295b76;
}
.cid-u2MwS2vBky .img2 {
  color: #295b76;
}
.cid-u2MwS2vBky .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #295b76;
  transition: background 0.3s;
  margin-bottom: 1rem;
}
.cid-u2MwS2vBky .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u2MwS2vBky .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u2MwS2vBky .item,
.cid-u2MwS2vBky .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.1rem;
  margin-bottom: 0rem;
}
.cid-u2MwS2vBky .item h4,
.cid-u2MwS2vBky .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-u2MwS2vBky .card-img {
  width: auto;
}
.cid-u2MwS2vBky .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-u2MwS2vBky .item {
    justify-content: center;
  }
  .cid-u2MwS2vBky .align-left {
    text-align: left !important;
  }
}
.cid-u2MwS2vBky .item-title {
  color: #000000;
}
.cid-u2MwS2vBky .link-title {
  color: #000000;
}
.cid-u2MwS2vBky .items-title,
.cid-u2MwS2vBky .items-title + .line-wrap {
  color: #000000;
}
.cid-u2MwS2vBky .links-title,
.cid-u2MwS2vBky .links-title + .line-wrap {
  color: #000000;
}
.cid-u2MwS2vBky .text1 {
  color: #000000;
}
.cid-u2MwS2vBky .col-sm-6 {
  width: 50% !important;
}
.cid-u2MwS2vBky .image img {
  height: 60px !important;
}
.cid-u2MwS2vBky .image p {
  font-size: 12px !important;
}
.cid-u2MwS2vBky .bloco-redes-sociais span {
  font-size: 2em;
}
@media (max-width: 796px) {
  .cid-u2MwS2vBky .image img {
    height: 50px !important;
  }
  .cid-u2MwS2vBky .image p {
    font-size: 12px !important;
  }
}
@media (min-width: 765px) and (max-width: 780px) {
  .cid-u2MwS2vBky .conteiner-informacoes {
    flex: 0 0 33.333333% !important;
    max-width: 33.333333% !important;
  }
  .cid-u2MwS2vBky .conteiner-informacoes-none {
    display: none !important;
  }
}
.cid-u2MwS2vBky .primecase img {
  height: 35px;
}
.cid-u2MwS2vBky .primecase span {
  position: relative;
  bottom: 2.3px;
}
@media (max-width: 768px) {
  .cid-u2MwS2vBky .correspondente {
    margin-left: 0 !important;
  }
}
.cid-u2MwS2vBky .btn .mbr-iconfont {
  font-size: 28px !important;
  margin-left: 5px;
  margin-right: 10px;
  order: 0 !important;
}
.cid-u2MwS2vBky .mbr-section-btn .btn {
  border-radius: 14px !important;
  padding: 12px;
}
.cid-u2MwS2vBky .fundo {
  margin-left: 3px;
  margin-top: 0.8em;
  padding-top: 0px !important;
  padding-bottom: 0 !important;
  color: white;
  height: 2em;
  padding: 1px;
  border-radius: 8px;
  background: black;
  width: 32px;
}
.cid-u2MwS2vBky .fundo:hover {
  background: gray;
}
.cid-u2MwS2vBky .fa-instagram {
  margin-left: 4.3px;
  margin-top: -3.3px;
  color: white;
  align-items: center;
  justify-content: center;
}
.cid-u2MwS2vBky .fa-instagram:hover {
  color: white;
}
.cid-sIqFSd6LJV {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #eeeeee;
}
.cid-sIqFSd6LJV .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sIqFSd6LJV .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-sIqFSd6LJV .btn {
  margin-bottom: 2rem;
}
.cid-sIqFSd6LJV img {
  margin-top: -1em !important;
  width: 1.3em !important;
  margin-left: 22em !important;
}
.cid-sIqFSd6LJV .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-sIqFSd6LJV .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sIqFSd6LJV .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-sIqFSd6LJV .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sIqFSd6LJV .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sIqFSd6LJV .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-sIqFSd6LJV .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sIqFSd6LJV .social-list img {
  margin-left: 8em !important;
}
@media (max-width: 575px) {
  .cid-sIqFSd6LJV .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
  .cid-sIqFSd6LJV img {
    margin-left: 10em !important;
  }
}
.cid-sIqFSd6LJV .links {
  color: #555555;
  text-align: center;
}
.cid-sIqFSd6LJV p {
  font-size: 14px !important;
}
/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
section {
  background-color: #eeeeee; }

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word; }

.form-control:focus {
  box-shadow: none; }

:focus {
  outline: none; }

@media (max-width: 992px) {
  .md-pb {
    padding-bottom: 2rem !important; } }
a {
  transition: color 0.25s; }

a.mbr-iconfont:hover {
  text-decoration: none; }

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0; }

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer; }
  a, a:hover {
    text-decoration: none; }

figure {
  margin-bottom: 0; }

body {
  color: #17161a !important;
  font-weight: 400; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4 {
  margin-bottom: 0;
  word-break: break-word;
  word-wrap: break-word; }

b,
strong {
  font-weight: bold; }

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 2px solid;
  border-color: #17161a; }

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  transition-property: background-color, color; }

textarea[type="hidden"] {
  display: none; }

body {
  position: relative;
  overflow-x: hidden; }

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  section .mbr-background-video,
  section .mbr-background-video-preview {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0; }

.hidden {
  visibility: hidden; }

.mbr-z-index20 {
  z-index: 20; }

/*! Base colors */
.mbr-white {
  color: #ffffff; }

.mbr-black {
  color: #000000; }

.mbr-bg-white {
  background-color: #ffffff; }

.mbr-bg-black {
  background-color: #000000; }

/*! Text-aligns */
.align-left {
  text-align: left; }

.align-center {
  text-align: center; }

.align-right {
  text-align: right; }

@media (max-width: 767px) {
  .align-left,
  .align-center,
  .align-right
   {
    text-align: center; } }
/*! Font-weight  */
.mbr-light {
  font-weight: 300 !important; }

.mbr-regular {
  font-weight: 400 !important; }

.mbr-medium {
  font-weight: 500 !important; }

.mbr-semibold {
  font-weight: 600 !important; }

.mbr-bold {
  font-weight: 700 !important; }

.mbr-extrabold {
  font-weight: 800 !important; }

/*! Media  */
.media-size-item {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto; }

.media-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%; }

.media-container-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start; }
  .media-container-row .media-size-item {
    width: 400px; }

.media-container-column {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .media-container-column > * {
    width: 100%; }

@media (min-width: 992px) {
  .media-container-row {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; } }
figure {
  overflow: hidden; }

figure[mbr-media-size] {
  transition: width 0.1s; }

.mbr-figure img,
.mbr-figure iframe {
  display: block;
  width: 100%; }

.card {
  background-color: transparent;
  border: none; }

.card-box {
  width: 100%; }

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0; }

.media {
  max-width: 100%;
  margin: 0 auto; }

.mbr-figure {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center; }

.media-container > div {
  max-width: 100%; }

.mbr-figure img,
.card-img img {
  width: 100%; }

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important; }

  .media {
    width: auto; } }
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.8rem;
  margin-right: -0.8rem;
  font-size: 0; }

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem; }

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  cursor: pointer; }

[type="submit"] {
  -webkit-appearance: none; }

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh; }

.mbr-fullscreen {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  -webkit-align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem; }

/*! Map */
.map {
  height: 25rem;
  position: relative; }
  .map iframe {
    width: 100%;
    height: 100%; }

/* Form */
.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal; }

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg); }

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 50px;
  width: 50px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center; }
  .mbr-arrow-up a:hover {
    background-color: rgba(0, 0, 0, 0.4); }
  .mbr-arrow-up a i {
    line-height: 50px; }

.mbr-arrow-up-icon {
  display: block;
  color: #fff; }

.mbr-arrow-up-icon::before {
  content: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 140%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  .mbr-arrow > a {
    display: inline-block;
    text-decoration: none;
    outline-style: none;
    -webkit-animation: arrowdown 1.7s ease-in-out infinite;
    animation: arrowdown 1.7s ease-in-out infinite; }
    .mbr-arrow > a > i {
      position: absolute;
      top: -2px;
      left: 15px;
      font-size: 2rem; }

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px); }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); } }
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px); }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); } }
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg); } }
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out; }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out; } }
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out; }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out; } }
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate; }

@keyframes slidein {
  0% {
    transform: translateX(0%); }
  100% {
    transform: translateX(100%);
    display: none; } }
@keyframes slideout {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }
.menu .navbar-brand {
  display: -webkit-flex; }
  .menu .navbar-brand span {
    display: flex;
    display: -webkit-flex; }
  .menu .navbar-brand .navbar-caption-wrap {
    display: -webkit-flex; }
  .menu .navbar-brand .navbar-logo img {
    display: -webkit-flex; }
@media (min-width: 768px) and (max-width: 1253px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox; } }
@media (max-width: 1253px) {
  .menu .navbar-collapse {
    max-height: 93.5vh; }
    .menu .navbar-collapse.show {
      overflow: auto; } }
@media (min-width: 1254px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex; }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important; }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh; }
    .menu .collapsed .navbar-collapse.show {
      overflow: auto; } }
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh; } }

.navbar {
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-align-items: center;
  align-items: center; }

.nav-dropdown .link {
  margin: 0 15px; }

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.justify-content-center {
  -webkit-justify-content: center;
  justify-content: center; }

.form-inline {
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  align-items: center; }

.card-wrapper {
  -webkit-flex: 1;
  flex: 1; }

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }

.carousel-controls {
  display: -webkit-flex; }

.media {
  display: -webkit-flex; }

.form-group:focus {
  outline: none; }

.jq-selectbox__select {
  padding: 0em 0em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 15px; }

.jq-selectbox__dropdown {
  position: absolute;
  top: 100% !important;
  left: 0 !important;
  width: 100% !important; }

.jq-selectbox__trigger-arrow {
  transform: translateY(-50%); }

.jq-selectbox li {
  padding: 1.07em 0.5em; }

input[type="range"] {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.modal-dialog,
.modal-content {
  height: 100%; }

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem); }
  @media (max-width: 575px) {
    .modal-dialog .carousel-inner {
      height: calc(100vh - 1rem); } }

.carousel-item {
  text-align: center; }

.carousel-item img {
  margin: auto; }

.navbar-toggler {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem; }

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%; }

.navbar-toggler-left {
  position: absolute;
  left: 1rem; }

.navbar-toggler-right {
  position: absolute;
  right: 1rem; }

@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 576px) {
  .navbar-toggleable {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-toggleable > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%; }

  .navbar-toggleable .navbar-toggler {
    display: none; } }
@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 768px) {
  .navbar-toggleable-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-toggleable-sm > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-sm .navbar-collapse {
    display: none;
    width: 100%; }

  .navbar-toggleable-sm .navbar-toggler {
    display: none; } }
@media (max-width: 1253px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1254px) {
  .navbar-toggleable-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-toggleable-md > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-md .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%; }

  .navbar-toggleable-md .navbar-toggler {
    display: none; } }
@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-toggleable-lg > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%; }

  .navbar-toggleable-lg .navbar-toggler {
    display: none; } }
.navbar-toggleable-xl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none; }

.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0; }

.navbar-toggleable-xl .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.navbar-toggleable-xl > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.navbar-toggleable-xl .navbar-collapse {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%; }

.navbar-toggleable-xl .navbar-toggler {
  display: none; }

.card-img {
  width: auto; }

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
  -webkit-flex-direction: column; }

.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; }

.dropup .dropdown-toggle::after {
  display: none; }

body {
  font-style: normal;
  line-height: 1.55; }

.mbr-section-title {
  font-style: normal;
  margin-bottom: 30px; }

.mbr-text {
  font-style: normal; }

.btn {
  font-weight: 600 !important;
  border-width: 1px;
  line-height: 20px !important;
  font-style: normal;
  letter-spacing: 0;
  margin: 0.4rem 0.8rem;
  white-space: normal;
  vertical-align: middle;
  overflow: hidden;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center; }

.btn-sm {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

.btn-md {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

.btn-lg {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

.btn-form {
  margin: 0;
  border-radius: 0; }
  .btn-form:hover {
    cursor: pointer; }

#scrollToTop a i:before {
  content: ""; }
#scrollToTop a i:after {
  content: "";
  position: absolute;
  display: block;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  border-top-right-radius: 3px;
  width: 30%;
  height: 30%;
  left: 35%;
  bottom: 40%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg); }

.mbr-arrow a {
  color: #ffffff; }

@media (max-width: 767px) {
  .mbr-arrow {
    display: none; } }
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0; }

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 0.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;
    transform: rotate(45deg);
    width: 14px;
    -webkit-transform: rotate(45deg); }

.form-control {
  box-shadow: none;
  color: #ffffff;
  min-height: 2.5em;
  font-size: 16px;
  border-radius: 4px; }
  .form-active .form-control:invalid {
    border-color: red; }

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none; }

blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  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; }

.mbr-section__comments .row {
  justify-content: center;
  -webkit-justify-content: center; }

.btn .mbr-iconfont {
  font-size: 15px !important;
  order: 1;
  margin-left: 13px; }



@keyframes animBtn {
  0% {
    transform: translateX(0px); }
  51% {
    transform: translateX(20px);
    opacity: 1; }
  52% {
    opacity: 0;
    transform: translateX(-20px); }
  53% {
    opacity: 0; }
  54% {
    opacity: 1; }
  100% {
    transform: translateX(0px); } }

/*# sourceMappingURL=style.css.map */
.cid-sBL5r8NTWk {
  min-height: 20px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sBL5r8NTWk .nav-item,
.cid-sBL5r8NTWk .nav-link,
.cid-sBL5r8NTWk .navbar-caption {
  font-weight: normal;
}
.cid-sBL5r8NTWk .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 1.4vw !important;
  padding: 0 !important;
  font-weight: 500;
}
@media (min-width: 992px) {
  .cid-sBL5r8NTWk .navbar {
    min-height: 90px !important;
  }
  .cid-sBL5r8NTWk .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-sBL5r8NTWk .btn {
    white-space: nowrap;
  }
  .cid-sBL5r8NTWk .dropdown-menu {
    background-color: #ebeaed !important;
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-sBL5r8NTWk .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-sBL5r8NTWk .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-sBL5r8NTWk .dropdown-toggle::after,
  .cid-sBL5r8NTWk .nav-dropdown .link.dropdown-toggle::after {
    content: '';
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-sBL5r8NTWk .dropdown-toggle::after {
  display: none;
  font-family: 'Moririse2' !important;
  content: '\e960';
  font-weight: bold;
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBL5r8NTWk .dropdown-menu {
  box-shadow: none;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 12px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBL5r8NTWk .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  transform: rotate(45deg);
}
.cid-sBL5r8NTWk .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBL5r8NTWk .dropdown-menu .dropdown-item:hover {
  color: #17161a !important;
  background-color: #fafafa;
}
.cid-sBL5r8NTWk .dropdown.open .dropdown-toggle[aria-expanded='true']::after {
  transform: rotate(45deg);
}
.cid-sBL5r8NTWk .dropdown.open .dropdown-toggle[aria-expanded='true'] + .dropdown-submenu {
  visibility: visible;
}
.cid-sBL5r8NTWk .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-sBL5r8NTWk .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-sBL5r8NTWk .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-sBL5r8NTWk .nav-item:focus,
.cid-sBL5r8NTWk .nav-link:focus {
  outline: none;
}
.cid-sBL5r8NTWk .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-sBL5r8NTWk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sBL5r8NTWk .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sBL5r8NTWk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sBL5r8NTWk .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sBL5r8NTWk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sBL5r8NTWk ul.navbar-nav li {
  margin: 1px;
}
.cid-sBL5r8NTWk .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-sBL5r8NTWk .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-sBL5r8NTWk .navbar .navbar-collapse {
  justify-content: start;
  z-index: 1;
}
.cid-sBL5r8NTWk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sBL5r8NTWk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sBL5r8NTWk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 2rem);
  }
}
.cid-sBL5r8NTWk .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sBL5r8NTWk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sBL5r8NTWk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sBL5r8NTWk .navbar {
    padding: 10px 0;
  }
  .cid-sBL5r8NTWk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sBL5r8NTWk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sBL5r8NTWk .navbar .container-fluid,
  .cid-sBL5r8NTWk .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-sBL5r8NTWk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sBL5r8NTWk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sBL5r8NTWk .navbar .navbar-logo img {
    padding: 0 !important;
    margin: 0 !important;
    height: 3rem !important;
  }
  .cid-sBL5r8NTWk .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: left;
  }
  .cid-sBL5r8NTWk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sBL5r8NTWk .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sBL5r8NTWk .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-sBL5r8NTWk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sBL5r8NTWk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sBL5r8NTWk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sBL5r8NTWk .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sBL5r8NTWk .dropdown-item.active,
.cid-sBL5r8NTWk .dropdown-item:active {
  background-color: transparent;
}
.cid-sBL5r8NTWk .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sBL5r8NTWk .nav-dropdown .link .dropdown-toggle[aria-expanded='true'] {
  margin: 0 2vw !important;
}
.cid-sBL5r8NTWk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sBL5r8NTWk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-sBL5r8NTWk .navbar-buttons {
  text-align: end;
}
.cid-sBL5r8NTWk .botoes {
  justify-content: flex-end !important;
}
.cid-sBL5r8NTWk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sBL5r8NTWk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-sBL5r8NTWk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sBL5r8NTWk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBL5r8NTWk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBL5r8NTWk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sBL5r8NTWk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBL5r8NTWk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sBL5r8NTWk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sBL5r8NTWk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBL5r8NTWk .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-sBL5r8NTWk a.nav-link {
  justify-content: left;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBL5r8NTWk a.nav-link:hover {
  color: #17161a !important;
}
.is-builder .cid-sBL5r8NTWk .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sBL5r8NTWk .navbar {
    height: 20px;
  }
  .cid-sBL5r8NTWk .navbar.opened {
    height: auto;
  }
  .cid-sBL5r8NTWk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBL5r8NTWk li {
  list-style-type: none;
}
.cid-sBL5r8NTWk span {
  font-size: 30px !important;
}
.cid-sBL5r8NTWk .btn .mbr-iconfont {
  margin-right: 9px;
  font-size: 25px !important;
  order: 0 !important;
}
@media (max-width: 768px) {
  .cid-sBL5r8NTWk .navbar-buttons {
    text-align: center;
  }
  .cid-sBL5r8NTWk a.nav-link {
    border-bottom: 1px solid #f2ecec;
    margin-top: 15px !important;
  }
  .cid-sBL5r8NTWk .botoes {
    justify-content: center !important;
  }
}
.cid-sBL5r8NTWk .fgts:hover {
  background-color: #6C247D !important;
}
.cid-rTHOlnxRcz {
  overflow-x: hidden !important;
}
.cid-rTHOlnxRcz,
.cid-rTHOlnxRcz .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-rTHOlnxRcz .mbr-section-title {
  color: #ffffff;
}
.cid-rTHOlnxRcz .mbr-section-title span {
  color: #17161a;
}
.cid-rTHOlnxRcz .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-rTHOlnxRcz .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-rTHOlnxRcz .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-rTHOlnxRcz .mbr-overlay {
  z-index: 1;
}
.cid-rTHOlnxRcz .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-rTIfvFHMnG {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #232226;
}
.cid-rTIfvFHMnG h2,
.cid-rTIfvFHMnG h3,
.cid-rTIfvFHMnG h4,
.cid-rTIfvFHMnG p {
  color: #ffffff;
}
.cid-rTIfvFHMnG .mbr-overlay {
  z-index: -1;
}
.cid-rTIfvFHMnG .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-rTIfvFHMnG .form-control {
  box-shadow: none;
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-rTIfvFHMnG .form-control:focus,
.cid-rTIfvFHMnG .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-rTIfvFHMnG .form-group {
  margin-bottom: 1rem;
}
.cid-rTIfvFHMnG input::-webkit-input-placeholder,
.cid-rTIfvFHMnG textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-rTIfvFHMnG input:-moz-placeholder,
.cid-rTIfvFHMnG textarea:-moz-placeholder {
  color: #656565;
}
.cid-rTIfvFHMnG .jq-selectbox li,
.cid-rTIfvFHMnG .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-rTIfvFHMnG .jq-selectbox li:hover,
.cid-rTIfvFHMnG .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-rTIfvFHMnG .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-rTIfvFHMnG .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-rTIfvFHMnG .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-rTIfvFHMnG .mbr-text {
  color: #767676;
}
.cid-rTIfvFHMnG .form-block {
  padding: 3rem;
  position: relative;
}
.cid-rTIfvFHMnG .form-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #232323;
  opacity: 0.5;
  z-index: 0;
}
.cid-rTIfvFHMnG .form-block .form-wrap {
  position: relative;
  z-index: 1;
}
.cid-rTIfvFHMnG a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-rTIfvFHMnG .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-rTIfvFHMnG .input-group-btn {
  display: block;
  text-align: center;
}
.cid-rTIfvFHMnG textarea.form-control {
  resize: none;
}
.cid-rTIfvFHMnG .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .cid-rTIfvFHMnG .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-rTIfvFHMnG .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-rTIfvFHMnG .google-map {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rTIfvFHMnG h2 {
    padding-top: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-rTIfvFHMnG .block-content {
    padding: 0;
  }
  .cid-rTIfvFHMnG .form-block {
    padding: 1rem;
  }
}
.cid-rTIfvFHMnG h3 {
  margin-bottom: 0em !important;
}
.cid-rTIfvFHMnG .btn-bgr {
  background-color: #000 !important;
  border-color: #000 !important;
  color: #fff !important;
  font-weight: 400 !important;
  transition: all 400ms ease-in-out;
}
.cid-rTIfvFHMnG .btn-bgr:hover {
  background-color: transparent !important;
  border-color: #fff !important;
  color: #fff !important;
  font-weight: bold !important;
  transition: all 400ms ease-in-out;
}
.cid-u1bgX4GCfW {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u1bgX4GCfW .correspondente {
  display: flex;
  justify-content: center;
}
.cid-u1bgX4GCfW section {
  position: relative;
}
.cid-u1bgX4GCfW h4 {
  margin: 0;
}
.cid-u1bgX4GCfW img {
  height: 75px;
  padding: 3px;
}
.cid-u1bgX4GCfW a {
  font-weight: 300;
  color: #000 !important;
  transition: all 400ms ease-in-out;
}
.cid-u1bgX4GCfW h4 a {
  margin-left: -0.7em !important;
}
.cid-u1bgX4GCfW a:hover {
  transition: all 400ms ease-in-out;
  font-weight: bold !important;
}
.cid-u1bgX4GCfW .img1 {
  color: #295b76;
}
.cid-u1bgX4GCfW .img2 {
  color: #295b76;
}
.cid-u1bgX4GCfW .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #295b76;
  transition: background 0.3s;
  margin-bottom: 1rem;
}
.cid-u1bgX4GCfW .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u1bgX4GCfW .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u1bgX4GCfW .item,
.cid-u1bgX4GCfW .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.1rem;
  margin-bottom: 0rem;
}
.cid-u1bgX4GCfW .item h4,
.cid-u1bgX4GCfW .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-u1bgX4GCfW .card-img {
  width: auto;
}
.cid-u1bgX4GCfW .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-u1bgX4GCfW .item {
    justify-content: center;
  }
  .cid-u1bgX4GCfW .align-left {
    text-align: left !important;
  }
}
.cid-u1bgX4GCfW .item-title {
  color: #000000;
}
.cid-u1bgX4GCfW .link-title {
  color: #000000;
}
.cid-u1bgX4GCfW .items-title,
.cid-u1bgX4GCfW .items-title + .line-wrap {
  color: #000000;
}
.cid-u1bgX4GCfW .links-title,
.cid-u1bgX4GCfW .links-title + .line-wrap {
  color: #000000;
}
.cid-u1bgX4GCfW .text1 {
  color: #000000;
}
.cid-u1bgX4GCfW .col-sm-6 {
  width: 50% !important;
}
.cid-u1bgX4GCfW .image img {
  height: 70px !important;
}
.cid-u1bgX4GCfW .image p {
  font-size: 12px !important;
}
.cid-u1bgX4GCfW .bloco-redes-sociais span {
  font-size: 2em;
}
@media (max-width: 796px) {
  .cid-u1bgX4GCfW .image img {
    height: 50px !important;
  }
  .cid-u1bgX4GCfW .image p {
    font-size: 12px !important;
  }
}
@media (min-width: 765px) and (max-width: 780px) {
  .cid-u1bgX4GCfW .conteiner-informacoes {
    flex: 0 0 33.333333% !important;
    max-width: 33.333333% !important;
  }
  .cid-u1bgX4GCfW .conteiner-informacoes-none {
    display: none !important;
  }
}
.cid-u1bgX4GCfW .primecase img {
  height: 35px;
}
.cid-u1bgX4GCfW .primecase span {
  position: relative;
  bottom: 2.3px;
}
@media (max-width: 768px) {
  .cid-u1bgX4GCfW .correspondente {
    margin-left: 0 !important;
  }
}
.cid-u1bgX4GCfW .btn .mbr-iconfont {
  font-size: 28px !important;
  margin-left: 5px;
  margin-right: 10px;
  order: 0 !important;
}
.cid-u1bgX4GCfW .mbr-section-btn .btn {
  border-radius: 14px !important;
  padding: 12px;
}
.cid-u1bgX4GCfW .fundo {
  margin-left: 3px;
  margin-top: 0.8em;
  padding-top: 0px !important;
  padding-bottom: 0 !important;
  color: white;
  height: 2em;
  padding: 1px;
  border-radius: 8px;
  background: black;
  width: 32px;
}
.cid-u1bgX4GCfW .fundo:hover {
  background: gray;
}
.cid-u1bgX4GCfW .fa-instagram {
  margin-left: 4.3px;
  margin-top: -3.3px;
  color: white;
  align-items: center;
  justify-content: center;
}
.cid-u1bgX4GCfW .fa-instagram:hover {
  color: white;
}
.cid-sIqGaFuEAs {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #eeeeee;
}
.cid-sIqGaFuEAs .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sIqGaFuEAs .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-sIqGaFuEAs .btn {
  margin-bottom: 2rem;
}
.cid-sIqGaFuEAs img {
  margin-top: -1em !important;
  width: 1.3em !important;
  margin-left: 22em !important;
}
.cid-sIqGaFuEAs .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-sIqGaFuEAs .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sIqGaFuEAs .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-sIqGaFuEAs .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sIqGaFuEAs .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sIqGaFuEAs .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-sIqGaFuEAs .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sIqGaFuEAs .social-list img {
  margin-left: 8em !important;
}
@media (max-width: 575px) {
  .cid-sIqGaFuEAs .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
  .cid-sIqGaFuEAs img {
    margin-left: 10em !important;
  }
}
.cid-sIqGaFuEAs .links {
  color: #555555;
  text-align: center;
}
.cid-sIqGaFuEAs p {
  font-size: 14px !important;
}
/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
section {
  background-color: #eeeeee; }

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word; }

.form-control:focus {
  box-shadow: none; }

:focus {
  outline: none; }

@media (max-width: 992px) {
  .md-pb {
    padding-bottom: 2rem !important; } }
a {
  transition: color 0.25s; }

a.mbr-iconfont:hover {
  text-decoration: none; }

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0; }

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer; }
  a, a:hover {
    text-decoration: none; }

figure {
  margin-bottom: 0; }

body {
  color: #17161a !important;
  font-weight: 400; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4 {
  margin-bottom: 0;
  word-break: break-word;
  word-wrap: break-word; }

b,
strong {
  font-weight: bold; }

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 2px solid;
  border-color: #17161a; }

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  transition-property: background-color, color; }

textarea[type="hidden"] {
  display: none; }

body {
  position: relative;
  overflow-x: hidden; }

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  section .mbr-background-video,
  section .mbr-background-video-preview {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0; }

.hidden {
  visibility: hidden; }

.mbr-z-index20 {
  z-index: 20; }

/*! Base colors */
.mbr-white {
  color: #ffffff; }

.mbr-black {
  color: #000000; }

.mbr-bg-white {
  background-color: #ffffff; }

.mbr-bg-black {
  background-color: #000000; }

/*! Text-aligns */
.align-left {
  text-align: left; }

.align-center {
  text-align: center; }

.align-right {
  text-align: right; }

@media (max-width: 767px) {
  .align-left,
  .align-center,
  .align-right
   {
    text-align: center; } }
/*! Font-weight  */
.mbr-light {
  font-weight: 300 !important; }

.mbr-regular {
  font-weight: 400 !important; }

.mbr-medium {
  font-weight: 500 !important; }

.mbr-semibold {
  font-weight: 600 !important; }

.mbr-bold {
  font-weight: 700 !important; }

.mbr-extrabold {
  font-weight: 800 !important; }

/*! Media  */
.media-size-item {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto; }

.media-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%; }

.media-container-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start; }
  .media-container-row .media-size-item {
    width: 400px; }

.media-container-column {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .media-container-column > * {
    width: 100%; }

@media (min-width: 992px) {
  .media-container-row {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; } }
figure {
  overflow: hidden; }

figure[mbr-media-size] {
  transition: width 0.1s; }

.mbr-figure img,
.mbr-figure iframe {
  display: block;
  width: 100%; }

.card {
  background-color: transparent;
  border: none; }

.card-box {
  width: 100%; }

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0; }

.media {
  max-width: 100%;
  margin: 0 auto; }

.mbr-figure {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center; }

.media-container > div {
  max-width: 100%; }

.mbr-figure img,
.card-img img {
  width: 100%; }

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important; }

  .media {
    width: auto; } }
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.8rem;
  margin-right: -0.8rem;
  font-size: 0; }

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem; }

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  cursor: pointer; }

[type="submit"] {
  -webkit-appearance: none; }

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh; }

.mbr-fullscreen {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  -webkit-align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem; }

/*! Map */
.map {
  height: 25rem;
  position: relative; }
  .map iframe {
    width: 100%;
    height: 100%; }

/* Form */
.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal; }

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg); }

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 50px;
  width: 50px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center; }
  .mbr-arrow-up a:hover {
    background-color: rgba(0, 0, 0, 0.4); }
  .mbr-arrow-up a i {
    line-height: 50px; }

.mbr-arrow-up-icon {
  display: block;
  color: #fff; }

.mbr-arrow-up-icon::before {
  content: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 140%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  .mbr-arrow > a {
    display: inline-block;
    text-decoration: none;
    outline-style: none;
    -webkit-animation: arrowdown 1.7s ease-in-out infinite;
    animation: arrowdown 1.7s ease-in-out infinite; }
    .mbr-arrow > a > i {
      position: absolute;
      top: -2px;
      left: 15px;
      font-size: 2rem; }

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px); }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); } }
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px); }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); } }
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg); } }
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out; }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out; } }
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out; }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out; } }
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate; }

@keyframes slidein {
  0% {
    transform: translateX(0%); }
  100% {
    transform: translateX(100%);
    display: none; } }
@keyframes slideout {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }
.menu .navbar-brand {
  display: -webkit-flex; }
  .menu .navbar-brand span {
    display: flex;
    display: -webkit-flex; }
  .menu .navbar-brand .navbar-caption-wrap {
    display: -webkit-flex; }
  .menu .navbar-brand .navbar-logo img {
    display: -webkit-flex; }
@media (min-width: 768px) and (max-width: 1253px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox; } }
@media (max-width: 1253px) {
  .menu .navbar-collapse {
    max-height: 93.5vh; }
    .menu .navbar-collapse.show {
      overflow: auto; } }
@media (min-width: 1254px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex; }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important; }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh; }
    .menu .collapsed .navbar-collapse.show {
      overflow: auto; } }
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh; } }

.navbar {
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-align-items: center;
  align-items: center; }

.nav-dropdown .link {
  margin: 0 15px; }

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.justify-content-center {
  -webkit-justify-content: center;
  justify-content: center; }

.form-inline {
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  align-items: center; }

.card-wrapper {
  -webkit-flex: 1;
  flex: 1; }

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }

.carousel-controls {
  display: -webkit-flex; }

.media {
  display: -webkit-flex; }

.form-group:focus {
  outline: none; }

.jq-selectbox__select {
  padding: 0em 0em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 15px; }

.jq-selectbox__dropdown {
  position: absolute;
  top: 100% !important;
  left: 0 !important;
  width: 100% !important; }

.jq-selectbox__trigger-arrow {
  transform: translateY(-50%); }

.jq-selectbox li {
  padding: 1.07em 0.5em; }

input[type="range"] {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.modal-dialog,
.modal-content {
  height: 100%; }

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem); }
  @media (max-width: 575px) {
    .modal-dialog .carousel-inner {
      height: calc(100vh - 1rem); } }

.carousel-item {
  text-align: center; }

.carousel-item img {
  margin: auto; }

.navbar-toggler {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem; }

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%; }

.navbar-toggler-left {
  position: absolute;
  left: 1rem; }

.navbar-toggler-right {
  position: absolute;
  right: 1rem; }

@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 576px) {
  .navbar-toggleable {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-toggleable > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%; }

  .navbar-toggleable .navbar-toggler {
    display: none; } }
@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 768px) {
  .navbar-toggleable-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-toggleable-sm > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-sm .navbar-collapse {
    display: none;
    width: 100%; }

  .navbar-toggleable-sm .navbar-toggler {
    display: none; } }
@media (max-width: 1253px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1254px) {
  .navbar-toggleable-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-toggleable-md > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-md .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%; }

  .navbar-toggleable-md .navbar-toggler {
    display: none; } }
@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-toggleable-lg > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%; }

  .navbar-toggleable-lg .navbar-toggler {
    display: none; } }
.navbar-toggleable-xl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none; }

.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0; }

.navbar-toggleable-xl .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.navbar-toggleable-xl > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.navbar-toggleable-xl .navbar-collapse {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%; }

.navbar-toggleable-xl .navbar-toggler {
  display: none; }

.card-img {
  width: auto; }

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
  -webkit-flex-direction: column; }

.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; }

.dropup .dropdown-toggle::after {
  display: none; }

body {
  font-style: normal;
  line-height: 1.55; }

.mbr-section-title {
  font-style: normal;
  margin-bottom: 30px; }

.mbr-text {
  font-style: normal; }

.btn {
  font-weight: 600 !important;
  border-width: 1px;
  line-height: 20px !important;
  font-style: normal;
  letter-spacing: 0;
  margin: 0.4rem 0.8rem;
  white-space: normal;
  vertical-align: middle;
  overflow: hidden;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center; }

.btn-sm {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

.btn-md {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

.btn-lg {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

.btn-form {
  margin: 0;
  border-radius: 0; }
  .btn-form:hover {
    cursor: pointer; }

#scrollToTop a i:before {
  content: ""; }
#scrollToTop a i:after {
  content: "";
  position: absolute;
  display: block;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  border-top-right-radius: 3px;
  width: 30%;
  height: 30%;
  left: 35%;
  bottom: 40%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg); }

.mbr-arrow a {
  color: #ffffff; }

@media (max-width: 767px) {
  .mbr-arrow {
    display: none; } }
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0; }

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 0.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;
    transform: rotate(45deg);
    width: 14px;
    -webkit-transform: rotate(45deg); }

.form-control {
  box-shadow: none;
  color: #ffffff;
  min-height: 2.5em;
  font-size: 16px;
  border-radius: 4px; }
  .form-active .form-control:invalid {
    border-color: red; }

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none; }

blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  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; }

.mbr-section__comments .row {
  justify-content: center;
  -webkit-justify-content: center; }

.btn .mbr-iconfont {
  font-size: 15px !important;
  order: 1;
  margin-left: 13px; }



@keyframes animBtn {
  0% {
    transform: translateX(0px); }
  51% {
    transform: translateX(20px);
    opacity: 1; }
  52% {
    opacity: 0;
    transform: translateX(-20px); }
  53% {
    opacity: 0; }
  54% {
    opacity: 1; }
  100% {
    transform: translateX(0px); } }

/*# sourceMappingURL=style.css.map */
.cid-sBL5r8NTWk {
  min-height: 20px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sBL5r8NTWk .nav-item,
.cid-sBL5r8NTWk .nav-link,
.cid-sBL5r8NTWk .navbar-caption {
  font-weight: normal;
}
.cid-sBL5r8NTWk .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 1.4vw !important;
  padding: 0 !important;
  font-weight: 500;
}
@media (min-width: 992px) {
  .cid-sBL5r8NTWk .navbar {
    min-height: 90px !important;
  }
  .cid-sBL5r8NTWk .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-sBL5r8NTWk .btn {
    white-space: nowrap;
  }
  .cid-sBL5r8NTWk .dropdown-menu {
    background-color: #ebeaed !important;
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-sBL5r8NTWk .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-sBL5r8NTWk .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-sBL5r8NTWk .dropdown-toggle::after,
  .cid-sBL5r8NTWk .nav-dropdown .link.dropdown-toggle::after {
    content: '';
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-sBL5r8NTWk .dropdown-toggle::after {
  display: none;
  font-family: 'Moririse2' !important;
  content: '\e960';
  font-weight: bold;
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBL5r8NTWk .dropdown-menu {
  box-shadow: none;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 12px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBL5r8NTWk .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  transform: rotate(45deg);
}
.cid-sBL5r8NTWk .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBL5r8NTWk .dropdown-menu .dropdown-item:hover {
  color: #17161a !important;
  background-color: #fafafa;
}
.cid-sBL5r8NTWk .dropdown.open .dropdown-toggle[aria-expanded='true']::after {
  transform: rotate(45deg);
}
.cid-sBL5r8NTWk .dropdown.open .dropdown-toggle[aria-expanded='true'] + .dropdown-submenu {
  visibility: visible;
}
.cid-sBL5r8NTWk .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-sBL5r8NTWk .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-sBL5r8NTWk .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-sBL5r8NTWk .nav-item:focus,
.cid-sBL5r8NTWk .nav-link:focus {
  outline: none;
}
.cid-sBL5r8NTWk .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-sBL5r8NTWk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sBL5r8NTWk .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sBL5r8NTWk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sBL5r8NTWk .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sBL5r8NTWk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sBL5r8NTWk ul.navbar-nav li {
  margin: 1px;
}
.cid-sBL5r8NTWk .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-sBL5r8NTWk .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-sBL5r8NTWk .navbar .navbar-collapse {
  justify-content: start;
  z-index: 1;
}
.cid-sBL5r8NTWk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sBL5r8NTWk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sBL5r8NTWk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 2rem);
  }
}
.cid-sBL5r8NTWk .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sBL5r8NTWk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sBL5r8NTWk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sBL5r8NTWk .navbar {
    padding: 10px 0;
  }
  .cid-sBL5r8NTWk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sBL5r8NTWk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sBL5r8NTWk .navbar .container-fluid,
  .cid-sBL5r8NTWk .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-sBL5r8NTWk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sBL5r8NTWk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sBL5r8NTWk .navbar .navbar-logo img {
    padding: 0 !important;
    margin: 0 !important;
    height: 3rem !important;
  }
  .cid-sBL5r8NTWk .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: left;
  }
  .cid-sBL5r8NTWk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sBL5r8NTWk .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sBL5r8NTWk .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-sBL5r8NTWk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sBL5r8NTWk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sBL5r8NTWk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sBL5r8NTWk .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sBL5r8NTWk .dropdown-item.active,
.cid-sBL5r8NTWk .dropdown-item:active {
  background-color: transparent;
}
.cid-sBL5r8NTWk .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sBL5r8NTWk .nav-dropdown .link .dropdown-toggle[aria-expanded='true'] {
  margin: 0 2vw !important;
}
.cid-sBL5r8NTWk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sBL5r8NTWk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-sBL5r8NTWk .navbar-buttons {
  text-align: end;
}
.cid-sBL5r8NTWk .botoes {
  justify-content: flex-end !important;
}
.cid-sBL5r8NTWk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sBL5r8NTWk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-sBL5r8NTWk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sBL5r8NTWk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBL5r8NTWk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBL5r8NTWk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sBL5r8NTWk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBL5r8NTWk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sBL5r8NTWk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sBL5r8NTWk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBL5r8NTWk .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-sBL5r8NTWk a.nav-link {
  justify-content: left;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBL5r8NTWk a.nav-link:hover {
  color: #17161a !important;
}
.is-builder .cid-sBL5r8NTWk .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sBL5r8NTWk .navbar {
    height: 20px;
  }
  .cid-sBL5r8NTWk .navbar.opened {
    height: auto;
  }
  .cid-sBL5r8NTWk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBL5r8NTWk li {
  list-style-type: none;
}
.cid-sBL5r8NTWk span {
  font-size: 30px !important;
}
.cid-sBL5r8NTWk .btn .mbr-iconfont {
  margin-right: 9px;
  font-size: 25px !important;
  order: 0 !important;
}
@media (max-width: 768px) {
  .cid-sBL5r8NTWk .navbar-buttons {
    text-align: center;
  }
  .cid-sBL5r8NTWk a.nav-link {
    border-bottom: 1px solid #f2ecec;
    margin-top: 15px !important;
  }
  .cid-sBL5r8NTWk .botoes {
    justify-content: center !important;
  }
}
.cid-sBL5r8NTWk .fgts:hover {
  background-color: #6C247D !important;
}
.cid-rUslLoEeYc.popup-builder {
  background-color: #ffffff;
}
.cid-rUslLoEeYc.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rUslLoEeYc.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rUslLoEeYc .modal-content,
.cid-rUslLoEeYc .modal-dialog {
  height: auto;
}
.cid-rUslLoEeYc .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rUslLoEeYc .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rUslLoEeYc .form-wrapper .mbr-form .form-group,
  .cid-rUslLoEeYc .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rUslLoEeYc .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rUslLoEeYc .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rUslLoEeYc .mbr-text {
  text-align: center;
}
.cid-rUslLoEeYc .pt-0 {
  padding-top: 0 !important;
}
.cid-rUslLoEeYc .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rUslLoEeYc .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rUslLoEeYc .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rUslLoEeYc .modal-open {
  overflow: hidden;
}
.cid-rUslLoEeYc .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rUslLoEeYc .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rUslLoEeYc .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rUslLoEeYc .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rUslLoEeYc .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rUslLoEeYc .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rUslLoEeYc .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rUslLoEeYc .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rUslLoEeYc .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rUslLoEeYc .modal-backdrop.fade {
  opacity: 0;
}
.cid-rUslLoEeYc .modal-backdrop.show {
  opacity: .5;
}
.cid-rUslLoEeYc .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rUslLoEeYc .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rUslLoEeYc .modal-header .close:hover {
  opacity: 1;
}
.cid-rUslLoEeYc .modal-header .close:focus {
  outline: none;
}
.cid-rUslLoEeYc .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rUslLoEeYc .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rUslLoEeYc .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rUslLoEeYc .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rUslLoEeYc .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rUslLoEeYc .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rUslLoEeYc .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rUslLoEeYc .modal-sm {
    max-width: 300px;
  }
  .cid-rUslLoEeYc .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rUslLoEeYc .modal-lg,
  .cid-rUslLoEeYc .modal-xl {
    max-width: 800px;
  }
  .cid-rUslLoEeYc .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rUslLoEeYc .modal-xl {
    max-width: 1140px;
  }
  .cid-rUslLoEeYc .container {
    max-width: 1140px;
  }
}
.cid-rUslLoEeYc .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rUslLoEeYc .container {
    max-width: 720px;
  }
}
.cid-rUslLoEeYc .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rUslLoEeYc .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rUslLoEeYc .form-group {
  margin-bottom: 1rem;
}
.cid-rUslLoEeYc .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rUslLoEeYc .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rUslLoEeYc .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rUslLoEeYc .btn {
  background-color: #242323 !important;
  border-color: #242323 !important;
  transition: all 0.2s;
}
.cid-rUslLoEeYc .btn:hover {
  background-color: #000 !important;
  border-color: #000 !important;
}
.cid-rUmXeHLCiw.popup-builder {
  background-color: #ffffff;
}
.cid-rUmXeHLCiw.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rUmXeHLCiw.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rUmXeHLCiw .modal-content,
.cid-rUmXeHLCiw .modal-dialog {
  height: auto;
}
.cid-rUmXeHLCiw .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rUmXeHLCiw .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rUmXeHLCiw .form-wrapper .mbr-form .form-group,
  .cid-rUmXeHLCiw .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rUmXeHLCiw .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rUmXeHLCiw .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rUmXeHLCiw .mbr-text {
  text-align: center;
}
.cid-rUmXeHLCiw .pt-0 {
  padding-top: 0 !important;
}
.cid-rUmXeHLCiw .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rUmXeHLCiw .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rUmXeHLCiw .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rUmXeHLCiw .modal-open {
  overflow: hidden;
}
.cid-rUmXeHLCiw .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rUmXeHLCiw .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rUmXeHLCiw .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rUmXeHLCiw .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rUmXeHLCiw .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rUmXeHLCiw .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rUmXeHLCiw .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rUmXeHLCiw .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rUmXeHLCiw .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rUmXeHLCiw .modal-backdrop.fade {
  opacity: 0;
}
.cid-rUmXeHLCiw .modal-backdrop.show {
  opacity: .5;
}
.cid-rUmXeHLCiw .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rUmXeHLCiw .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rUmXeHLCiw .modal-header .close:hover {
  opacity: 1;
}
.cid-rUmXeHLCiw .modal-header .close:focus {
  outline: none;
}
.cid-rUmXeHLCiw .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rUmXeHLCiw .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rUmXeHLCiw .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rUmXeHLCiw .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rUmXeHLCiw .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rUmXeHLCiw .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rUmXeHLCiw .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rUmXeHLCiw .modal-sm {
    max-width: 300px;
  }
  .cid-rUmXeHLCiw .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rUmXeHLCiw .modal-lg,
  .cid-rUmXeHLCiw .modal-xl {
    max-width: 800px;
  }
  .cid-rUmXeHLCiw .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rUmXeHLCiw .modal-xl {
    max-width: 1140px;
  }
  .cid-rUmXeHLCiw .container {
    max-width: 1140px;
  }
}
.cid-rUmXeHLCiw .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rUmXeHLCiw .container {
    max-width: 720px;
  }
}
.cid-rUmXeHLCiw .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rUmXeHLCiw .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rUmXeHLCiw .form-group {
  margin-bottom: 1rem;
}
.cid-rUmXeHLCiw .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rUmXeHLCiw .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rUmXeHLCiw .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rUslhMZAWr.popup-builder {
  background-color: #ffffff;
}
.cid-rUslhMZAWr.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rUslhMZAWr.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rUslhMZAWr .modal-content,
.cid-rUslhMZAWr .modal-dialog {
  height: auto;
}
.cid-rUslhMZAWr .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rUslhMZAWr .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rUslhMZAWr .form-wrapper .mbr-form .form-group,
  .cid-rUslhMZAWr .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rUslhMZAWr .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rUslhMZAWr .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rUslhMZAWr .mbr-text {
  text-align: center;
}
.cid-rUslhMZAWr .pt-0 {
  padding-top: 0 !important;
}
.cid-rUslhMZAWr .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rUslhMZAWr .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rUslhMZAWr .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rUslhMZAWr .modal-open {
  overflow: hidden;
}
.cid-rUslhMZAWr .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rUslhMZAWr .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rUslhMZAWr .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rUslhMZAWr .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rUslhMZAWr .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rUslhMZAWr .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rUslhMZAWr .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rUslhMZAWr .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rUslhMZAWr .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rUslhMZAWr .modal-backdrop.fade {
  opacity: 0;
}
.cid-rUslhMZAWr .modal-backdrop.show {
  opacity: .5;
}
.cid-rUslhMZAWr .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rUslhMZAWr .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rUslhMZAWr .modal-header .close:hover {
  opacity: 1;
}
.cid-rUslhMZAWr .modal-header .close:focus {
  outline: none;
}
.cid-rUslhMZAWr .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rUslhMZAWr .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rUslhMZAWr .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rUslhMZAWr .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rUslhMZAWr .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rUslhMZAWr .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rUslhMZAWr .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rUslhMZAWr .modal-sm {
    max-width: 300px;
  }
  .cid-rUslhMZAWr .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rUslhMZAWr .modal-lg,
  .cid-rUslhMZAWr .modal-xl {
    max-width: 800px;
  }
  .cid-rUslhMZAWr .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rUslhMZAWr .modal-xl {
    max-width: 1140px;
  }
  .cid-rUslhMZAWr .container {
    max-width: 1140px;
  }
}
.cid-rUslhMZAWr .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rUslhMZAWr .container {
    max-width: 720px;
  }
}
.cid-rUslhMZAWr .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rUslhMZAWr .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rUslhMZAWr .form-group {
  margin-bottom: 1rem;
}
.cid-rUslhMZAWr .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rUslhMZAWr .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rUslhMZAWr .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rUslthwyaD.popup-builder {
  background-color: #ffffff;
}
.cid-rUslthwyaD.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rUslthwyaD.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rUslthwyaD .modal-content,
.cid-rUslthwyaD .modal-dialog {
  height: auto;
}
.cid-rUslthwyaD .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rUslthwyaD .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rUslthwyaD .form-wrapper .mbr-form .form-group,
  .cid-rUslthwyaD .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rUslthwyaD .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rUslthwyaD .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rUslthwyaD .mbr-text {
  text-align: center;
}
.cid-rUslthwyaD .pt-0 {
  padding-top: 0 !important;
}
.cid-rUslthwyaD .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rUslthwyaD .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rUslthwyaD .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rUslthwyaD .modal-open {
  overflow: hidden;
}
.cid-rUslthwyaD .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rUslthwyaD .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rUslthwyaD .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rUslthwyaD .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rUslthwyaD .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rUslthwyaD .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rUslthwyaD .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rUslthwyaD .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rUslthwyaD .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rUslthwyaD .modal-backdrop.fade {
  opacity: 0;
}
.cid-rUslthwyaD .modal-backdrop.show {
  opacity: .5;
}
.cid-rUslthwyaD .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rUslthwyaD .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rUslthwyaD .modal-header .close:hover {
  opacity: 1;
}
.cid-rUslthwyaD .modal-header .close:focus {
  outline: none;
}
.cid-rUslthwyaD .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rUslthwyaD .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rUslthwyaD .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rUslthwyaD .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rUslthwyaD .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rUslthwyaD .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rUslthwyaD .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rUslthwyaD .modal-sm {
    max-width: 300px;
  }
  .cid-rUslthwyaD .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rUslthwyaD .modal-lg,
  .cid-rUslthwyaD .modal-xl {
    max-width: 800px;
  }
  .cid-rUslthwyaD .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rUslthwyaD .modal-xl {
    max-width: 1140px;
  }
  .cid-rUslthwyaD .container {
    max-width: 1140px;
  }
}
.cid-rUslthwyaD .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rUslthwyaD .container {
    max-width: 720px;
  }
}
.cid-rUslthwyaD .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rUslthwyaD .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rUslthwyaD .form-group {
  margin-bottom: 1rem;
}
.cid-rUslthwyaD .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rUslthwyaD .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rUslthwyaD .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rUsmBVj49R.popup-builder {
  background-color: #ffffff;
}
.cid-rUsmBVj49R.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rUsmBVj49R.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rUsmBVj49R .modal-content,
.cid-rUsmBVj49R .modal-dialog {
  height: auto;
}
.cid-rUsmBVj49R .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rUsmBVj49R .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rUsmBVj49R .form-wrapper .mbr-form .form-group,
  .cid-rUsmBVj49R .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rUsmBVj49R .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rUsmBVj49R .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rUsmBVj49R .mbr-text {
  text-align: center;
}
.cid-rUsmBVj49R .pt-0 {
  padding-top: 0 !important;
}
.cid-rUsmBVj49R .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rUsmBVj49R .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rUsmBVj49R .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rUsmBVj49R .modal-open {
  overflow: hidden;
}
.cid-rUsmBVj49R .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rUsmBVj49R .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rUsmBVj49R .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rUsmBVj49R .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rUsmBVj49R .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rUsmBVj49R .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rUsmBVj49R .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rUsmBVj49R .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rUsmBVj49R .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rUsmBVj49R .modal-backdrop.fade {
  opacity: 0;
}
.cid-rUsmBVj49R .modal-backdrop.show {
  opacity: .5;
}
.cid-rUsmBVj49R .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rUsmBVj49R .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rUsmBVj49R .modal-header .close:hover {
  opacity: 1;
}
.cid-rUsmBVj49R .modal-header .close:focus {
  outline: none;
}
.cid-rUsmBVj49R .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rUsmBVj49R .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rUsmBVj49R .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rUsmBVj49R .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rUsmBVj49R .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rUsmBVj49R .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rUsmBVj49R .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rUsmBVj49R .modal-sm {
    max-width: 300px;
  }
  .cid-rUsmBVj49R .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rUsmBVj49R .modal-lg,
  .cid-rUsmBVj49R .modal-xl {
    max-width: 800px;
  }
  .cid-rUsmBVj49R .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rUsmBVj49R .modal-xl {
    max-width: 1140px;
  }
  .cid-rUsmBVj49R .container {
    max-width: 1140px;
  }
}
.cid-rUsmBVj49R .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rUsmBVj49R .container {
    max-width: 720px;
  }
}
.cid-rUsmBVj49R .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rUsmBVj49R .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rUsmBVj49R .form-group {
  margin-bottom: 1rem;
}
.cid-rUsmBVj49R .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rUsmBVj49R .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rUsmBVj49R .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rUsmOaoQ2f.popup-builder {
  background-color: #ffffff;
}
.cid-rUsmOaoQ2f.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rUsmOaoQ2f.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rUsmOaoQ2f .modal-content,
.cid-rUsmOaoQ2f .modal-dialog {
  height: auto;
}
.cid-rUsmOaoQ2f .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rUsmOaoQ2f .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rUsmOaoQ2f .form-wrapper .mbr-form .form-group,
  .cid-rUsmOaoQ2f .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rUsmOaoQ2f .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rUsmOaoQ2f .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rUsmOaoQ2f .mbr-text {
  text-align: center;
}
.cid-rUsmOaoQ2f .pt-0 {
  padding-top: 0 !important;
}
.cid-rUsmOaoQ2f .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rUsmOaoQ2f .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rUsmOaoQ2f .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rUsmOaoQ2f .modal-open {
  overflow: hidden;
}
.cid-rUsmOaoQ2f .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rUsmOaoQ2f .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rUsmOaoQ2f .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rUsmOaoQ2f .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rUsmOaoQ2f .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rUsmOaoQ2f .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rUsmOaoQ2f .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rUsmOaoQ2f .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rUsmOaoQ2f .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rUsmOaoQ2f .modal-backdrop.fade {
  opacity: 0;
}
.cid-rUsmOaoQ2f .modal-backdrop.show {
  opacity: .5;
}
.cid-rUsmOaoQ2f .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rUsmOaoQ2f .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rUsmOaoQ2f .modal-header .close:hover {
  opacity: 1;
}
.cid-rUsmOaoQ2f .modal-header .close:focus {
  outline: none;
}
.cid-rUsmOaoQ2f .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rUsmOaoQ2f .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rUsmOaoQ2f .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rUsmOaoQ2f .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rUsmOaoQ2f .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rUsmOaoQ2f .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rUsmOaoQ2f .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rUsmOaoQ2f .modal-sm {
    max-width: 300px;
  }
  .cid-rUsmOaoQ2f .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rUsmOaoQ2f .modal-lg,
  .cid-rUsmOaoQ2f .modal-xl {
    max-width: 800px;
  }
  .cid-rUsmOaoQ2f .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rUsmOaoQ2f .modal-xl {
    max-width: 1140px;
  }
  .cid-rUsmOaoQ2f .container {
    max-width: 1140px;
  }
}
.cid-rUsmOaoQ2f .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rUsmOaoQ2f .container {
    max-width: 720px;
  }
}
.cid-rUsmOaoQ2f .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rUsmOaoQ2f .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rUsmOaoQ2f .form-group {
  margin-bottom: 1rem;
}
.cid-rUsmOaoQ2f .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rUsmOaoQ2f .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rUsmOaoQ2f .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rUsmVCKx9X.popup-builder {
  background-color: #ffffff;
}
.cid-rUsmVCKx9X.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rUsmVCKx9X.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rUsmVCKx9X .modal-content,
.cid-rUsmVCKx9X .modal-dialog {
  height: auto;
}
.cid-rUsmVCKx9X .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rUsmVCKx9X .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rUsmVCKx9X .form-wrapper .mbr-form .form-group,
  .cid-rUsmVCKx9X .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rUsmVCKx9X .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rUsmVCKx9X .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rUsmVCKx9X .mbr-text {
  text-align: center;
}
.cid-rUsmVCKx9X .pt-0 {
  padding-top: 0 !important;
}
.cid-rUsmVCKx9X .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rUsmVCKx9X .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rUsmVCKx9X .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rUsmVCKx9X .modal-open {
  overflow: hidden;
}
.cid-rUsmVCKx9X .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rUsmVCKx9X .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rUsmVCKx9X .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rUsmVCKx9X .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rUsmVCKx9X .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rUsmVCKx9X .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rUsmVCKx9X .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rUsmVCKx9X .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rUsmVCKx9X .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rUsmVCKx9X .modal-backdrop.fade {
  opacity: 0;
}
.cid-rUsmVCKx9X .modal-backdrop.show {
  opacity: .5;
}
.cid-rUsmVCKx9X .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rUsmVCKx9X .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rUsmVCKx9X .modal-header .close:hover {
  opacity: 1;
}
.cid-rUsmVCKx9X .modal-header .close:focus {
  outline: none;
}
.cid-rUsmVCKx9X .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rUsmVCKx9X .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rUsmVCKx9X .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rUsmVCKx9X .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rUsmVCKx9X .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rUsmVCKx9X .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rUsmVCKx9X .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rUsmVCKx9X .modal-sm {
    max-width: 300px;
  }
  .cid-rUsmVCKx9X .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rUsmVCKx9X .modal-lg,
  .cid-rUsmVCKx9X .modal-xl {
    max-width: 800px;
  }
  .cid-rUsmVCKx9X .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rUsmVCKx9X .modal-xl {
    max-width: 1140px;
  }
  .cid-rUsmVCKx9X .container {
    max-width: 1140px;
  }
}
.cid-rUsmVCKx9X .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rUsmVCKx9X .container {
    max-width: 720px;
  }
}
.cid-rUsmVCKx9X .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rUsmVCKx9X .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rUsmVCKx9X .form-group {
  margin-bottom: 1rem;
}
.cid-rUsmVCKx9X .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rUsmVCKx9X .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rUsmVCKx9X .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rUsn69fSM3.popup-builder {
  background-color: #ffffff;
}
.cid-rUsn69fSM3.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rUsn69fSM3.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rUsn69fSM3 .modal-content,
.cid-rUsn69fSM3 .modal-dialog {
  height: auto;
}
.cid-rUsn69fSM3 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rUsn69fSM3 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rUsn69fSM3 .form-wrapper .mbr-form .form-group,
  .cid-rUsn69fSM3 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rUsn69fSM3 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rUsn69fSM3 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rUsn69fSM3 .mbr-text {
  text-align: center;
}
.cid-rUsn69fSM3 .pt-0 {
  padding-top: 0 !important;
}
.cid-rUsn69fSM3 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rUsn69fSM3 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rUsn69fSM3 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rUsn69fSM3 .modal-open {
  overflow: hidden;
}
.cid-rUsn69fSM3 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rUsn69fSM3 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rUsn69fSM3 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rUsn69fSM3 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rUsn69fSM3 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rUsn69fSM3 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rUsn69fSM3 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rUsn69fSM3 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rUsn69fSM3 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rUsn69fSM3 .modal-backdrop.fade {
  opacity: 0;
}
.cid-rUsn69fSM3 .modal-backdrop.show {
  opacity: .5;
}
.cid-rUsn69fSM3 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rUsn69fSM3 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rUsn69fSM3 .modal-header .close:hover {
  opacity: 1;
}
.cid-rUsn69fSM3 .modal-header .close:focus {
  outline: none;
}
.cid-rUsn69fSM3 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rUsn69fSM3 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rUsn69fSM3 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rUsn69fSM3 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rUsn69fSM3 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rUsn69fSM3 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rUsn69fSM3 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rUsn69fSM3 .modal-sm {
    max-width: 300px;
  }
  .cid-rUsn69fSM3 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rUsn69fSM3 .modal-lg,
  .cid-rUsn69fSM3 .modal-xl {
    max-width: 800px;
  }
  .cid-rUsn69fSM3 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rUsn69fSM3 .modal-xl {
    max-width: 1140px;
  }
  .cid-rUsn69fSM3 .container {
    max-width: 1140px;
  }
}
.cid-rUsn69fSM3 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rUsn69fSM3 .container {
    max-width: 720px;
  }
}
.cid-rUsn69fSM3 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rUsn69fSM3 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rUsn69fSM3 .form-group {
  margin-bottom: 1rem;
}
.cid-rUsn69fSM3 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rUsn69fSM3 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rUsn69fSM3 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rUssKKdazY.popup-builder {
  background-color: #ffffff;
}
.cid-rUssKKdazY.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rUssKKdazY.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rUssKKdazY .modal-content,
.cid-rUssKKdazY .modal-dialog {
  height: auto;
}
.cid-rUssKKdazY .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rUssKKdazY .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rUssKKdazY .form-wrapper .mbr-form .form-group,
  .cid-rUssKKdazY .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rUssKKdazY .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rUssKKdazY .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rUssKKdazY .mbr-text {
  text-align: center;
}
.cid-rUssKKdazY .pt-0 {
  padding-top: 0 !important;
}
.cid-rUssKKdazY .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rUssKKdazY .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rUssKKdazY .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rUssKKdazY .modal-open {
  overflow: hidden;
}
.cid-rUssKKdazY .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rUssKKdazY .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rUssKKdazY .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rUssKKdazY .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rUssKKdazY .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rUssKKdazY .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rUssKKdazY .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rUssKKdazY .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rUssKKdazY .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rUssKKdazY .modal-backdrop.fade {
  opacity: 0;
}
.cid-rUssKKdazY .modal-backdrop.show {
  opacity: .5;
}
.cid-rUssKKdazY .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rUssKKdazY .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rUssKKdazY .modal-header .close:hover {
  opacity: 1;
}
.cid-rUssKKdazY .modal-header .close:focus {
  outline: none;
}
.cid-rUssKKdazY .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rUssKKdazY .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rUssKKdazY .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rUssKKdazY .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rUssKKdazY .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rUssKKdazY .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rUssKKdazY .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rUssKKdazY .modal-sm {
    max-width: 300px;
  }
  .cid-rUssKKdazY .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rUssKKdazY .modal-lg,
  .cid-rUssKKdazY .modal-xl {
    max-width: 800px;
  }
  .cid-rUssKKdazY .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rUssKKdazY .modal-xl {
    max-width: 1140px;
  }
  .cid-rUssKKdazY .container {
    max-width: 1140px;
  }
}
.cid-rUssKKdazY .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rUssKKdazY .container {
    max-width: 720px;
  }
}
.cid-rUssKKdazY .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rUssKKdazY .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rUssKKdazY .form-group {
  margin-bottom: 1rem;
}
.cid-rUssKKdazY .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rUssKKdazY .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rUssKKdazY .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rUssL3eTYA.popup-builder {
  background-color: #ffffff;
}
.cid-rUssL3eTYA.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rUssL3eTYA.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rUssL3eTYA .modal-content,
.cid-rUssL3eTYA .modal-dialog {
  height: auto;
}
.cid-rUssL3eTYA .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rUssL3eTYA .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rUssL3eTYA .form-wrapper .mbr-form .form-group,
  .cid-rUssL3eTYA .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rUssL3eTYA .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rUssL3eTYA .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rUssL3eTYA .mbr-text {
  text-align: center;
}
.cid-rUssL3eTYA .pt-0 {
  padding-top: 0 !important;
}
.cid-rUssL3eTYA .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rUssL3eTYA .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rUssL3eTYA .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rUssL3eTYA .modal-open {
  overflow: hidden;
}
.cid-rUssL3eTYA .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rUssL3eTYA .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rUssL3eTYA .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rUssL3eTYA .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rUssL3eTYA .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rUssL3eTYA .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rUssL3eTYA .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rUssL3eTYA .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rUssL3eTYA .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rUssL3eTYA .modal-backdrop.fade {
  opacity: 0;
}
.cid-rUssL3eTYA .modal-backdrop.show {
  opacity: .5;
}
.cid-rUssL3eTYA .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rUssL3eTYA .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rUssL3eTYA .modal-header .close:hover {
  opacity: 1;
}
.cid-rUssL3eTYA .modal-header .close:focus {
  outline: none;
}
.cid-rUssL3eTYA .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rUssL3eTYA .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rUssL3eTYA .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rUssL3eTYA .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rUssL3eTYA .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rUssL3eTYA .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rUssL3eTYA .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rUssL3eTYA .modal-sm {
    max-width: 300px;
  }
  .cid-rUssL3eTYA .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rUssL3eTYA .modal-lg,
  .cid-rUssL3eTYA .modal-xl {
    max-width: 800px;
  }
  .cid-rUssL3eTYA .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rUssL3eTYA .modal-xl {
    max-width: 1140px;
  }
  .cid-rUssL3eTYA .container {
    max-width: 1140px;
  }
}
.cid-rUssL3eTYA .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rUssL3eTYA .container {
    max-width: 720px;
  }
}
.cid-rUssL3eTYA .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rUssL3eTYA .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rUssL3eTYA .form-group {
  margin-bottom: 1rem;
}
.cid-rUssL3eTYA .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rUssL3eTYA .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rUssL3eTYA .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rUssLokiDo.popup-builder {
  background-color: #ffffff;
}
.cid-rUssLokiDo.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rUssLokiDo.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rUssLokiDo .modal-content,
.cid-rUssLokiDo .modal-dialog {
  height: auto;
}
.cid-rUssLokiDo .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rUssLokiDo .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rUssLokiDo .form-wrapper .mbr-form .form-group,
  .cid-rUssLokiDo .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rUssLokiDo .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rUssLokiDo .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rUssLokiDo .mbr-text {
  text-align: center;
}
.cid-rUssLokiDo .pt-0 {
  padding-top: 0 !important;
}
.cid-rUssLokiDo .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rUssLokiDo .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rUssLokiDo .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rUssLokiDo .modal-open {
  overflow: hidden;
}
.cid-rUssLokiDo .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rUssLokiDo .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rUssLokiDo .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rUssLokiDo .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rUssLokiDo .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rUssLokiDo .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rUssLokiDo .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rUssLokiDo .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rUssLokiDo .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rUssLokiDo .modal-backdrop.fade {
  opacity: 0;
}
.cid-rUssLokiDo .modal-backdrop.show {
  opacity: .5;
}
.cid-rUssLokiDo .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rUssLokiDo .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rUssLokiDo .modal-header .close:hover {
  opacity: 1;
}
.cid-rUssLokiDo .modal-header .close:focus {
  outline: none;
}
.cid-rUssLokiDo .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rUssLokiDo .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rUssLokiDo .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rUssLokiDo .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rUssLokiDo .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rUssLokiDo .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rUssLokiDo .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rUssLokiDo .modal-sm {
    max-width: 300px;
  }
  .cid-rUssLokiDo .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rUssLokiDo .modal-lg,
  .cid-rUssLokiDo .modal-xl {
    max-width: 800px;
  }
  .cid-rUssLokiDo .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rUssLokiDo .modal-xl {
    max-width: 1140px;
  }
  .cid-rUssLokiDo .container {
    max-width: 1140px;
  }
}
.cid-rUssLokiDo .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rUssLokiDo .container {
    max-width: 720px;
  }
}
.cid-rUssLokiDo .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rUssLokiDo .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rUssLokiDo .form-group {
  margin-bottom: 1rem;
}
.cid-rUssLokiDo .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rUssLokiDo .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rUssLokiDo .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rUssLGG1Ce.popup-builder {
  background-color: #ffffff;
}
.cid-rUssLGG1Ce.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rUssLGG1Ce.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rUssLGG1Ce .modal-content,
.cid-rUssLGG1Ce .modal-dialog {
  height: auto;
}
.cid-rUssLGG1Ce .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rUssLGG1Ce .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rUssLGG1Ce .form-wrapper .mbr-form .form-group,
  .cid-rUssLGG1Ce .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rUssLGG1Ce .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rUssLGG1Ce .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rUssLGG1Ce .mbr-text {
  text-align: center;
}
.cid-rUssLGG1Ce .pt-0 {
  padding-top: 0 !important;
}
.cid-rUssLGG1Ce .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rUssLGG1Ce .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rUssLGG1Ce .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rUssLGG1Ce .modal-open {
  overflow: hidden;
}
.cid-rUssLGG1Ce .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rUssLGG1Ce .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rUssLGG1Ce .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rUssLGG1Ce .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rUssLGG1Ce .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rUssLGG1Ce .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rUssLGG1Ce .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rUssLGG1Ce .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rUssLGG1Ce .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rUssLGG1Ce .modal-backdrop.fade {
  opacity: 0;
}
.cid-rUssLGG1Ce .modal-backdrop.show {
  opacity: .5;
}
.cid-rUssLGG1Ce .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rUssLGG1Ce .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rUssLGG1Ce .modal-header .close:hover {
  opacity: 1;
}
.cid-rUssLGG1Ce .modal-header .close:focus {
  outline: none;
}
.cid-rUssLGG1Ce .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rUssLGG1Ce .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rUssLGG1Ce .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rUssLGG1Ce .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rUssLGG1Ce .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rUssLGG1Ce .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rUssLGG1Ce .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rUssLGG1Ce .modal-sm {
    max-width: 300px;
  }
  .cid-rUssLGG1Ce .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rUssLGG1Ce .modal-lg,
  .cid-rUssLGG1Ce .modal-xl {
    max-width: 800px;
  }
  .cid-rUssLGG1Ce .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rUssLGG1Ce .modal-xl {
    max-width: 1140px;
  }
  .cid-rUssLGG1Ce .container {
    max-width: 1140px;
  }
}
.cid-rUssLGG1Ce .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rUssLGG1Ce .container {
    max-width: 720px;
  }
}
.cid-rUssLGG1Ce .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rUssLGG1Ce .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rUssLGG1Ce .form-group {
  margin-bottom: 1rem;
}
.cid-rUssLGG1Ce .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rUssLGG1Ce .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rUssLGG1Ce .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rUssMhBR3I.popup-builder {
  background-color: #ffffff;
}
.cid-rUssMhBR3I.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rUssMhBR3I.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rUssMhBR3I .modal-content,
.cid-rUssMhBR3I .modal-dialog {
  height: auto;
}
.cid-rUssMhBR3I .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rUssMhBR3I .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rUssMhBR3I .form-wrapper .mbr-form .form-group,
  .cid-rUssMhBR3I .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rUssMhBR3I .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rUssMhBR3I .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rUssMhBR3I .mbr-text {
  text-align: center;
}
.cid-rUssMhBR3I .pt-0 {
  padding-top: 0 !important;
}
.cid-rUssMhBR3I .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rUssMhBR3I .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rUssMhBR3I .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rUssMhBR3I .modal-open {
  overflow: hidden;
}
.cid-rUssMhBR3I .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rUssMhBR3I .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rUssMhBR3I .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rUssMhBR3I .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rUssMhBR3I .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rUssMhBR3I .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rUssMhBR3I .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rUssMhBR3I .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rUssMhBR3I .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rUssMhBR3I .modal-backdrop.fade {
  opacity: 0;
}
.cid-rUssMhBR3I .modal-backdrop.show {
  opacity: .5;
}
.cid-rUssMhBR3I .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rUssMhBR3I .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rUssMhBR3I .modal-header .close:hover {
  opacity: 1;
}
.cid-rUssMhBR3I .modal-header .close:focus {
  outline: none;
}
.cid-rUssMhBR3I .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rUssMhBR3I .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rUssMhBR3I .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rUssMhBR3I .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rUssMhBR3I .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rUssMhBR3I .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rUssMhBR3I .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rUssMhBR3I .modal-sm {
    max-width: 300px;
  }
  .cid-rUssMhBR3I .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rUssMhBR3I .modal-lg,
  .cid-rUssMhBR3I .modal-xl {
    max-width: 800px;
  }
  .cid-rUssMhBR3I .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rUssMhBR3I .modal-xl {
    max-width: 1140px;
  }
  .cid-rUssMhBR3I .container {
    max-width: 1140px;
  }
}
.cid-rUssMhBR3I .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rUssMhBR3I .container {
    max-width: 720px;
  }
}
.cid-rUssMhBR3I .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rUssMhBR3I .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rUssMhBR3I .form-group {
  margin-bottom: 1rem;
}
.cid-rUssMhBR3I .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rUssMhBR3I .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rUssMhBR3I .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rUssMzS7wN.popup-builder {
  background-color: #ffffff;
}
.cid-rUssMzS7wN.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rUssMzS7wN.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rUssMzS7wN .modal-content,
.cid-rUssMzS7wN .modal-dialog {
  height: auto;
}
.cid-rUssMzS7wN .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rUssMzS7wN .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rUssMzS7wN .form-wrapper .mbr-form .form-group,
  .cid-rUssMzS7wN .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rUssMzS7wN .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rUssMzS7wN .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rUssMzS7wN .mbr-text {
  text-align: center;
}
.cid-rUssMzS7wN .pt-0 {
  padding-top: 0 !important;
}
.cid-rUssMzS7wN .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rUssMzS7wN .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rUssMzS7wN .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rUssMzS7wN .modal-open {
  overflow: hidden;
}
.cid-rUssMzS7wN .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rUssMzS7wN .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rUssMzS7wN .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rUssMzS7wN .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rUssMzS7wN .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rUssMzS7wN .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rUssMzS7wN .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rUssMzS7wN .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rUssMzS7wN .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rUssMzS7wN .modal-backdrop.fade {
  opacity: 0;
}
.cid-rUssMzS7wN .modal-backdrop.show {
  opacity: .5;
}
.cid-rUssMzS7wN .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rUssMzS7wN .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rUssMzS7wN .modal-header .close:hover {
  opacity: 1;
}
.cid-rUssMzS7wN .modal-header .close:focus {
  outline: none;
}
.cid-rUssMzS7wN .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rUssMzS7wN .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rUssMzS7wN .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rUssMzS7wN .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rUssMzS7wN .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rUssMzS7wN .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rUssMzS7wN .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rUssMzS7wN .modal-sm {
    max-width: 300px;
  }
  .cid-rUssMzS7wN .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rUssMzS7wN .modal-lg,
  .cid-rUssMzS7wN .modal-xl {
    max-width: 800px;
  }
  .cid-rUssMzS7wN .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rUssMzS7wN .modal-xl {
    max-width: 1140px;
  }
  .cid-rUssMzS7wN .container {
    max-width: 1140px;
  }
}
.cid-rUssMzS7wN .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rUssMzS7wN .container {
    max-width: 720px;
  }
}
.cid-rUssMzS7wN .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rUssMzS7wN .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rUssMzS7wN .form-group {
  margin-bottom: 1rem;
}
.cid-rUssMzS7wN .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rUssMzS7wN .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rUssMzS7wN .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rUssN0sSmn.popup-builder {
  background-color: #ffffff;
}
.cid-rUssN0sSmn.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rUssN0sSmn.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rUssN0sSmn .modal-content,
.cid-rUssN0sSmn .modal-dialog {
  height: auto;
}
.cid-rUssN0sSmn .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rUssN0sSmn .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rUssN0sSmn .form-wrapper .mbr-form .form-group,
  .cid-rUssN0sSmn .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rUssN0sSmn .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rUssN0sSmn .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rUssN0sSmn .mbr-text {
  text-align: center;
}
.cid-rUssN0sSmn .pt-0 {
  padding-top: 0 !important;
}
.cid-rUssN0sSmn .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rUssN0sSmn .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rUssN0sSmn .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rUssN0sSmn .modal-open {
  overflow: hidden;
}
.cid-rUssN0sSmn .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rUssN0sSmn .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rUssN0sSmn .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rUssN0sSmn .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rUssN0sSmn .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rUssN0sSmn .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rUssN0sSmn .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rUssN0sSmn .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rUssN0sSmn .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rUssN0sSmn .modal-backdrop.fade {
  opacity: 0;
}
.cid-rUssN0sSmn .modal-backdrop.show {
  opacity: .5;
}
.cid-rUssN0sSmn .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rUssN0sSmn .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rUssN0sSmn .modal-header .close:hover {
  opacity: 1;
}
.cid-rUssN0sSmn .modal-header .close:focus {
  outline: none;
}
.cid-rUssN0sSmn .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rUssN0sSmn .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rUssN0sSmn .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rUssN0sSmn .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rUssN0sSmn .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rUssN0sSmn .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rUssN0sSmn .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rUssN0sSmn .modal-sm {
    max-width: 300px;
  }
  .cid-rUssN0sSmn .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rUssN0sSmn .modal-lg,
  .cid-rUssN0sSmn .modal-xl {
    max-width: 800px;
  }
  .cid-rUssN0sSmn .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rUssN0sSmn .modal-xl {
    max-width: 1140px;
  }
  .cid-rUssN0sSmn .container {
    max-width: 1140px;
  }
}
.cid-rUssN0sSmn .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rUssN0sSmn .container {
    max-width: 720px;
  }
}
.cid-rUssN0sSmn .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rUssN0sSmn .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rUssN0sSmn .form-group {
  margin-bottom: 1rem;
}
.cid-rUssN0sSmn .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rUssN0sSmn .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rUssN0sSmn .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rUssNj28T8.popup-builder {
  background-color: #ffffff;
}
.cid-rUssNj28T8.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rUssNj28T8.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rUssNj28T8 .modal-content,
.cid-rUssNj28T8 .modal-dialog {
  height: auto;
}
.cid-rUssNj28T8 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rUssNj28T8 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rUssNj28T8 .form-wrapper .mbr-form .form-group,
  .cid-rUssNj28T8 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rUssNj28T8 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rUssNj28T8 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rUssNj28T8 .mbr-text {
  text-align: center;
}
.cid-rUssNj28T8 .pt-0 {
  padding-top: 0 !important;
}
.cid-rUssNj28T8 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rUssNj28T8 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rUssNj28T8 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rUssNj28T8 .modal-open {
  overflow: hidden;
}
.cid-rUssNj28T8 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rUssNj28T8 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rUssNj28T8 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rUssNj28T8 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rUssNj28T8 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rUssNj28T8 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rUssNj28T8 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rUssNj28T8 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rUssNj28T8 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rUssNj28T8 .modal-backdrop.fade {
  opacity: 0;
}
.cid-rUssNj28T8 .modal-backdrop.show {
  opacity: .5;
}
.cid-rUssNj28T8 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rUssNj28T8 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rUssNj28T8 .modal-header .close:hover {
  opacity: 1;
}
.cid-rUssNj28T8 .modal-header .close:focus {
  outline: none;
}
.cid-rUssNj28T8 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rUssNj28T8 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rUssNj28T8 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rUssNj28T8 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rUssNj28T8 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rUssNj28T8 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rUssNj28T8 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rUssNj28T8 .modal-sm {
    max-width: 300px;
  }
  .cid-rUssNj28T8 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rUssNj28T8 .modal-lg,
  .cid-rUssNj28T8 .modal-xl {
    max-width: 800px;
  }
  .cid-rUssNj28T8 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rUssNj28T8 .modal-xl {
    max-width: 1140px;
  }
  .cid-rUssNj28T8 .container {
    max-width: 1140px;
  }
}
.cid-rUssNj28T8 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rUssNj28T8 .container {
    max-width: 720px;
  }
}
.cid-rUssNj28T8 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rUssNj28T8 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rUssNj28T8 .form-group {
  margin-bottom: 1rem;
}
.cid-rUssNj28T8 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rUssNj28T8 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rUssNj28T8 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rUsyqv3kQv.popup-builder {
  background-color: #ffffff;
}
.cid-rUsyqv3kQv.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rUsyqv3kQv.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rUsyqv3kQv .modal-content,
.cid-rUsyqv3kQv .modal-dialog {
  height: auto;
}
.cid-rUsyqv3kQv .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rUsyqv3kQv .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rUsyqv3kQv .form-wrapper .mbr-form .form-group,
  .cid-rUsyqv3kQv .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rUsyqv3kQv .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rUsyqv3kQv .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rUsyqv3kQv .mbr-text {
  text-align: center;
}
.cid-rUsyqv3kQv .pt-0 {
  padding-top: 0 !important;
}
.cid-rUsyqv3kQv .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rUsyqv3kQv .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rUsyqv3kQv .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rUsyqv3kQv .modal-open {
  overflow: hidden;
}
.cid-rUsyqv3kQv .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rUsyqv3kQv .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rUsyqv3kQv .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rUsyqv3kQv .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rUsyqv3kQv .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rUsyqv3kQv .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rUsyqv3kQv .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rUsyqv3kQv .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rUsyqv3kQv .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rUsyqv3kQv .modal-backdrop.fade {
  opacity: 0;
}
.cid-rUsyqv3kQv .modal-backdrop.show {
  opacity: .5;
}
.cid-rUsyqv3kQv .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rUsyqv3kQv .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rUsyqv3kQv .modal-header .close:hover {
  opacity: 1;
}
.cid-rUsyqv3kQv .modal-header .close:focus {
  outline: none;
}
.cid-rUsyqv3kQv .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rUsyqv3kQv .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rUsyqv3kQv .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rUsyqv3kQv .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rUsyqv3kQv .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rUsyqv3kQv .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rUsyqv3kQv .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rUsyqv3kQv .modal-sm {
    max-width: 300px;
  }
  .cid-rUsyqv3kQv .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rUsyqv3kQv .modal-lg,
  .cid-rUsyqv3kQv .modal-xl {
    max-width: 800px;
  }
  .cid-rUsyqv3kQv .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rUsyqv3kQv .modal-xl {
    max-width: 1140px;
  }
  .cid-rUsyqv3kQv .container {
    max-width: 1140px;
  }
}
.cid-rUsyqv3kQv .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rUsyqv3kQv .container {
    max-width: 720px;
  }
}
.cid-rUsyqv3kQv .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rUsyqv3kQv .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rUsyqv3kQv .form-group {
  margin-bottom: 1rem;
}
.cid-rUsyqv3kQv .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rUsyqv3kQv .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rUsyqv3kQv .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rUsyso6SxN.popup-builder {
  background-color: #ffffff;
}
.cid-rUsyso6SxN.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rUsyso6SxN.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rUsyso6SxN .modal-content,
.cid-rUsyso6SxN .modal-dialog {
  height: auto;
}
.cid-rUsyso6SxN .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rUsyso6SxN .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rUsyso6SxN .form-wrapper .mbr-form .form-group,
  .cid-rUsyso6SxN .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rUsyso6SxN .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rUsyso6SxN .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rUsyso6SxN .mbr-text {
  text-align: center;
}
.cid-rUsyso6SxN .pt-0 {
  padding-top: 0 !important;
}
.cid-rUsyso6SxN .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rUsyso6SxN .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rUsyso6SxN .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rUsyso6SxN .modal-open {
  overflow: hidden;
}
.cid-rUsyso6SxN .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rUsyso6SxN .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rUsyso6SxN .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rUsyso6SxN .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rUsyso6SxN .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rUsyso6SxN .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rUsyso6SxN .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rUsyso6SxN .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rUsyso6SxN .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rUsyso6SxN .modal-backdrop.fade {
  opacity: 0;
}
.cid-rUsyso6SxN .modal-backdrop.show {
  opacity: .5;
}
.cid-rUsyso6SxN .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rUsyso6SxN .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rUsyso6SxN .modal-header .close:hover {
  opacity: 1;
}
.cid-rUsyso6SxN .modal-header .close:focus {
  outline: none;
}
.cid-rUsyso6SxN .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rUsyso6SxN .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rUsyso6SxN .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rUsyso6SxN .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rUsyso6SxN .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rUsyso6SxN .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rUsyso6SxN .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rUsyso6SxN .modal-sm {
    max-width: 300px;
  }
  .cid-rUsyso6SxN .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rUsyso6SxN .modal-lg,
  .cid-rUsyso6SxN .modal-xl {
    max-width: 800px;
  }
  .cid-rUsyso6SxN .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rUsyso6SxN .modal-xl {
    max-width: 1140px;
  }
  .cid-rUsyso6SxN .container {
    max-width: 1140px;
  }
}
.cid-rUsyso6SxN .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rUsyso6SxN .container {
    max-width: 720px;
  }
}
.cid-rUsyso6SxN .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rUsyso6SxN .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rUsyso6SxN .form-group {
  margin-bottom: 1rem;
}
.cid-rUsyso6SxN .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rUsyso6SxN .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rUsyso6SxN .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rUsysMeFaM.popup-builder {
  background-color: #ffffff;
}
.cid-rUsysMeFaM.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rUsysMeFaM.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rUsysMeFaM .modal-content,
.cid-rUsysMeFaM .modal-dialog {
  height: auto;
}
.cid-rUsysMeFaM .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rUsysMeFaM .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rUsysMeFaM .form-wrapper .mbr-form .form-group,
  .cid-rUsysMeFaM .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rUsysMeFaM .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rUsysMeFaM .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rUsysMeFaM .mbr-text {
  text-align: center;
}
.cid-rUsysMeFaM .pt-0 {
  padding-top: 0 !important;
}
.cid-rUsysMeFaM .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rUsysMeFaM .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rUsysMeFaM .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rUsysMeFaM .modal-open {
  overflow: hidden;
}
.cid-rUsysMeFaM .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rUsysMeFaM .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rUsysMeFaM .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rUsysMeFaM .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rUsysMeFaM .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rUsysMeFaM .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rUsysMeFaM .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rUsysMeFaM .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rUsysMeFaM .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rUsysMeFaM .modal-backdrop.fade {
  opacity: 0;
}
.cid-rUsysMeFaM .modal-backdrop.show {
  opacity: .5;
}
.cid-rUsysMeFaM .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rUsysMeFaM .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rUsysMeFaM .modal-header .close:hover {
  opacity: 1;
}
.cid-rUsysMeFaM .modal-header .close:focus {
  outline: none;
}
.cid-rUsysMeFaM .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rUsysMeFaM .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rUsysMeFaM .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rUsysMeFaM .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rUsysMeFaM .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rUsysMeFaM .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rUsysMeFaM .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rUsysMeFaM .modal-sm {
    max-width: 300px;
  }
  .cid-rUsysMeFaM .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rUsysMeFaM .modal-lg,
  .cid-rUsysMeFaM .modal-xl {
    max-width: 800px;
  }
  .cid-rUsysMeFaM .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rUsysMeFaM .modal-xl {
    max-width: 1140px;
  }
  .cid-rUsysMeFaM .container {
    max-width: 1140px;
  }
}
.cid-rUsysMeFaM .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rUsysMeFaM .container {
    max-width: 720px;
  }
}
.cid-rUsysMeFaM .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rUsysMeFaM .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rUsysMeFaM .form-group {
  margin-bottom: 1rem;
}
.cid-rUsysMeFaM .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rUsysMeFaM .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rUsysMeFaM .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rUsysMeFaM .btn {
  background-color: #242323 !important;
  border-color: #242323 !important;
  transition: all 0.2s;
}
.cid-rUsysMeFaM .btn:hover {
  background-color: #000 !important;
  border-color: #000 !important;
}
.cid-rUsyt6Vake.popup-builder {
  background-color: #ffffff;
}
.cid-rUsyt6Vake.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rUsyt6Vake.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rUsyt6Vake .modal-content,
.cid-rUsyt6Vake .modal-dialog {
  height: auto;
}
.cid-rUsyt6Vake .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rUsyt6Vake .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rUsyt6Vake .form-wrapper .mbr-form .form-group,
  .cid-rUsyt6Vake .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rUsyt6Vake .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rUsyt6Vake .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rUsyt6Vake .mbr-text {
  text-align: center;
}
.cid-rUsyt6Vake .pt-0 {
  padding-top: 0 !important;
}
.cid-rUsyt6Vake .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rUsyt6Vake .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rUsyt6Vake .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rUsyt6Vake .modal-open {
  overflow: hidden;
}
.cid-rUsyt6Vake .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rUsyt6Vake .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rUsyt6Vake .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rUsyt6Vake .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rUsyt6Vake .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rUsyt6Vake .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rUsyt6Vake .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rUsyt6Vake .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rUsyt6Vake .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rUsyt6Vake .modal-backdrop.fade {
  opacity: 0;
}
.cid-rUsyt6Vake .modal-backdrop.show {
  opacity: .5;
}
.cid-rUsyt6Vake .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rUsyt6Vake .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rUsyt6Vake .modal-header .close:hover {
  opacity: 1;
}
.cid-rUsyt6Vake .modal-header .close:focus {
  outline: none;
}
.cid-rUsyt6Vake .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rUsyt6Vake .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rUsyt6Vake .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rUsyt6Vake .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rUsyt6Vake .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rUsyt6Vake .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rUsyt6Vake .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rUsyt6Vake .modal-sm {
    max-width: 300px;
  }
  .cid-rUsyt6Vake .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rUsyt6Vake .modal-lg,
  .cid-rUsyt6Vake .modal-xl {
    max-width: 800px;
  }
  .cid-rUsyt6Vake .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rUsyt6Vake .modal-xl {
    max-width: 1140px;
  }
  .cid-rUsyt6Vake .container {
    max-width: 1140px;
  }
}
.cid-rUsyt6Vake .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rUsyt6Vake .container {
    max-width: 720px;
  }
}
.cid-rUsyt6Vake .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rUsyt6Vake .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rUsyt6Vake .form-group {
  margin-bottom: 1rem;
}
.cid-rUsyt6Vake .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rUsyt6Vake .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rUsyt6Vake .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rUsytJJlHD.popup-builder {
  background-color: #ffffff;
}
.cid-rUsytJJlHD.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rUsytJJlHD.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rUsytJJlHD .modal-content,
.cid-rUsytJJlHD .modal-dialog {
  height: auto;
}
.cid-rUsytJJlHD .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rUsytJJlHD .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rUsytJJlHD .form-wrapper .mbr-form .form-group,
  .cid-rUsytJJlHD .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rUsytJJlHD .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rUsytJJlHD .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rUsytJJlHD .mbr-text {
  text-align: center;
}
.cid-rUsytJJlHD .pt-0 {
  padding-top: 0 !important;
}
.cid-rUsytJJlHD .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rUsytJJlHD .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rUsytJJlHD .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rUsytJJlHD .modal-open {
  overflow: hidden;
}
.cid-rUsytJJlHD .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rUsytJJlHD .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rUsytJJlHD .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rUsytJJlHD .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rUsytJJlHD .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rUsytJJlHD .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rUsytJJlHD .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rUsytJJlHD .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rUsytJJlHD .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rUsytJJlHD .modal-backdrop.fade {
  opacity: 0;
}
.cid-rUsytJJlHD .modal-backdrop.show {
  opacity: .5;
}
.cid-rUsytJJlHD .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rUsytJJlHD .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rUsytJJlHD .modal-header .close:hover {
  opacity: 1;
}
.cid-rUsytJJlHD .modal-header .close:focus {
  outline: none;
}
.cid-rUsytJJlHD .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rUsytJJlHD .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rUsytJJlHD .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rUsytJJlHD .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rUsytJJlHD .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rUsytJJlHD .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rUsytJJlHD .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rUsytJJlHD .modal-sm {
    max-width: 300px;
  }
  .cid-rUsytJJlHD .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rUsytJJlHD .modal-lg,
  .cid-rUsytJJlHD .modal-xl {
    max-width: 800px;
  }
  .cid-rUsytJJlHD .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rUsytJJlHD .modal-xl {
    max-width: 1140px;
  }
  .cid-rUsytJJlHD .container {
    max-width: 1140px;
  }
}
.cid-rUsytJJlHD .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rUsytJJlHD .container {
    max-width: 720px;
  }
}
.cid-rUsytJJlHD .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rUsytJJlHD .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rUsytJJlHD .form-group {
  margin-bottom: 1rem;
}
.cid-rUsytJJlHD .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rUsytJJlHD .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rUsytJJlHD .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rUsyu4IiBZ.popup-builder {
  background-color: #ffffff;
}
.cid-rUsyu4IiBZ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rUsyu4IiBZ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rUsyu4IiBZ .modal-content,
.cid-rUsyu4IiBZ .modal-dialog {
  height: auto;
}
.cid-rUsyu4IiBZ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rUsyu4IiBZ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rUsyu4IiBZ .form-wrapper .mbr-form .form-group,
  .cid-rUsyu4IiBZ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rUsyu4IiBZ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rUsyu4IiBZ .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rUsyu4IiBZ .mbr-text {
  text-align: center;
}
.cid-rUsyu4IiBZ .pt-0 {
  padding-top: 0 !important;
}
.cid-rUsyu4IiBZ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rUsyu4IiBZ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rUsyu4IiBZ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rUsyu4IiBZ .modal-open {
  overflow: hidden;
}
.cid-rUsyu4IiBZ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rUsyu4IiBZ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rUsyu4IiBZ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rUsyu4IiBZ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rUsyu4IiBZ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rUsyu4IiBZ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rUsyu4IiBZ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rUsyu4IiBZ .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rUsyu4IiBZ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rUsyu4IiBZ .modal-backdrop.fade {
  opacity: 0;
}
.cid-rUsyu4IiBZ .modal-backdrop.show {
  opacity: .5;
}
.cid-rUsyu4IiBZ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rUsyu4IiBZ .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rUsyu4IiBZ .modal-header .close:hover {
  opacity: 1;
}
.cid-rUsyu4IiBZ .modal-header .close:focus {
  outline: none;
}
.cid-rUsyu4IiBZ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rUsyu4IiBZ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rUsyu4IiBZ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rUsyu4IiBZ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rUsyu4IiBZ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rUsyu4IiBZ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rUsyu4IiBZ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rUsyu4IiBZ .modal-sm {
    max-width: 300px;
  }
  .cid-rUsyu4IiBZ .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rUsyu4IiBZ .modal-lg,
  .cid-rUsyu4IiBZ .modal-xl {
    max-width: 800px;
  }
  .cid-rUsyu4IiBZ .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rUsyu4IiBZ .modal-xl {
    max-width: 1140px;
  }
  .cid-rUsyu4IiBZ .container {
    max-width: 1140px;
  }
}
.cid-rUsyu4IiBZ .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rUsyu4IiBZ .container {
    max-width: 720px;
  }
}
.cid-rUsyu4IiBZ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rUsyu4IiBZ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rUsyu4IiBZ .form-group {
  margin-bottom: 1rem;
}
.cid-rUsyu4IiBZ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rUsyu4IiBZ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rUsyu4IiBZ .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rUsyut3ohg.popup-builder {
  background-color: #ffffff;
}
.cid-rUsyut3ohg.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rUsyut3ohg.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rUsyut3ohg .modal-content,
.cid-rUsyut3ohg .modal-dialog {
  height: auto;
}
.cid-rUsyut3ohg .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rUsyut3ohg .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rUsyut3ohg .form-wrapper .mbr-form .form-group,
  .cid-rUsyut3ohg .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rUsyut3ohg .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rUsyut3ohg .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rUsyut3ohg .mbr-text {
  text-align: center;
}
.cid-rUsyut3ohg .pt-0 {
  padding-top: 0 !important;
}
.cid-rUsyut3ohg .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rUsyut3ohg .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rUsyut3ohg .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rUsyut3ohg .modal-open {
  overflow: hidden;
}
.cid-rUsyut3ohg .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rUsyut3ohg .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rUsyut3ohg .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rUsyut3ohg .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rUsyut3ohg .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rUsyut3ohg .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rUsyut3ohg .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rUsyut3ohg .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rUsyut3ohg .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rUsyut3ohg .modal-backdrop.fade {
  opacity: 0;
}
.cid-rUsyut3ohg .modal-backdrop.show {
  opacity: .5;
}
.cid-rUsyut3ohg .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rUsyut3ohg .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rUsyut3ohg .modal-header .close:hover {
  opacity: 1;
}
.cid-rUsyut3ohg .modal-header .close:focus {
  outline: none;
}
.cid-rUsyut3ohg .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rUsyut3ohg .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rUsyut3ohg .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rUsyut3ohg .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rUsyut3ohg .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rUsyut3ohg .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rUsyut3ohg .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rUsyut3ohg .modal-sm {
    max-width: 300px;
  }
  .cid-rUsyut3ohg .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rUsyut3ohg .modal-lg,
  .cid-rUsyut3ohg .modal-xl {
    max-width: 800px;
  }
  .cid-rUsyut3ohg .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rUsyut3ohg .modal-xl {
    max-width: 1140px;
  }
  .cid-rUsyut3ohg .container {
    max-width: 1140px;
  }
}
.cid-rUsyut3ohg .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rUsyut3ohg .container {
    max-width: 720px;
  }
}
.cid-rUsyut3ohg .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rUsyut3ohg .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rUsyut3ohg .form-group {
  margin-bottom: 1rem;
}
.cid-rUsyut3ohg .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rUsyut3ohg .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rUsyut3ohg .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rUsyv7wPHo.popup-builder {
  background-color: #ffffff;
}
.cid-rUsyv7wPHo.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rUsyv7wPHo.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rUsyv7wPHo .modal-content,
.cid-rUsyv7wPHo .modal-dialog {
  height: auto;
}
.cid-rUsyv7wPHo .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rUsyv7wPHo .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rUsyv7wPHo .form-wrapper .mbr-form .form-group,
  .cid-rUsyv7wPHo .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rUsyv7wPHo .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rUsyv7wPHo .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rUsyv7wPHo .mbr-text {
  text-align: center;
}
.cid-rUsyv7wPHo .pt-0 {
  padding-top: 0 !important;
}
.cid-rUsyv7wPHo .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rUsyv7wPHo .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rUsyv7wPHo .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rUsyv7wPHo .modal-open {
  overflow: hidden;
}
.cid-rUsyv7wPHo .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rUsyv7wPHo .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rUsyv7wPHo .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rUsyv7wPHo .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rUsyv7wPHo .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rUsyv7wPHo .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rUsyv7wPHo .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rUsyv7wPHo .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rUsyv7wPHo .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rUsyv7wPHo .modal-backdrop.fade {
  opacity: 0;
}
.cid-rUsyv7wPHo .modal-backdrop.show {
  opacity: .5;
}
.cid-rUsyv7wPHo .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rUsyv7wPHo .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rUsyv7wPHo .modal-header .close:hover {
  opacity: 1;
}
.cid-rUsyv7wPHo .modal-header .close:focus {
  outline: none;
}
.cid-rUsyv7wPHo .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rUsyv7wPHo .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rUsyv7wPHo .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rUsyv7wPHo .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rUsyv7wPHo .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rUsyv7wPHo .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rUsyv7wPHo .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rUsyv7wPHo .modal-sm {
    max-width: 300px;
  }
  .cid-rUsyv7wPHo .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rUsyv7wPHo .modal-lg,
  .cid-rUsyv7wPHo .modal-xl {
    max-width: 800px;
  }
  .cid-rUsyv7wPHo .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rUsyv7wPHo .modal-xl {
    max-width: 1140px;
  }
  .cid-rUsyv7wPHo .container {
    max-width: 1140px;
  }
}
.cid-rUsyv7wPHo .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rUsyv7wPHo .container {
    max-width: 720px;
  }
}
.cid-rUsyv7wPHo .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rUsyv7wPHo .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rUsyv7wPHo .form-group {
  margin-bottom: 1rem;
}
.cid-rUsyv7wPHo .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rUsyv7wPHo .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rUsyv7wPHo .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rUsyw8uj9F.popup-builder {
  background-color: #ffffff;
}
.cid-rUsyw8uj9F.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rUsyw8uj9F.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rUsyw8uj9F .modal-content,
.cid-rUsyw8uj9F .modal-dialog {
  height: auto;
}
.cid-rUsyw8uj9F .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rUsyw8uj9F .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rUsyw8uj9F .form-wrapper .mbr-form .form-group,
  .cid-rUsyw8uj9F .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rUsyw8uj9F .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rUsyw8uj9F .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rUsyw8uj9F .mbr-text {
  text-align: center;
}
.cid-rUsyw8uj9F .pt-0 {
  padding-top: 0 !important;
}
.cid-rUsyw8uj9F .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rUsyw8uj9F .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rUsyw8uj9F .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rUsyw8uj9F .modal-open {
  overflow: hidden;
}
.cid-rUsyw8uj9F .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rUsyw8uj9F .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rUsyw8uj9F .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rUsyw8uj9F .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rUsyw8uj9F .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rUsyw8uj9F .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rUsyw8uj9F .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rUsyw8uj9F .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rUsyw8uj9F .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rUsyw8uj9F .modal-backdrop.fade {
  opacity: 0;
}
.cid-rUsyw8uj9F .modal-backdrop.show {
  opacity: .5;
}
.cid-rUsyw8uj9F .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rUsyw8uj9F .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rUsyw8uj9F .modal-header .close:hover {
  opacity: 1;
}
.cid-rUsyw8uj9F .modal-header .close:focus {
  outline: none;
}
.cid-rUsyw8uj9F .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rUsyw8uj9F .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rUsyw8uj9F .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rUsyw8uj9F .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rUsyw8uj9F .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rUsyw8uj9F .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rUsyw8uj9F .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rUsyw8uj9F .modal-sm {
    max-width: 300px;
  }
  .cid-rUsyw8uj9F .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rUsyw8uj9F .modal-lg,
  .cid-rUsyw8uj9F .modal-xl {
    max-width: 800px;
  }
  .cid-rUsyw8uj9F .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rUsyw8uj9F .modal-xl {
    max-width: 1140px;
  }
  .cid-rUsyw8uj9F .container {
    max-width: 1140px;
  }
}
.cid-rUsyw8uj9F .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rUsyw8uj9F .container {
    max-width: 720px;
  }
}
.cid-rUsyw8uj9F .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rUsyw8uj9F .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rUsyw8uj9F .form-group {
  margin-bottom: 1rem;
}
.cid-rUsyw8uj9F .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rUsyw8uj9F .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rUsyw8uj9F .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rUsywChzy3.popup-builder {
  background-color: #ffffff;
}
.cid-rUsywChzy3.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rUsywChzy3.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rUsywChzy3 .modal-content,
.cid-rUsywChzy3 .modal-dialog {
  height: auto;
}
.cid-rUsywChzy3 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rUsywChzy3 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rUsywChzy3 .form-wrapper .mbr-form .form-group,
  .cid-rUsywChzy3 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rUsywChzy3 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rUsywChzy3 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rUsywChzy3 .mbr-text {
  text-align: center;
}
.cid-rUsywChzy3 .pt-0 {
  padding-top: 0 !important;
}
.cid-rUsywChzy3 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rUsywChzy3 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rUsywChzy3 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rUsywChzy3 .modal-open {
  overflow: hidden;
}
.cid-rUsywChzy3 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rUsywChzy3 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rUsywChzy3 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rUsywChzy3 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rUsywChzy3 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rUsywChzy3 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rUsywChzy3 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rUsywChzy3 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rUsywChzy3 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rUsywChzy3 .modal-backdrop.fade {
  opacity: 0;
}
.cid-rUsywChzy3 .modal-backdrop.show {
  opacity: .5;
}
.cid-rUsywChzy3 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rUsywChzy3 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rUsywChzy3 .modal-header .close:hover {
  opacity: 1;
}
.cid-rUsywChzy3 .modal-header .close:focus {
  outline: none;
}
.cid-rUsywChzy3 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rUsywChzy3 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rUsywChzy3 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rUsywChzy3 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rUsywChzy3 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rUsywChzy3 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rUsywChzy3 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rUsywChzy3 .modal-sm {
    max-width: 300px;
  }
  .cid-rUsywChzy3 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rUsywChzy3 .modal-lg,
  .cid-rUsywChzy3 .modal-xl {
    max-width: 800px;
  }
  .cid-rUsywChzy3 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rUsywChzy3 .modal-xl {
    max-width: 1140px;
  }
  .cid-rUsywChzy3 .container {
    max-width: 1140px;
  }
}
.cid-rUsywChzy3 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rUsywChzy3 .container {
    max-width: 720px;
  }
}
.cid-rUsywChzy3 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rUsywChzy3 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rUsywChzy3 .form-group {
  margin-bottom: 1rem;
}
.cid-rUsywChzy3 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rUsywChzy3 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rUsywChzy3 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rUsyx7LjpE.popup-builder {
  background-color: #ffffff;
}
.cid-rUsyx7LjpE.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rUsyx7LjpE.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rUsyx7LjpE .modal-content,
.cid-rUsyx7LjpE .modal-dialog {
  height: auto;
}
.cid-rUsyx7LjpE .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rUsyx7LjpE .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rUsyx7LjpE .form-wrapper .mbr-form .form-group,
  .cid-rUsyx7LjpE .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rUsyx7LjpE .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rUsyx7LjpE .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rUsyx7LjpE .mbr-text {
  text-align: center;
}
.cid-rUsyx7LjpE .pt-0 {
  padding-top: 0 !important;
}
.cid-rUsyx7LjpE .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rUsyx7LjpE .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rUsyx7LjpE .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rUsyx7LjpE .modal-open {
  overflow: hidden;
}
.cid-rUsyx7LjpE .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rUsyx7LjpE .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rUsyx7LjpE .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rUsyx7LjpE .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rUsyx7LjpE .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rUsyx7LjpE .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rUsyx7LjpE .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rUsyx7LjpE .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rUsyx7LjpE .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rUsyx7LjpE .modal-backdrop.fade {
  opacity: 0;
}
.cid-rUsyx7LjpE .modal-backdrop.show {
  opacity: .5;
}
.cid-rUsyx7LjpE .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rUsyx7LjpE .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rUsyx7LjpE .modal-header .close:hover {
  opacity: 1;
}
.cid-rUsyx7LjpE .modal-header .close:focus {
  outline: none;
}
.cid-rUsyx7LjpE .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rUsyx7LjpE .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rUsyx7LjpE .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rUsyx7LjpE .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rUsyx7LjpE .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rUsyx7LjpE .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rUsyx7LjpE .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rUsyx7LjpE .modal-sm {
    max-width: 300px;
  }
  .cid-rUsyx7LjpE .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rUsyx7LjpE .modal-lg,
  .cid-rUsyx7LjpE .modal-xl {
    max-width: 800px;
  }
  .cid-rUsyx7LjpE .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rUsyx7LjpE .modal-xl {
    max-width: 1140px;
  }
  .cid-rUsyx7LjpE .container {
    max-width: 1140px;
  }
}
.cid-rUsyx7LjpE .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rUsyx7LjpE .container {
    max-width: 720px;
  }
}
.cid-rUsyx7LjpE .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rUsyx7LjpE .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rUsyx7LjpE .form-group {
  margin-bottom: 1rem;
}
.cid-rUsyx7LjpE .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rUsyx7LjpE .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rUsyx7LjpE .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rUsyxBwzHA.popup-builder {
  background-color: #ffffff;
}
.cid-rUsyxBwzHA.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rUsyxBwzHA.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rUsyxBwzHA .modal-content,
.cid-rUsyxBwzHA .modal-dialog {
  height: auto;
}
.cid-rUsyxBwzHA .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rUsyxBwzHA .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rUsyxBwzHA .form-wrapper .mbr-form .form-group,
  .cid-rUsyxBwzHA .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rUsyxBwzHA .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rUsyxBwzHA .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rUsyxBwzHA .mbr-text {
  text-align: center;
}
.cid-rUsyxBwzHA .pt-0 {
  padding-top: 0 !important;
}
.cid-rUsyxBwzHA .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rUsyxBwzHA .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rUsyxBwzHA .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rUsyxBwzHA .modal-open {
  overflow: hidden;
}
.cid-rUsyxBwzHA .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rUsyxBwzHA .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rUsyxBwzHA .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rUsyxBwzHA .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rUsyxBwzHA .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rUsyxBwzHA .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rUsyxBwzHA .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rUsyxBwzHA .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rUsyxBwzHA .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rUsyxBwzHA .modal-backdrop.fade {
  opacity: 0;
}
.cid-rUsyxBwzHA .modal-backdrop.show {
  opacity: .5;
}
.cid-rUsyxBwzHA .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rUsyxBwzHA .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rUsyxBwzHA .modal-header .close:hover {
  opacity: 1;
}
.cid-rUsyxBwzHA .modal-header .close:focus {
  outline: none;
}
.cid-rUsyxBwzHA .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rUsyxBwzHA .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rUsyxBwzHA .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rUsyxBwzHA .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rUsyxBwzHA .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rUsyxBwzHA .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rUsyxBwzHA .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rUsyxBwzHA .modal-sm {
    max-width: 300px;
  }
  .cid-rUsyxBwzHA .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rUsyxBwzHA .modal-lg,
  .cid-rUsyxBwzHA .modal-xl {
    max-width: 800px;
  }
  .cid-rUsyxBwzHA .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rUsyxBwzHA .modal-xl {
    max-width: 1140px;
  }
  .cid-rUsyxBwzHA .container {
    max-width: 1140px;
  }
}
.cid-rUsyxBwzHA .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rUsyxBwzHA .container {
    max-width: 720px;
  }
}
.cid-rUsyxBwzHA .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rUsyxBwzHA .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rUsyxBwzHA .form-group {
  margin-bottom: 1rem;
}
.cid-rUsyxBwzHA .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rUsyxBwzHA .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rUsyxBwzHA .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rUsCtNvfJA.popup-builder {
  background-color: #ffffff;
}
.cid-rUsCtNvfJA.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rUsCtNvfJA.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rUsCtNvfJA .modal-content,
.cid-rUsCtNvfJA .modal-dialog {
  height: auto;
}
.cid-rUsCtNvfJA .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rUsCtNvfJA .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rUsCtNvfJA .form-wrapper .mbr-form .form-group,
  .cid-rUsCtNvfJA .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rUsCtNvfJA .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rUsCtNvfJA .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rUsCtNvfJA .mbr-text {
  text-align: center;
}
.cid-rUsCtNvfJA .pt-0 {
  padding-top: 0 !important;
}
.cid-rUsCtNvfJA .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rUsCtNvfJA .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rUsCtNvfJA .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rUsCtNvfJA .modal-open {
  overflow: hidden;
}
.cid-rUsCtNvfJA .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rUsCtNvfJA .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rUsCtNvfJA .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rUsCtNvfJA .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rUsCtNvfJA .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rUsCtNvfJA .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rUsCtNvfJA .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rUsCtNvfJA .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rUsCtNvfJA .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rUsCtNvfJA .modal-backdrop.fade {
  opacity: 0;
}
.cid-rUsCtNvfJA .modal-backdrop.show {
  opacity: .5;
}
.cid-rUsCtNvfJA .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rUsCtNvfJA .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rUsCtNvfJA .modal-header .close:hover {
  opacity: 1;
}
.cid-rUsCtNvfJA .modal-header .close:focus {
  outline: none;
}
.cid-rUsCtNvfJA .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rUsCtNvfJA .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rUsCtNvfJA .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rUsCtNvfJA .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rUsCtNvfJA .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rUsCtNvfJA .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rUsCtNvfJA .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rUsCtNvfJA .modal-sm {
    max-width: 300px;
  }
  .cid-rUsCtNvfJA .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rUsCtNvfJA .modal-lg,
  .cid-rUsCtNvfJA .modal-xl {
    max-width: 800px;
  }
  .cid-rUsCtNvfJA .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rUsCtNvfJA .modal-xl {
    max-width: 1140px;
  }
  .cid-rUsCtNvfJA .container {
    max-width: 1140px;
  }
}
.cid-rUsCtNvfJA .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rUsCtNvfJA .container {
    max-width: 720px;
  }
}
.cid-rUsCtNvfJA .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rUsCtNvfJA .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rUsCtNvfJA .form-group {
  margin-bottom: 1rem;
}
.cid-rUsCtNvfJA .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rUsCtNvfJA .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rUsCtNvfJA .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rUsCuqohL0.popup-builder {
  background-color: #ffffff;
}
.cid-rUsCuqohL0.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rUsCuqohL0.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rUsCuqohL0 .modal-content,
.cid-rUsCuqohL0 .modal-dialog {
  height: auto;
}
.cid-rUsCuqohL0 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rUsCuqohL0 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rUsCuqohL0 .form-wrapper .mbr-form .form-group,
  .cid-rUsCuqohL0 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rUsCuqohL0 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rUsCuqohL0 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rUsCuqohL0 .mbr-text {
  text-align: center;
}
.cid-rUsCuqohL0 .pt-0 {
  padding-top: 0 !important;
}
.cid-rUsCuqohL0 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rUsCuqohL0 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rUsCuqohL0 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rUsCuqohL0 .modal-open {
  overflow: hidden;
}
.cid-rUsCuqohL0 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rUsCuqohL0 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rUsCuqohL0 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rUsCuqohL0 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rUsCuqohL0 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rUsCuqohL0 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rUsCuqohL0 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rUsCuqohL0 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rUsCuqohL0 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rUsCuqohL0 .modal-backdrop.fade {
  opacity: 0;
}
.cid-rUsCuqohL0 .modal-backdrop.show {
  opacity: .5;
}
.cid-rUsCuqohL0 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rUsCuqohL0 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rUsCuqohL0 .modal-header .close:hover {
  opacity: 1;
}
.cid-rUsCuqohL0 .modal-header .close:focus {
  outline: none;
}
.cid-rUsCuqohL0 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rUsCuqohL0 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rUsCuqohL0 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rUsCuqohL0 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rUsCuqohL0 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rUsCuqohL0 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rUsCuqohL0 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rUsCuqohL0 .modal-sm {
    max-width: 300px;
  }
  .cid-rUsCuqohL0 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rUsCuqohL0 .modal-lg,
  .cid-rUsCuqohL0 .modal-xl {
    max-width: 800px;
  }
  .cid-rUsCuqohL0 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rUsCuqohL0 .modal-xl {
    max-width: 1140px;
  }
  .cid-rUsCuqohL0 .container {
    max-width: 1140px;
  }
}
.cid-rUsCuqohL0 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rUsCuqohL0 .container {
    max-width: 720px;
  }
}
.cid-rUsCuqohL0 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rUsCuqohL0 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rUsCuqohL0 .form-group {
  margin-bottom: 1rem;
}
.cid-rUsCuqohL0 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rUsCuqohL0 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rUsCuqohL0 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rUsCuNEMMj.popup-builder {
  background-color: #ffffff;
}
.cid-rUsCuNEMMj.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rUsCuNEMMj.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rUsCuNEMMj .modal-content,
.cid-rUsCuNEMMj .modal-dialog {
  height: auto;
}
.cid-rUsCuNEMMj .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rUsCuNEMMj .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rUsCuNEMMj .form-wrapper .mbr-form .form-group,
  .cid-rUsCuNEMMj .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rUsCuNEMMj .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rUsCuNEMMj .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rUsCuNEMMj .mbr-text {
  text-align: center;
}
.cid-rUsCuNEMMj .pt-0 {
  padding-top: 0 !important;
}
.cid-rUsCuNEMMj .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rUsCuNEMMj .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rUsCuNEMMj .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rUsCuNEMMj .modal-open {
  overflow: hidden;
}
.cid-rUsCuNEMMj .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rUsCuNEMMj .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rUsCuNEMMj .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rUsCuNEMMj .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rUsCuNEMMj .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rUsCuNEMMj .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rUsCuNEMMj .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rUsCuNEMMj .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rUsCuNEMMj .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rUsCuNEMMj .modal-backdrop.fade {
  opacity: 0;
}
.cid-rUsCuNEMMj .modal-backdrop.show {
  opacity: .5;
}
.cid-rUsCuNEMMj .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rUsCuNEMMj .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rUsCuNEMMj .modal-header .close:hover {
  opacity: 1;
}
.cid-rUsCuNEMMj .modal-header .close:focus {
  outline: none;
}
.cid-rUsCuNEMMj .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rUsCuNEMMj .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rUsCuNEMMj .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rUsCuNEMMj .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rUsCuNEMMj .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rUsCuNEMMj .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rUsCuNEMMj .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rUsCuNEMMj .modal-sm {
    max-width: 300px;
  }
  .cid-rUsCuNEMMj .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rUsCuNEMMj .modal-lg,
  .cid-rUsCuNEMMj .modal-xl {
    max-width: 800px;
  }
  .cid-rUsCuNEMMj .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rUsCuNEMMj .modal-xl {
    max-width: 1140px;
  }
  .cid-rUsCuNEMMj .container {
    max-width: 1140px;
  }
}
.cid-rUsCuNEMMj .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rUsCuNEMMj .container {
    max-width: 720px;
  }
}
.cid-rUsCuNEMMj .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rUsCuNEMMj .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rUsCuNEMMj .form-group {
  margin-bottom: 1rem;
}
.cid-rUsCuNEMMj .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rUsCuNEMMj .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rUsCuNEMMj .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
section {
  background-color: #eeeeee; }

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word; }

.form-control:focus {
  box-shadow: none; }

:focus {
  outline: none; }

@media (max-width: 992px) {
  .md-pb {
    padding-bottom: 2rem !important; } }
a {
  transition: color 0.25s; }

a.mbr-iconfont:hover {
  text-decoration: none; }

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0; }

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer; }
  a, a:hover {
    text-decoration: none; }

figure {
  margin-bottom: 0; }

body {
  color: #17161a !important;
  font-weight: 400; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4 {
  margin-bottom: 0;
  word-break: break-word;
  word-wrap: break-word; }

b,
strong {
  font-weight: bold; }

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 2px solid;
  border-color: #17161a; }

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  transition-property: background-color, color; }

textarea[type="hidden"] {
  display: none; }

body {
  position: relative;
  overflow-x: hidden; }

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  section .mbr-background-video,
  section .mbr-background-video-preview {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0; }

.hidden {
  visibility: hidden; }

.mbr-z-index20 {
  z-index: 20; }

/*! Base colors */
.mbr-white {
  color: #ffffff; }

.mbr-black {
  color: #000000; }

.mbr-bg-white {
  background-color: #ffffff; }

.mbr-bg-black {
  background-color: #000000; }

/*! Text-aligns */
.align-left {
  text-align: left; }

.align-center {
  text-align: center; }

.align-right {
  text-align: right; }

@media (max-width: 767px) {
  .align-left,
  .align-center,
  .align-right
   {
    text-align: center; } }
/*! Font-weight  */
.mbr-light {
  font-weight: 300 !important; }

.mbr-regular {
  font-weight: 400 !important; }

.mbr-medium {
  font-weight: 500 !important; }

.mbr-semibold {
  font-weight: 600 !important; }

.mbr-bold {
  font-weight: 700 !important; }

.mbr-extrabold {
  font-weight: 800 !important; }

/*! Media  */
.media-size-item {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto; }

.media-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%; }

.media-container-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start; }
  .media-container-row .media-size-item {
    width: 400px; }

.media-container-column {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .media-container-column > * {
    width: 100%; }

@media (min-width: 992px) {
  .media-container-row {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; } }
figure {
  overflow: hidden; }

figure[mbr-media-size] {
  transition: width 0.1s; }

.mbr-figure img,
.mbr-figure iframe {
  display: block;
  width: 100%; }

.card {
  background-color: transparent;
  border: none; }

.card-box {
  width: 100%; }

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0; }

.media {
  max-width: 100%;
  margin: 0 auto; }

.mbr-figure {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center; }

.media-container > div {
  max-width: 100%; }

.mbr-figure img,
.card-img img {
  width: 100%; }

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important; }

  .media {
    width: auto; } }
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.8rem;
  margin-right: -0.8rem;
  font-size: 0; }

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem; }

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  cursor: pointer; }

[type="submit"] {
  -webkit-appearance: none; }

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh; }

.mbr-fullscreen {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  -webkit-align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem; }

/*! Map */
.map {
  height: 25rem;
  position: relative; }
  .map iframe {
    width: 100%;
    height: 100%; }

/* Form */
.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal; }

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg); }

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 50px;
  width: 50px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center; }
  .mbr-arrow-up a:hover {
    background-color: rgba(0, 0, 0, 0.4); }
  .mbr-arrow-up a i {
    line-height: 50px; }

.mbr-arrow-up-icon {
  display: block;
  color: #fff; }

.mbr-arrow-up-icon::before {
  content: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 140%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  .mbr-arrow > a {
    display: inline-block;
    text-decoration: none;
    outline-style: none;
    -webkit-animation: arrowdown 1.7s ease-in-out infinite;
    animation: arrowdown 1.7s ease-in-out infinite; }
    .mbr-arrow > a > i {
      position: absolute;
      top: -2px;
      left: 15px;
      font-size: 2rem; }

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px); }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); } }
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px); }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); } }
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg); } }
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out; }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out; } }
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out; }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out; } }
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate; }

@keyframes slidein {
  0% {
    transform: translateX(0%); }
  100% {
    transform: translateX(100%);
    display: none; } }
@keyframes slideout {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }
.menu .navbar-brand {
  display: -webkit-flex; }
  .menu .navbar-brand span {
    display: flex;
    display: -webkit-flex; }
  .menu .navbar-brand .navbar-caption-wrap {
    display: -webkit-flex; }
  .menu .navbar-brand .navbar-logo img {
    display: -webkit-flex; }
@media (min-width: 768px) and (max-width: 1253px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox; } }
@media (max-width: 1253px) {
  .menu .navbar-collapse {
    max-height: 93.5vh; }
    .menu .navbar-collapse.show {
      overflow: auto; } }
@media (min-width: 1254px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex; }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important; }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh; }
    .menu .collapsed .navbar-collapse.show {
      overflow: auto; } }
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh; } }

.navbar {
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-align-items: center;
  align-items: center; }

.nav-dropdown .link {
  margin: 0 15px; }

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.justify-content-center {
  -webkit-justify-content: center;
  justify-content: center; }

.form-inline {
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  align-items: center; }

.card-wrapper {
  -webkit-flex: 1;
  flex: 1; }

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }

.carousel-controls {
  display: -webkit-flex; }

.media {
  display: -webkit-flex; }

.form-group:focus {
  outline: none; }

.jq-selectbox__select {
  padding: 0em 0em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 15px; }

.jq-selectbox__dropdown {
  position: absolute;
  top: 100% !important;
  left: 0 !important;
  width: 100% !important; }

.jq-selectbox__trigger-arrow {
  transform: translateY(-50%); }

.jq-selectbox li {
  padding: 1.07em 0.5em; }

input[type="range"] {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.modal-dialog,
.modal-content {
  height: 100%; }

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem); }
  @media (max-width: 575px) {
    .modal-dialog .carousel-inner {
      height: calc(100vh - 1rem); } }

.carousel-item {
  text-align: center; }

.carousel-item img {
  margin: auto; }

.navbar-toggler {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem; }

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%; }

.navbar-toggler-left {
  position: absolute;
  left: 1rem; }

.navbar-toggler-right {
  position: absolute;
  right: 1rem; }

@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 576px) {
  .navbar-toggleable {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-toggleable > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%; }

  .navbar-toggleable .navbar-toggler {
    display: none; } }
@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 768px) {
  .navbar-toggleable-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-toggleable-sm > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-sm .navbar-collapse {
    display: none;
    width: 100%; }

  .navbar-toggleable-sm .navbar-toggler {
    display: none; } }
@media (max-width: 1253px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1254px) {
  .navbar-toggleable-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-toggleable-md > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-md .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%; }

  .navbar-toggleable-md .navbar-toggler {
    display: none; } }
@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-toggleable-lg > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%; }

  .navbar-toggleable-lg .navbar-toggler {
    display: none; } }
.navbar-toggleable-xl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none; }

.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0; }

.navbar-toggleable-xl .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.navbar-toggleable-xl > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.navbar-toggleable-xl .navbar-collapse {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%; }

.navbar-toggleable-xl .navbar-toggler {
  display: none; }

.card-img {
  width: auto; }

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
  -webkit-flex-direction: column; }

.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; }

.dropup .dropdown-toggle::after {
  display: none; }

body {
  font-style: normal;
  line-height: 1.55; }

.mbr-section-title {
  font-style: normal;
  margin-bottom: 30px; }

.mbr-text {
  font-style: normal; }

.btn {
  font-weight: 600 !important;
  border-width: 1px;
  line-height: 20px !important;
  font-style: normal;
  letter-spacing: 0;
  margin: 0.4rem 0.8rem;
  white-space: normal;
  vertical-align: middle;
  overflow: hidden;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center; }

.btn-sm {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

.btn-md {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

.btn-lg {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

.btn-form {
  margin: 0;
  border-radius: 0; }
  .btn-form:hover {
    cursor: pointer; }

#scrollToTop a i:before {
  content: ""; }
#scrollToTop a i:after {
  content: "";
  position: absolute;
  display: block;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  border-top-right-radius: 3px;
  width: 30%;
  height: 30%;
  left: 35%;
  bottom: 40%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg); }

.mbr-arrow a {
  color: #ffffff; }

@media (max-width: 767px) {
  .mbr-arrow {
    display: none; } }
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0; }

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 0.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;
    transform: rotate(45deg);
    width: 14px;
    -webkit-transform: rotate(45deg); }

.form-control {
  box-shadow: none;
  color: #ffffff;
  min-height: 2.5em;
  font-size: 16px;
  border-radius: 4px; }
  .form-active .form-control:invalid {
    border-color: red; }

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none; }

blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  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; }

.mbr-section__comments .row {
  justify-content: center;
  -webkit-justify-content: center; }

.btn .mbr-iconfont {
  font-size: 15px !important;
  order: 1;
  margin-left: 13px; }



@keyframes animBtn {
  0% {
    transform: translateX(0px); }
  51% {
    transform: translateX(20px);
    opacity: 1; }
  52% {
    opacity: 0;
    transform: translateX(-20px); }
  53% {
    opacity: 0; }
  54% {
    opacity: 1; }
  100% {
    transform: translateX(0px); } }

/*# sourceMappingURL=style.css.map */
.cid-sBL5r8NTWk {
  min-height: 20px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sBL5r8NTWk .nav-item,
.cid-sBL5r8NTWk .nav-link,
.cid-sBL5r8NTWk .navbar-caption {
  font-weight: normal;
}
.cid-sBL5r8NTWk .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 1.4vw !important;
  padding: 0 !important;
  font-weight: 500;
}
@media (min-width: 992px) {
  .cid-sBL5r8NTWk .navbar {
    min-height: 90px !important;
  }
  .cid-sBL5r8NTWk .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-sBL5r8NTWk .btn {
    white-space: nowrap;
  }
  .cid-sBL5r8NTWk .dropdown-menu {
    background-color: #ebeaed !important;
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-sBL5r8NTWk .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-sBL5r8NTWk .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-sBL5r8NTWk .dropdown-toggle::after,
  .cid-sBL5r8NTWk .nav-dropdown .link.dropdown-toggle::after {
    content: '';
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-sBL5r8NTWk .dropdown-toggle::after {
  display: none;
  font-family: 'Moririse2' !important;
  content: '\e960';
  font-weight: bold;
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBL5r8NTWk .dropdown-menu {
  box-shadow: none;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 12px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBL5r8NTWk .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  transform: rotate(45deg);
}
.cid-sBL5r8NTWk .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBL5r8NTWk .dropdown-menu .dropdown-item:hover {
  color: #17161a !important;
  background-color: #fafafa;
}
.cid-sBL5r8NTWk .dropdown.open .dropdown-toggle[aria-expanded='true']::after {
  transform: rotate(45deg);
}
.cid-sBL5r8NTWk .dropdown.open .dropdown-toggle[aria-expanded='true'] + .dropdown-submenu {
  visibility: visible;
}
.cid-sBL5r8NTWk .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-sBL5r8NTWk .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-sBL5r8NTWk .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-sBL5r8NTWk .nav-item:focus,
.cid-sBL5r8NTWk .nav-link:focus {
  outline: none;
}
.cid-sBL5r8NTWk .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-sBL5r8NTWk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sBL5r8NTWk .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sBL5r8NTWk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sBL5r8NTWk .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sBL5r8NTWk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sBL5r8NTWk ul.navbar-nav li {
  margin: 1px;
}
.cid-sBL5r8NTWk .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-sBL5r8NTWk .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-sBL5r8NTWk .navbar .navbar-collapse {
  justify-content: start;
  z-index: 1;
}
.cid-sBL5r8NTWk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sBL5r8NTWk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sBL5r8NTWk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 2rem);
  }
}
.cid-sBL5r8NTWk .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sBL5r8NTWk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sBL5r8NTWk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sBL5r8NTWk .navbar {
    padding: 10px 0;
  }
  .cid-sBL5r8NTWk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sBL5r8NTWk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sBL5r8NTWk .navbar .container-fluid,
  .cid-sBL5r8NTWk .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-sBL5r8NTWk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sBL5r8NTWk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sBL5r8NTWk .navbar .navbar-logo img {
    padding: 0 !important;
    margin: 0 !important;
    height: 3rem !important;
  }
  .cid-sBL5r8NTWk .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: left;
  }
  .cid-sBL5r8NTWk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sBL5r8NTWk .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sBL5r8NTWk .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-sBL5r8NTWk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sBL5r8NTWk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sBL5r8NTWk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sBL5r8NTWk .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sBL5r8NTWk .dropdown-item.active,
.cid-sBL5r8NTWk .dropdown-item:active {
  background-color: transparent;
}
.cid-sBL5r8NTWk .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sBL5r8NTWk .nav-dropdown .link .dropdown-toggle[aria-expanded='true'] {
  margin: 0 2vw !important;
}
.cid-sBL5r8NTWk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sBL5r8NTWk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-sBL5r8NTWk .navbar-buttons {
  text-align: end;
}
.cid-sBL5r8NTWk .botoes {
  justify-content: flex-end !important;
}
.cid-sBL5r8NTWk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sBL5r8NTWk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-sBL5r8NTWk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sBL5r8NTWk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBL5r8NTWk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBL5r8NTWk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sBL5r8NTWk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBL5r8NTWk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sBL5r8NTWk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sBL5r8NTWk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBL5r8NTWk .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-sBL5r8NTWk a.nav-link {
  justify-content: left;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBL5r8NTWk a.nav-link:hover {
  color: #17161a !important;
}
.is-builder .cid-sBL5r8NTWk .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sBL5r8NTWk .navbar {
    height: 20px;
  }
  .cid-sBL5r8NTWk .navbar.opened {
    height: auto;
  }
  .cid-sBL5r8NTWk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBL5r8NTWk li {
  list-style-type: none;
}
.cid-sBL5r8NTWk span {
  font-size: 30px !important;
}
.cid-sBL5r8NTWk .btn .mbr-iconfont {
  margin-right: 9px;
  font-size: 25px !important;
  order: 0 !important;
}
@media (max-width: 768px) {
  .cid-sBL5r8NTWk .navbar-buttons {
    text-align: center;
  }
  .cid-sBL5r8NTWk a.nav-link {
    border-bottom: 1px solid #f2ecec;
    margin-top: 15px !important;
  }
  .cid-sBL5r8NTWk .botoes {
    justify-content: center !important;
  }
}
.cid-sBL5r8NTWk .fgts:hover {
  background-color: #6C247D !important;
}
.cid-s9x15pl9gv {
  overflow: hidden;
  padding-top: 7rem;
  padding-bottom: 9rem;
  margin-top: 3rem;
  margin-bottom: 0rem;
  background-image: url("../../../assets/images/837450-c292a949cdf34e65986fcc120c9d66c0-mv2-1349x528.png");
  background-repeat: no-repeat;
  background-attachment: fixed !important;
}
.cid-s9x15pl9gv .position {
  z-index: 10;
}
.cid-s9x15pl9gv .mbr-section-subtitle {
  margin: 10px 0 15px;
  line-height: 1.55;
}
.cid-s9x15pl9gv .mbr-section-title1,
.cid-s9x15pl9gv .mbr-section-title2 {
  margin-bottom: 0;
}
.cid-s9x15pl9gv .mbr-section-text {
  margin-top: 30px;
}
.cid-s9x15pl9gv .mbr-section-btn {
  margin-top: 30px;
}
.cid-s9x15pl9gv .info__block {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}
.cid-s9x15pl9gv .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  display: inline-block;
}
.cid-s9x15pl9gv .info__block-item {
  width: 130px;
  padding-top: 25px;
  margin-right: 25px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-s9x15pl9gv .info__block-item {
    margin-right: 10px;
  }
}
.cid-s9x15pl9gv .title__item,
.cid-s9x15pl9gv .text__item {
  margin-bottom: 0;
}
.cid-s9x15pl9gv .text__item {
  line-height: 1.35;
  text-align: left;
}
.cid-s9x15pl9gv .animated-element {
  color: #d90a2c;
}
.cid-s9x15pl9gv .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #d90a2c;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-s9x15pl9gv .mbr-section-title2 {
  color: #ffffff;
  text-align: center;
}
.cid-rYGDhrzNGD {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background-color: #ffffff;
}
.cid-rYGDhrzNGD input {
  color: #fff !important;
}
.cid-rYGDhrzNGD .notShowMoeda {
  display: none;
}
.cid-rYGDhrzNGD .collaps-block {
  margin-top: 7em !important;
}
.cid-rYGDhrzNGD .title__block {
  margin-bottom: 40px;
}
.cid-rYGDhrzNGD .carousel-item {
  fjustify-content: center;
  -webkit-justify-content: center;
}
.cid-rYGDhrzNGD .carousel-item.active,
.cid-rYGDhrzNGD .carousel-item-next,
.cid-rYGDhrzNGD .carousel-item-prev {
  display: flex;
}
.cid-rYGDhrzNGD .carousel-control-prev {
  left: -8%;
  justify-content: flex-start !important;
  width: 10%;
}
.cid-rYGDhrzNGD .carousel-control-next {
  justify-content: flex-end !important;
  right: -8%;
  width: 10%;
  top: 0;
  left: 71.4em;
}
.cid-rYGDhrzNGD .carousel-controls a span {
  width: 56px;
  height: 56px;
  line-height: 36px;
  font-size: 18px;
  position: absolute;
  padding: 10px;
  border-radius: 50%;
  color: #000000;
  background: rgba(25, 31, 35, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-rYGDhrzNGD .carousel-controls a:hover span {
  background: rgba(25, 31, 35, 0.6);
}
.cid-rYGDhrzNGD .user_image {
  display: flex;
  width: 100%;
  height: 100%;
  margin: auto;
  perspective: 900px;
}
.cid-rYGDhrzNGD .user_image img {
  transition: transform .5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0px !important;
  min-height: 650px;
  max-height: 750px;
}
@media (max-width: 1350px) {
  .cid-rYGDhrzNGD .user {
    max-width: 87%;
  }
  .cid-rYGDhrzNGD .carousel-control-prev {
    justify-content: center !important;
    left: -3%;
  }
  .cid-rYGDhrzNGD .carousel-control-next {
    justify-content: center !important;
    right: -3%;
  }
}
@media (max-width: 991px) {
  .cid-rYGDhrzNGD .user {
    max-width: 100%;
  }
  .cid-rYGDhrzNGD .carousel-control-prev {
    left: -5%;
  }
  .cid-rYGDhrzNGD .carousel-control-next {
    right: -5%;
  }
  .cid-rYGDhrzNGD .user_image {
    height: auto;
  }
}
.cid-rYGDhrzNGD .btn {
  margin: 0px !important;
  background-color: black !important;
  border-radius: 0px !important;
}
.cid-rYGDhrzNGD .tituloOperacao {
  font-size: 25px;
  color: #000;
  width: 100%;
  text-align: center;
}
.cid-rYGDhrzNGD .box-vitrine {
  margin-top: 1em !important;
  background-color: rgba(255, 255, 255, 0.7);
  max-height: 585px;
  box-sizing: border-box;
  padding: 35px 15px;
  color: #000 !important;
}
.cid-rYGDhrzNGD .card-blocks {
  margin-left: 60px;
  margin-right: 30px;
  margin-top: 1em;
  padding: 40px 30px;
}
.cid-rYGDhrzNGD .vitrine {
  margin-top: -41px;
}
.cid-rYGDhrzNGD .substituto_vitrine {
  font-size: 30px;
  color: #fff;
  padding: 10px 10px 10px 10px;
  text-align: center;
}
.cid-rYGDhrzNGD .itemMoeda {
  list-style: none;
  cursor: pointer;
  padding-top: 10px;
  border-bottom: 1px solid #f5f5f5;
  text-align: left;
  height: 100%;
  padding-bottom: 10px;
}
.cid-rYGDhrzNGD .dropdown-moeda img {
  max-height: 20px !important;
  max-width: 30px !important;
  margin-right: 5px;
}
.cid-rYGDhrzNGD .itemMoeda img {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  max-height: 30px !important;
  max-width: 30px !important;
}
.cid-rYGDhrzNGD .box-moeda {
  width: 100%;
  padding-right: 10px;
  position: absolute;
  top: 100%;
  z-index: 1000;
  background-color: white;
  list-style-type: none;
  padding: 0;
  color: #000;
}
.cid-rYGDhrzNGD .scrollable {
  max-height: 300px;
  overflow: auto;
  width: 93.3%;
  background-color: #505050 !important;
  color: #fff !important;
  top: 4.7em;
}
.cid-rYGDhrzNGD .descrica-taxa {
  margin-bottom: 0;
  color: #fff !important;
}
.cid-rYGDhrzNGD .btn-info {
  background-color: #01387b !important;
  border-color: #01387b !important;
}
.cid-rYGDhrzNGD .btn-info:hover {
  background-color: rgba(0, 0, 0, 0) !important;
  color: #01387b !important;
  border: 2.5px solid #01387b !important;
}
.cid-rYGDhrzNGD .descrica-taxa,
.cid-rYGDhrzNGD .parafroIOF {
  color: #000 !important;
}
.cid-rYGDhrzNGD .dropdown-moeda {
  margin-left: 0em !important;
  border-radius: 0px 5px 5px 0px !important;
}
.cid-rYGDhrzNGD .textbox-moeda-estrangeira {
  border-radius: 0px !important;
}
.cid-rYGDhrzNGD .input-group {
  width: 112% !important;
}
.cid-rYGDhrzNGD .vitrine-produtos,
.cid-rYGDhrzNGD .dropdown-moeda {
  margin-left: 0px !important;
  background: transparent !important;
  color: #fff;
  border-color: #01387b !important;
}
.cid-rYGDhrzNGD .label-vitrine {
  font-family: roboto-thin, roboto, sans-serif;
  color: #6a696c !important;
}
.cid-rYGDhrzNGD .label-vitrine label:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #000;
  background-color: transparent !important;
  left: 1.3em;
}
.cid-rYGDhrzNGD .label-vitrine label {
  margin-left: 1em !important;
}
.cid-rYGDhrzNGD .box-vitrine-button:hover {
  background-color: gray  !important;
  border-color: gray  !important;
}
.cid-rYGDhrzNGD .box-vitrine-button {
  border: 1px solid #000 !important;
  border-radius: 0px 0px 0xp 0px !important;
}
.cid-rYGDhrzNGD .check {
  background-color: gray !important;
  border-color: gray !important;
  color: #fff !important;
}
.cid-rYGDhrzNGD .check:hover {
  background-color: gray !important;
  border-color: gray !important;
  color: #fff !important;
}
.cid-rYGDhrzNGD .form-control {
  line-height: 1.8 !important;
  background-color: #505050 !important;
  border-radius: 8px;
  min-height: 3em;
  padding: 0.57em .5em;
  color: #fff !important;
}
.cid-rYGDhrzNGD #botoesCartao {
  margin-top: -2.6em;
  margin-bottom: -0.6em;
}
.cid-rYGDhrzNGD .nextArrow {
  left: 2rem !important;
  background-color: transparent !important;
  font-size: 45px !important;
}
.cid-rYGDhrzNGD .box-tipo-button {
  background-color: gray !important;
  border: 1px solid gray !important;
  height: 4em;
}
.cid-rYGDhrzNGD .box-tipo-button:hover {
  background-color: gray !important;
  border: 1px solid gray !important;
}
.cid-rYGDhrzNGD .btn-comprar-agora {
  transition: all 400ms ease-in-out;
}
.cid-rYGDhrzNGD .btn-comprar-agora:hover {
  background-color: transparent !important;
  border-color: #000 !important;
  color: #000 !important;
  transition: all 400ms ease-in-out;
}
.cid-rYGDhrzNGD .alerta-taxa {
  position: relative;
  top: 0.6rem !important;
}
.cid-rYGDhrzNGD .alerta-taxa p {
  margin-top: 0.4rem;
}
.cid-rYGDhrzNGD .alerta-taxa a {
  color: #000;
  transition: all 0.2s;
  font-size: 1rem !important;
}
.cid-rYGDhrzNGD .alerta-taxa a h5 {
  background-color: #525252;
  color: #fff !important;
  width: 60%;
  margin: auto;
  font-weight: 400;
  transition: all 0.2s;
}
.cid-rYGDhrzNGD .alerta-taxa a:hover {
  font-weight: bold;
}
.cid-rYGDhrzNGD .alerta-taxa a:hover h5 {
  font-weight: 600;
}
.cid-rYGDhrzNGD .bloco-taxas-diferenciadas {
  position: relative;
  top: 0.4rem;
}
.cid-rYGDhrzNGD .bloco-taxas-diferenciadas a {
  color: #000;
  transition: all 0.2s;
}
.cid-rYGDhrzNGD .bloco-taxas-diferenciadas a:hover {
  font-weight: 600;
}
.cid-rYGDhrzNGD .bloco-taxas-diferenciadas p {
  margin-top: 0em !important;
}
.cid-rYGDhrzNGD .background-vitrine {
  position: absolute;
  background-color: #E8E6E6 !important;
  width: 100rem;
  height: 100rem;
  margin-left: -1rem;
  margin-top: 0rem;
}
.cid-rYGDhrzNGD .grid-Custom {
  margin-left: 1rem !important;
  margin-top: 0rem !important;
}
.cid-rYGDhrzNGD .carousel-inner {
  width: 106% !important;
}
@media (max-width: 768px) {
  .cid-rYGDhrzNGD .grid-Custom {
    margin-right: 0 !important;
    padding-right: 0em!important;
    padding-left: 0em !important;
    margin-top: 0 !important;
    margin-left: 0rem;
  }
  .cid-rYGDhrzNGD .background-vitrine {
    width: 100rem;
    height: 100rem;
    margin-left: -3rem;
    margin-top: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-rYGDhrzNGD .title__block {
    margin-bottom: 20px;
  }
  .cid-rYGDhrzNGD .carousel-controls {
    display: none;
  }
}
@media (max-width: 1500px) {
  .cid-rYGDhrzNGD .carousel-control-next {
    justify-content: flex-end !important;
    right: -8%;
    width: 10%;
    top: 0;
    left: 50.8rem;
  }
  .cid-rYGDhrzNGD .nextArrow {
    left: 1rem !important;
  }
  .cid-rYGDhrzNGD .user_image img {
    max-height: 650px !important;
  }
}
.cid-rYGDhrzNGD #btn-seguroViagem {
  position: absolute !important;
  top: -10em !important;
}
.cid-rYGDhrzNGD section {
  overflow: none !important;
}
.cid-s9x17cwnND {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s9x17cwnND .mbr-text {
  color: #767676;
}
.cid-s9x17cwnND .title-text {
  color: #414141 !important;
  font-size: 1.88rem !important;
}
.cid-s9x17cwnND .mbr-text .block-quote {
  text-align: center;
}
.cid-s9x17cwnND .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4rem !important;
}
.cid-s9x17cwnND p {
  color: #000;
  font-size: 1.25rem !important;
}
.cid-s9x17cwnND .container-alert-rate {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.cid-s9x17cwnND .icon-rate {
  position: absolute;
  left: 2.50rem;
  font-size: 2rem !important;
}
.cid-s9x17cwnND .box-rate-button {
  background: #e8e6e6 !important;
  border-radius: 10px !important;
  padding: 0.9rem !important;
  font-size: 1.25rem !important;
  border-color: #e8e6e6 !important;
  color: #414141 !important;
}
.cid-s9x17cwnND .check {
  background: #c7c7c7 !important;
  border-color: #c7c7c7!important;
  color: #414141 !important;
}
.cid-s9x17cwnND .box-rate-button:hover,
.cid-s9x17cwnND .check:hover {
  background: #c7c7c7 !important;
  border-color: #c7c7c7 !important;
  color: #414141 !important;
}
.cid-s9x17cwnND .box-rate-button:hover .icon-rate,
.cid-s9x17cwnND .check:hover .icon-rate {
  position: absolute;
  left: 2.50rem;
  font-size: 2rem !important;
}
.cid-s9x17cwnND input,
.cid-s9x17cwnND select {
  background: #414141 !important;
  color: #fff !important;
  border-radius: 10px;
}
.cid-s9x17cwnND ::placeholder {
  color: #fff;
  opacity: 1;
}
.cid-s9x17cwnND :-ms-input-placeholder {
  color: #fff;
}
.cid-s9x17cwnND ::-ms-input-placeholder {
  color: #fff;
}
.cid-s9x17cwnND .btn-form {
  font-size: 0.80rem !important;
  padding: 0.5625rem !important;
  width: 100% !important;
  border-radius: 10px;
}
.cid-s9x17cwnND .btn-form:hover {
  background: #414141 !important;
  border-color: #414141 !important;
}
.cid-s9x17cwnND .icons-control-1 {
  font-size: 2.5rem;
  position: absolute !important;
  top: 0.75rem;
  left: 6.5rem !important;
  z-index: 1000;
}
.cid-s9x17cwnND .icons-control-2 {
  font-size: 2.5rem;
  position: absolute !important;
  top: 0.75rem;
  left: 36.75rem !important;
  z-index: 1000;
}
.cid-s9x17cwnND #quantidade-moeda {
  padding-left: 3.5rem;
}
.cid-s9x17cwnND #siglaMoeda {
  position: absolute;
  top: 0.4rem;
  left: 1.95rem;
  color: #999997;
}
.cid-s9x17cwnND #taxa {
  position: relative;
  padding-left: 2.5rem;
}
.cid-s9x17cwnND .real {
  position: absolute;
  top: 0.4rem;
  left: 1.95rem;
  color: #999997;
}
@media (max-width: 790px) {
  .cid-s9x17cwnND .icons-control-1 {
    font-size: 2.5rem;
    position: absolute !important;
    top: 0.75rem;
    left: 6.5rem !important;
    z-index: 1000;
  }
  .cid-s9x17cwnND .icons-control-2 {
    font-size: 2.5rem;
    position: absolute !important;
    top: 0.75rem;
    left: 36.75rem !important;
    z-index: 1000;
  }
  .cid-s9x17cwnND .box-rate-button {
    font-size: 0.90rem !important;
  }
  .cid-s9x17cwnND div[data-for="tipoOperacao"] {
    margin-top: -5px !important;
  }
  .cid-s9x17cwnND .col-md-4,
  .cid-s9x17cwnND .col-md-5,
  .cid-s9x17cwnND .btn-form {
    margin-top: 1rem !important;
  }
}
.cid-rYpnuVdYE2 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-rYpnuVdYE2 .mbr-section-title {
  color: #ffffff;
}
.cid-rYpnuVdYE2 .text__subt {
  margin-bottom: 20px;
}
.cid-rYpnuVdYE2 .mbr-text {
  margin: 10px 0 20px;
  color: #ffffff;
}
.cid-rYpnuVdYE2 .subscribe__form {
  padding-bottom: 50px;
}
.cid-rYpnuVdYE2 .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-rYpnuVdYE2 .form-control {
  border: none;
  height: 50px;
  padding: 14px 18px;
  background-color: white;
  font-size: 16px;
  color: #000000;
  border-radius: 4px;
}
.cid-rYpnuVdYE2 .input-group-btn {
  padding-left: 0;
  border-radius: 0px 10px 10px 0px !important;
}
.cid-rYpnuVdYE2 .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-rYpnuVdYE2 .mbr-form .input-group-btn a.btn {
  border-radius: 4px !important;
}
.cid-rYpnuVdYE2 .mbr-form .btn {
  margin: 0;
}
.cid-rYpnuVdYE2 input::-webkit-input-placeholder {
  color: #000000;
  opacity: .8;
}
.cid-rYpnuVdYE2 input::-moz-placeholder {
  color: #000000;
  opacity: .8;
}
.cid-rYpnuVdYE2 .divider {
  background-color: #ffffff;
  height: 1px;
  opacity: 0.6;
}
.cid-rYpnuVdYE2 input {
  border-radius: 10px 0px 0px 10px !important;
}
@media (max-width: 767px) {
  .cid-rYpnuVdYE2 .divider {
    margin: 0 15px;
  }
  .cid-rYpnuVdYE2 .subtitlecss {
    text-align: center !important;
  }
  .cid-rYpnuVdYE2 .mbr-section-title {
    margin-bottom: 0px !important;
  }
}
.cid-u1bgIQOlco {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u1bgIQOlco .correspondente {
  display: flex;
  justify-content: center;
}
.cid-u1bgIQOlco section {
  position: relative;
}
.cid-u1bgIQOlco h4 {
  margin: 0;
}
.cid-u1bgIQOlco img {
  height: 75px;
  padding: 3px;
}
.cid-u1bgIQOlco a {
  font-weight: 300;
  color: #000 !important;
  transition: all 400ms ease-in-out;
}
.cid-u1bgIQOlco h4 a {
  margin-left: -0.7em !important;
}
.cid-u1bgIQOlco a:hover {
  transition: all 400ms ease-in-out;
  font-weight: bold !important;
}
.cid-u1bgIQOlco .img1 {
  color: #295b76;
}
.cid-u1bgIQOlco .img2 {
  color: #295b76;
}
.cid-u1bgIQOlco .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #295b76;
  transition: background 0.3s;
  margin-bottom: 1rem;
}
.cid-u1bgIQOlco .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u1bgIQOlco .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u1bgIQOlco .item,
.cid-u1bgIQOlco .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.1rem;
  margin-bottom: 0rem;
}
.cid-u1bgIQOlco .item h4,
.cid-u1bgIQOlco .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-u1bgIQOlco .card-img {
  width: auto;
}
.cid-u1bgIQOlco .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-u1bgIQOlco .item {
    justify-content: center;
  }
  .cid-u1bgIQOlco .align-left {
    text-align: left !important;
  }
}
.cid-u1bgIQOlco .item-title {
  color: #000000;
}
.cid-u1bgIQOlco .link-title {
  color: #000000;
}
.cid-u1bgIQOlco .items-title,
.cid-u1bgIQOlco .items-title + .line-wrap {
  color: #000000;
}
.cid-u1bgIQOlco .links-title,
.cid-u1bgIQOlco .links-title + .line-wrap {
  color: #000000;
}
.cid-u1bgIQOlco .text1 {
  color: #000000;
}
.cid-u1bgIQOlco .col-sm-6 {
  width: 50% !important;
}
.cid-u1bgIQOlco .image img {
  height: 70px !important;
}
.cid-u1bgIQOlco .image p {
  font-size: 12px !important;
}
.cid-u1bgIQOlco .bloco-redes-sociais span {
  font-size: 2em;
}
@media (max-width: 796px) {
  .cid-u1bgIQOlco .image img {
    height: 50px !important;
  }
  .cid-u1bgIQOlco .image p {
    font-size: 12px !important;
  }
}
@media (min-width: 765px) and (max-width: 780px) {
  .cid-u1bgIQOlco .conteiner-informacoes {
    flex: 0 0 33.333333% !important;
    max-width: 33.333333% !important;
  }
  .cid-u1bgIQOlco .conteiner-informacoes-none {
    display: none !important;
  }
}
.cid-u1bgIQOlco .primecase img {
  height: 35px;
}
.cid-u1bgIQOlco .primecase span {
  position: relative;
  bottom: 2.3px;
}
@media (max-width: 768px) {
  .cid-u1bgIQOlco .correspondente {
    margin-left: 0 !important;
  }
}
.cid-u1bgIQOlco .btn .mbr-iconfont {
  font-size: 28px !important;
  margin-left: 5px;
  margin-right: 10px;
  order: 0 !important;
}
.cid-u1bgIQOlco .mbr-section-btn .btn {
  border-radius: 14px !important;
  padding: 12px;
}
.cid-u1bgIQOlco .fundo {
  margin-left: 3px;
  margin-top: 0.8em;
  padding-top: 0px !important;
  padding-bottom: 0 !important;
  color: white;
  height: 2em;
  padding: 1px;
  border-radius: 8px;
  background: black;
  width: 32px;
}
.cid-u1bgIQOlco .fundo:hover {
  background: gray;
}
.cid-u1bgIQOlco .fa-instagram {
  margin-left: 4.3px;
  margin-top: -3.3px;
  color: white;
  align-items: center;
  justify-content: center;
}
.cid-u1bgIQOlco .fa-instagram:hover {
  color: white;
}
.cid-sIqFIu1POJ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #eeeeee;
}
.cid-sIqFIu1POJ .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sIqFIu1POJ .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-sIqFIu1POJ .btn {
  margin-bottom: 2rem;
}
.cid-sIqFIu1POJ img {
  margin-top: -1em !important;
  width: 1.3em !important;
  margin-left: 22em !important;
}
.cid-sIqFIu1POJ .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-sIqFIu1POJ .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sIqFIu1POJ .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-sIqFIu1POJ .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sIqFIu1POJ .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sIqFIu1POJ .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-sIqFIu1POJ .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sIqFIu1POJ .social-list img {
  margin-left: 8em !important;
}
@media (max-width: 575px) {
  .cid-sIqFIu1POJ .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
  .cid-sIqFIu1POJ img {
    margin-left: 10em !important;
  }
}
.cid-sIqFIu1POJ .links {
  color: #555555;
  text-align: center;
}
.cid-sIqFIu1POJ p {
  font-size: 14px !important;
}
/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
section {
  background-color: #eeeeee; }

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word; }

.form-control:focus {
  box-shadow: none; }

:focus {
  outline: none; }

@media (max-width: 992px) {
  .md-pb {
    padding-bottom: 2rem !important; } }
a {
  transition: color 0.25s; }

a.mbr-iconfont:hover {
  text-decoration: none; }

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0; }

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer; }
  a, a:hover {
    text-decoration: none; }

figure {
  margin-bottom: 0; }

body {
  color: #17161a !important;
  font-weight: 400; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4 {
  margin-bottom: 0;
  word-break: break-word;
  word-wrap: break-word; }

b,
strong {
  font-weight: bold; }

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 2px solid;
  border-color: #17161a; }

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  transition-property: background-color, color; }

textarea[type="hidden"] {
  display: none; }

body {
  position: relative;
  overflow-x: hidden; }

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  section .mbr-background-video,
  section .mbr-background-video-preview {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0; }

.hidden {
  visibility: hidden; }

.mbr-z-index20 {
  z-index: 20; }

/*! Base colors */
.mbr-white {
  color: #ffffff; }

.mbr-black {
  color: #000000; }

.mbr-bg-white {
  background-color: #ffffff; }

.mbr-bg-black {
  background-color: #000000; }

/*! Text-aligns */
.align-left {
  text-align: left; }

.align-center {
  text-align: center; }

.align-right {
  text-align: right; }

@media (max-width: 767px) {
  .align-left,
  .align-center,
  .align-right
   {
    text-align: center; } }
/*! Font-weight  */
.mbr-light {
  font-weight: 300 !important; }

.mbr-regular {
  font-weight: 400 !important; }

.mbr-medium {
  font-weight: 500 !important; }

.mbr-semibold {
  font-weight: 600 !important; }

.mbr-bold {
  font-weight: 700 !important; }

.mbr-extrabold {
  font-weight: 800 !important; }

/*! Media  */
.media-size-item {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto; }

.media-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%; }

.media-container-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start; }
  .media-container-row .media-size-item {
    width: 400px; }

.media-container-column {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .media-container-column > * {
    width: 100%; }

@media (min-width: 992px) {
  .media-container-row {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; } }
figure {
  overflow: hidden; }

figure[mbr-media-size] {
  transition: width 0.1s; }

.mbr-figure img,
.mbr-figure iframe {
  display: block;
  width: 100%; }

.card {
  background-color: transparent;
  border: none; }

.card-box {
  width: 100%; }

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0; }

.media {
  max-width: 100%;
  margin: 0 auto; }

.mbr-figure {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center; }

.media-container > div {
  max-width: 100%; }

.mbr-figure img,
.card-img img {
  width: 100%; }

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important; }

  .media {
    width: auto; } }
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.8rem;
  margin-right: -0.8rem;
  font-size: 0; }

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem; }

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  cursor: pointer; }

[type="submit"] {
  -webkit-appearance: none; }

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh; }

.mbr-fullscreen {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  -webkit-align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem; }

/*! Map */
.map {
  height: 25rem;
  position: relative; }
  .map iframe {
    width: 100%;
    height: 100%; }

/* Form */
.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal; }

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg); }

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 50px;
  width: 50px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center; }
  .mbr-arrow-up a:hover {
    background-color: rgba(0, 0, 0, 0.4); }
  .mbr-arrow-up a i {
    line-height: 50px; }

.mbr-arrow-up-icon {
  display: block;
  color: #fff; }

.mbr-arrow-up-icon::before {
  content: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 140%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  .mbr-arrow > a {
    display: inline-block;
    text-decoration: none;
    outline-style: none;
    -webkit-animation: arrowdown 1.7s ease-in-out infinite;
    animation: arrowdown 1.7s ease-in-out infinite; }
    .mbr-arrow > a > i {
      position: absolute;
      top: -2px;
      left: 15px;
      font-size: 2rem; }

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px); }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); } }
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px); }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); } }
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg); } }
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out; }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out; } }
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out; }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out; } }
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate; }

@keyframes slidein {
  0% {
    transform: translateX(0%); }
  100% {
    transform: translateX(100%);
    display: none; } }
@keyframes slideout {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }
.menu .navbar-brand {
  display: -webkit-flex; }
  .menu .navbar-brand span {
    display: flex;
    display: -webkit-flex; }
  .menu .navbar-brand .navbar-caption-wrap {
    display: -webkit-flex; }
  .menu .navbar-brand .navbar-logo img {
    display: -webkit-flex; }
@media (min-width: 768px) and (max-width: 1253px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox; } }
@media (max-width: 1253px) {
  .menu .navbar-collapse {
    max-height: 93.5vh; }
    .menu .navbar-collapse.show {
      overflow: auto; } }
@media (min-width: 1254px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex; }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important; }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh; }
    .menu .collapsed .navbar-collapse.show {
      overflow: auto; } }
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh; } }

.navbar {
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-align-items: center;
  align-items: center; }

.nav-dropdown .link {
  margin: 0 15px; }

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.justify-content-center {
  -webkit-justify-content: center;
  justify-content: center; }

.form-inline {
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  align-items: center; }

.card-wrapper {
  -webkit-flex: 1;
  flex: 1; }

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }

.carousel-controls {
  display: -webkit-flex; }

.media {
  display: -webkit-flex; }

.form-group:focus {
  outline: none; }

.jq-selectbox__select {
  padding: 0em 0em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 15px; }

.jq-selectbox__dropdown {
  position: absolute;
  top: 100% !important;
  left: 0 !important;
  width: 100% !important; }

.jq-selectbox__trigger-arrow {
  transform: translateY(-50%); }

.jq-selectbox li {
  padding: 1.07em 0.5em; }

input[type="range"] {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.modal-dialog,
.modal-content {
  height: 100%; }

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem); }
  @media (max-width: 575px) {
    .modal-dialog .carousel-inner {
      height: calc(100vh - 1rem); } }

.carousel-item {
  text-align: center; }

.carousel-item img {
  margin: auto; }

.navbar-toggler {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem; }

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%; }

.navbar-toggler-left {
  position: absolute;
  left: 1rem; }

.navbar-toggler-right {
  position: absolute;
  right: 1rem; }

@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 576px) {
  .navbar-toggleable {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-toggleable > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%; }

  .navbar-toggleable .navbar-toggler {
    display: none; } }
@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 768px) {
  .navbar-toggleable-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-toggleable-sm > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-sm .navbar-collapse {
    display: none;
    width: 100%; }

  .navbar-toggleable-sm .navbar-toggler {
    display: none; } }
@media (max-width: 1253px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1254px) {
  .navbar-toggleable-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-toggleable-md > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-md .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%; }

  .navbar-toggleable-md .navbar-toggler {
    display: none; } }
@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-toggleable-lg > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%; }

  .navbar-toggleable-lg .navbar-toggler {
    display: none; } }
.navbar-toggleable-xl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none; }

.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0; }

.navbar-toggleable-xl .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.navbar-toggleable-xl > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.navbar-toggleable-xl .navbar-collapse {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%; }

.navbar-toggleable-xl .navbar-toggler {
  display: none; }

.card-img {
  width: auto; }

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
  -webkit-flex-direction: column; }

.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; }

.dropup .dropdown-toggle::after {
  display: none; }

body {
  font-style: normal;
  line-height: 1.55; }

.mbr-section-title {
  font-style: normal;
  margin-bottom: 30px; }

.mbr-text {
  font-style: normal; }

.btn {
  font-weight: 600 !important;
  border-width: 1px;
  line-height: 20px !important;
  font-style: normal;
  letter-spacing: 0;
  margin: 0.4rem 0.8rem;
  white-space: normal;
  vertical-align: middle;
  overflow: hidden;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center; }

.btn-sm {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

.btn-md {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

.btn-lg {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

.btn-form {
  margin: 0;
  border-radius: 0; }
  .btn-form:hover {
    cursor: pointer; }

#scrollToTop a i:before {
  content: ""; }
#scrollToTop a i:after {
  content: "";
  position: absolute;
  display: block;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  border-top-right-radius: 3px;
  width: 30%;
  height: 30%;
  left: 35%;
  bottom: 40%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg); }

.mbr-arrow a {
  color: #ffffff; }

@media (max-width: 767px) {
  .mbr-arrow {
    display: none; } }
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0; }

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 0.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;
    transform: rotate(45deg);
    width: 14px;
    -webkit-transform: rotate(45deg); }

.form-control {
  box-shadow: none;
  color: #ffffff;
  min-height: 2.5em;
  font-size: 16px;
  border-radius: 4px; }
  .form-active .form-control:invalid {
    border-color: red; }

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none; }

blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  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; }

.mbr-section__comments .row {
  justify-content: center;
  -webkit-justify-content: center; }

.btn .mbr-iconfont {
  font-size: 15px !important;
  order: 1;
  margin-left: 13px; }



@keyframes animBtn {
  0% {
    transform: translateX(0px); }
  51% {
    transform: translateX(20px);
    opacity: 1; }
  52% {
    opacity: 0;
    transform: translateX(-20px); }
  53% {
    opacity: 0; }
  54% {
    opacity: 1; }
  100% {
    transform: translateX(0px); } }

/*# sourceMappingURL=style.css.map */
.cid-sBL5r8NTWk {
  min-height: 20px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sBL5r8NTWk .nav-item,
.cid-sBL5r8NTWk .nav-link,
.cid-sBL5r8NTWk .navbar-caption {
  font-weight: normal;
}
.cid-sBL5r8NTWk .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 1.4vw !important;
  padding: 0 !important;
  font-weight: 500;
}
@media (min-width: 992px) {
  .cid-sBL5r8NTWk .navbar {
    min-height: 90px !important;
  }
  .cid-sBL5r8NTWk .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-sBL5r8NTWk .btn {
    white-space: nowrap;
  }
  .cid-sBL5r8NTWk .dropdown-menu {
    background-color: #ebeaed !important;
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-sBL5r8NTWk .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-sBL5r8NTWk .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-sBL5r8NTWk .dropdown-toggle::after,
  .cid-sBL5r8NTWk .nav-dropdown .link.dropdown-toggle::after {
    content: '';
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-sBL5r8NTWk .dropdown-toggle::after {
  display: none;
  font-family: 'Moririse2' !important;
  content: '\e960';
  font-weight: bold;
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBL5r8NTWk .dropdown-menu {
  box-shadow: none;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 12px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBL5r8NTWk .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  transform: rotate(45deg);
}
.cid-sBL5r8NTWk .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBL5r8NTWk .dropdown-menu .dropdown-item:hover {
  color: #17161a !important;
  background-color: #fafafa;
}
.cid-sBL5r8NTWk .dropdown.open .dropdown-toggle[aria-expanded='true']::after {
  transform: rotate(45deg);
}
.cid-sBL5r8NTWk .dropdown.open .dropdown-toggle[aria-expanded='true'] + .dropdown-submenu {
  visibility: visible;
}
.cid-sBL5r8NTWk .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-sBL5r8NTWk .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-sBL5r8NTWk .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-sBL5r8NTWk .nav-item:focus,
.cid-sBL5r8NTWk .nav-link:focus {
  outline: none;
}
.cid-sBL5r8NTWk .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-sBL5r8NTWk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sBL5r8NTWk .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sBL5r8NTWk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sBL5r8NTWk .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sBL5r8NTWk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sBL5r8NTWk ul.navbar-nav li {
  margin: 1px;
}
.cid-sBL5r8NTWk .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-sBL5r8NTWk .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-sBL5r8NTWk .navbar .navbar-collapse {
  justify-content: start;
  z-index: 1;
}
.cid-sBL5r8NTWk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sBL5r8NTWk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sBL5r8NTWk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 2rem);
  }
}
.cid-sBL5r8NTWk .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sBL5r8NTWk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sBL5r8NTWk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sBL5r8NTWk .navbar {
    padding: 10px 0;
  }
  .cid-sBL5r8NTWk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sBL5r8NTWk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sBL5r8NTWk .navbar .container-fluid,
  .cid-sBL5r8NTWk .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-sBL5r8NTWk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sBL5r8NTWk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sBL5r8NTWk .navbar .navbar-logo img {
    padding: 0 !important;
    margin: 0 !important;
    height: 3rem !important;
  }
  .cid-sBL5r8NTWk .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: left;
  }
  .cid-sBL5r8NTWk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sBL5r8NTWk .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sBL5r8NTWk .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-sBL5r8NTWk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sBL5r8NTWk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sBL5r8NTWk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sBL5r8NTWk .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sBL5r8NTWk .dropdown-item.active,
.cid-sBL5r8NTWk .dropdown-item:active {
  background-color: transparent;
}
.cid-sBL5r8NTWk .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sBL5r8NTWk .nav-dropdown .link .dropdown-toggle[aria-expanded='true'] {
  margin: 0 2vw !important;
}
.cid-sBL5r8NTWk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sBL5r8NTWk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-sBL5r8NTWk .navbar-buttons {
  text-align: end;
}
.cid-sBL5r8NTWk .botoes {
  justify-content: flex-end !important;
}
.cid-sBL5r8NTWk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sBL5r8NTWk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-sBL5r8NTWk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sBL5r8NTWk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBL5r8NTWk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBL5r8NTWk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sBL5r8NTWk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBL5r8NTWk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sBL5r8NTWk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sBL5r8NTWk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBL5r8NTWk .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-sBL5r8NTWk a.nav-link {
  justify-content: left;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBL5r8NTWk a.nav-link:hover {
  color: #17161a !important;
}
.is-builder .cid-sBL5r8NTWk .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sBL5r8NTWk .navbar {
    height: 20px;
  }
  .cid-sBL5r8NTWk .navbar.opened {
    height: auto;
  }
  .cid-sBL5r8NTWk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBL5r8NTWk li {
  list-style-type: none;
}
.cid-sBL5r8NTWk span {
  font-size: 30px !important;
}
.cid-sBL5r8NTWk .btn .mbr-iconfont {
  margin-right: 9px;
  font-size: 25px !important;
  order: 0 !important;
}
@media (max-width: 768px) {
  .cid-sBL5r8NTWk .navbar-buttons {
    text-align: center;
  }
  .cid-sBL5r8NTWk a.nav-link {
    border-bottom: 1px solid #f2ecec;
    margin-top: 15px !important;
  }
  .cid-sBL5r8NTWk .botoes {
    justify-content: center !important;
  }
}
.cid-sBL5r8NTWk .fgts:hover {
  background-color: #6C247D !important;
}
.cid-sBL6Jz6wDw {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sBL6Jz6wDw .container > .row {
  background-color: #ffffff;
  border-radius: 10px;
}
.cid-sBL6Jz6wDw .border__radius {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-sBL6Jz6wDw .bot {
  cursor: pointer;
  box-shadow: 0 1px 5px #000000;
  margin: 15px;
  border-radius: 20px;
  padding: 20px;
  border: none ;
}
@media (max-width: 767px) {
  .cid-sBL6Jz6wDw .bot {
    padding-bottom: 20px;
  }
}
.cid-sBL6Jz6wDw .bot:hover {
  background-color: black;
}
.cid-sBL6Jz6wDw .bot:hover .mbr-iconfont:hover {
  color: white;
}
.cid-sBL6Jz6wDw .bot__content {
  margin-top: 20px;
  width: 100%;
}
.cid-sBL6Jz6wDw .bot__title {
  line-height: 1.35;
  margin-bottom: 10px;
}
.cid-sBL6Jz6wDw .bot__text {
  color: #17161a;
  opacity: 0.7;
  margin-bottom: 0;
}
.cid-sBL6Jz6wDw .border__left {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.cid-sBL6Jz6wDw .mbr-text {
  color: #ffffff;
  opacity: 0.7;
  margin-bottom: 0;
}
.cid-sBL6Jz6wDw .btn {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-sBL6Jz6wDw .icons__block {
    margin-top: 40px;
  }
}
.cid-sBL6Jz6wDw .mbr-text,
.cid-sBL6Jz6wDw .mbr-section-btn {
  color: #232226;
}
.cid-sBL6Jz6wDw .bot__title,
.cid-sBL6Jz6wDw .icons {
  color: #000000;
  text-align: center;
}
.cid-sBL6Jz6wDw p {
  font-size: 14px;
}
.cid-sBL6Jz6wDw img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 100%;
  object-fit: cover;
}
.cid-sBL6Jz6wDw .link-wrapper {
  margin-bottom: 1rem;
}
.cid-sBL6Jz6wDw .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-sBL6Jz6wDw .img-wrapper .mbr-iconfont {
  margin: auto;
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to left, #000000, #17161a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sBL6Jz6wDw .card-wrapper {
  cursor: pointer;
  box-shadow: 0 1px 5px #000000;
  border-radius: 20px;
  border: 1px solid gray;
  background: #ffffff;
  padding: 2rem;
  padding-right: 0;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-sBL6Jz6wDw .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sBL6Jz6wDw .first:hover:before {
  content: none;
}
.cid-sBL6Jz6wDw .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  content: "";
}
.cid-sBL6Jz6wDw .last:hover:after {
  content: none;
}
.cid-sBL6Jz6wDw .last:after {
  position: absolute;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #000000, #17161a);
  content: "";
}
.cid-sBL6Jz6wDw .mbr-section-text {
  color: #17161a;
  text-align: center;
}
.cid-sBL6Jz6wDw .card {
  padding: 15px;
  z-index: 1;
  min-height: 200px;
  position: relative;
  transition: all 0.3s;
}
.cid-sBL6Jz6wDw .card .img-wrapper {
  overflow: hidden;
}
.cid-sBL6Jz6wDw .card:hover {
  transform: translateY(-10px);
}
.cid-sBL6Jz6wDw .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-sBL6Jz6wDw .card:hover .card-wrapper {
  background: linear-gradient(to left, #000000, #17161a);
  color: #ffffff !important;
}
.cid-sBL6Jz6wDw .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-sBL6Jz6wDw .mbr-section-subtitle {
  color: #000000;
  font-weight: 600;
}
.cid-sBLqoPQO8g {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f5f0f0;
  background: linear-gradient(90deg, #f5f0f0, #f5f0f0);
}
.cid-sBLqoPQO8g .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-sBLqoPQO8g .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sBLqoPQO8g .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sBLqoPQO8g .carousel-item .wrap-img {
  text-align: center;
}
.cid-sBLqoPQO8g .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-sBLqoPQO8g .carousel-controls {
  position: absolute;
  width: 100%;
  top: 0;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sBLqoPQO8g .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  color: #ffffff;
  font-weight: bold;
}
.cid-sBLqoPQO8g .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-sBLqoPQO8g .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-sBLqoPQO8g .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1.2rem;
  font-weight: bold;
}
.cid-sBLqoPQO8g .cloneditem-1,
.cid-sBLqoPQO8g .cloneditem-2,
.cid-sBLqoPQO8g .cloneditem-3,
.cid-sBLqoPQO8g .cloneditem-4,
.cid-sBLqoPQO8g .cloneditem-5 {
  display: none;
}
.cid-sBLqoPQO8g .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sBLqoPQO8g .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-sBLqoPQO8g .carousel-inner {
    z-index: 1;
  }
  .cid-sBLqoPQO8g .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-sBLqoPQO8g .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-sBLqoPQO8g .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-sBLqoPQO8g .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-sBLqoPQO8g .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-sBLqoPQO8g .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sBLqoPQO8g .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sBLqoPQO8g .carousel-inner.slides2 .cloneditem-1,
  .cid-sBLqoPQO8g .carousel-inner.slides2 .cloneditem-2,
  .cid-sBLqoPQO8g .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-sBLqoPQO8g .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-sBLqoPQO8g .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-sBLqoPQO8g .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-sBLqoPQO8g .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-sBLqoPQO8g .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-sBLqoPQO8g .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sBLqoPQO8g .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sBLqoPQO8g .carousel-inner.slides3 .cloneditem-1,
  .cid-sBLqoPQO8g .carousel-inner.slides3 .cloneditem-2,
  .cid-sBLqoPQO8g .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-sBLqoPQO8g .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-sBLqoPQO8g .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-sBLqoPQO8g .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-sBLqoPQO8g .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-sBLqoPQO8g .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-sBLqoPQO8g .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sBLqoPQO8g .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sBLqoPQO8g .carousel-inner.slides4 .cloneditem-1,
  .cid-sBLqoPQO8g .carousel-inner.slides4 .cloneditem-2,
  .cid-sBLqoPQO8g .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-sBLqoPQO8g .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-sBLqoPQO8g .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-sBLqoPQO8g .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-sBLqoPQO8g .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-sBLqoPQO8g .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-sBLqoPQO8g .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sBLqoPQO8g .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sBLqoPQO8g .carousel-inner.slides5 .cloneditem-1,
  .cid-sBLqoPQO8g .carousel-inner.slides5 .cloneditem-2,
  .cid-sBLqoPQO8g .carousel-inner.slides5 .cloneditem-3,
  .cid-sBLqoPQO8g .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-sBLqoPQO8g .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-sBLqoPQO8g .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-sBLqoPQO8g .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-sBLqoPQO8g .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-sBLqoPQO8g .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-sBLqoPQO8g .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sBLqoPQO8g .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sBLqoPQO8g .carousel-inner.slides6 .cloneditem-1,
  .cid-sBLqoPQO8g .carousel-inner.slides6 .cloneditem-2,
  .cid-sBLqoPQO8g .carousel-inner.slides6 .cloneditem-3,
  .cid-sBLqoPQO8g .carousel-inner.slides6 .cloneditem-4,
  .cid-sBLqoPQO8g .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-sBLuyRhXAb {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sBLuyRhXAb h2,
.cid-sBLuyRhXAb h3,
.cid-sBLuyRhXAb h4,
.cid-sBLuyRhXAb p {
  color: #ffffff;
}
.cid-sBLuyRhXAb .mbr-overlay {
  z-index: -1;
}
.cid-sBLuyRhXAb .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sBLuyRhXAb .form-control {
  border: none;
  box-shadow: none;
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
  background-color: #ffffff;
  border-bottom: 1px solid #17161a;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-sBLuyRhXAb .form-control:focus,
.cid-sBLuyRhXAb .form-control:hover {
  border: none;
  border-bottom: 1px solid #17161a;
  background-color: #ffffff;
}
.cid-sBLuyRhXAb .form-group {
  margin-bottom: 1rem;
}
.cid-sBLuyRhXAb input::-webkit-input-placeholder,
.cid-sBLuyRhXAb textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-sBLuyRhXAb input:-moz-placeholder,
.cid-sBLuyRhXAb textarea:-moz-placeholder {
  color: #656565;
}
.cid-sBLuyRhXAb .jq-selectbox li,
.cid-sBLuyRhXAb .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sBLuyRhXAb .jq-selectbox li:hover,
.cid-sBLuyRhXAb .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sBLuyRhXAb .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sBLuyRhXAb .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sBLuyRhXAb .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sBLuyRhXAb .mbr-text {
  color: #767676;
}
.cid-sBLuyRhXAb .form-block {
  padding: 3rem;
  position: relative;
}
.cid-sBLuyRhXAb .form-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  opacity: 0.5;
  z-index: 0;
}
.cid-sBLuyRhXAb .form-block .form-wrap {
  position: relative;
  z-index: 1;
}
.cid-sBLuyRhXAb a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-sBLuyRhXAb .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-sBLuyRhXAb .input-group-btn {
  width: 20em;
  border-radius: 20px;
  display: block;
  text-align: center;
}
.cid-sBLuyRhXAb textarea.form-control {
  resize: none;
}
.cid-sBLuyRhXAb .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .cid-sBLuyRhXAb .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sBLuyRhXAb .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-sBLuyRhXAb .google-map {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sBLuyRhXAb h2 {
    padding-top: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-sBLuyRhXAb .block-content {
    padding: 0;
  }
  .cid-sBLuyRhXAb .form-block {
    padding: 1rem;
  }
}
.cid-sBLuyRhXAb h3 {
  margin-bottom: 0em !important;
}
.cid-sBLuyRhXAb p a {
  color: #fff;
  font-weight: 400;
  transition: all 400ms ease-in-out;
}
.cid-sBLuyRhXAb p a:hover {
  font-weight: 900;
  transition: all 400ms ease-in-out;
}
.cid-sBLuyRhXAb .btn-bgr {
  background-color: #000 !important;
  border-color: #000 !important;
  color: #fff !important;
  font-weight: 400 !important;
  transition: all 400ms ease-in-out;
}
.cid-sBLuyRhXAb .btn-bgr:hover {
  background-color: transparent !important;
  border-color: #fff !important;
  color: #fff !important;
  font-weight: bold !important;
  transition: all 400ms ease-in-out;
}
.cid-sBLuyRhXAb .mbr-section-title,
.cid-sBLuyRhXAb .mbr-section-btn {
  color: #000000;
  padding-right: 5em;
  border-radius: 50px;
}
.cid-sBLuyRhXAb H4 {
  color: #656565;
}
.cid-sBLuyRhXAb .mbr-section-subtitle {
  color: #3b3f42;
}
.cid-sBLuyRhXAb P {
  color: #656565;
}
.cid-u2MwMpe5Um {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u2MwMpe5Um .correspondente {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u2MwMpe5Um .correspondente img {
  width: 220px;
  height: 100%;
  margin: 6px;
}
.cid-u2MwMpe5Um section {
  position: relative;
}
.cid-u2MwMpe5Um h4 {
  margin: 0;
}
.cid-u2MwMpe5Um img {
  height: 75px;
  padding: 3px;
}
.cid-u2MwMpe5Um a {
  font-weight: 300;
  color: #000 !important;
  transition: all 400ms ease-in-out;
}
.cid-u2MwMpe5Um h4 a {
  margin-left: -0.7em !important;
}
.cid-u2MwMpe5Um a:hover {
  transition: all 400ms ease-in-out;
  font-weight: bold !important;
}
.cid-u2MwMpe5Um .img1 {
  color: #295b76;
}
.cid-u2MwMpe5Um .img2 {
  color: #295b76;
}
.cid-u2MwMpe5Um .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #295b76;
  transition: background 0.3s;
  margin-bottom: 1rem;
}
.cid-u2MwMpe5Um .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u2MwMpe5Um .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u2MwMpe5Um .item,
.cid-u2MwMpe5Um .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.1rem;
  margin-bottom: 0rem;
}
.cid-u2MwMpe5Um .item h4,
.cid-u2MwMpe5Um .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-u2MwMpe5Um .card-img {
  width: auto;
}
.cid-u2MwMpe5Um .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-u2MwMpe5Um .item {
    justify-content: center;
  }
  .cid-u2MwMpe5Um .align-left {
    text-align: left !important;
  }
}
.cid-u2MwMpe5Um .item-title {
  color: #000000;
}
.cid-u2MwMpe5Um .link-title {
  color: #000000;
}
.cid-u2MwMpe5Um .items-title,
.cid-u2MwMpe5Um .items-title + .line-wrap {
  color: #000000;
}
.cid-u2MwMpe5Um .links-title,
.cid-u2MwMpe5Um .links-title + .line-wrap {
  color: #000000;
}
.cid-u2MwMpe5Um .text1 {
  color: #000000;
}
.cid-u2MwMpe5Um .col-sm-6 {
  width: 50% !important;
}
.cid-u2MwMpe5Um .image img {
  height: 60px !important;
}
.cid-u2MwMpe5Um .image p {
  font-size: 12px !important;
}
.cid-u2MwMpe5Um .bloco-redes-sociais span {
  font-size: 2em;
}
@media (max-width: 796px) {
  .cid-u2MwMpe5Um .image img {
    height: 50px !important;
  }
  .cid-u2MwMpe5Um .image p {
    font-size: 12px !important;
  }
}
@media (min-width: 765px) and (max-width: 780px) {
  .cid-u2MwMpe5Um .conteiner-informacoes {
    flex: 0 0 33.333333% !important;
    max-width: 33.333333% !important;
  }
  .cid-u2MwMpe5Um .conteiner-informacoes-none {
    display: none !important;
  }
}
.cid-u2MwMpe5Um .primecase img {
  height: 35px;
}
.cid-u2MwMpe5Um .primecase span {
  position: relative;
  bottom: 2.3px;
}
@media (max-width: 768px) {
  .cid-u2MwMpe5Um .correspondente {
    margin-left: 0 !important;
  }
}
.cid-u2MwMpe5Um .btn .mbr-iconfont {
  font-size: 28px !important;
  margin-left: 5px;
  margin-right: 10px;
  order: 0 !important;
}
.cid-u2MwMpe5Um .mbr-section-btn .btn {
  border-radius: 14px !important;
  padding: 12px;
}
.cid-u2MwMpe5Um .fundo {
  margin-left: 3px;
  margin-top: 0.8em;
  padding-top: 0px !important;
  padding-bottom: 0 !important;
  color: white;
  height: 2em;
  padding: 1px;
  border-radius: 8px;
  background: black;
  width: 32px;
}
.cid-u2MwMpe5Um .fundo:hover {
  background: gray;
}
.cid-u2MwMpe5Um .fa-instagram {
  margin-left: 4.3px;
  margin-top: -3.3px;
  color: white;
  align-items: center;
  justify-content: center;
}
.cid-u2MwMpe5Um .fa-instagram:hover {
  color: white;
}
.cid-sIqFiNnA7v {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #eeeeee;
}
.cid-sIqFiNnA7v .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sIqFiNnA7v .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-sIqFiNnA7v .btn {
  margin-bottom: 2rem;
}
.cid-sIqFiNnA7v img {
  margin-top: -1em !important;
  width: 1.3em !important;
  margin-left: 22em !important;
}
.cid-sIqFiNnA7v .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-sIqFiNnA7v .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sIqFiNnA7v .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-sIqFiNnA7v .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sIqFiNnA7v .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sIqFiNnA7v .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-sIqFiNnA7v .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sIqFiNnA7v .social-list img {
  margin-left: 8em !important;
}
@media (max-width: 575px) {
  .cid-sIqFiNnA7v .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
  .cid-sIqFiNnA7v img {
    margin-left: 10em !important;
  }
}
.cid-sIqFiNnA7v .links {
  color: #555555;
  text-align: center;
}
.cid-sIqFiNnA7v p {
  font-size: 14px !important;
}
/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
section {
  background-color: #eeeeee; }

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word; }

.form-control:focus {
  box-shadow: none; }

:focus {
  outline: none; }

@media (max-width: 992px) {
  .md-pb {
    padding-bottom: 2rem !important; } }
a {
  transition: color 0.25s; }

a.mbr-iconfont:hover {
  text-decoration: none; }

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0; }

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer; }
  a, a:hover {
    text-decoration: none; }

figure {
  margin-bottom: 0; }

body {
  color: #17161a !important;
  font-weight: 400; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4 {
  margin-bottom: 0;
  word-break: break-word;
  word-wrap: break-word; }

b,
strong {
  font-weight: bold; }

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 2px solid;
  border-color: #17161a; }

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  transition-property: background-color, color; }

textarea[type="hidden"] {
  display: none; }

body {
  position: relative;
  overflow-x: hidden; }

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  section .mbr-background-video,
  section .mbr-background-video-preview {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0; }

.hidden {
  visibility: hidden; }

.mbr-z-index20 {
  z-index: 20; }

/*! Base colors */
.mbr-white {
  color: #ffffff; }

.mbr-black {
  color: #000000; }

.mbr-bg-white {
  background-color: #ffffff; }

.mbr-bg-black {
  background-color: #000000; }

/*! Text-aligns */
.align-left {
  text-align: left; }

.align-center {
  text-align: center; }

.align-right {
  text-align: right; }

@media (max-width: 767px) {
  .align-left,
  .align-center,
  .align-right
   {
    text-align: center; } }
/*! Font-weight  */
.mbr-light {
  font-weight: 300 !important; }

.mbr-regular {
  font-weight: 400 !important; }

.mbr-medium {
  font-weight: 500 !important; }

.mbr-semibold {
  font-weight: 600 !important; }

.mbr-bold {
  font-weight: 700 !important; }

.mbr-extrabold {
  font-weight: 800 !important; }

/*! Media  */
.media-size-item {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto; }

.media-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%; }

.media-container-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start; }
  .media-container-row .media-size-item {
    width: 400px; }

.media-container-column {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .media-container-column > * {
    width: 100%; }

@media (min-width: 992px) {
  .media-container-row {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; } }
figure {
  overflow: hidden; }

figure[mbr-media-size] {
  transition: width 0.1s; }

.mbr-figure img,
.mbr-figure iframe {
  display: block;
  width: 100%; }

.card {
  background-color: transparent;
  border: none; }

.card-box {
  width: 100%; }

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0; }

.media {
  max-width: 100%;
  margin: 0 auto; }

.mbr-figure {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center; }

.media-container > div {
  max-width: 100%; }

.mbr-figure img,
.card-img img {
  width: 100%; }

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important; }

  .media {
    width: auto; } }
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.8rem;
  margin-right: -0.8rem;
  font-size: 0; }

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem; }

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  cursor: pointer; }

[type="submit"] {
  -webkit-appearance: none; }

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh; }

.mbr-fullscreen {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  -webkit-align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem; }

/*! Map */
.map {
  height: 25rem;
  position: relative; }
  .map iframe {
    width: 100%;
    height: 100%; }

/* Form */
.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal; }

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg); }

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 50px;
  width: 50px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center; }
  .mbr-arrow-up a:hover {
    background-color: rgba(0, 0, 0, 0.4); }
  .mbr-arrow-up a i {
    line-height: 50px; }

.mbr-arrow-up-icon {
  display: block;
  color: #fff; }

.mbr-arrow-up-icon::before {
  content: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 140%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  .mbr-arrow > a {
    display: inline-block;
    text-decoration: none;
    outline-style: none;
    -webkit-animation: arrowdown 1.7s ease-in-out infinite;
    animation: arrowdown 1.7s ease-in-out infinite; }
    .mbr-arrow > a > i {
      position: absolute;
      top: -2px;
      left: 15px;
      font-size: 2rem; }

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px); }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); } }
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px); }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); } }
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg); } }
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out; }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out; } }
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out; }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out; } }
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate; }

@keyframes slidein {
  0% {
    transform: translateX(0%); }
  100% {
    transform: translateX(100%);
    display: none; } }
@keyframes slideout {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }
.menu .navbar-brand {
  display: -webkit-flex; }
  .menu .navbar-brand span {
    display: flex;
    display: -webkit-flex; }
  .menu .navbar-brand .navbar-caption-wrap {
    display: -webkit-flex; }
  .menu .navbar-brand .navbar-logo img {
    display: -webkit-flex; }
@media (min-width: 768px) and (max-width: 1253px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox; } }
@media (max-width: 1253px) {
  .menu .navbar-collapse {
    max-height: 93.5vh; }
    .menu .navbar-collapse.show {
      overflow: auto; } }
@media (min-width: 1254px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex; }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important; }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh; }
    .menu .collapsed .navbar-collapse.show {
      overflow: auto; } }
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh; } }

.navbar {
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-align-items: center;
  align-items: center; }

.nav-dropdown .link {
  margin: 0 15px; }

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.justify-content-center {
  -webkit-justify-content: center;
  justify-content: center; }

.form-inline {
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  align-items: center; }

.card-wrapper {
  -webkit-flex: 1;
  flex: 1; }

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }

.carousel-controls {
  display: -webkit-flex; }

.media {
  display: -webkit-flex; }

.form-group:focus {
  outline: none; }

.jq-selectbox__select {
  padding: 0em 0em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 15px; }

.jq-selectbox__dropdown {
  position: absolute;
  top: 100% !important;
  left: 0 !important;
  width: 100% !important; }

.jq-selectbox__trigger-arrow {
  transform: translateY(-50%); }

.jq-selectbox li {
  padding: 1.07em 0.5em; }

input[type="range"] {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.modal-dialog,
.modal-content {
  height: 100%; }

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem); }
  @media (max-width: 575px) {
    .modal-dialog .carousel-inner {
      height: calc(100vh - 1rem); } }

.carousel-item {
  text-align: center; }

.carousel-item img {
  margin: auto; }

.navbar-toggler {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem; }

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%; }

.navbar-toggler-left {
  position: absolute;
  left: 1rem; }

.navbar-toggler-right {
  position: absolute;
  right: 1rem; }

@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 576px) {
  .navbar-toggleable {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-toggleable > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%; }

  .navbar-toggleable .navbar-toggler {
    display: none; } }
@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 768px) {
  .navbar-toggleable-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-toggleable-sm > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-sm .navbar-collapse {
    display: none;
    width: 100%; }

  .navbar-toggleable-sm .navbar-toggler {
    display: none; } }
@media (max-width: 1253px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1254px) {
  .navbar-toggleable-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-toggleable-md > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-md .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%; }

  .navbar-toggleable-md .navbar-toggler {
    display: none; } }
@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-toggleable-lg > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%; }

  .navbar-toggleable-lg .navbar-toggler {
    display: none; } }
.navbar-toggleable-xl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none; }

.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0; }

.navbar-toggleable-xl .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.navbar-toggleable-xl > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.navbar-toggleable-xl .navbar-collapse {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%; }

.navbar-toggleable-xl .navbar-toggler {
  display: none; }

.card-img {
  width: auto; }

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
  -webkit-flex-direction: column; }

.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; }

.dropup .dropdown-toggle::after {
  display: none; }

body {
  font-style: normal;
  line-height: 1.55; }

.mbr-section-title {
  font-style: normal;
  margin-bottom: 30px; }

.mbr-text {
  font-style: normal; }

.btn {
  font-weight: 600 !important;
  border-width: 1px;
  line-height: 20px !important;
  font-style: normal;
  letter-spacing: 0;
  margin: 0.4rem 0.8rem;
  white-space: normal;
  vertical-align: middle;
  overflow: hidden;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center; }

.btn-sm {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

.btn-md {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

.btn-lg {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

.btn-form {
  margin: 0;
  border-radius: 0; }
  .btn-form:hover {
    cursor: pointer; }

#scrollToTop a i:before {
  content: ""; }
#scrollToTop a i:after {
  content: "";
  position: absolute;
  display: block;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  border-top-right-radius: 3px;
  width: 30%;
  height: 30%;
  left: 35%;
  bottom: 40%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg); }

.mbr-arrow a {
  color: #ffffff; }

@media (max-width: 767px) {
  .mbr-arrow {
    display: none; } }
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0; }

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 0.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;
    transform: rotate(45deg);
    width: 14px;
    -webkit-transform: rotate(45deg); }

.form-control {
  box-shadow: none;
  color: #ffffff;
  min-height: 2.5em;
  font-size: 16px;
  border-radius: 4px; }
  .form-active .form-control:invalid {
    border-color: red; }

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none; }

blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  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; }

.mbr-section__comments .row {
  justify-content: center;
  -webkit-justify-content: center; }

.btn .mbr-iconfont {
  font-size: 15px !important;
  order: 1;
  margin-left: 13px; }



@keyframes animBtn {
  0% {
    transform: translateX(0px); }
  51% {
    transform: translateX(20px);
    opacity: 1; }
  52% {
    opacity: 0;
    transform: translateX(-20px); }
  53% {
    opacity: 0; }
  54% {
    opacity: 1; }
  100% {
    transform: translateX(0px); } }

/*# sourceMappingURL=style.css.map */
.cid-sBL5r8NTWk {
  min-height: 20px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sBL5r8NTWk .nav-item,
.cid-sBL5r8NTWk .nav-link,
.cid-sBL5r8NTWk .navbar-caption {
  font-weight: normal;
}
.cid-sBL5r8NTWk .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 1.4vw !important;
  padding: 0 !important;
  font-weight: 500;
}
@media (min-width: 992px) {
  .cid-sBL5r8NTWk .navbar {
    min-height: 90px !important;
  }
  .cid-sBL5r8NTWk .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-sBL5r8NTWk .btn {
    white-space: nowrap;
  }
  .cid-sBL5r8NTWk .dropdown-menu {
    background-color: #ebeaed !important;
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-sBL5r8NTWk .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-sBL5r8NTWk .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-sBL5r8NTWk .dropdown-toggle::after,
  .cid-sBL5r8NTWk .nav-dropdown .link.dropdown-toggle::after {
    content: '';
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-sBL5r8NTWk .dropdown-toggle::after {
  display: none;
  font-family: 'Moririse2' !important;
  content: '\e960';
  font-weight: bold;
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBL5r8NTWk .dropdown-menu {
  box-shadow: none;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 12px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBL5r8NTWk .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  transform: rotate(45deg);
}
.cid-sBL5r8NTWk .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBL5r8NTWk .dropdown-menu .dropdown-item:hover {
  color: #17161a !important;
  background-color: #fafafa;
}
.cid-sBL5r8NTWk .dropdown.open .dropdown-toggle[aria-expanded='true']::after {
  transform: rotate(45deg);
}
.cid-sBL5r8NTWk .dropdown.open .dropdown-toggle[aria-expanded='true'] + .dropdown-submenu {
  visibility: visible;
}
.cid-sBL5r8NTWk .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-sBL5r8NTWk .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-sBL5r8NTWk .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-sBL5r8NTWk .nav-item:focus,
.cid-sBL5r8NTWk .nav-link:focus {
  outline: none;
}
.cid-sBL5r8NTWk .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-sBL5r8NTWk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sBL5r8NTWk .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sBL5r8NTWk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sBL5r8NTWk .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sBL5r8NTWk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sBL5r8NTWk ul.navbar-nav li {
  margin: 1px;
}
.cid-sBL5r8NTWk .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-sBL5r8NTWk .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-sBL5r8NTWk .navbar .navbar-collapse {
  justify-content: start;
  z-index: 1;
}
.cid-sBL5r8NTWk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sBL5r8NTWk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sBL5r8NTWk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 2rem);
  }
}
.cid-sBL5r8NTWk .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sBL5r8NTWk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sBL5r8NTWk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sBL5r8NTWk .navbar {
    padding: 10px 0;
  }
  .cid-sBL5r8NTWk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sBL5r8NTWk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sBL5r8NTWk .navbar .container-fluid,
  .cid-sBL5r8NTWk .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-sBL5r8NTWk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sBL5r8NTWk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sBL5r8NTWk .navbar .navbar-logo img {
    padding: 0 !important;
    margin: 0 !important;
    height: 3rem !important;
  }
  .cid-sBL5r8NTWk .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: left;
  }
  .cid-sBL5r8NTWk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sBL5r8NTWk .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sBL5r8NTWk .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-sBL5r8NTWk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sBL5r8NTWk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sBL5r8NTWk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sBL5r8NTWk .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sBL5r8NTWk .dropdown-item.active,
.cid-sBL5r8NTWk .dropdown-item:active {
  background-color: transparent;
}
.cid-sBL5r8NTWk .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sBL5r8NTWk .nav-dropdown .link .dropdown-toggle[aria-expanded='true'] {
  margin: 0 2vw !important;
}
.cid-sBL5r8NTWk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sBL5r8NTWk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-sBL5r8NTWk .navbar-buttons {
  text-align: end;
}
.cid-sBL5r8NTWk .botoes {
  justify-content: flex-end !important;
}
.cid-sBL5r8NTWk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sBL5r8NTWk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-sBL5r8NTWk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sBL5r8NTWk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBL5r8NTWk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBL5r8NTWk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sBL5r8NTWk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBL5r8NTWk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sBL5r8NTWk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sBL5r8NTWk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBL5r8NTWk .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-sBL5r8NTWk a.nav-link {
  justify-content: left;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBL5r8NTWk a.nav-link:hover {
  color: #17161a !important;
}
.is-builder .cid-sBL5r8NTWk .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sBL5r8NTWk .navbar {
    height: 20px;
  }
  .cid-sBL5r8NTWk .navbar.opened {
    height: auto;
  }
  .cid-sBL5r8NTWk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBL5r8NTWk li {
  list-style-type: none;
}
.cid-sBL5r8NTWk span {
  font-size: 30px !important;
}
.cid-sBL5r8NTWk .btn .mbr-iconfont {
  margin-right: 9px;
  font-size: 25px !important;
  order: 0 !important;
}
@media (max-width: 768px) {
  .cid-sBL5r8NTWk .navbar-buttons {
    text-align: center;
  }
  .cid-sBL5r8NTWk a.nav-link {
    border-bottom: 1px solid #f2ecec;
    margin-top: 15px !important;
  }
  .cid-sBL5r8NTWk .botoes {
    justify-content: center !important;
  }
}
.cid-sBL5r8NTWk .fgts:hover {
  background-color: #6C247D !important;
}
.cid-sBLuVow9Xh {
  overflow-x: hidden !important;
}
.cid-sBLuVow9Xh,
.cid-sBLuVow9Xh .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sBLuVow9Xh .mbr-section-title {
  color: #fcfcfc;
}
.cid-sBLuVow9Xh .mbr-section-title span {
  color: #17161a;
}
.cid-sBLuVow9Xh .mbr-text {
  line-height: 20px;
  color: #ffffff;
  letter-spacing: 1px;
  font-weight: 100;
}
.cid-sBLuVow9Xh .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/precatrio-1-2000x1334.jpg");
}
.cid-sBLuVow9Xh .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sBLuVow9Xh .mbr-overlay {
  z-index: 1;
}
.cid-sBLuVow9Xh .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@media (max-width: 768px) {
  .cid-sBLuVow9Xh .mbr-text {
    line-height: 22px;
  }
}
.cid-sBLvRUSEWn {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sBLvRUSEWn .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-sBLvRUSEWn .clients__block .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-sBLvRUSEWn .mbr-text {
  margin: 10px 0 30px;
}
.cid-sBLvRUSEWn .wrap {
  overflow: hidden;
  padding: 20px 0;
}
.cid-sBLvRUSEWn .wrap:hover .image {
  animation: clientsAnim cubic-bezier(0.4, 0, 0.2, 1) 0.75s 1;
}
.cid-sBLvRUSEWn .image {
  padding-right: 35%;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBLvRUSEWn .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sBLvRUSEWn .mbr-text {
    margin: 10px 0;
  }
}
@keyframes clientsAnim {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(calc(-125%));
    opacity: 1;
  }
  51% {
    transform: translateY(calc(-125%));
    opacity: 0;
  }
  52% {
    transform: translateY(calc(125%));
  }
  86% {
    opacity: 1;
  }
  100% {
    transform: translateY(0px);
  }
}
.cid-sBLvRUSEWn .mbr-section-title {
  color: #232226;
}
.cid-sDEego3VJJ {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sDEego3VJJ .mbr-text {
  line-height: 1.55;
  color: #000000;
}
.cid-sDEego3VJJ .price {
  margin-top: 5px;
}
.cid-sDEego3VJJ .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-sDEego3VJJ .mbr-section-btn {
  margin: 0px 0 0 0;
}
.cid-sDEego3VJJ .btn-md {
  border: 5px solid;
  border-radius: 16px;
  padding: 0 20px 0 15px ;
  width: 18em;
  height: 50px;
  margin: 0 !important;
}
.cid-sDEego3VJJ .btn-md:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.cid-sDEego3VJJ .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-sDEego3VJJ .mbr-iconfont:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 10px 0 10px;
}
@media (max-width: 768px) {
  .cid-sDEego3VJJ .btn-md {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-sDEego3VJJ .content__block,
  .cid-sDEego3VJJ .price__block {
    margin-bottom: 30px;
  }
}
.cid-sDEego3VJJ .descr {
  color: #444345;
}
.cid-sBLB2T4W8P {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sBLB2T4W8P .mbr-text {
  line-height: 1.55;
  color: #000000;
  margin-bottom: 0;
}
.cid-sBLB2T4W8P .price {
  margin-top: 5px;
}
.cid-sBLB2T4W8P .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-sBLB2T4W8P .mbr-section-btn {
  margin-top: 10px;
}
.cid-sBLB2T4W8P .btn-md {
  padding: 0 20px 0 15px;
  height: 50px;
  margin: 0 !important;
}
.cid-sBLB2T4W8P .btn-md:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.cid-sBLB2T4W8P .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-sBLB2T4W8P .mbr-iconfont:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 10px 0 10px;
}
@media (max-width: 991px) {
  .cid-sBLB2T4W8P .content__block,
  .cid-sBLB2T4W8P .price__block {
    margin-bottom: 30px;
  }
}
.cid-sBLB2T4W8P .descr {
  color: #444345;
  margin-bottom: 0;
}
.cid-sBLB2T4W8P .mbr-section-title {
  text-align: center;
  color: #191f23;
}
.cid-sBLwaYl527 {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-sBLwaYl527 .counts__block {
  width: 100%;
}
.cid-sBLwaYl527 .count {
  display: inline-block;
  margin-bottom: 0;
}
.cid-sBLwaYl527 .mbr-iconfont {
  margin-right: 10px;
  color: #17161a;
}
.cid-sBLwaYl527 .item__text {
  margin: 5px 0;
}
.cid-sBLwaYl527 .mbr-text {
  margin: 20px 0 10px;
}
.cid-sBLwaYl527 .wrap {
  margin-bottom: 30px;
}
.cid-sBLwaYl527 .wrap:last-child {
  margin-bottom: 0;
}
.cid-sBLwaYl527 .title__block {
  color: #444345;
}
.cid-sBLC7IpCXF {
  overflow-x: hidden !important;
}
.cid-sBLC7IpCXF,
.cid-sBLC7IpCXF .scroll-wrapper {
  padding-top: 105px;
  padding-bottom: 75px;
}
.cid-sBLC7IpCXF .mbr-section-title {
  color: #fff;
  text-align: left;
}
.cid-sBLC7IpCXF .mbr-section-title span {
  font-size: 50px !important;
  color: #fff;
}
.cid-sBLC7IpCXF .mbr-text {
  color: #ffffff;
  letter-spacing: 1px;
  font-weight: 100;
}
.cid-sBLC7IpCXF .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/precatrios-2-1000x527.jpg");
}
.cid-sBLC7IpCXF .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sBLC7IpCXF .mbr-overlay {
  z-index: 1;
}
.cid-sBLC7IpCXF .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sBLC7IpCXF .mbr-text P {
  text-align: left;
}
.cid-sBLC7IpCXF h2 {
  font-size: 50px;
  color: #fff !important;
}
.cid-sBVw46V7Ee {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sBVw46V7Ee .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-sBVw46V7Ee .clients__block .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-sBVw46V7Ee .mbr-text {
  margin: 10px 0 30px;
  color: #232226;
}
.cid-sBVw46V7Ee .wrap {
  overflow: hidden;
  padding: 20px 0;
}
.cid-sBVw46V7Ee .wrap:hover .image {
  animation: clientsAnim cubic-bezier(0.4, 0, 0.2, 1) 0.75s 1;
}
.cid-sBVw46V7Ee .image {
  padding-right: 35%;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBVw46V7Ee .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sBVw46V7Ee .mbr-text {
    margin: 10px 0;
  }
}
@keyframes clientsAnim {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(calc(-125%));
    opacity: 1;
  }
  51% {
    transform: translateY(calc(-125%));
    opacity: 0;
  }
  52% {
    transform: translateY(calc(125%));
  }
  86% {
    opacity: 1;
  }
  100% {
    transform: translateY(0px);
  }
}
.cid-sBVw46V7Ee .mbr-section-title {
  color: #232226;
}
.cid-sBVvM3mb6X {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #17161a;
}
.cid-sBVvM3mb6X .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
  color: #ffffff;
}
.cid-sBVvM3mb6X .clients__block .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-sBVvM3mb6X .mbr-text {
  margin: 10px 0 30px;
}
.cid-sBVvM3mb6X .wrap {
  overflow: hidden;
  padding: 20px 0;
}
.cid-sBVvM3mb6X .wrap:hover .image {
  animation: clientsAnim cubic-bezier(0.4, 0, 0.2, 1) 0.75s 1;
}
.cid-sBVvM3mb6X .image {
  padding-right: 35%;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBVvM3mb6X .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sBVvM3mb6X .mbr-text {
    margin: 10px 0;
  }
}
@keyframes clientsAnim {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(calc(-125%));
    opacity: 1;
  }
  51% {
    transform: translateY(calc(-125%));
    opacity: 0;
  }
  52% {
    transform: translateY(calc(125%));
  }
  86% {
    opacity: 1;
  }
  100% {
    transform: translateY(0px);
  }
}
.cid-sBVvM3mb6X .mbr-section-title {
  color: #f5f0f0;
}
.cid-u1bgyMs3GQ {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u1bgyMs3GQ .correspondente {
  display: flex;
  justify-content: center;
}
.cid-u1bgyMs3GQ section {
  position: relative;
}
.cid-u1bgyMs3GQ h4 {
  margin: 0;
}
.cid-u1bgyMs3GQ img {
  height: 75px;
  padding: 3px;
}
.cid-u1bgyMs3GQ a {
  font-weight: 300;
  color: #000 !important;
  transition: all 400ms ease-in-out;
}
.cid-u1bgyMs3GQ h4 a {
  margin-left: -0.7em !important;
}
.cid-u1bgyMs3GQ a:hover {
  transition: all 400ms ease-in-out;
  font-weight: bold !important;
}
.cid-u1bgyMs3GQ .img1 {
  color: #295b76;
}
.cid-u1bgyMs3GQ .img2 {
  color: #295b76;
}
.cid-u1bgyMs3GQ .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #295b76;
  transition: background 0.3s;
  margin-bottom: 1rem;
}
.cid-u1bgyMs3GQ .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u1bgyMs3GQ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u1bgyMs3GQ .item,
.cid-u1bgyMs3GQ .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.1rem;
  margin-bottom: 0rem;
}
.cid-u1bgyMs3GQ .item h4,
.cid-u1bgyMs3GQ .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-u1bgyMs3GQ .card-img {
  width: auto;
}
.cid-u1bgyMs3GQ .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-u1bgyMs3GQ .item {
    justify-content: center;
  }
  .cid-u1bgyMs3GQ .align-left {
    text-align: left !important;
  }
}
.cid-u1bgyMs3GQ .item-title {
  color: #000000;
}
.cid-u1bgyMs3GQ .link-title {
  color: #000000;
}
.cid-u1bgyMs3GQ .items-title,
.cid-u1bgyMs3GQ .items-title + .line-wrap {
  color: #000000;
}
.cid-u1bgyMs3GQ .links-title,
.cid-u1bgyMs3GQ .links-title + .line-wrap {
  color: #000000;
}
.cid-u1bgyMs3GQ .text1 {
  color: #000000;
}
.cid-u1bgyMs3GQ .col-sm-6 {
  width: 50% !important;
}
.cid-u1bgyMs3GQ .image img {
  height: 70px !important;
}
.cid-u1bgyMs3GQ .image p {
  font-size: 12px !important;
}
.cid-u1bgyMs3GQ .bloco-redes-sociais span {
  font-size: 2em;
}
@media (max-width: 796px) {
  .cid-u1bgyMs3GQ .image img {
    height: 50px !important;
  }
  .cid-u1bgyMs3GQ .image p {
    font-size: 12px !important;
  }
}
@media (min-width: 765px) and (max-width: 780px) {
  .cid-u1bgyMs3GQ .conteiner-informacoes {
    flex: 0 0 33.333333% !important;
    max-width: 33.333333% !important;
  }
  .cid-u1bgyMs3GQ .conteiner-informacoes-none {
    display: none !important;
  }
}
.cid-u1bgyMs3GQ .primecase img {
  height: 35px;
}
.cid-u1bgyMs3GQ .primecase span {
  position: relative;
  bottom: 2.3px;
}
@media (max-width: 768px) {
  .cid-u1bgyMs3GQ .correspondente {
    margin-left: 0 !important;
  }
}
.cid-u1bgyMs3GQ .btn .mbr-iconfont {
  font-size: 28px !important;
  margin-left: 5px;
  margin-right: 10px;
  order: 0 !important;
}
.cid-u1bgyMs3GQ .mbr-section-btn .btn {
  border-radius: 14px !important;
  padding: 12px;
}
.cid-u1bgyMs3GQ .fundo {
  margin-left: 3px;
  margin-top: 0.8em;
  padding-top: 0px !important;
  padding-bottom: 0 !important;
  color: white;
  height: 2em;
  padding: 1px;
  border-radius: 8px;
  background: black;
  width: 32px;
}
.cid-u1bgyMs3GQ .fundo:hover {
  background: gray;
}
.cid-u1bgyMs3GQ .fa-instagram {
  margin-left: 4.3px;
  margin-top: -3.3px;
  color: white;
  align-items: center;
  justify-content: center;
}
.cid-u1bgyMs3GQ .fa-instagram:hover {
  color: white;
}
.cid-sIqFcB4Jgv {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #eeeeee;
}
.cid-sIqFcB4Jgv .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sIqFcB4Jgv .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-sIqFcB4Jgv .btn {
  margin-bottom: 2rem;
}
.cid-sIqFcB4Jgv img {
  margin-top: -1em !important;
  width: 1.3em !important;
  margin-left: 22em !important;
}
.cid-sIqFcB4Jgv .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-sIqFcB4Jgv .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sIqFcB4Jgv .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-sIqFcB4Jgv .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sIqFcB4Jgv .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sIqFcB4Jgv .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-sIqFcB4Jgv .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sIqFcB4Jgv .social-list img {
  margin-left: 8em !important;
}
@media (max-width: 575px) {
  .cid-sIqFcB4Jgv .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
  .cid-sIqFcB4Jgv img {
    margin-left: 10em !important;
  }
}
.cid-sIqFcB4Jgv .links {
  color: #555555;
  text-align: center;
}
.cid-sIqFcB4Jgv p {
  font-size: 14px !important;
}
/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
section {
  background-color: #eeeeee; }

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word; }

.form-control:focus {
  box-shadow: none; }

:focus {
  outline: none; }

@media (max-width: 992px) {
  .md-pb {
    padding-bottom: 2rem !important; } }
a {
  transition: color 0.25s; }

a.mbr-iconfont:hover {
  text-decoration: none; }

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0; }

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer; }
  a, a:hover {
    text-decoration: none; }

figure {
  margin-bottom: 0; }

body {
  color: #17161a !important;
  font-weight: 400; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4 {
  margin-bottom: 0;
  word-break: break-word;
  word-wrap: break-word; }

b,
strong {
  font-weight: bold; }

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 2px solid;
  border-color: #17161a; }

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  transition-property: background-color, color; }

textarea[type="hidden"] {
  display: none; }

body {
  position: relative;
  overflow-x: hidden; }

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  section .mbr-background-video,
  section .mbr-background-video-preview {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0; }

.hidden {
  visibility: hidden; }

.mbr-z-index20 {
  z-index: 20; }

/*! Base colors */
.mbr-white {
  color: #ffffff; }

.mbr-black {
  color: #000000; }

.mbr-bg-white {
  background-color: #ffffff; }

.mbr-bg-black {
  background-color: #000000; }

/*! Text-aligns */
.align-left {
  text-align: left; }

.align-center {
  text-align: center; }

.align-right {
  text-align: right; }

@media (max-width: 767px) {
  .align-left,
  .align-center,
  .align-right
   {
    text-align: center; } }
/*! Font-weight  */
.mbr-light {
  font-weight: 300 !important; }

.mbr-regular {
  font-weight: 400 !important; }

.mbr-medium {
  font-weight: 500 !important; }

.mbr-semibold {
  font-weight: 600 !important; }

.mbr-bold {
  font-weight: 700 !important; }

.mbr-extrabold {
  font-weight: 800 !important; }

/*! Media  */
.media-size-item {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto; }

.media-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%; }

.media-container-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start; }
  .media-container-row .media-size-item {
    width: 400px; }

.media-container-column {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .media-container-column > * {
    width: 100%; }

@media (min-width: 992px) {
  .media-container-row {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; } }
figure {
  overflow: hidden; }

figure[mbr-media-size] {
  transition: width 0.1s; }

.mbr-figure img,
.mbr-figure iframe {
  display: block;
  width: 100%; }

.card {
  background-color: transparent;
  border: none; }

.card-box {
  width: 100%; }

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0; }

.media {
  max-width: 100%;
  margin: 0 auto; }

.mbr-figure {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center; }

.media-container > div {
  max-width: 100%; }

.mbr-figure img,
.card-img img {
  width: 100%; }

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important; }

  .media {
    width: auto; } }
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.8rem;
  margin-right: -0.8rem;
  font-size: 0; }

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem; }

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  cursor: pointer; }

[type="submit"] {
  -webkit-appearance: none; }

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh; }

.mbr-fullscreen {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  -webkit-align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem; }

/*! Map */
.map {
  height: 25rem;
  position: relative; }
  .map iframe {
    width: 100%;
    height: 100%; }

/* Form */
.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal; }

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg); }

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 50px;
  width: 50px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center; }
  .mbr-arrow-up a:hover {
    background-color: rgba(0, 0, 0, 0.4); }
  .mbr-arrow-up a i {
    line-height: 50px; }

.mbr-arrow-up-icon {
  display: block;
  color: #fff; }

.mbr-arrow-up-icon::before {
  content: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 140%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  .mbr-arrow > a {
    display: inline-block;
    text-decoration: none;
    outline-style: none;
    -webkit-animation: arrowdown 1.7s ease-in-out infinite;
    animation: arrowdown 1.7s ease-in-out infinite; }
    .mbr-arrow > a > i {
      position: absolute;
      top: -2px;
      left: 15px;
      font-size: 2rem; }

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px); }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); } }
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px); }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); } }
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg); } }
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out; }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out; } }
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out; }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out; } }
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate; }

@keyframes slidein {
  0% {
    transform: translateX(0%); }
  100% {
    transform: translateX(100%);
    display: none; } }
@keyframes slideout {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }
.menu .navbar-brand {
  display: -webkit-flex; }
  .menu .navbar-brand span {
    display: flex;
    display: -webkit-flex; }
  .menu .navbar-brand .navbar-caption-wrap {
    display: -webkit-flex; }
  .menu .navbar-brand .navbar-logo img {
    display: -webkit-flex; }
@media (min-width: 768px) and (max-width: 1253px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox; } }
@media (max-width: 1253px) {
  .menu .navbar-collapse {
    max-height: 93.5vh; }
    .menu .navbar-collapse.show {
      overflow: auto; } }
@media (min-width: 1254px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex; }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important; }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh; }
    .menu .collapsed .navbar-collapse.show {
      overflow: auto; } }
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh; } }

.navbar {
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-align-items: center;
  align-items: center; }

.nav-dropdown .link {
  margin: 0 15px; }

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.justify-content-center {
  -webkit-justify-content: center;
  justify-content: center; }

.form-inline {
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  align-items: center; }

.card-wrapper {
  -webkit-flex: 1;
  flex: 1; }

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }

.carousel-controls {
  display: -webkit-flex; }

.media {
  display: -webkit-flex; }

.form-group:focus {
  outline: none; }

.jq-selectbox__select {
  padding: 0em 0em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 15px; }

.jq-selectbox__dropdown {
  position: absolute;
  top: 100% !important;
  left: 0 !important;
  width: 100% !important; }

.jq-selectbox__trigger-arrow {
  transform: translateY(-50%); }

.jq-selectbox li {
  padding: 1.07em 0.5em; }

input[type="range"] {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.modal-dialog,
.modal-content {
  height: 100%; }

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem); }
  @media (max-width: 575px) {
    .modal-dialog .carousel-inner {
      height: calc(100vh - 1rem); } }

.carousel-item {
  text-align: center; }

.carousel-item img {
  margin: auto; }

.navbar-toggler {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem; }

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%; }

.navbar-toggler-left {
  position: absolute;
  left: 1rem; }

.navbar-toggler-right {
  position: absolute;
  right: 1rem; }

@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 576px) {
  .navbar-toggleable {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-toggleable > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%; }

  .navbar-toggleable .navbar-toggler {
    display: none; } }
@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 768px) {
  .navbar-toggleable-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-toggleable-sm > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-sm .navbar-collapse {
    display: none;
    width: 100%; }

  .navbar-toggleable-sm .navbar-toggler {
    display: none; } }
@media (max-width: 1253px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1254px) {
  .navbar-toggleable-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-toggleable-md > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-md .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%; }

  .navbar-toggleable-md .navbar-toggler {
    display: none; } }
@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-toggleable-lg > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%; }

  .navbar-toggleable-lg .navbar-toggler {
    display: none; } }
.navbar-toggleable-xl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none; }

.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0; }

.navbar-toggleable-xl .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.navbar-toggleable-xl > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.navbar-toggleable-xl .navbar-collapse {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%; }

.navbar-toggleable-xl .navbar-toggler {
  display: none; }

.card-img {
  width: auto; }

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
  -webkit-flex-direction: column; }

.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; }

.dropup .dropdown-toggle::after {
  display: none; }

body {
  font-style: normal;
  line-height: 1.55; }

.mbr-section-title {
  font-style: normal;
  margin-bottom: 30px; }

.mbr-text {
  font-style: normal; }

.btn {
  font-weight: 600 !important;
  border-width: 1px;
  line-height: 20px !important;
  font-style: normal;
  letter-spacing: 0;
  margin: 0.4rem 0.8rem;
  white-space: normal;
  vertical-align: middle;
  overflow: hidden;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center; }

.btn-sm {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

.btn-md {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

.btn-lg {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

.btn-form {
  margin: 0;
  border-radius: 0; }
  .btn-form:hover {
    cursor: pointer; }

#scrollToTop a i:before {
  content: ""; }
#scrollToTop a i:after {
  content: "";
  position: absolute;
  display: block;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  border-top-right-radius: 3px;
  width: 30%;
  height: 30%;
  left: 35%;
  bottom: 40%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg); }

.mbr-arrow a {
  color: #ffffff; }

@media (max-width: 767px) {
  .mbr-arrow {
    display: none; } }
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0; }

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 0.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;
    transform: rotate(45deg);
    width: 14px;
    -webkit-transform: rotate(45deg); }

.form-control {
  box-shadow: none;
  color: #ffffff;
  min-height: 2.5em;
  font-size: 16px;
  border-radius: 4px; }
  .form-active .form-control:invalid {
    border-color: red; }

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none; }

blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  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; }

.mbr-section__comments .row {
  justify-content: center;
  -webkit-justify-content: center; }

.btn .mbr-iconfont {
  font-size: 15px !important;
  order: 1;
  margin-left: 13px; }



@keyframes animBtn {
  0% {
    transform: translateX(0px); }
  51% {
    transform: translateX(20px);
    opacity: 1; }
  52% {
    opacity: 0;
    transform: translateX(-20px); }
  53% {
    opacity: 0; }
  54% {
    opacity: 1; }
  100% {
    transform: translateX(0px); } }

/*# sourceMappingURL=style.css.map */
.cid-sBL5r8NTWk {
  min-height: 20px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sBL5r8NTWk .nav-item,
.cid-sBL5r8NTWk .nav-link,
.cid-sBL5r8NTWk .navbar-caption {
  font-weight: normal;
}
.cid-sBL5r8NTWk .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 1.4vw !important;
  padding: 0 !important;
  font-weight: 500;
}
@media (min-width: 992px) {
  .cid-sBL5r8NTWk .navbar {
    min-height: 90px !important;
  }
  .cid-sBL5r8NTWk .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-sBL5r8NTWk .btn {
    white-space: nowrap;
  }
  .cid-sBL5r8NTWk .dropdown-menu {
    background-color: #ebeaed !important;
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-sBL5r8NTWk .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-sBL5r8NTWk .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-sBL5r8NTWk .dropdown-toggle::after,
  .cid-sBL5r8NTWk .nav-dropdown .link.dropdown-toggle::after {
    content: '';
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-sBL5r8NTWk .dropdown-toggle::after {
  display: none;
  font-family: 'Moririse2' !important;
  content: '\e960';
  font-weight: bold;
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBL5r8NTWk .dropdown-menu {
  box-shadow: none;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 12px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBL5r8NTWk .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  transform: rotate(45deg);
}
.cid-sBL5r8NTWk .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBL5r8NTWk .dropdown-menu .dropdown-item:hover {
  color: #17161a !important;
  background-color: #fafafa;
}
.cid-sBL5r8NTWk .dropdown.open .dropdown-toggle[aria-expanded='true']::after {
  transform: rotate(45deg);
}
.cid-sBL5r8NTWk .dropdown.open .dropdown-toggle[aria-expanded='true'] + .dropdown-submenu {
  visibility: visible;
}
.cid-sBL5r8NTWk .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-sBL5r8NTWk .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-sBL5r8NTWk .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-sBL5r8NTWk .nav-item:focus,
.cid-sBL5r8NTWk .nav-link:focus {
  outline: none;
}
.cid-sBL5r8NTWk .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-sBL5r8NTWk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sBL5r8NTWk .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sBL5r8NTWk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sBL5r8NTWk .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sBL5r8NTWk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sBL5r8NTWk ul.navbar-nav li {
  margin: 1px;
}
.cid-sBL5r8NTWk .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-sBL5r8NTWk .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-sBL5r8NTWk .navbar .navbar-collapse {
  justify-content: start;
  z-index: 1;
}
.cid-sBL5r8NTWk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sBL5r8NTWk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sBL5r8NTWk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 2rem);
  }
}
.cid-sBL5r8NTWk .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sBL5r8NTWk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sBL5r8NTWk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sBL5r8NTWk .navbar {
    padding: 10px 0;
  }
  .cid-sBL5r8NTWk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sBL5r8NTWk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sBL5r8NTWk .navbar .container-fluid,
  .cid-sBL5r8NTWk .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-sBL5r8NTWk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sBL5r8NTWk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sBL5r8NTWk .navbar .navbar-logo img {
    padding: 0 !important;
    margin: 0 !important;
    height: 3rem !important;
  }
  .cid-sBL5r8NTWk .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: left;
  }
  .cid-sBL5r8NTWk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sBL5r8NTWk .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sBL5r8NTWk .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-sBL5r8NTWk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sBL5r8NTWk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sBL5r8NTWk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sBL5r8NTWk .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sBL5r8NTWk .dropdown-item.active,
.cid-sBL5r8NTWk .dropdown-item:active {
  background-color: transparent;
}
.cid-sBL5r8NTWk .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sBL5r8NTWk .nav-dropdown .link .dropdown-toggle[aria-expanded='true'] {
  margin: 0 2vw !important;
}
.cid-sBL5r8NTWk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sBL5r8NTWk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-sBL5r8NTWk .navbar-buttons {
  text-align: end;
}
.cid-sBL5r8NTWk .botoes {
  justify-content: flex-end !important;
}
.cid-sBL5r8NTWk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sBL5r8NTWk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-sBL5r8NTWk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sBL5r8NTWk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBL5r8NTWk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBL5r8NTWk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sBL5r8NTWk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBL5r8NTWk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sBL5r8NTWk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sBL5r8NTWk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBL5r8NTWk .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-sBL5r8NTWk a.nav-link {
  justify-content: left;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBL5r8NTWk a.nav-link:hover {
  color: #17161a !important;
}
.is-builder .cid-sBL5r8NTWk .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sBL5r8NTWk .navbar {
    height: 20px;
  }
  .cid-sBL5r8NTWk .navbar.opened {
    height: auto;
  }
  .cid-sBL5r8NTWk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBL5r8NTWk li {
  list-style-type: none;
}
.cid-sBL5r8NTWk span {
  font-size: 30px !important;
}
.cid-sBL5r8NTWk .btn .mbr-iconfont {
  margin-right: 9px;
  font-size: 25px !important;
  order: 0 !important;
}
@media (max-width: 768px) {
  .cid-sBL5r8NTWk .navbar-buttons {
    text-align: center;
  }
  .cid-sBL5r8NTWk a.nav-link {
    border-bottom: 1px solid #f2ecec;
    margin-top: 15px !important;
  }
  .cid-sBL5r8NTWk .botoes {
    justify-content: center !important;
  }
}
.cid-sBL5r8NTWk .fgts:hover {
  background-color: #6C247D !important;
}
.cid-sBQctG3qps {
  overflow-x: hidden !important;
}
.cid-sBQctG3qps,
.cid-sBQctG3qps .scroll-wrapper {
  padding-top: 165px;
  padding-bottom: 165px;
}
.cid-sBQctG3qps .mbr-section-title {
  color: #fcfcfc;
}
.cid-sBQctG3qps .mbr-section-title span {
  color: #17161a;
}
.cid-sBQctG3qps .mbr-text {
  line-height: 20px;
  color: #ffffff;
  letter-spacing: 1px;
  font-weight: 100;
}
.cid-sBQctG3qps .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/837450-487e3b3196624ce2b61b6730e3b4319f-mv2-1519x509.png");
}
.cid-sBQctG3qps .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sBQctG3qps .mbr-overlay {
  z-index: 1;
}
.cid-sBQctG3qps .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@media (max-width: 768px) {
  .cid-sBQctG3qps .mbr-text {
    line-height: 22px;
  }
}
.cid-sBQdvYme6w {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sBQdvYme6w .title__block {
  padding: 30px 15px;
}
.cid-sBQdvYme6w .image {
  z-index: 1;
  top: -7em;
}
.cid-sBQdvYme6w .mbr-text {
  margin-bottom: 30px;
}
.cid-sBQdvYme6w .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 20px;
}
.cid-sBQdvYme6w .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: 0.6;
}
.cid-sBQdvYme6w .bottom__text {
  margin: 10px 0;
}
.cid-sBQdvYme6w .btn {
  margin-top: 0;
}
.cid-sBQdvYme6w .btn:hover {
  background-color: #313034 !important;
  border-color: #17161a !important;
}
.cid-sBQdvYme6w img {
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sBQdvYme6w .image {
    margin-bottom: 10px;
  }
  .cid-sBQdvYme6w .mbr-text {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .cid-sBQdvYme6w .image {
    z-index: 1;
    top: 0;
  }
}
.cid-sBQeq318nO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sBQeq318nO img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-sBQeq318nO .link-wrapper {
  margin-bottom: 1rem;
}
.cid-sBQeq318nO .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-sBQeq318nO .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to left, #000000, #17161a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sBQeq318nO .card-wrapper {
  box-shadow: 0 1px 5px #000000;
  border-radius: 20px;
  border: 1px solid gray;
  background: #ffffff;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-sBQeq318nO .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sBQeq318nO .first:hover:before {
  content: none;
}
.cid-sBQeq318nO .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  content: "";
}
.cid-sBQeq318nO .last:hover:after {
  content: none;
}
.cid-sBQeq318nO .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #000000, #17161a);
  content: "";
}
.cid-sBQeq318nO .mbr-section-text {
  color: #17161a;
  text-align: left;
}
.cid-sBQeq318nO .card {
  padding-right: 3.5em;
  padding-left: 3.5em;
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-sBQeq318nO .card .img-wrapper {
  overflow: hidden;
}
.cid-sBQeq318nO .card:hover {
  transform: translateY(-10px);
}
.cid-sBQeq318nO .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-sBQeq318nO .card:hover .card-wrapper {
  background: linear-gradient(to left, #000000, #17161a);
  color: #ffffff !important;
}
.cid-sBQeq318nO .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-sBQeq318nO .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-sBQeq318nO p {
  line-height: 20px;
}
.cid-sBQhO9iIRZ {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sBQhO9iIRZ .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
  color: #000000;
  text-align: center;
}
.cid-sBQhO9iIRZ .clients__block .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-sBQhO9iIRZ .mbr-text {
  margin: 10px 0 30px;
}
.cid-sBQhO9iIRZ .wrap {
  overflow: hidden;
  padding: 20px 0;
}
.cid-sBQhO9iIRZ .wrap:hover .image {
  animation: clientsAnim cubic-bezier(0.4, 0, 0.2, 1) 0.75s 1;
}
.cid-sBQhO9iIRZ .image {
  padding-right: 35%;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBQhO9iIRZ .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sBQhO9iIRZ .mbr-text {
    margin: 10px 0;
  }
}
@keyframes clientsAnim {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(calc(-125%));
    opacity: 1;
  }
  51% {
    transform: translateY(calc(-125%));
    opacity: 0;
  }
  52% {
    transform: translateY(calc(125%));
  }
  86% {
    opacity: 1;
  }
  100% {
    transform: translateY(0px);
  }
}
.cid-sBQhO9iIRZ .mbr-section-title {
  color: #f5f0f0;
}
.cid-sBQfVpuUPe {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sBQfVpuUPe img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-sBQfVpuUPe .link-wrapper {
  margin-bottom: 1rem;
}
.cid-sBQfVpuUPe .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-sBQfVpuUPe .img-wrapper .mbr-iconfont {
  margin: auto;
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to left, #000000, #17161a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sBQfVpuUPe .card-wrapper {
  cursor: pointer;
  box-shadow: 0 1px 5px #000000;
  border-radius: 20px;
  border: 1px solid gray;
  background: #ffffff;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-sBQfVpuUPe .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sBQfVpuUPe .first:hover:before {
  content: none;
}
.cid-sBQfVpuUPe .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  content: "";
}
.cid-sBQfVpuUPe .last:hover:after {
  content: none;
}
.cid-sBQfVpuUPe .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #000000, #17161a);
  content: "";
}
.cid-sBQfVpuUPe .mbr-section-text {
  color: #17161a;
  text-align: center;
}
.cid-sBQfVpuUPe .card {
  padding: 5px;
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-sBQfVpuUPe .card .img-wrapper {
  overflow: hidden;
}
.cid-sBQfVpuUPe .card:hover {
  transform: translateY(-10px);
}
.cid-sBQfVpuUPe .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-sBQfVpuUPe .card:hover .card-wrapper {
  background: linear-gradient(to left, #000000, #17161a);
  color: #ffffff !important;
}
.cid-sBQfVpuUPe .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-sBQfVpuUPe .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u2MwII7LLG {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u2MwII7LLG .correspondente {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u2MwII7LLG .correspondente img {
  width: 220px;
  height: 100%;
  margin: 6px;
}
.cid-u2MwII7LLG section {
  position: relative;
}
.cid-u2MwII7LLG h4 {
  margin: 0;
}
.cid-u2MwII7LLG img {
  height: 75px;
  padding: 3px;
}
.cid-u2MwII7LLG a {
  font-weight: 300;
  color: #000 !important;
  transition: all 400ms ease-in-out;
}
.cid-u2MwII7LLG h4 a {
  margin-left: -0.7em !important;
}
.cid-u2MwII7LLG a:hover {
  transition: all 400ms ease-in-out;
  font-weight: bold !important;
}
.cid-u2MwII7LLG .img1 {
  color: #295b76;
}
.cid-u2MwII7LLG .img2 {
  color: #295b76;
}
.cid-u2MwII7LLG .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #295b76;
  transition: background 0.3s;
  margin-bottom: 1rem;
}
.cid-u2MwII7LLG .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u2MwII7LLG .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u2MwII7LLG .item,
.cid-u2MwII7LLG .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.1rem;
  margin-bottom: 0rem;
}
.cid-u2MwII7LLG .item h4,
.cid-u2MwII7LLG .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-u2MwII7LLG .card-img {
  width: auto;
}
.cid-u2MwII7LLG .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-u2MwII7LLG .item {
    justify-content: center;
  }
  .cid-u2MwII7LLG .align-left {
    text-align: left !important;
  }
}
.cid-u2MwII7LLG .item-title {
  color: #000000;
}
.cid-u2MwII7LLG .link-title {
  color: #000000;
}
.cid-u2MwII7LLG .items-title,
.cid-u2MwII7LLG .items-title + .line-wrap {
  color: #000000;
}
.cid-u2MwII7LLG .links-title,
.cid-u2MwII7LLG .links-title + .line-wrap {
  color: #000000;
}
.cid-u2MwII7LLG .text1 {
  color: #000000;
}
.cid-u2MwII7LLG .col-sm-6 {
  width: 50% !important;
}
.cid-u2MwII7LLG .image img {
  height: 60px !important;
}
.cid-u2MwII7LLG .image p {
  font-size: 12px !important;
}
.cid-u2MwII7LLG .bloco-redes-sociais span {
  font-size: 2em;
}
@media (max-width: 796px) {
  .cid-u2MwII7LLG .image img {
    height: 50px !important;
  }
  .cid-u2MwII7LLG .image p {
    font-size: 12px !important;
  }
}
@media (min-width: 765px) and (max-width: 780px) {
  .cid-u2MwII7LLG .conteiner-informacoes {
    flex: 0 0 33.333333% !important;
    max-width: 33.333333% !important;
  }
  .cid-u2MwII7LLG .conteiner-informacoes-none {
    display: none !important;
  }
}
.cid-u2MwII7LLG .primecase img {
  height: 35px;
}
.cid-u2MwII7LLG .primecase span {
  position: relative;
  bottom: 2.3px;
}
@media (max-width: 768px) {
  .cid-u2MwII7LLG .correspondente {
    margin-left: 0 !important;
  }
}
.cid-u2MwII7LLG .btn .mbr-iconfont {
  font-size: 28px !important;
  margin-left: 5px;
  margin-right: 10px;
  order: 0 !important;
}
.cid-u2MwII7LLG .mbr-section-btn .btn {
  border-radius: 14px !important;
  padding: 12px;
}
.cid-u2MwII7LLG .fundo {
  margin-left: 3px;
  margin-top: 0.8em;
  padding-top: 0px !important;
  padding-bottom: 0 !important;
  color: white;
  height: 2em;
  padding: 1px;
  border-radius: 8px;
  background: black;
  width: 32px;
}
.cid-u2MwII7LLG .fundo:hover {
  background: gray;
}
.cid-u2MwII7LLG .fa-instagram {
  margin-left: 4.3px;
  margin-top: -3.3px;
  color: white;
  align-items: center;
  justify-content: center;
}
.cid-u2MwII7LLG .fa-instagram:hover {
  color: white;
}
.cid-sIqERpKvUG {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #eeeeee;
}
.cid-sIqERpKvUG .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sIqERpKvUG .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-sIqERpKvUG .btn {
  margin-bottom: 2rem;
}
.cid-sIqERpKvUG img {
  margin-top: -1em !important;
  width: 1.3em !important;
  margin-left: 22em !important;
}
.cid-sIqERpKvUG .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-sIqERpKvUG .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sIqERpKvUG .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-sIqERpKvUG .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sIqERpKvUG .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sIqERpKvUG .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-sIqERpKvUG .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sIqERpKvUG .social-list img {
  margin-left: 8em !important;
}
@media (max-width: 575px) {
  .cid-sIqERpKvUG .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
  .cid-sIqERpKvUG img {
    margin-left: 10em !important;
  }
}
.cid-sIqERpKvUG .links {
  color: #555555;
  text-align: center;
}
.cid-sIqERpKvUG p {
  font-size: 14px !important;
}
/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
section {
  background-color: #eeeeee; }

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word; }

.form-control:focus {
  box-shadow: none; }

:focus {
  outline: none; }

@media (max-width: 992px) {
  .md-pb {
    padding-bottom: 2rem !important; } }
a {
  transition: color 0.25s; }

a.mbr-iconfont:hover {
  text-decoration: none; }

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0; }

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer; }
  a, a:hover {
    text-decoration: none; }

figure {
  margin-bottom: 0; }

body {
  color: #17161a !important;
  font-weight: 400; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4 {
  margin-bottom: 0;
  word-break: break-word;
  word-wrap: break-word; }

b,
strong {
  font-weight: bold; }

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 2px solid;
  border-color: #17161a; }

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  transition-property: background-color, color; }

textarea[type="hidden"] {
  display: none; }

body {
  position: relative;
  overflow-x: hidden; }

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  section .mbr-background-video,
  section .mbr-background-video-preview {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0; }

.hidden {
  visibility: hidden; }

.mbr-z-index20 {
  z-index: 20; }

/*! Base colors */
.mbr-white {
  color: #ffffff; }

.mbr-black {
  color: #000000; }

.mbr-bg-white {
  background-color: #ffffff; }

.mbr-bg-black {
  background-color: #000000; }

/*! Text-aligns */
.align-left {
  text-align: left; }

.align-center {
  text-align: center; }

.align-right {
  text-align: right; }

@media (max-width: 767px) {
  .align-left,
  .align-center,
  .align-right
   {
    text-align: center; } }
/*! Font-weight  */
.mbr-light {
  font-weight: 300 !important; }

.mbr-regular {
  font-weight: 400 !important; }

.mbr-medium {
  font-weight: 500 !important; }

.mbr-semibold {
  font-weight: 600 !important; }

.mbr-bold {
  font-weight: 700 !important; }

.mbr-extrabold {
  font-weight: 800 !important; }

/*! Media  */
.media-size-item {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto; }

.media-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%; }

.media-container-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start; }
  .media-container-row .media-size-item {
    width: 400px; }

.media-container-column {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .media-container-column > * {
    width: 100%; }

@media (min-width: 992px) {
  .media-container-row {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; } }
figure {
  overflow: hidden; }

figure[mbr-media-size] {
  transition: width 0.1s; }

.mbr-figure img,
.mbr-figure iframe {
  display: block;
  width: 100%; }

.card {
  background-color: transparent;
  border: none; }

.card-box {
  width: 100%; }

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0; }

.media {
  max-width: 100%;
  margin: 0 auto; }

.mbr-figure {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center; }

.media-container > div {
  max-width: 100%; }

.mbr-figure img,
.card-img img {
  width: 100%; }

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important; }

  .media {
    width: auto; } }
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.8rem;
  margin-right: -0.8rem;
  font-size: 0; }

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem; }

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  cursor: pointer; }

[type="submit"] {
  -webkit-appearance: none; }

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh; }

.mbr-fullscreen {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  -webkit-align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem; }

/*! Map */
.map {
  height: 25rem;
  position: relative; }
  .map iframe {
    width: 100%;
    height: 100%; }

/* Form */
.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal; }

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg); }

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 50px;
  width: 50px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center; }
  .mbr-arrow-up a:hover {
    background-color: rgba(0, 0, 0, 0.4); }
  .mbr-arrow-up a i {
    line-height: 50px; }

.mbr-arrow-up-icon {
  display: block;
  color: #fff; }

.mbr-arrow-up-icon::before {
  content: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 140%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  .mbr-arrow > a {
    display: inline-block;
    text-decoration: none;
    outline-style: none;
    -webkit-animation: arrowdown 1.7s ease-in-out infinite;
    animation: arrowdown 1.7s ease-in-out infinite; }
    .mbr-arrow > a > i {
      position: absolute;
      top: -2px;
      left: 15px;
      font-size: 2rem; }

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px); }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); } }
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px); }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); } }
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg); } }
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out; }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out; } }
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out; }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out; } }
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate; }

@keyframes slidein {
  0% {
    transform: translateX(0%); }
  100% {
    transform: translateX(100%);
    display: none; } }
@keyframes slideout {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }
.menu .navbar-brand {
  display: -webkit-flex; }
  .menu .navbar-brand span {
    display: flex;
    display: -webkit-flex; }
  .menu .navbar-brand .navbar-caption-wrap {
    display: -webkit-flex; }
  .menu .navbar-brand .navbar-logo img {
    display: -webkit-flex; }
@media (min-width: 768px) and (max-width: 1253px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox; } }
@media (max-width: 1253px) {
  .menu .navbar-collapse {
    max-height: 93.5vh; }
    .menu .navbar-collapse.show {
      overflow: auto; } }
@media (min-width: 1254px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex; }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important; }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh; }
    .menu .collapsed .navbar-collapse.show {
      overflow: auto; } }
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh; } }

.navbar {
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-align-items: center;
  align-items: center; }

.nav-dropdown .link {
  margin: 0 15px; }

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.justify-content-center {
  -webkit-justify-content: center;
  justify-content: center; }

.form-inline {
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  align-items: center; }

.card-wrapper {
  -webkit-flex: 1;
  flex: 1; }

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }

.carousel-controls {
  display: -webkit-flex; }

.media {
  display: -webkit-flex; }

.form-group:focus {
  outline: none; }

.jq-selectbox__select {
  padding: 0em 0em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 15px; }

.jq-selectbox__dropdown {
  position: absolute;
  top: 100% !important;
  left: 0 !important;
  width: 100% !important; }

.jq-selectbox__trigger-arrow {
  transform: translateY(-50%); }

.jq-selectbox li {
  padding: 1.07em 0.5em; }

input[type="range"] {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.modal-dialog,
.modal-content {
  height: 100%; }

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem); }
  @media (max-width: 575px) {
    .modal-dialog .carousel-inner {
      height: calc(100vh - 1rem); } }

.carousel-item {
  text-align: center; }

.carousel-item img {
  margin: auto; }

.navbar-toggler {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem; }

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%; }

.navbar-toggler-left {
  position: absolute;
  left: 1rem; }

.navbar-toggler-right {
  position: absolute;
  right: 1rem; }

@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 576px) {
  .navbar-toggleable {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-toggleable > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%; }

  .navbar-toggleable .navbar-toggler {
    display: none; } }
@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 768px) {
  .navbar-toggleable-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-toggleable-sm > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-sm .navbar-collapse {
    display: none;
    width: 100%; }

  .navbar-toggleable-sm .navbar-toggler {
    display: none; } }
@media (max-width: 1253px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1254px) {
  .navbar-toggleable-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-toggleable-md > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-md .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%; }

  .navbar-toggleable-md .navbar-toggler {
    display: none; } }
@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-toggleable-lg > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%; }

  .navbar-toggleable-lg .navbar-toggler {
    display: none; } }
.navbar-toggleable-xl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none; }

.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0; }

.navbar-toggleable-xl .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.navbar-toggleable-xl > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.navbar-toggleable-xl .navbar-collapse {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%; }

.navbar-toggleable-xl .navbar-toggler {
  display: none; }

.card-img {
  width: auto; }

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
  -webkit-flex-direction: column; }

.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; }

.dropup .dropdown-toggle::after {
  display: none; }

body {
  font-style: normal;
  line-height: 1.55; }

.mbr-section-title {
  font-style: normal;
  margin-bottom: 30px; }

.mbr-text {
  font-style: normal; }

.btn {
  font-weight: 600 !important;
  border-width: 1px;
  line-height: 20px !important;
  font-style: normal;
  letter-spacing: 0;
  margin: 0.4rem 0.8rem;
  white-space: normal;
  vertical-align: middle;
  overflow: hidden;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center; }

.btn-sm {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

.btn-md {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

.btn-lg {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

.btn-form {
  margin: 0;
  border-radius: 0; }
  .btn-form:hover {
    cursor: pointer; }

#scrollToTop a i:before {
  content: ""; }
#scrollToTop a i:after {
  content: "";
  position: absolute;
  display: block;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  border-top-right-radius: 3px;
  width: 30%;
  height: 30%;
  left: 35%;
  bottom: 40%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg); }

.mbr-arrow a {
  color: #ffffff; }

@media (max-width: 767px) {
  .mbr-arrow {
    display: none; } }
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0; }

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 0.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;
    transform: rotate(45deg);
    width: 14px;
    -webkit-transform: rotate(45deg); }

.form-control {
  box-shadow: none;
  color: #ffffff;
  min-height: 2.5em;
  font-size: 16px;
  border-radius: 4px; }
  .form-active .form-control:invalid {
    border-color: red; }

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none; }

blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  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; }

.mbr-section__comments .row {
  justify-content: center;
  -webkit-justify-content: center; }

.btn .mbr-iconfont {
  font-size: 15px !important;
  order: 1;
  margin-left: 13px; }



@keyframes animBtn {
  0% {
    transform: translateX(0px); }
  51% {
    transform: translateX(20px);
    opacity: 1; }
  52% {
    opacity: 0;
    transform: translateX(-20px); }
  53% {
    opacity: 0; }
  54% {
    opacity: 1; }
  100% {
    transform: translateX(0px); } }

/*# sourceMappingURL=style.css.map */
.cid-sBL5r8NTWk {
  min-height: 20px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sBL5r8NTWk .nav-item,
.cid-sBL5r8NTWk .nav-link,
.cid-sBL5r8NTWk .navbar-caption {
  font-weight: normal;
}
.cid-sBL5r8NTWk .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 1.4vw !important;
  padding: 0 !important;
  font-weight: 500;
}
@media (min-width: 992px) {
  .cid-sBL5r8NTWk .navbar {
    min-height: 90px !important;
  }
  .cid-sBL5r8NTWk .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-sBL5r8NTWk .btn {
    white-space: nowrap;
  }
  .cid-sBL5r8NTWk .dropdown-menu {
    background-color: #ebeaed !important;
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-sBL5r8NTWk .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-sBL5r8NTWk .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-sBL5r8NTWk .dropdown-toggle::after,
  .cid-sBL5r8NTWk .nav-dropdown .link.dropdown-toggle::after {
    content: '';
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-sBL5r8NTWk .dropdown-toggle::after {
  display: none;
  font-family: 'Moririse2' !important;
  content: '\e960';
  font-weight: bold;
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBL5r8NTWk .dropdown-menu {
  box-shadow: none;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 12px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBL5r8NTWk .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  transform: rotate(45deg);
}
.cid-sBL5r8NTWk .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBL5r8NTWk .dropdown-menu .dropdown-item:hover {
  color: #17161a !important;
  background-color: #fafafa;
}
.cid-sBL5r8NTWk .dropdown.open .dropdown-toggle[aria-expanded='true']::after {
  transform: rotate(45deg);
}
.cid-sBL5r8NTWk .dropdown.open .dropdown-toggle[aria-expanded='true'] + .dropdown-submenu {
  visibility: visible;
}
.cid-sBL5r8NTWk .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-sBL5r8NTWk .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-sBL5r8NTWk .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-sBL5r8NTWk .nav-item:focus,
.cid-sBL5r8NTWk .nav-link:focus {
  outline: none;
}
.cid-sBL5r8NTWk .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-sBL5r8NTWk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sBL5r8NTWk .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sBL5r8NTWk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sBL5r8NTWk .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sBL5r8NTWk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sBL5r8NTWk ul.navbar-nav li {
  margin: 1px;
}
.cid-sBL5r8NTWk .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-sBL5r8NTWk .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-sBL5r8NTWk .navbar .navbar-collapse {
  justify-content: start;
  z-index: 1;
}
.cid-sBL5r8NTWk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sBL5r8NTWk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sBL5r8NTWk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 2rem);
  }
}
.cid-sBL5r8NTWk .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sBL5r8NTWk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sBL5r8NTWk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sBL5r8NTWk .navbar {
    padding: 10px 0;
  }
  .cid-sBL5r8NTWk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sBL5r8NTWk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sBL5r8NTWk .navbar .container-fluid,
  .cid-sBL5r8NTWk .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-sBL5r8NTWk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sBL5r8NTWk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sBL5r8NTWk .navbar .navbar-logo img {
    padding: 0 !important;
    margin: 0 !important;
    height: 3rem !important;
  }
  .cid-sBL5r8NTWk .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: left;
  }
  .cid-sBL5r8NTWk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sBL5r8NTWk .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sBL5r8NTWk .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-sBL5r8NTWk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sBL5r8NTWk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sBL5r8NTWk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sBL5r8NTWk .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sBL5r8NTWk .dropdown-item.active,
.cid-sBL5r8NTWk .dropdown-item:active {
  background-color: transparent;
}
.cid-sBL5r8NTWk .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sBL5r8NTWk .nav-dropdown .link .dropdown-toggle[aria-expanded='true'] {
  margin: 0 2vw !important;
}
.cid-sBL5r8NTWk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sBL5r8NTWk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-sBL5r8NTWk .navbar-buttons {
  text-align: end;
}
.cid-sBL5r8NTWk .botoes {
  justify-content: flex-end !important;
}
.cid-sBL5r8NTWk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sBL5r8NTWk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-sBL5r8NTWk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sBL5r8NTWk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBL5r8NTWk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBL5r8NTWk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sBL5r8NTWk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBL5r8NTWk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sBL5r8NTWk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sBL5r8NTWk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBL5r8NTWk .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-sBL5r8NTWk a.nav-link {
  justify-content: left;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBL5r8NTWk a.nav-link:hover {
  color: #17161a !important;
}
.is-builder .cid-sBL5r8NTWk .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sBL5r8NTWk .navbar {
    height: 20px;
  }
  .cid-sBL5r8NTWk .navbar.opened {
    height: auto;
  }
  .cid-sBL5r8NTWk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBL5r8NTWk li {
  list-style-type: none;
}
.cid-sBL5r8NTWk span {
  font-size: 30px !important;
}
.cid-sBL5r8NTWk .btn .mbr-iconfont {
  margin-right: 9px;
  font-size: 25px !important;
  order: 0 !important;
}
@media (max-width: 768px) {
  .cid-sBL5r8NTWk .navbar-buttons {
    text-align: center;
  }
  .cid-sBL5r8NTWk a.nav-link {
    border-bottom: 1px solid #f2ecec;
    margin-top: 15px !important;
  }
  .cid-sBL5r8NTWk .botoes {
    justify-content: center !important;
  }
}
.cid-sBL5r8NTWk .fgts:hover {
  background-color: #6C247D !important;
}
.cid-sBQN6itPMG {
  overflow-x: hidden !important;
}
.cid-sBQN6itPMG,
.cid-sBQN6itPMG .scroll-wrapper {
  padding-top: 165px;
  padding-bottom: 165px;
}
.cid-sBQN6itPMG .mbr-section-title {
  color: #fcfcfc;
}
.cid-sBQN6itPMG .mbr-section-title span {
  color: #17161a;
}
.cid-sBQN6itPMG .mbr-text {
  line-height: 20px;
  color: #ffffff;
  letter-spacing: 1px;
  font-weight: 100;
}
.cid-sBQN6itPMG .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/837450-487e3b3196624ce2b61b6730e3b4319f-mv2-1519x509.png");
}
.cid-sBQN6itPMG .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sBQN6itPMG .mbr-overlay {
  z-index: 1;
}
.cid-sBQN6itPMG .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@media (max-width: 768px) {
  .cid-sBQN6itPMG .mbr-text {
    line-height: 22px;
  }
}
.cid-sBQordcpur {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sBQordcpur .title__block {
  padding: 30px 15px;
}
.cid-sBQordcpur .image {
  z-index: 1;
  top: -9em;
}
.cid-sBQordcpur .mbr-text {
  margin-bottom: 30px;
}
.cid-sBQordcpur .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 20px;
}
.cid-sBQordcpur .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: 0.6;
}
.cid-sBQordcpur .bottom__text {
  margin: 10px 0;
}
.cid-sBQordcpur .btn {
  margin-top: 0;
}
.cid-sBQordcpur .btn:hover {
  background-color: #313034 !important;
  border-color: #17161a !important;
}
.cid-sBQordcpur img {
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sBQordcpur .image {
    margin-bottom: 10px;
  }
  .cid-sBQordcpur .mbr-text {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .cid-sBQordcpur .image {
    z-index: 1;
    top: 0;
  }
}
.cid-sBQpFlTciP {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f5f7fd;
}
.cid-sBQpFlTciP img {
  transition: all 0.6s ease-in-out;
  object-fit: cover;
}
.cid-sBQpFlTciP .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-sBQpFlTciP .img-wrapper .mbr-iconfont {
  margin: auto;
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to left, #000000, #17161a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sBQpFlTciP .card-wrapper {
  background: #f5f7fd;
}
@media (max-width: 767px) {
  .cid-sBQpFlTciP .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sBQpFlTciP .mbr-section-text {
  color: #17161a;
  text-align: center;
}
.cid-sBQpFlTciP .card {
  padding: 5px;
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-sBQpFlTciP .card .img-wrapper {
  overflow: hidden;
}
.cid-sBQpFlTciP .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-sBQt4y5lHG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f5f7fd;
}
.cid-sBQt4y5lHG img {
  transition: all 0.6s ease-in-out;
  object-fit: cover;
}
.cid-sBQt4y5lHG .link-wrapper {
  margin-bottom: 1rem;
}
.cid-sBQt4y5lHG .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-sBQt4y5lHG .img-wrapper .mbr-iconfont {
  margin: auto;
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to left, #000000, #17161a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sBQt4y5lHG .card-wrapper {
  background: #f5f7fd;
}
@media (max-width: 767px) {
  .cid-sBQt4y5lHG .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sBQt4y5lHG .mbr-section-text {
  color: #17161a;
  text-align: center;
}
.cid-sBQt4y5lHG .card {
  padding: 5px;
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-sBQt4y5lHG .card .img-wrapper {
  overflow: hidden;
}
.cid-sBQt4y5lHG .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-sBQuiS5y0r {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sBQuiS5y0r img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-sBQuiS5y0r .link-wrapper {
  margin-bottom: 1rem;
}
.cid-sBQuiS5y0r .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-sBQuiS5y0r .img-wrapper .mbr-iconfont {
  margin: auto;
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to left, #000000, #17161a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sBQuiS5y0r .card-wrapper {
  cursor: pointer;
  box-shadow: 0 1px 5px #000000;
  border-radius: 20px;
  border: 1px solid gray;
  background: #ffffff;
  padding: 2rem;
  padding-right: 0;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-sBQuiS5y0r .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sBQuiS5y0r .first:hover:before {
  content: none;
}
.cid-sBQuiS5y0r .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  content: "";
}
.cid-sBQuiS5y0r .last:hover:after {
  content: none;
}
.cid-sBQuiS5y0r .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #000000, #17161a);
  content: "";
}
.cid-sBQuiS5y0r .mbr-section-text {
  color: #17161a;
  text-align: center;
}
.cid-sBQuiS5y0r .card {
  padding: 5px;
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-sBQuiS5y0r .card .img-wrapper {
  overflow: hidden;
}
.cid-sBQuiS5y0r .card:hover {
  transform: translateY(-10px);
}
.cid-sBQuiS5y0r .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-sBQuiS5y0r .card:hover .card-wrapper {
  background: linear-gradient(to left, #000000, #17161a);
  color: #ffffff !important;
}
.cid-sBQuiS5y0r .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-sBQuiS5y0r .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u2MwvRgmJd {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u2MwvRgmJd .correspondente {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u2MwvRgmJd .correspondente img {
  width: 220px;
  height: 100%;
  margin: 6px;
}
.cid-u2MwvRgmJd section {
  position: relative;
}
.cid-u2MwvRgmJd h4 {
  margin: 0;
}
.cid-u2MwvRgmJd img {
  height: 75px;
  padding: 3px;
}
.cid-u2MwvRgmJd a {
  font-weight: 300;
  color: #000 !important;
  transition: all 400ms ease-in-out;
}
.cid-u2MwvRgmJd h4 a {
  margin-left: -0.7em !important;
}
.cid-u2MwvRgmJd a:hover {
  transition: all 400ms ease-in-out;
  font-weight: bold !important;
}
.cid-u2MwvRgmJd .img1 {
  color: #295b76;
}
.cid-u2MwvRgmJd .img2 {
  color: #295b76;
}
.cid-u2MwvRgmJd .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #295b76;
  transition: background 0.3s;
  margin-bottom: 1rem;
}
.cid-u2MwvRgmJd .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u2MwvRgmJd .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u2MwvRgmJd .item,
.cid-u2MwvRgmJd .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.1rem;
  margin-bottom: 0rem;
}
.cid-u2MwvRgmJd .item h4,
.cid-u2MwvRgmJd .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-u2MwvRgmJd .card-img {
  width: auto;
}
.cid-u2MwvRgmJd .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-u2MwvRgmJd .item {
    justify-content: center;
  }
  .cid-u2MwvRgmJd .align-left {
    text-align: left !important;
  }
}
.cid-u2MwvRgmJd .item-title {
  color: #000000;
}
.cid-u2MwvRgmJd .link-title {
  color: #000000;
}
.cid-u2MwvRgmJd .items-title,
.cid-u2MwvRgmJd .items-title + .line-wrap {
  color: #000000;
}
.cid-u2MwvRgmJd .links-title,
.cid-u2MwvRgmJd .links-title + .line-wrap {
  color: #000000;
}
.cid-u2MwvRgmJd .text1 {
  color: #000000;
}
.cid-u2MwvRgmJd .col-sm-6 {
  width: 50% !important;
}
.cid-u2MwvRgmJd .image img {
  height: 60px !important;
}
.cid-u2MwvRgmJd .image p {
  font-size: 12px !important;
}
.cid-u2MwvRgmJd .bloco-redes-sociais span {
  font-size: 2em;
}
@media (max-width: 796px) {
  .cid-u2MwvRgmJd .image img {
    height: 50px !important;
  }
  .cid-u2MwvRgmJd .image p {
    font-size: 12px !important;
  }
}
@media (min-width: 765px) and (max-width: 780px) {
  .cid-u2MwvRgmJd .conteiner-informacoes {
    flex: 0 0 33.333333% !important;
    max-width: 33.333333% !important;
  }
  .cid-u2MwvRgmJd .conteiner-informacoes-none {
    display: none !important;
  }
}
.cid-u2MwvRgmJd .primecase img {
  height: 35px;
}
.cid-u2MwvRgmJd .primecase span {
  position: relative;
  bottom: 2.3px;
}
@media (max-width: 768px) {
  .cid-u2MwvRgmJd .correspondente {
    margin-left: 0 !important;
  }
}
.cid-u2MwvRgmJd .btn .mbr-iconfont {
  font-size: 28px !important;
  margin-left: 5px;
  margin-right: 10px;
  order: 0 !important;
}
.cid-u2MwvRgmJd .mbr-section-btn .btn {
  border-radius: 14px !important;
  padding: 12px;
}
.cid-u2MwvRgmJd .fundo {
  margin-left: 3px;
  margin-top: 0.8em;
  padding-top: 0px !important;
  padding-bottom: 0 !important;
  color: white;
  height: 2em;
  padding: 1px;
  border-radius: 8px;
  background: black;
  width: 32px;
}
.cid-u2MwvRgmJd .fundo:hover {
  background: gray;
}
.cid-u2MwvRgmJd .fa-instagram {
  margin-left: 4.3px;
  margin-top: -3.3px;
  color: white;
  align-items: center;
  justify-content: center;
}
.cid-u2MwvRgmJd .fa-instagram:hover {
  color: white;
}
.cid-sIqC12O7YN {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #eeeeee;
}
.cid-sIqC12O7YN .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sIqC12O7YN .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-sIqC12O7YN .btn {
  margin-bottom: 2rem;
}
.cid-sIqC12O7YN img {
  margin-top: -1em !important;
  width: 1.3em !important;
  margin-left: 22em !important;
}
.cid-sIqC12O7YN .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-sIqC12O7YN .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sIqC12O7YN .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-sIqC12O7YN .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sIqC12O7YN .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sIqC12O7YN .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-sIqC12O7YN .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sIqC12O7YN .social-list img {
  margin-left: 8em !important;
}
@media (max-width: 575px) {
  .cid-sIqC12O7YN .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
  .cid-sIqC12O7YN img {
    margin-left: 10em !important;
  }
}
.cid-sIqC12O7YN .links {
  color: #555555;
  text-align: center;
}
.cid-sIqC12O7YN p {
  font-size: 14px !important;
}
/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
section {
  background-color: #eeeeee; }

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word; }

.form-control:focus {
  box-shadow: none; }

:focus {
  outline: none; }

@media (max-width: 992px) {
  .md-pb {
    padding-bottom: 2rem !important; } }
a {
  transition: color 0.25s; }

a.mbr-iconfont:hover {
  text-decoration: none; }

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0; }

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer; }
  a, a:hover {
    text-decoration: none; }

figure {
  margin-bottom: 0; }

body {
  color: #17161a !important;
  font-weight: 400; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4 {
  margin-bottom: 0;
  word-break: break-word;
  word-wrap: break-word; }

b,
strong {
  font-weight: bold; }

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 2px solid;
  border-color: #17161a; }

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  transition-property: background-color, color; }

textarea[type="hidden"] {
  display: none; }

body {
  position: relative;
  overflow-x: hidden; }

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  section .mbr-background-video,
  section .mbr-background-video-preview {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0; }

.hidden {
  visibility: hidden; }

.mbr-z-index20 {
  z-index: 20; }

/*! Base colors */
.mbr-white {
  color: #ffffff; }

.mbr-black {
  color: #000000; }

.mbr-bg-white {
  background-color: #ffffff; }

.mbr-bg-black {
  background-color: #000000; }

/*! Text-aligns */
.align-left {
  text-align: left; }

.align-center {
  text-align: center; }

.align-right {
  text-align: right; }

@media (max-width: 767px) {
  .align-left,
  .align-center,
  .align-right
   {
    text-align: center; } }
/*! Font-weight  */
.mbr-light {
  font-weight: 300 !important; }

.mbr-regular {
  font-weight: 400 !important; }

.mbr-medium {
  font-weight: 500 !important; }

.mbr-semibold {
  font-weight: 600 !important; }

.mbr-bold {
  font-weight: 700 !important; }

.mbr-extrabold {
  font-weight: 800 !important; }

/*! Media  */
.media-size-item {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto; }

.media-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%; }

.media-container-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start; }
  .media-container-row .media-size-item {
    width: 400px; }

.media-container-column {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .media-container-column > * {
    width: 100%; }

@media (min-width: 992px) {
  .media-container-row {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; } }
figure {
  overflow: hidden; }

figure[mbr-media-size] {
  transition: width 0.1s; }

.mbr-figure img,
.mbr-figure iframe {
  display: block;
  width: 100%; }

.card {
  background-color: transparent;
  border: none; }

.card-box {
  width: 100%; }

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0; }

.media {
  max-width: 100%;
  margin: 0 auto; }

.mbr-figure {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center; }

.media-container > div {
  max-width: 100%; }

.mbr-figure img,
.card-img img {
  width: 100%; }

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important; }

  .media {
    width: auto; } }
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.8rem;
  margin-right: -0.8rem;
  font-size: 0; }

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem; }

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  cursor: pointer; }

[type="submit"] {
  -webkit-appearance: none; }

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh; }

.mbr-fullscreen {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  -webkit-align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem; }

/*! Map */
.map {
  height: 25rem;
  position: relative; }
  .map iframe {
    width: 100%;
    height: 100%; }

/* Form */
.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal; }

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg); }

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 50px;
  width: 50px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center; }
  .mbr-arrow-up a:hover {
    background-color: rgba(0, 0, 0, 0.4); }
  .mbr-arrow-up a i {
    line-height: 50px; }

.mbr-arrow-up-icon {
  display: block;
  color: #fff; }

.mbr-arrow-up-icon::before {
  content: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 140%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  .mbr-arrow > a {
    display: inline-block;
    text-decoration: none;
    outline-style: none;
    -webkit-animation: arrowdown 1.7s ease-in-out infinite;
    animation: arrowdown 1.7s ease-in-out infinite; }
    .mbr-arrow > a > i {
      position: absolute;
      top: -2px;
      left: 15px;
      font-size: 2rem; }

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px); }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); } }
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px); }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); } }
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg); } }
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out; }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out; } }
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out; }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out; } }
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate; }

@keyframes slidein {
  0% {
    transform: translateX(0%); }
  100% {
    transform: translateX(100%);
    display: none; } }
@keyframes slideout {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }
.menu .navbar-brand {
  display: -webkit-flex; }
  .menu .navbar-brand span {
    display: flex;
    display: -webkit-flex; }
  .menu .navbar-brand .navbar-caption-wrap {
    display: -webkit-flex; }
  .menu .navbar-brand .navbar-logo img {
    display: -webkit-flex; }
@media (min-width: 768px) and (max-width: 1253px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox; } }
@media (max-width: 1253px) {
  .menu .navbar-collapse {
    max-height: 93.5vh; }
    .menu .navbar-collapse.show {
      overflow: auto; } }
@media (min-width: 1254px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex; }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important; }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh; }
    .menu .collapsed .navbar-collapse.show {
      overflow: auto; } }
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh; } }

.navbar {
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-align-items: center;
  align-items: center; }

.nav-dropdown .link {
  margin: 0 15px; }

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.justify-content-center {
  -webkit-justify-content: center;
  justify-content: center; }

.form-inline {
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  align-items: center; }

.card-wrapper {
  -webkit-flex: 1;
  flex: 1; }

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }

.carousel-controls {
  display: -webkit-flex; }

.media {
  display: -webkit-flex; }

.form-group:focus {
  outline: none; }

.jq-selectbox__select {
  padding: 0em 0em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 15px; }

.jq-selectbox__dropdown {
  position: absolute;
  top: 100% !important;
  left: 0 !important;
  width: 100% !important; }

.jq-selectbox__trigger-arrow {
  transform: translateY(-50%); }

.jq-selectbox li {
  padding: 1.07em 0.5em; }

input[type="range"] {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.modal-dialog,
.modal-content {
  height: 100%; }

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem); }
  @media (max-width: 575px) {
    .modal-dialog .carousel-inner {
      height: calc(100vh - 1rem); } }

.carousel-item {
  text-align: center; }

.carousel-item img {
  margin: auto; }

.navbar-toggler {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem; }

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%; }

.navbar-toggler-left {
  position: absolute;
  left: 1rem; }

.navbar-toggler-right {
  position: absolute;
  right: 1rem; }

@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 576px) {
  .navbar-toggleable {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-toggleable > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%; }

  .navbar-toggleable .navbar-toggler {
    display: none; } }
@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 768px) {
  .navbar-toggleable-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-toggleable-sm > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-sm .navbar-collapse {
    display: none;
    width: 100%; }

  .navbar-toggleable-sm .navbar-toggler {
    display: none; } }
@media (max-width: 1253px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1254px) {
  .navbar-toggleable-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-toggleable-md > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-md .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%; }

  .navbar-toggleable-md .navbar-toggler {
    display: none; } }
@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-toggleable-lg > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%; }

  .navbar-toggleable-lg .navbar-toggler {
    display: none; } }
.navbar-toggleable-xl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none; }

.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0; }

.navbar-toggleable-xl .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.navbar-toggleable-xl > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.navbar-toggleable-xl .navbar-collapse {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%; }

.navbar-toggleable-xl .navbar-toggler {
  display: none; }

.card-img {
  width: auto; }

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
  -webkit-flex-direction: column; }

.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; }

.dropup .dropdown-toggle::after {
  display: none; }

body {
  font-style: normal;
  line-height: 1.55; }

.mbr-section-title {
  font-style: normal;
  margin-bottom: 30px; }

.mbr-text {
  font-style: normal; }

.btn {
  font-weight: 600 !important;
  border-width: 1px;
  line-height: 20px !important;
  font-style: normal;
  letter-spacing: 0;
  margin: 0.4rem 0.8rem;
  white-space: normal;
  vertical-align: middle;
  overflow: hidden;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center; }

.btn-sm {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

.btn-md {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

.btn-lg {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

.btn-form {
  margin: 0;
  border-radius: 0; }
  .btn-form:hover {
    cursor: pointer; }

#scrollToTop a i:before {
  content: ""; }
#scrollToTop a i:after {
  content: "";
  position: absolute;
  display: block;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  border-top-right-radius: 3px;
  width: 30%;
  height: 30%;
  left: 35%;
  bottom: 40%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg); }

.mbr-arrow a {
  color: #ffffff; }

@media (max-width: 767px) {
  .mbr-arrow {
    display: none; } }
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0; }

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 0.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;
    transform: rotate(45deg);
    width: 14px;
    -webkit-transform: rotate(45deg); }

.form-control {
  box-shadow: none;
  color: #ffffff;
  min-height: 2.5em;
  font-size: 16px;
  border-radius: 4px; }
  .form-active .form-control:invalid {
    border-color: red; }

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none; }

blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  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; }

.mbr-section__comments .row {
  justify-content: center;
  -webkit-justify-content: center; }

.btn .mbr-iconfont {
  font-size: 15px !important;
  order: 1;
  margin-left: 13px; }



@keyframes animBtn {
  0% {
    transform: translateX(0px); }
  51% {
    transform: translateX(20px);
    opacity: 1; }
  52% {
    opacity: 0;
    transform: translateX(-20px); }
  53% {
    opacity: 0; }
  54% {
    opacity: 1; }
  100% {
    transform: translateX(0px); } }

/*# sourceMappingURL=style.css.map */
.cid-sBQvpRb6k3 {
  min-height: 20px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sBQvpRb6k3 .nav-item,
.cid-sBQvpRb6k3 .nav-link,
.cid-sBQvpRb6k3 .navbar-caption {
  font-weight: normal;
}
.cid-sBQvpRb6k3 .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 1.4vw !important;
  padding: 0 !important;
  font-weight: 500;
}
@media (min-width: 992px) {
  .cid-sBQvpRb6k3 .navbar {
    min-height: 90px !important;
  }
  .cid-sBQvpRb6k3 .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-sBQvpRb6k3 .btn {
    white-space: nowrap;
  }
  .cid-sBQvpRb6k3 .dropdown-menu {
    background-color: #ebeaed !important;
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-sBQvpRb6k3 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-sBQvpRb6k3 .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-sBQvpRb6k3 .dropdown-toggle::after,
  .cid-sBQvpRb6k3 .nav-dropdown .link.dropdown-toggle::after {
    content: '';
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-sBQvpRb6k3 .dropdown-toggle::after {
  display: none;
  font-family: 'Moririse2' !important;
  content: '\e960';
  font-weight: bold;
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBQvpRb6k3 .dropdown-menu {
  box-shadow: none;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 12px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBQvpRb6k3 .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  transform: rotate(45deg);
}
.cid-sBQvpRb6k3 .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBQvpRb6k3 .dropdown-menu .dropdown-item:hover {
  color: #17161a !important;
  background-color: #fafafa;
}
.cid-sBQvpRb6k3 .dropdown.open .dropdown-toggle[aria-expanded='true']::after {
  transform: rotate(45deg);
}
.cid-sBQvpRb6k3 .dropdown.open .dropdown-toggle[aria-expanded='true'] + .dropdown-submenu {
  visibility: visible;
}
.cid-sBQvpRb6k3 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-sBQvpRb6k3 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-sBQvpRb6k3 .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-sBQvpRb6k3 .nav-item:focus,
.cid-sBQvpRb6k3 .nav-link:focus {
  outline: none;
}
.cid-sBQvpRb6k3 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-sBQvpRb6k3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sBQvpRb6k3 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sBQvpRb6k3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sBQvpRb6k3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sBQvpRb6k3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sBQvpRb6k3 ul.navbar-nav li {
  margin: 1px;
}
.cid-sBQvpRb6k3 .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-sBQvpRb6k3 .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-sBQvpRb6k3 .navbar .navbar-collapse {
  justify-content: start;
  z-index: 1;
}
.cid-sBQvpRb6k3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sBQvpRb6k3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sBQvpRb6k3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 2rem);
  }
}
.cid-sBQvpRb6k3 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sBQvpRb6k3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sBQvpRb6k3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sBQvpRb6k3 .navbar {
    padding: 10px 0;
  }
  .cid-sBQvpRb6k3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sBQvpRb6k3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sBQvpRb6k3 .navbar .container-fluid,
  .cid-sBQvpRb6k3 .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-sBQvpRb6k3 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sBQvpRb6k3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sBQvpRb6k3 .navbar .navbar-logo img {
    padding: 0 !important;
    margin: 0 !important;
    height: 3rem !important;
  }
  .cid-sBQvpRb6k3 .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: left;
  }
  .cid-sBQvpRb6k3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sBQvpRb6k3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sBQvpRb6k3 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-sBQvpRb6k3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sBQvpRb6k3 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sBQvpRb6k3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sBQvpRb6k3 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sBQvpRb6k3 .dropdown-item.active,
.cid-sBQvpRb6k3 .dropdown-item:active {
  background-color: transparent;
}
.cid-sBQvpRb6k3 .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sBQvpRb6k3 .nav-dropdown .link .dropdown-toggle[aria-expanded='true'] {
  margin: 0 2vw !important;
}
.cid-sBQvpRb6k3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sBQvpRb6k3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-sBQvpRb6k3 .navbar-buttons {
  text-align: end;
}
.cid-sBQvpRb6k3 .botoes {
  justify-content: flex-end !important;
}
.cid-sBQvpRb6k3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sBQvpRb6k3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-sBQvpRb6k3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sBQvpRb6k3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBQvpRb6k3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBQvpRb6k3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sBQvpRb6k3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBQvpRb6k3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sBQvpRb6k3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sBQvpRb6k3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBQvpRb6k3 .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-sBQvpRb6k3 a.nav-link {
  justify-content: left;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBQvpRb6k3 a.nav-link:hover {
  color: #17161a !important;
}
.is-builder .cid-sBQvpRb6k3 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sBQvpRb6k3 .navbar {
    height: 20px;
  }
  .cid-sBQvpRb6k3 .navbar.opened {
    height: auto;
  }
  .cid-sBQvpRb6k3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBQvpRb6k3 li {
  list-style-type: none;
}
.cid-sBQvpRb6k3 span {
  font-size: 30px !important;
}
.cid-sBQvpRb6k3 .btn .mbr-iconfont {
  margin-right: 9px;
  font-size: 25px !important;
  order: 0 !important;
}
@media (max-width: 768px) {
  .cid-sBQvpRb6k3 .navbar-buttons {
    text-align: center;
  }
  .cid-sBQvpRb6k3 a.nav-link {
    border-bottom: 1px solid #f2ecec;
    margin-top: 15px !important;
  }
  .cid-sBQvpRb6k3 .botoes {
    justify-content: center !important;
  }
}
.cid-sBQvpRb6k3 .fgts:hover {
  background-color: #6C247D !important;
}
.cid-sBQNgUh959 {
  overflow-x: hidden !important;
}
.cid-sBQNgUh959,
.cid-sBQNgUh959 .scroll-wrapper {
  padding-top: 165px;
  padding-bottom: 165px;
}
.cid-sBQNgUh959 .mbr-section-title {
  color: #fcfcfc;
}
.cid-sBQNgUh959 .mbr-section-title span {
  color: #17161a;
}
.cid-sBQNgUh959 .mbr-text {
  line-height: 20px;
  color: #ffffff;
  letter-spacing: 1px;
  font-weight: 100;
}
.cid-sBQNgUh959 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/837450-487e3b3196624ce2b61b6730e3b4319f-mv2-1519x509.png");
}
.cid-sBQNgUh959 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sBQNgUh959 .mbr-overlay {
  z-index: 1;
}
.cid-sBQNgUh959 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@media (max-width: 768px) {
  .cid-sBQNgUh959 .mbr-text {
    line-height: 22px;
  }
}
.cid-sBQvpSuwun {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sBQvpSuwun .title__block {
  padding: 30px 15px;
}
.cid-sBQvpSuwun .image {
  z-index: 1;
  top: -9em;
}
.cid-sBQvpSuwun .mbr-text {
  margin-bottom: 30px;
}
.cid-sBQvpSuwun .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 20px;
}
.cid-sBQvpSuwun .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: 0.6;
}
.cid-sBQvpSuwun .bottom__text {
  margin: 10px 0;
}
.cid-sBQvpSuwun .btn {
  margin-top: 0;
}
.cid-sBQvpSuwun .btn:hover {
  background-color: #313034 !important;
  border-color: #17161a !important;
}
.cid-sBQvpSuwun img {
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sBQvpSuwun .image {
    margin-bottom: 10px;
  }
  .cid-sBQvpSuwun .mbr-text {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .cid-sBQvpSuwun .image {
    z-index: 1;
    top: 0;
  }
}
.cid-sBQvpSU3V0 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f5f7fd;
}
.cid-sBQvpSU3V0 img {
  transition: all 0.6s ease-in-out;
  object-fit: cover;
}
.cid-sBQvpSU3V0 .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-sBQvpSU3V0 .img-wrapper .mbr-iconfont {
  margin: auto;
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to left, #000000, #17161a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sBQvpSU3V0 .card-wrapper {
  background: #f5f7fd;
}
@media (max-width: 767px) {
  .cid-sBQvpSU3V0 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sBQvpSU3V0 .mbr-section-text {
  color: #17161a;
  text-align: center;
}
.cid-sBQvpSU3V0 .card {
  padding: 5px;
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-sBQvpSU3V0 .card .img-wrapper {
  overflow: hidden;
}
.cid-sBQvpSU3V0 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-sBQvpU7BdF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f5f7fd;
}
.cid-sBQvpU7BdF img {
  transition: all 0.6s ease-in-out;
  object-fit: cover;
}
.cid-sBQvpU7BdF .link-wrapper {
  margin-bottom: 1rem;
}
.cid-sBQvpU7BdF .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-sBQvpU7BdF .img-wrapper .mbr-iconfont {
  margin: auto;
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to left, #000000, #17161a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sBQvpU7BdF .card-wrapper {
  background: #f5f7fd;
}
@media (max-width: 767px) {
  .cid-sBQvpU7BdF .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sBQvpU7BdF .mbr-section-text {
  color: #17161a;
  text-align: center;
}
.cid-sBQvpU7BdF .card {
  padding: 5px;
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-sBQvpU7BdF .card .img-wrapper {
  overflow: hidden;
}
.cid-sBQvpU7BdF .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-sBQwN6egUv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sBQwN6egUv .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
  color: #000000;
  text-align: center;
}
.cid-sBQwN6egUv .clients__block .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-sBQwN6egUv .mbr-text {
  margin: 10px 0 30px;
}
.cid-sBQwN6egUv .wrap {
  overflow: hidden;
  padding: 20px 0;
}
.cid-sBQwN6egUv .wrap:hover .image {
  animation: clientsAnim cubic-bezier(0.4, 0, 0.2, 1) 0.75s 1;
}
.cid-sBQwN6egUv .image {
  padding-right: 35%;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBQwN6egUv .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sBQwN6egUv .mbr-text {
    margin: 10px 0;
  }
}
@keyframes clientsAnim {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(calc(-125%));
    opacity: 1;
  }
  51% {
    transform: translateY(calc(-125%));
    opacity: 0;
  }
  52% {
    transform: translateY(calc(125%));
  }
  86% {
    opacity: 1;
  }
  100% {
    transform: translateY(0px);
  }
}
.cid-sBQwN6egUv .mbr-section-title {
  color: #f5f0f0;
}
.cid-sBQxiRhyKy {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sBQxiRhyKy .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
  color: #000000;
  text-align: center;
}
.cid-sBQxiRhyKy .clients__block .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-sBQxiRhyKy .mbr-text {
  margin: 10px 0 30px;
}
.cid-sBQxiRhyKy .wrap {
  overflow: hidden;
  padding: 20px 0;
}
.cid-sBQxiRhyKy .wrap:hover .image {
  animation: clientsAnim cubic-bezier(0.4, 0, 0.2, 1) 0.75s 1;
}
.cid-sBQxiRhyKy .image {
  padding-right: 35%;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBQxiRhyKy .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sBQxiRhyKy .mbr-text {
    margin: 10px 0;
  }
}
@keyframes clientsAnim {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(calc(-125%));
    opacity: 1;
  }
  51% {
    transform: translateY(calc(-125%));
    opacity: 0;
  }
  52% {
    transform: translateY(calc(125%));
  }
  86% {
    opacity: 1;
  }
  100% {
    transform: translateY(0px);
  }
}
.cid-sBQxiRhyKy .mbr-section-title {
  color: #f5f0f0;
}
.cid-sBQvpVmTkm {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sBQvpVmTkm img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-sBQvpVmTkm .link-wrapper {
  margin-bottom: 1rem;
}
.cid-sBQvpVmTkm .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-sBQvpVmTkm .img-wrapper .mbr-iconfont {
  margin: auto;
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to left, #000000, #17161a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sBQvpVmTkm .card-wrapper {
  cursor: pointer;
  box-shadow: 0 1px 5px #000000;
  border-radius: 20px;
  border: 1px solid gray;
  background: #ffffff;
  padding: 2rem;
  padding-right: 0;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-sBQvpVmTkm .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sBQvpVmTkm .first:hover:before {
  content: none;
}
.cid-sBQvpVmTkm .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  content: "";
}
.cid-sBQvpVmTkm .last:hover:after {
  content: none;
}
.cid-sBQvpVmTkm .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #000000, #17161a);
  content: "";
}
.cid-sBQvpVmTkm .mbr-section-text {
  color: #17161a;
  text-align: center;
}
.cid-sBQvpVmTkm .card {
  padding: 5px;
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-sBQvpVmTkm .card .img-wrapper {
  overflow: hidden;
}
.cid-sBQvpVmTkm .card:hover {
  transform: translateY(-10px);
}
.cid-sBQvpVmTkm .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-sBQvpVmTkm .card:hover .card-wrapper {
  background: linear-gradient(to left, #000000, #17161a);
  color: #ffffff !important;
}
.cid-sBQvpVmTkm .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-sBQvpVmTkm .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u2MwztvAK4 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u2MwztvAK4 .correspondente {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u2MwztvAK4 .correspondente img {
  width: 220px;
  height: 100%;
  margin: 6px;
}
.cid-u2MwztvAK4 section {
  position: relative;
}
.cid-u2MwztvAK4 h4 {
  margin: 0;
}
.cid-u2MwztvAK4 img {
  height: 75px;
  padding: 3px;
}
.cid-u2MwztvAK4 a {
  font-weight: 300;
  color: #000 !important;
  transition: all 400ms ease-in-out;
}
.cid-u2MwztvAK4 h4 a {
  margin-left: -0.7em !important;
}
.cid-u2MwztvAK4 a:hover {
  transition: all 400ms ease-in-out;
  font-weight: bold !important;
}
.cid-u2MwztvAK4 .img1 {
  color: #295b76;
}
.cid-u2MwztvAK4 .img2 {
  color: #295b76;
}
.cid-u2MwztvAK4 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #295b76;
  transition: background 0.3s;
  margin-bottom: 1rem;
}
.cid-u2MwztvAK4 .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u2MwztvAK4 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u2MwztvAK4 .item,
.cid-u2MwztvAK4 .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.1rem;
  margin-bottom: 0rem;
}
.cid-u2MwztvAK4 .item h4,
.cid-u2MwztvAK4 .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-u2MwztvAK4 .card-img {
  width: auto;
}
.cid-u2MwztvAK4 .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-u2MwztvAK4 .item {
    justify-content: center;
  }
  .cid-u2MwztvAK4 .align-left {
    text-align: left !important;
  }
}
.cid-u2MwztvAK4 .item-title {
  color: #000000;
}
.cid-u2MwztvAK4 .link-title {
  color: #000000;
}
.cid-u2MwztvAK4 .items-title,
.cid-u2MwztvAK4 .items-title + .line-wrap {
  color: #000000;
}
.cid-u2MwztvAK4 .links-title,
.cid-u2MwztvAK4 .links-title + .line-wrap {
  color: #000000;
}
.cid-u2MwztvAK4 .text1 {
  color: #000000;
}
.cid-u2MwztvAK4 .col-sm-6 {
  width: 50% !important;
}
.cid-u2MwztvAK4 .image img {
  height: 60px !important;
}
.cid-u2MwztvAK4 .image p {
  font-size: 12px !important;
}
.cid-u2MwztvAK4 .bloco-redes-sociais span {
  font-size: 2em;
}
@media (max-width: 796px) {
  .cid-u2MwztvAK4 .image img {
    height: 50px !important;
  }
  .cid-u2MwztvAK4 .image p {
    font-size: 12px !important;
  }
}
@media (min-width: 765px) and (max-width: 780px) {
  .cid-u2MwztvAK4 .conteiner-informacoes {
    flex: 0 0 33.333333% !important;
    max-width: 33.333333% !important;
  }
  .cid-u2MwztvAK4 .conteiner-informacoes-none {
    display: none !important;
  }
}
.cid-u2MwztvAK4 .primecase img {
  height: 35px;
}
.cid-u2MwztvAK4 .primecase span {
  position: relative;
  bottom: 2.3px;
}
@media (max-width: 768px) {
  .cid-u2MwztvAK4 .correspondente {
    margin-left: 0 !important;
  }
}
.cid-u2MwztvAK4 .btn .mbr-iconfont {
  font-size: 28px !important;
  margin-left: 5px;
  margin-right: 10px;
  order: 0 !important;
}
.cid-u2MwztvAK4 .mbr-section-btn .btn {
  border-radius: 14px !important;
  padding: 12px;
}
.cid-u2MwztvAK4 .fundo {
  margin-left: 3px;
  margin-top: 0.8em;
  padding-top: 0px !important;
  padding-bottom: 0 !important;
  color: white;
  height: 2em;
  padding: 1px;
  border-radius: 8px;
  background: black;
  width: 32px;
}
.cid-u2MwztvAK4 .fundo:hover {
  background: gray;
}
.cid-u2MwztvAK4 .fa-instagram {
  margin-left: 4.3px;
  margin-top: -3.3px;
  color: white;
  align-items: center;
  justify-content: center;
}
.cid-u2MwztvAK4 .fa-instagram:hover {
  color: white;
}
.cid-sIqD05g8aD {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #eeeeee;
}
.cid-sIqD05g8aD .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sIqD05g8aD .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-sIqD05g8aD .btn {
  margin-bottom: 2rem;
}
.cid-sIqD05g8aD img {
  margin-top: -1em !important;
  width: 1.3em !important;
  margin-left: 22em !important;
}
.cid-sIqD05g8aD .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-sIqD05g8aD .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sIqD05g8aD .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-sIqD05g8aD .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sIqD05g8aD .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sIqD05g8aD .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-sIqD05g8aD .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sIqD05g8aD .social-list img {
  margin-left: 8em !important;
}
@media (max-width: 575px) {
  .cid-sIqD05g8aD .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
  .cid-sIqD05g8aD img {
    margin-left: 10em !important;
  }
}
.cid-sIqD05g8aD .links {
  color: #555555;
  text-align: center;
}
.cid-sIqD05g8aD p {
  font-size: 14px !important;
}
/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
section {
  background-color: #eeeeee; }

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word; }

.form-control:focus {
  box-shadow: none; }

:focus {
  outline: none; }

@media (max-width: 992px) {
  .md-pb {
    padding-bottom: 2rem !important; } }
a {
  transition: color 0.25s; }

a.mbr-iconfont:hover {
  text-decoration: none; }

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0; }

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer; }
  a, a:hover {
    text-decoration: none; }

figure {
  margin-bottom: 0; }

body {
  color: #17161a !important;
  font-weight: 400; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4 {
  margin-bottom: 0;
  word-break: break-word;
  word-wrap: break-word; }

b,
strong {
  font-weight: bold; }

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 2px solid;
  border-color: #17161a; }

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  transition-property: background-color, color; }

textarea[type="hidden"] {
  display: none; }

body {
  position: relative;
  overflow-x: hidden; }

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  section .mbr-background-video,
  section .mbr-background-video-preview {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0; }

.hidden {
  visibility: hidden; }

.mbr-z-index20 {
  z-index: 20; }

/*! Base colors */
.mbr-white {
  color: #ffffff; }

.mbr-black {
  color: #000000; }

.mbr-bg-white {
  background-color: #ffffff; }

.mbr-bg-black {
  background-color: #000000; }

/*! Text-aligns */
.align-left {
  text-align: left; }

.align-center {
  text-align: center; }

.align-right {
  text-align: right; }

@media (max-width: 767px) {
  .align-left,
  .align-center,
  .align-right
   {
    text-align: center; } }
/*! Font-weight  */
.mbr-light {
  font-weight: 300 !important; }

.mbr-regular {
  font-weight: 400 !important; }

.mbr-medium {
  font-weight: 500 !important; }

.mbr-semibold {
  font-weight: 600 !important; }

.mbr-bold {
  font-weight: 700 !important; }

.mbr-extrabold {
  font-weight: 800 !important; }

/*! Media  */
.media-size-item {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto; }

.media-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%; }

.media-container-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start; }
  .media-container-row .media-size-item {
    width: 400px; }

.media-container-column {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .media-container-column > * {
    width: 100%; }

@media (min-width: 992px) {
  .media-container-row {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; } }
figure {
  overflow: hidden; }

figure[mbr-media-size] {
  transition: width 0.1s; }

.mbr-figure img,
.mbr-figure iframe {
  display: block;
  width: 100%; }

.card {
  background-color: transparent;
  border: none; }

.card-box {
  width: 100%; }

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0; }

.media {
  max-width: 100%;
  margin: 0 auto; }

.mbr-figure {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center; }

.media-container > div {
  max-width: 100%; }

.mbr-figure img,
.card-img img {
  width: 100%; }

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important; }

  .media {
    width: auto; } }
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.8rem;
  margin-right: -0.8rem;
  font-size: 0; }

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem; }

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  cursor: pointer; }

[type="submit"] {
  -webkit-appearance: none; }

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh; }

.mbr-fullscreen {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  -webkit-align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem; }

/*! Map */
.map {
  height: 25rem;
  position: relative; }
  .map iframe {
    width: 100%;
    height: 100%; }

/* Form */
.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal; }

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg); }

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 50px;
  width: 50px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center; }
  .mbr-arrow-up a:hover {
    background-color: rgba(0, 0, 0, 0.4); }
  .mbr-arrow-up a i {
    line-height: 50px; }

.mbr-arrow-up-icon {
  display: block;
  color: #fff; }

.mbr-arrow-up-icon::before {
  content: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 140%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  .mbr-arrow > a {
    display: inline-block;
    text-decoration: none;
    outline-style: none;
    -webkit-animation: arrowdown 1.7s ease-in-out infinite;
    animation: arrowdown 1.7s ease-in-out infinite; }
    .mbr-arrow > a > i {
      position: absolute;
      top: -2px;
      left: 15px;
      font-size: 2rem; }

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px); }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); } }
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px); }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); } }
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg); } }
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out; }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out; } }
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out; }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out; } }
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate; }

@keyframes slidein {
  0% {
    transform: translateX(0%); }
  100% {
    transform: translateX(100%);
    display: none; } }
@keyframes slideout {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }
.menu .navbar-brand {
  display: -webkit-flex; }
  .menu .navbar-brand span {
    display: flex;
    display: -webkit-flex; }
  .menu .navbar-brand .navbar-caption-wrap {
    display: -webkit-flex; }
  .menu .navbar-brand .navbar-logo img {
    display: -webkit-flex; }
@media (min-width: 768px) and (max-width: 1253px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox; } }
@media (max-width: 1253px) {
  .menu .navbar-collapse {
    max-height: 93.5vh; }
    .menu .navbar-collapse.show {
      overflow: auto; } }
@media (min-width: 1254px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex; }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important; }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh; }
    .menu .collapsed .navbar-collapse.show {
      overflow: auto; } }
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh; } }

.navbar {
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-align-items: center;
  align-items: center; }

.nav-dropdown .link {
  margin: 0 15px; }

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.justify-content-center {
  -webkit-justify-content: center;
  justify-content: center; }

.form-inline {
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  align-items: center; }

.card-wrapper {
  -webkit-flex: 1;
  flex: 1; }

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }

.carousel-controls {
  display: -webkit-flex; }

.media {
  display: -webkit-flex; }

.form-group:focus {
  outline: none; }

.jq-selectbox__select {
  padding: 0em 0em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 15px; }

.jq-selectbox__dropdown {
  position: absolute;
  top: 100% !important;
  left: 0 !important;
  width: 100% !important; }

.jq-selectbox__trigger-arrow {
  transform: translateY(-50%); }

.jq-selectbox li {
  padding: 1.07em 0.5em; }

input[type="range"] {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.modal-dialog,
.modal-content {
  height: 100%; }

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem); }
  @media (max-width: 575px) {
    .modal-dialog .carousel-inner {
      height: calc(100vh - 1rem); } }

.carousel-item {
  text-align: center; }

.carousel-item img {
  margin: auto; }

.navbar-toggler {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem; }

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%; }

.navbar-toggler-left {
  position: absolute;
  left: 1rem; }

.navbar-toggler-right {
  position: absolute;
  right: 1rem; }

@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 576px) {
  .navbar-toggleable {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-toggleable > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%; }

  .navbar-toggleable .navbar-toggler {
    display: none; } }
@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 768px) {
  .navbar-toggleable-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-toggleable-sm > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-sm .navbar-collapse {
    display: none;
    width: 100%; }

  .navbar-toggleable-sm .navbar-toggler {
    display: none; } }
@media (max-width: 1253px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1254px) {
  .navbar-toggleable-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-toggleable-md > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-md .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%; }

  .navbar-toggleable-md .navbar-toggler {
    display: none; } }
@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-toggleable-lg > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%; }

  .navbar-toggleable-lg .navbar-toggler {
    display: none; } }
.navbar-toggleable-xl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none; }

.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0; }

.navbar-toggleable-xl .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.navbar-toggleable-xl > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.navbar-toggleable-xl .navbar-collapse {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%; }

.navbar-toggleable-xl .navbar-toggler {
  display: none; }

.card-img {
  width: auto; }

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
  -webkit-flex-direction: column; }

.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; }

.dropup .dropdown-toggle::after {
  display: none; }

body {
  font-style: normal;
  line-height: 1.55; }

.mbr-section-title {
  font-style: normal;
  margin-bottom: 30px; }

.mbr-text {
  font-style: normal; }

.btn {
  font-weight: 600 !important;
  border-width: 1px;
  line-height: 20px !important;
  font-style: normal;
  letter-spacing: 0;
  margin: 0.4rem 0.8rem;
  white-space: normal;
  vertical-align: middle;
  overflow: hidden;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center; }

.btn-sm {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

.btn-md {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

.btn-lg {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

.btn-form {
  margin: 0;
  border-radius: 0; }
  .btn-form:hover {
    cursor: pointer; }

#scrollToTop a i:before {
  content: ""; }
#scrollToTop a i:after {
  content: "";
  position: absolute;
  display: block;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  border-top-right-radius: 3px;
  width: 30%;
  height: 30%;
  left: 35%;
  bottom: 40%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg); }

.mbr-arrow a {
  color: #ffffff; }

@media (max-width: 767px) {
  .mbr-arrow {
    display: none; } }
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0; }

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 0.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;
    transform: rotate(45deg);
    width: 14px;
    -webkit-transform: rotate(45deg); }

.form-control {
  box-shadow: none;
  color: #ffffff;
  min-height: 2.5em;
  font-size: 16px;
  border-radius: 4px; }
  .form-active .form-control:invalid {
    border-color: red; }

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none; }

blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  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; }

.mbr-section__comments .row {
  justify-content: center;
  -webkit-justify-content: center; }

.btn .mbr-iconfont {
  font-size: 15px !important;
  order: 1;
  margin-left: 13px; }



@keyframes animBtn {
  0% {
    transform: translateX(0px); }
  51% {
    transform: translateX(20px);
    opacity: 1; }
  52% {
    opacity: 0;
    transform: translateX(-20px); }
  53% {
    opacity: 0; }
  54% {
    opacity: 1; }
  100% {
    transform: translateX(0px); } }

/*# sourceMappingURL=style.css.map */
.cid-sBQywAqMx4 {
  min-height: 20px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sBQywAqMx4 .nav-item,
.cid-sBQywAqMx4 .nav-link,
.cid-sBQywAqMx4 .navbar-caption {
  font-weight: normal;
}
.cid-sBQywAqMx4 .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 1.4vw !important;
  padding: 0 !important;
  font-weight: 500;
}
@media (min-width: 992px) {
  .cid-sBQywAqMx4 .navbar {
    min-height: 90px !important;
  }
  .cid-sBQywAqMx4 .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-sBQywAqMx4 .btn {
    white-space: nowrap;
  }
  .cid-sBQywAqMx4 .dropdown-menu {
    background-color: #ebeaed !important;
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-sBQywAqMx4 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-sBQywAqMx4 .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-sBQywAqMx4 .dropdown-toggle::after,
  .cid-sBQywAqMx4 .nav-dropdown .link.dropdown-toggle::after {
    content: '';
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-sBQywAqMx4 .dropdown-toggle::after {
  display: none;
  font-family: 'Moririse2' !important;
  content: '\e960';
  font-weight: bold;
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBQywAqMx4 .dropdown-menu {
  box-shadow: none;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 12px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBQywAqMx4 .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  transform: rotate(45deg);
}
.cid-sBQywAqMx4 .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBQywAqMx4 .dropdown-menu .dropdown-item:hover {
  color: #17161a !important;
  background-color: #fafafa;
}
.cid-sBQywAqMx4 .dropdown.open .dropdown-toggle[aria-expanded='true']::after {
  transform: rotate(45deg);
}
.cid-sBQywAqMx4 .dropdown.open .dropdown-toggle[aria-expanded='true'] + .dropdown-submenu {
  visibility: visible;
}
.cid-sBQywAqMx4 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-sBQywAqMx4 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-sBQywAqMx4 .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-sBQywAqMx4 .nav-item:focus,
.cid-sBQywAqMx4 .nav-link:focus {
  outline: none;
}
.cid-sBQywAqMx4 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-sBQywAqMx4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sBQywAqMx4 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sBQywAqMx4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sBQywAqMx4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sBQywAqMx4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sBQywAqMx4 ul.navbar-nav li {
  margin: 1px;
}
.cid-sBQywAqMx4 .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-sBQywAqMx4 .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-sBQywAqMx4 .navbar .navbar-collapse {
  justify-content: start;
  z-index: 1;
}
.cid-sBQywAqMx4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sBQywAqMx4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sBQywAqMx4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 2rem);
  }
}
.cid-sBQywAqMx4 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sBQywAqMx4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sBQywAqMx4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sBQywAqMx4 .navbar {
    padding: 10px 0;
  }
  .cid-sBQywAqMx4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sBQywAqMx4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sBQywAqMx4 .navbar .container-fluid,
  .cid-sBQywAqMx4 .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-sBQywAqMx4 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sBQywAqMx4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sBQywAqMx4 .navbar .navbar-logo img {
    padding: 0 !important;
    margin: 0 !important;
    height: 3rem !important;
  }
  .cid-sBQywAqMx4 .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: left;
  }
  .cid-sBQywAqMx4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sBQywAqMx4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sBQywAqMx4 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-sBQywAqMx4 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sBQywAqMx4 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sBQywAqMx4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sBQywAqMx4 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sBQywAqMx4 .dropdown-item.active,
.cid-sBQywAqMx4 .dropdown-item:active {
  background-color: transparent;
}
.cid-sBQywAqMx4 .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sBQywAqMx4 .nav-dropdown .link .dropdown-toggle[aria-expanded='true'] {
  margin: 0 2vw !important;
}
.cid-sBQywAqMx4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sBQywAqMx4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-sBQywAqMx4 .navbar-buttons {
  text-align: end;
}
.cid-sBQywAqMx4 .botoes {
  justify-content: flex-end !important;
}
.cid-sBQywAqMx4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sBQywAqMx4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-sBQywAqMx4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sBQywAqMx4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBQywAqMx4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBQywAqMx4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sBQywAqMx4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBQywAqMx4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sBQywAqMx4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sBQywAqMx4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBQywAqMx4 .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-sBQywAqMx4 a.nav-link {
  justify-content: left;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBQywAqMx4 a.nav-link:hover {
  color: #17161a !important;
}
.is-builder .cid-sBQywAqMx4 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sBQywAqMx4 .navbar {
    height: 20px;
  }
  .cid-sBQywAqMx4 .navbar.opened {
    height: auto;
  }
  .cid-sBQywAqMx4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBQywAqMx4 li {
  list-style-type: none;
}
.cid-sBQywAqMx4 span {
  font-size: 30px !important;
}
.cid-sBQywAqMx4 .btn .mbr-iconfont {
  margin-right: 9px;
  font-size: 25px !important;
  order: 0 !important;
}
@media (max-width: 768px) {
  .cid-sBQywAqMx4 .navbar-buttons {
    text-align: center;
  }
  .cid-sBQywAqMx4 a.nav-link {
    border-bottom: 1px solid #f2ecec;
    margin-top: 15px !important;
  }
  .cid-sBQywAqMx4 .botoes {
    justify-content: center !important;
  }
}
.cid-sBQywAqMx4 .fgts:hover {
  background-color: #6C247D !important;
}
.cid-sBQNIrc3Np {
  overflow-x: hidden !important;
}
.cid-sBQNIrc3Np,
.cid-sBQNIrc3Np .scroll-wrapper {
  padding-top: 165px;
  padding-bottom: 165px;
}
.cid-sBQNIrc3Np .mbr-section-title {
  color: #fcfcfc;
}
.cid-sBQNIrc3Np .mbr-section-title span {
  color: #17161a;
}
.cid-sBQNIrc3Np .mbr-text {
  line-height: 20px;
  color: #ffffff;
  letter-spacing: 1px;
  font-weight: 100;
}
.cid-sBQNIrc3Np .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/837450-487e3b3196624ce2b61b6730e3b4319f-mv2-1519x509.png");
}
.cid-sBQNIrc3Np .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sBQNIrc3Np .mbr-overlay {
  z-index: 1;
}
.cid-sBQNIrc3Np .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@media (max-width: 768px) {
  .cid-sBQNIrc3Np .mbr-text {
    line-height: 22px;
  }
}
.cid-sBQywBcaBz {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sBQywBcaBz .title__block {
  padding: 30px 15px;
}
.cid-sBQywBcaBz .image {
  z-index: 1;
  top: -9em;
}
.cid-sBQywBcaBz .mbr-text {
  margin-bottom: 30px;
}
.cid-sBQywBcaBz .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 20px;
}
.cid-sBQywBcaBz .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: 0.6;
}
.cid-sBQywBcaBz .bottom__text {
  margin: 10px 0;
}
.cid-sBQywBcaBz .btn {
  margin-top: 0;
}
.cid-sBQywBcaBz .btn:hover {
  background-color: #313034 !important;
  border-color: #17161a !important;
}
.cid-sBQywBcaBz img {
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sBQywBcaBz .image {
    margin-bottom: 10px;
  }
  .cid-sBQywBcaBz .mbr-text {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .cid-sBQywBcaBz .image {
    z-index: 1;
    top: 0;
  }
}
.cid-sBQzdF2Bpy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sBQzdF2Bpy img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-sBQzdF2Bpy .link-wrapper {
  margin-bottom: 1rem;
}
.cid-sBQzdF2Bpy .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-sBQzdF2Bpy .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to left, #000000, #17161a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sBQzdF2Bpy .card-wrapper {
  box-shadow: 0 1px 5px #000000;
  border-radius: 20px;
  border: 1px solid gray;
  background: #ffffff;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-sBQzdF2Bpy .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sBQzdF2Bpy .first:hover:before {
  content: none;
}
.cid-sBQzdF2Bpy .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  content: "";
}
.cid-sBQzdF2Bpy .last:hover:after {
  content: none;
}
.cid-sBQzdF2Bpy .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #000000, #17161a);
  content: "";
}
.cid-sBQzdF2Bpy .mbr-section-text {
  color: #17161a;
  text-align: left;
}
.cid-sBQzdF2Bpy .card {
  padding-right: 3.5em;
  padding-left: 3.5em;
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-sBQzdF2Bpy .card .img-wrapper {
  overflow: hidden;
}
.cid-sBQzdF2Bpy .card:hover {
  transform: translateY(-10px);
}
.cid-sBQzdF2Bpy .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-sBQzdF2Bpy .card:hover .card-wrapper {
  background: linear-gradient(to left, #000000, #17161a);
  color: #ffffff !important;
}
.cid-sBQzdF2Bpy .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-sBQzdF2Bpy .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-sBQzdF2Bpy p {
  line-height: 20px;
}
.cid-sBQywD3scA {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sBQywD3scA .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
  color: #000000;
  text-align: center;
}
.cid-sBQywD3scA .clients__block .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-sBQywD3scA .mbr-text {
  margin: 10px 0 30px;
}
.cid-sBQywD3scA .wrap {
  overflow: hidden;
  padding: 20px 0;
}
.cid-sBQywD3scA .wrap:hover .image {
  animation: clientsAnim cubic-bezier(0.4, 0, 0.2, 1) 0.75s 1;
}
.cid-sBQywD3scA .image {
  padding-right: 35%;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBQywD3scA .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sBQywD3scA .mbr-text {
    margin: 10px 0;
  }
}
@keyframes clientsAnim {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(calc(-125%));
    opacity: 1;
  }
  51% {
    transform: translateY(calc(-125%));
    opacity: 0;
  }
  52% {
    transform: translateY(calc(125%));
  }
  86% {
    opacity: 1;
  }
  100% {
    transform: translateY(0px);
  }
}
.cid-sBQywD3scA .mbr-section-title {
  color: #f5f0f0;
}
.cid-sBQywDv1cK {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sBQywDv1cK img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-sBQywDv1cK .link-wrapper {
  margin-bottom: 1rem;
}
.cid-sBQywDv1cK .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-sBQywDv1cK .img-wrapper .mbr-iconfont {
  margin: auto;
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to left, #000000, #17161a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sBQywDv1cK .card-wrapper {
  cursor: pointer;
  box-shadow: 0 1px 5px #000000;
  border-radius: 20px;
  border: 1px solid gray;
  background: #ffffff;
  padding: 2rem;
  padding-right: 0;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-sBQywDv1cK .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sBQywDv1cK .first:hover:before {
  content: none;
}
.cid-sBQywDv1cK .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  content: "";
}
.cid-sBQywDv1cK .last:hover:after {
  content: none;
}
.cid-sBQywDv1cK .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #000000, #17161a);
  content: "";
}
.cid-sBQywDv1cK .mbr-section-text {
  color: #17161a;
  text-align: center;
}
.cid-sBQywDv1cK .card {
  padding: 5px;
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-sBQywDv1cK .card .img-wrapper {
  overflow: hidden;
}
.cid-sBQywDv1cK .card:hover {
  transform: translateY(-10px);
}
.cid-sBQywDv1cK .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-sBQywDv1cK .card:hover .card-wrapper {
  background: linear-gradient(to left, #000000, #17161a);
  color: #ffffff !important;
}
.cid-sBQywDv1cK .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-sBQywDv1cK .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u2MwBOs2uf {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u2MwBOs2uf .correspondente {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u2MwBOs2uf .correspondente img {
  width: 220px;
  height: 100%;
  margin: 6px;
}
.cid-u2MwBOs2uf section {
  position: relative;
}
.cid-u2MwBOs2uf h4 {
  margin: 0;
}
.cid-u2MwBOs2uf img {
  height: 75px;
  padding: 3px;
}
.cid-u2MwBOs2uf a {
  font-weight: 300;
  color: #000 !important;
  transition: all 400ms ease-in-out;
}
.cid-u2MwBOs2uf h4 a {
  margin-left: -0.7em !important;
}
.cid-u2MwBOs2uf a:hover {
  transition: all 400ms ease-in-out;
  font-weight: bold !important;
}
.cid-u2MwBOs2uf .img1 {
  color: #295b76;
}
.cid-u2MwBOs2uf .img2 {
  color: #295b76;
}
.cid-u2MwBOs2uf .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #295b76;
  transition: background 0.3s;
  margin-bottom: 1rem;
}
.cid-u2MwBOs2uf .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u2MwBOs2uf .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u2MwBOs2uf .item,
.cid-u2MwBOs2uf .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.1rem;
  margin-bottom: 0rem;
}
.cid-u2MwBOs2uf .item h4,
.cid-u2MwBOs2uf .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-u2MwBOs2uf .card-img {
  width: auto;
}
.cid-u2MwBOs2uf .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-u2MwBOs2uf .item {
    justify-content: center;
  }
  .cid-u2MwBOs2uf .align-left {
    text-align: left !important;
  }
}
.cid-u2MwBOs2uf .item-title {
  color: #000000;
}
.cid-u2MwBOs2uf .link-title {
  color: #000000;
}
.cid-u2MwBOs2uf .items-title,
.cid-u2MwBOs2uf .items-title + .line-wrap {
  color: #000000;
}
.cid-u2MwBOs2uf .links-title,
.cid-u2MwBOs2uf .links-title + .line-wrap {
  color: #000000;
}
.cid-u2MwBOs2uf .text1 {
  color: #000000;
}
.cid-u2MwBOs2uf .col-sm-6 {
  width: 50% !important;
}
.cid-u2MwBOs2uf .image img {
  height: 60px !important;
}
.cid-u2MwBOs2uf .image p {
  font-size: 12px !important;
}
.cid-u2MwBOs2uf .bloco-redes-sociais span {
  font-size: 2em;
}
@media (max-width: 796px) {
  .cid-u2MwBOs2uf .image img {
    height: 50px !important;
  }
  .cid-u2MwBOs2uf .image p {
    font-size: 12px !important;
  }
}
@media (min-width: 765px) and (max-width: 780px) {
  .cid-u2MwBOs2uf .conteiner-informacoes {
    flex: 0 0 33.333333% !important;
    max-width: 33.333333% !important;
  }
  .cid-u2MwBOs2uf .conteiner-informacoes-none {
    display: none !important;
  }
}
.cid-u2MwBOs2uf .primecase img {
  height: 35px;
}
.cid-u2MwBOs2uf .primecase span {
  position: relative;
  bottom: 2.3px;
}
@media (max-width: 768px) {
  .cid-u2MwBOs2uf .correspondente {
    margin-left: 0 !important;
  }
}
.cid-u2MwBOs2uf .btn .mbr-iconfont {
  font-size: 28px !important;
  margin-left: 5px;
  margin-right: 10px;
  order: 0 !important;
}
.cid-u2MwBOs2uf .mbr-section-btn .btn {
  border-radius: 14px !important;
  padding: 12px;
}
.cid-u2MwBOs2uf .fundo {
  margin-left: 3px;
  margin-top: 0.8em;
  padding-top: 0px !important;
  padding-bottom: 0 !important;
  color: white;
  height: 2em;
  padding: 1px;
  border-radius: 8px;
  background: black;
  width: 32px;
}
.cid-u2MwBOs2uf .fundo:hover {
  background: gray;
}
.cid-u2MwBOs2uf .fa-instagram {
  margin-left: 4.3px;
  margin-top: -3.3px;
  color: white;
  align-items: center;
  justify-content: center;
}
.cid-u2MwBOs2uf .fa-instagram:hover {
  color: white;
}
.cid-sIqD4PRHYl {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #eeeeee;
}
.cid-sIqD4PRHYl .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sIqD4PRHYl .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-sIqD4PRHYl .btn {
  margin-bottom: 2rem;
}
.cid-sIqD4PRHYl img {
  margin-top: -1em !important;
  width: 1.3em !important;
  margin-left: 22em !important;
}
.cid-sIqD4PRHYl .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-sIqD4PRHYl .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sIqD4PRHYl .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-sIqD4PRHYl .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sIqD4PRHYl .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sIqD4PRHYl .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-sIqD4PRHYl .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sIqD4PRHYl .social-list img {
  margin-left: 8em !important;
}
@media (max-width: 575px) {
  .cid-sIqD4PRHYl .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
  .cid-sIqD4PRHYl img {
    margin-left: 10em !important;
  }
}
.cid-sIqD4PRHYl .links {
  color: #555555;
  text-align: center;
}
.cid-sIqD4PRHYl p {
  font-size: 14px !important;
}
/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
section {
  background-color: #eeeeee; }

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word; }

.form-control:focus {
  box-shadow: none; }

:focus {
  outline: none; }

@media (max-width: 992px) {
  .md-pb {
    padding-bottom: 2rem !important; } }
a {
  transition: color 0.25s; }

a.mbr-iconfont:hover {
  text-decoration: none; }

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0; }

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer; }
  a, a:hover {
    text-decoration: none; }

figure {
  margin-bottom: 0; }

body {
  color: #17161a !important;
  font-weight: 400; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4 {
  margin-bottom: 0;
  word-break: break-word;
  word-wrap: break-word; }

b,
strong {
  font-weight: bold; }

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 2px solid;
  border-color: #17161a; }

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  transition-property: background-color, color; }

textarea[type="hidden"] {
  display: none; }

body {
  position: relative;
  overflow-x: hidden; }

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  section .mbr-background-video,
  section .mbr-background-video-preview {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0; }

.hidden {
  visibility: hidden; }

.mbr-z-index20 {
  z-index: 20; }

/*! Base colors */
.mbr-white {
  color: #ffffff; }

.mbr-black {
  color: #000000; }

.mbr-bg-white {
  background-color: #ffffff; }

.mbr-bg-black {
  background-color: #000000; }

/*! Text-aligns */
.align-left {
  text-align: left; }

.align-center {
  text-align: center; }

.align-right {
  text-align: right; }

@media (max-width: 767px) {
  .align-left,
  .align-center,
  .align-right
   {
    text-align: center; } }
/*! Font-weight  */
.mbr-light {
  font-weight: 300 !important; }

.mbr-regular {
  font-weight: 400 !important; }

.mbr-medium {
  font-weight: 500 !important; }

.mbr-semibold {
  font-weight: 600 !important; }

.mbr-bold {
  font-weight: 700 !important; }

.mbr-extrabold {
  font-weight: 800 !important; }

/*! Media  */
.media-size-item {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto; }

.media-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%; }

.media-container-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start; }
  .media-container-row .media-size-item {
    width: 400px; }

.media-container-column {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .media-container-column > * {
    width: 100%; }

@media (min-width: 992px) {
  .media-container-row {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; } }
figure {
  overflow: hidden; }

figure[mbr-media-size] {
  transition: width 0.1s; }

.mbr-figure img,
.mbr-figure iframe {
  display: block;
  width: 100%; }

.card {
  background-color: transparent;
  border: none; }

.card-box {
  width: 100%; }

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0; }

.media {
  max-width: 100%;
  margin: 0 auto; }

.mbr-figure {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center; }

.media-container > div {
  max-width: 100%; }

.mbr-figure img,
.card-img img {
  width: 100%; }

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important; }

  .media {
    width: auto; } }
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.8rem;
  margin-right: -0.8rem;
  font-size: 0; }

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem; }

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  cursor: pointer; }

[type="submit"] {
  -webkit-appearance: none; }

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh; }

.mbr-fullscreen {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  -webkit-align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem; }

/*! Map */
.map {
  height: 25rem;
  position: relative; }
  .map iframe {
    width: 100%;
    height: 100%; }

/* Form */
.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal; }

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg); }

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 50px;
  width: 50px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center; }
  .mbr-arrow-up a:hover {
    background-color: rgba(0, 0, 0, 0.4); }
  .mbr-arrow-up a i {
    line-height: 50px; }

.mbr-arrow-up-icon {
  display: block;
  color: #fff; }

.mbr-arrow-up-icon::before {
  content: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 140%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  .mbr-arrow > a {
    display: inline-block;
    text-decoration: none;
    outline-style: none;
    -webkit-animation: arrowdown 1.7s ease-in-out infinite;
    animation: arrowdown 1.7s ease-in-out infinite; }
    .mbr-arrow > a > i {
      position: absolute;
      top: -2px;
      left: 15px;
      font-size: 2rem; }

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px); }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); } }
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px); }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); } }
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg); } }
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out; }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out; } }
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out; }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out; } }
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate; }

@keyframes slidein {
  0% {
    transform: translateX(0%); }
  100% {
    transform: translateX(100%);
    display: none; } }
@keyframes slideout {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }
.menu .navbar-brand {
  display: -webkit-flex; }
  .menu .navbar-brand span {
    display: flex;
    display: -webkit-flex; }
  .menu .navbar-brand .navbar-caption-wrap {
    display: -webkit-flex; }
  .menu .navbar-brand .navbar-logo img {
    display: -webkit-flex; }
@media (min-width: 768px) and (max-width: 1253px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox; } }
@media (max-width: 1253px) {
  .menu .navbar-collapse {
    max-height: 93.5vh; }
    .menu .navbar-collapse.show {
      overflow: auto; } }
@media (min-width: 1254px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex; }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important; }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh; }
    .menu .collapsed .navbar-collapse.show {
      overflow: auto; } }
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh; } }

.navbar {
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-align-items: center;
  align-items: center; }

.nav-dropdown .link {
  margin: 0 15px; }

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.justify-content-center {
  -webkit-justify-content: center;
  justify-content: center; }

.form-inline {
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  align-items: center; }

.card-wrapper {
  -webkit-flex: 1;
  flex: 1; }

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }

.carousel-controls {
  display: -webkit-flex; }

.media {
  display: -webkit-flex; }

.form-group:focus {
  outline: none; }

.jq-selectbox__select {
  padding: 0em 0em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 15px; }

.jq-selectbox__dropdown {
  position: absolute;
  top: 100% !important;
  left: 0 !important;
  width: 100% !important; }

.jq-selectbox__trigger-arrow {
  transform: translateY(-50%); }

.jq-selectbox li {
  padding: 1.07em 0.5em; }

input[type="range"] {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.modal-dialog,
.modal-content {
  height: 100%; }

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem); }
  @media (max-width: 575px) {
    .modal-dialog .carousel-inner {
      height: calc(100vh - 1rem); } }

.carousel-item {
  text-align: center; }

.carousel-item img {
  margin: auto; }

.navbar-toggler {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem; }

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%; }

.navbar-toggler-left {
  position: absolute;
  left: 1rem; }

.navbar-toggler-right {
  position: absolute;
  right: 1rem; }

@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 576px) {
  .navbar-toggleable {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-toggleable > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%; }

  .navbar-toggleable .navbar-toggler {
    display: none; } }
@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 768px) {
  .navbar-toggleable-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-toggleable-sm > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-sm .navbar-collapse {
    display: none;
    width: 100%; }

  .navbar-toggleable-sm .navbar-toggler {
    display: none; } }
@media (max-width: 1253px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1254px) {
  .navbar-toggleable-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-toggleable-md > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-md .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%; }

  .navbar-toggleable-md .navbar-toggler {
    display: none; } }
@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-toggleable-lg > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%; }

  .navbar-toggleable-lg .navbar-toggler {
    display: none; } }
.navbar-toggleable-xl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none; }

.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0; }

.navbar-toggleable-xl .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.navbar-toggleable-xl > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.navbar-toggleable-xl .navbar-collapse {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%; }

.navbar-toggleable-xl .navbar-toggler {
  display: none; }

.card-img {
  width: auto; }

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
  -webkit-flex-direction: column; }

.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; }

.dropup .dropdown-toggle::after {
  display: none; }

body {
  font-style: normal;
  line-height: 1.55; }

.mbr-section-title {
  font-style: normal;
  margin-bottom: 30px; }

.mbr-text {
  font-style: normal; }

.btn {
  font-weight: 600 !important;
  border-width: 1px;
  line-height: 20px !important;
  font-style: normal;
  letter-spacing: 0;
  margin: 0.4rem 0.8rem;
  white-space: normal;
  vertical-align: middle;
  overflow: hidden;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center; }

.btn-sm {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

.btn-md {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

.btn-lg {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

.btn-form {
  margin: 0;
  border-radius: 0; }
  .btn-form:hover {
    cursor: pointer; }

#scrollToTop a i:before {
  content: ""; }
#scrollToTop a i:after {
  content: "";
  position: absolute;
  display: block;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  border-top-right-radius: 3px;
  width: 30%;
  height: 30%;
  left: 35%;
  bottom: 40%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg); }

.mbr-arrow a {
  color: #ffffff; }

@media (max-width: 767px) {
  .mbr-arrow {
    display: none; } }
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0; }

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 0.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;
    transform: rotate(45deg);
    width: 14px;
    -webkit-transform: rotate(45deg); }

.form-control {
  box-shadow: none;
  color: #ffffff;
  min-height: 2.5em;
  font-size: 16px;
  border-radius: 4px; }
  .form-active .form-control:invalid {
    border-color: red; }

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none; }

blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  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; }

.mbr-section__comments .row {
  justify-content: center;
  -webkit-justify-content: center; }

.btn .mbr-iconfont {
  font-size: 15px !important;
  order: 1;
  margin-left: 13px; }



@keyframes animBtn {
  0% {
    transform: translateX(0px); }
  51% {
    transform: translateX(20px);
    opacity: 1; }
  52% {
    opacity: 0;
    transform: translateX(-20px); }
  53% {
    opacity: 0; }
  54% {
    opacity: 1; }
  100% {
    transform: translateX(0px); } }

/*# sourceMappingURL=style.css.map */
.cid-sBQBjjVOqy {
  min-height: 20px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sBQBjjVOqy .nav-item,
.cid-sBQBjjVOqy .nav-link,
.cid-sBQBjjVOqy .navbar-caption {
  font-weight: normal;
}
.cid-sBQBjjVOqy .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 1.4vw !important;
  padding: 0 !important;
  font-weight: 500;
}
@media (min-width: 992px) {
  .cid-sBQBjjVOqy .navbar {
    min-height: 90px !important;
  }
  .cid-sBQBjjVOqy .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-sBQBjjVOqy .btn {
    white-space: nowrap;
  }
  .cid-sBQBjjVOqy .dropdown-menu {
    background-color: #ebeaed !important;
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-sBQBjjVOqy .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-sBQBjjVOqy .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-sBQBjjVOqy .dropdown-toggle::after,
  .cid-sBQBjjVOqy .nav-dropdown .link.dropdown-toggle::after {
    content: '';
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-sBQBjjVOqy .dropdown-toggle::after {
  display: none;
  font-family: 'Moririse2' !important;
  content: '\e960';
  font-weight: bold;
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBQBjjVOqy .dropdown-menu {
  box-shadow: none;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 12px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBQBjjVOqy .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  transform: rotate(45deg);
}
.cid-sBQBjjVOqy .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBQBjjVOqy .dropdown-menu .dropdown-item:hover {
  color: #17161a !important;
  background-color: #fafafa;
}
.cid-sBQBjjVOqy .dropdown.open .dropdown-toggle[aria-expanded='true']::after {
  transform: rotate(45deg);
}
.cid-sBQBjjVOqy .dropdown.open .dropdown-toggle[aria-expanded='true'] + .dropdown-submenu {
  visibility: visible;
}
.cid-sBQBjjVOqy .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-sBQBjjVOqy .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-sBQBjjVOqy .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-sBQBjjVOqy .nav-item:focus,
.cid-sBQBjjVOqy .nav-link:focus {
  outline: none;
}
.cid-sBQBjjVOqy .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-sBQBjjVOqy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sBQBjjVOqy .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sBQBjjVOqy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sBQBjjVOqy .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sBQBjjVOqy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sBQBjjVOqy ul.navbar-nav li {
  margin: 1px;
}
.cid-sBQBjjVOqy .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-sBQBjjVOqy .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-sBQBjjVOqy .navbar .navbar-collapse {
  justify-content: start;
  z-index: 1;
}
.cid-sBQBjjVOqy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sBQBjjVOqy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sBQBjjVOqy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 2rem);
  }
}
.cid-sBQBjjVOqy .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sBQBjjVOqy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sBQBjjVOqy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sBQBjjVOqy .navbar {
    padding: 10px 0;
  }
  .cid-sBQBjjVOqy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sBQBjjVOqy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sBQBjjVOqy .navbar .container-fluid,
  .cid-sBQBjjVOqy .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-sBQBjjVOqy .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sBQBjjVOqy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sBQBjjVOqy .navbar .navbar-logo img {
    padding: 0 !important;
    margin: 0 !important;
    height: 3rem !important;
  }
  .cid-sBQBjjVOqy .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: left;
  }
  .cid-sBQBjjVOqy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sBQBjjVOqy .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sBQBjjVOqy .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-sBQBjjVOqy .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sBQBjjVOqy .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sBQBjjVOqy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sBQBjjVOqy .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sBQBjjVOqy .dropdown-item.active,
.cid-sBQBjjVOqy .dropdown-item:active {
  background-color: transparent;
}
.cid-sBQBjjVOqy .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sBQBjjVOqy .nav-dropdown .link .dropdown-toggle[aria-expanded='true'] {
  margin: 0 2vw !important;
}
.cid-sBQBjjVOqy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sBQBjjVOqy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-sBQBjjVOqy .navbar-buttons {
  text-align: end;
}
.cid-sBQBjjVOqy .botoes {
  justify-content: flex-end !important;
}
.cid-sBQBjjVOqy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sBQBjjVOqy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-sBQBjjVOqy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sBQBjjVOqy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBQBjjVOqy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBQBjjVOqy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sBQBjjVOqy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBQBjjVOqy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sBQBjjVOqy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sBQBjjVOqy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBQBjjVOqy .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-sBQBjjVOqy a.nav-link {
  justify-content: left;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBQBjjVOqy a.nav-link:hover {
  color: #17161a !important;
}
.is-builder .cid-sBQBjjVOqy .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sBQBjjVOqy .navbar {
    height: 20px;
  }
  .cid-sBQBjjVOqy .navbar.opened {
    height: auto;
  }
  .cid-sBQBjjVOqy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBQBjjVOqy li {
  list-style-type: none;
}
.cid-sBQBjjVOqy span {
  font-size: 30px !important;
}
.cid-sBQBjjVOqy .btn .mbr-iconfont {
  margin-right: 9px;
  font-size: 25px !important;
  order: 0 !important;
}
@media (max-width: 768px) {
  .cid-sBQBjjVOqy .navbar-buttons {
    text-align: center;
  }
  .cid-sBQBjjVOqy a.nav-link {
    border-bottom: 1px solid #f2ecec;
    margin-top: 15px !important;
  }
  .cid-sBQBjjVOqy .botoes {
    justify-content: center !important;
  }
}
.cid-sBQBjjVOqy .fgts:hover {
  background-color: #6C247D !important;
}
.cid-sBQNTcYk68 {
  overflow-x: hidden !important;
}
.cid-sBQNTcYk68,
.cid-sBQNTcYk68 .scroll-wrapper {
  padding-top: 165px;
  padding-bottom: 165px;
}
.cid-sBQNTcYk68 .mbr-section-title {
  color: #fcfcfc;
}
.cid-sBQNTcYk68 .mbr-section-title span {
  color: #17161a;
}
.cid-sBQNTcYk68 .mbr-text {
  line-height: 20px;
  color: #ffffff;
  letter-spacing: 1px;
  font-weight: 100;
}
.cid-sBQNTcYk68 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/837450-487e3b3196624ce2b61b6730e3b4319f-mv2-1519x509.png");
}
.cid-sBQNTcYk68 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sBQNTcYk68 .mbr-overlay {
  z-index: 1;
}
.cid-sBQNTcYk68 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@media (max-width: 768px) {
  .cid-sBQNTcYk68 .mbr-text {
    line-height: 22px;
  }
}
.cid-sBQBjkRVGc {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sBQBjkRVGc .title__block {
  padding: 30px 15px;
}
.cid-sBQBjkRVGc .image {
  z-index: 1;
  top: -9em;
}
.cid-sBQBjkRVGc .mbr-text {
  margin-bottom: 30px;
}
.cid-sBQBjkRVGc .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 20px;
}
.cid-sBQBjkRVGc .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: 0.6;
}
.cid-sBQBjkRVGc .bottom__text {
  margin: 10px 0;
}
.cid-sBQBjkRVGc .btn {
  margin-top: 0;
}
.cid-sBQBjkRVGc .btn:hover {
  background-color: #313034 !important;
  border-color: #17161a !important;
}
.cid-sBQBjkRVGc img {
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sBQBjkRVGc .image {
    margin-bottom: 10px;
  }
  .cid-sBQBjkRVGc .mbr-text {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .cid-sBQBjkRVGc .image {
    z-index: 1;
    top: 0;
  }
}
.cid-sBQBjlkntn {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sBQBjlkntn img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-sBQBjlkntn .link-wrapper {
  margin-bottom: 1rem;
}
.cid-sBQBjlkntn .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-sBQBjlkntn .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to left, #000000, #17161a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sBQBjlkntn .card-wrapper {
  box-shadow: 0 1px 5px #000000;
  border-radius: 20px;
  border: 1px solid gray;
  background: #ffffff;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-sBQBjlkntn .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sBQBjlkntn .first:hover:before {
  content: none;
}
.cid-sBQBjlkntn .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  content: "";
}
.cid-sBQBjlkntn .last:hover:after {
  content: none;
}
.cid-sBQBjlkntn .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #000000, #17161a);
  content: "";
}
.cid-sBQBjlkntn .mbr-section-text {
  color: #17161a;
  text-align: left;
}
.cid-sBQBjlkntn .card {
  padding-right: 3.5em;
  padding-left: 3.5em;
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-sBQBjlkntn .card .img-wrapper {
  overflow: hidden;
}
.cid-sBQBjlkntn .card:hover {
  transform: translateY(-10px);
}
.cid-sBQBjlkntn .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-sBQBjlkntn .card:hover .card-wrapper {
  background: linear-gradient(to left, #000000, #17161a);
  color: #ffffff !important;
}
.cid-sBQBjlkntn .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-sBQBjlkntn .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-sBQBjlkntn p {
  line-height: 20px;
}
.cid-sBQBjlVdQ9 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sBQBjlVdQ9 .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
  color: #000000;
  text-align: center;
}
.cid-sBQBjlVdQ9 .clients__block .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-sBQBjlVdQ9 .mbr-text {
  margin: 10px 0 30px;
}
.cid-sBQBjlVdQ9 .wrap {
  overflow: hidden;
  padding: 20px 0;
}
.cid-sBQBjlVdQ9 .wrap:hover .image {
  animation: clientsAnim cubic-bezier(0.4, 0, 0.2, 1) 0.75s 1;
}
.cid-sBQBjlVdQ9 .image {
  padding-right: 35%;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBQBjlVdQ9 .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sBQBjlVdQ9 .mbr-text {
    margin: 10px 0;
  }
}
@keyframes clientsAnim {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(calc(-125%));
    opacity: 1;
  }
  51% {
    transform: translateY(calc(-125%));
    opacity: 0;
  }
  52% {
    transform: translateY(calc(125%));
  }
  86% {
    opacity: 1;
  }
  100% {
    transform: translateY(0px);
  }
}
.cid-sBQBjlVdQ9 .mbr-section-title {
  color: #f5f0f0;
}
.cid-sBQBjmfsKg {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sBQBjmfsKg img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-sBQBjmfsKg .link-wrapper {
  margin-bottom: 1rem;
}
.cid-sBQBjmfsKg .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-sBQBjmfsKg .img-wrapper .mbr-iconfont {
  margin: auto;
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to left, #000000, #17161a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sBQBjmfsKg .card-wrapper {
  cursor: pointer;
  box-shadow: 0 1px 5px #000000;
  border-radius: 20px;
  border: 1px solid gray;
  background: #ffffff;
  padding: 2rem;
  padding-right: 0;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-sBQBjmfsKg .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sBQBjmfsKg .first:hover:before {
  content: none;
}
.cid-sBQBjmfsKg .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  content: "";
}
.cid-sBQBjmfsKg .last:hover:after {
  content: none;
}
.cid-sBQBjmfsKg .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #000000, #17161a);
  content: "";
}
.cid-sBQBjmfsKg .mbr-section-text {
  color: #17161a;
  text-align: center;
}
.cid-sBQBjmfsKg .card {
  padding: 5px;
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-sBQBjmfsKg .card .img-wrapper {
  overflow: hidden;
}
.cid-sBQBjmfsKg .card:hover {
  transform: translateY(-10px);
}
.cid-sBQBjmfsKg .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-sBQBjmfsKg .card:hover .card-wrapper {
  background: linear-gradient(to left, #000000, #17161a);
  color: #ffffff !important;
}
.cid-sBQBjmfsKg .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-sBQBjmfsKg .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u2MwEwdTQ0 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u2MwEwdTQ0 .correspondente {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u2MwEwdTQ0 .correspondente img {
  width: 220px;
  height: 100%;
  margin: 6px;
}
.cid-u2MwEwdTQ0 section {
  position: relative;
}
.cid-u2MwEwdTQ0 h4 {
  margin: 0;
}
.cid-u2MwEwdTQ0 img {
  height: 75px;
  padding: 3px;
}
.cid-u2MwEwdTQ0 a {
  font-weight: 300;
  color: #000 !important;
  transition: all 400ms ease-in-out;
}
.cid-u2MwEwdTQ0 h4 a {
  margin-left: -0.7em !important;
}
.cid-u2MwEwdTQ0 a:hover {
  transition: all 400ms ease-in-out;
  font-weight: bold !important;
}
.cid-u2MwEwdTQ0 .img1 {
  color: #295b76;
}
.cid-u2MwEwdTQ0 .img2 {
  color: #295b76;
}
.cid-u2MwEwdTQ0 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #295b76;
  transition: background 0.3s;
  margin-bottom: 1rem;
}
.cid-u2MwEwdTQ0 .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u2MwEwdTQ0 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u2MwEwdTQ0 .item,
.cid-u2MwEwdTQ0 .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.1rem;
  margin-bottom: 0rem;
}
.cid-u2MwEwdTQ0 .item h4,
.cid-u2MwEwdTQ0 .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-u2MwEwdTQ0 .card-img {
  width: auto;
}
.cid-u2MwEwdTQ0 .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-u2MwEwdTQ0 .item {
    justify-content: center;
  }
  .cid-u2MwEwdTQ0 .align-left {
    text-align: left !important;
  }
}
.cid-u2MwEwdTQ0 .item-title {
  color: #000000;
}
.cid-u2MwEwdTQ0 .link-title {
  color: #000000;
}
.cid-u2MwEwdTQ0 .items-title,
.cid-u2MwEwdTQ0 .items-title + .line-wrap {
  color: #000000;
}
.cid-u2MwEwdTQ0 .links-title,
.cid-u2MwEwdTQ0 .links-title + .line-wrap {
  color: #000000;
}
.cid-u2MwEwdTQ0 .text1 {
  color: #000000;
}
.cid-u2MwEwdTQ0 .col-sm-6 {
  width: 50% !important;
}
.cid-u2MwEwdTQ0 .image img {
  height: 60px !important;
}
.cid-u2MwEwdTQ0 .image p {
  font-size: 12px !important;
}
.cid-u2MwEwdTQ0 .bloco-redes-sociais span {
  font-size: 2em;
}
@media (max-width: 796px) {
  .cid-u2MwEwdTQ0 .image img {
    height: 50px !important;
  }
  .cid-u2MwEwdTQ0 .image p {
    font-size: 12px !important;
  }
}
@media (min-width: 765px) and (max-width: 780px) {
  .cid-u2MwEwdTQ0 .conteiner-informacoes {
    flex: 0 0 33.333333% !important;
    max-width: 33.333333% !important;
  }
  .cid-u2MwEwdTQ0 .conteiner-informacoes-none {
    display: none !important;
  }
}
.cid-u2MwEwdTQ0 .primecase img {
  height: 35px;
}
.cid-u2MwEwdTQ0 .primecase span {
  position: relative;
  bottom: 2.3px;
}
@media (max-width: 768px) {
  .cid-u2MwEwdTQ0 .correspondente {
    margin-left: 0 !important;
  }
}
.cid-u2MwEwdTQ0 .btn .mbr-iconfont {
  font-size: 28px !important;
  margin-left: 5px;
  margin-right: 10px;
  order: 0 !important;
}
.cid-u2MwEwdTQ0 .mbr-section-btn .btn {
  border-radius: 14px !important;
  padding: 12px;
}
.cid-u2MwEwdTQ0 .fundo {
  margin-left: 3px;
  margin-top: 0.8em;
  padding-top: 0px !important;
  padding-bottom: 0 !important;
  color: white;
  height: 2em;
  padding: 1px;
  border-radius: 8px;
  background: black;
  width: 32px;
}
.cid-u2MwEwdTQ0 .fundo:hover {
  background: gray;
}
.cid-u2MwEwdTQ0 .fa-instagram {
  margin-left: 4.3px;
  margin-top: -3.3px;
  color: white;
  align-items: center;
  justify-content: center;
}
.cid-u2MwEwdTQ0 .fa-instagram:hover {
  color: white;
}
.cid-sIqExLUqZ4 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #eeeeee;
}
.cid-sIqExLUqZ4 .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sIqExLUqZ4 .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-sIqExLUqZ4 .btn {
  margin-bottom: 2rem;
}
.cid-sIqExLUqZ4 img {
  margin-top: -1em !important;
  width: 1.3em !important;
  margin-left: 22em !important;
}
.cid-sIqExLUqZ4 .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-sIqExLUqZ4 .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sIqExLUqZ4 .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-sIqExLUqZ4 .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sIqExLUqZ4 .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sIqExLUqZ4 .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-sIqExLUqZ4 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sIqExLUqZ4 .social-list img {
  margin-left: 8em !important;
}
@media (max-width: 575px) {
  .cid-sIqExLUqZ4 .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
  .cid-sIqExLUqZ4 img {
    margin-left: 10em !important;
  }
}
.cid-sIqExLUqZ4 .links {
  color: #555555;
  text-align: center;
}
.cid-sIqExLUqZ4 p {
  font-size: 14px !important;
}
/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
section {
  background-color: #eeeeee; }

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word; }

.form-control:focus {
  box-shadow: none; }

:focus {
  outline: none; }

@media (max-width: 992px) {
  .md-pb {
    padding-bottom: 2rem !important; } }
a {
  transition: color 0.25s; }

a.mbr-iconfont:hover {
  text-decoration: none; }

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0; }

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer; }
  a, a:hover {
    text-decoration: none; }

figure {
  margin-bottom: 0; }

body {
  color: #17161a !important;
  font-weight: 400; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4 {
  margin-bottom: 0;
  word-break: break-word;
  word-wrap: break-word; }

b,
strong {
  font-weight: bold; }

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 2px solid;
  border-color: #17161a; }

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  transition-property: background-color, color; }

textarea[type="hidden"] {
  display: none; }

body {
  position: relative;
  overflow-x: hidden; }

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  section .mbr-background-video,
  section .mbr-background-video-preview {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0; }

.hidden {
  visibility: hidden; }

.mbr-z-index20 {
  z-index: 20; }

/*! Base colors */
.mbr-white {
  color: #ffffff; }

.mbr-black {
  color: #000000; }

.mbr-bg-white {
  background-color: #ffffff; }

.mbr-bg-black {
  background-color: #000000; }

/*! Text-aligns */
.align-left {
  text-align: left; }

.align-center {
  text-align: center; }

.align-right {
  text-align: right; }

@media (max-width: 767px) {
  .align-left,
  .align-center,
  .align-right
   {
    text-align: center; } }
/*! Font-weight  */
.mbr-light {
  font-weight: 300 !important; }

.mbr-regular {
  font-weight: 400 !important; }

.mbr-medium {
  font-weight: 500 !important; }

.mbr-semibold {
  font-weight: 600 !important; }

.mbr-bold {
  font-weight: 700 !important; }

.mbr-extrabold {
  font-weight: 800 !important; }

/*! Media  */
.media-size-item {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto; }

.media-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%; }

.media-container-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start; }
  .media-container-row .media-size-item {
    width: 400px; }

.media-container-column {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .media-container-column > * {
    width: 100%; }

@media (min-width: 992px) {
  .media-container-row {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; } }
figure {
  overflow: hidden; }

figure[mbr-media-size] {
  transition: width 0.1s; }

.mbr-figure img,
.mbr-figure iframe {
  display: block;
  width: 100%; }

.card {
  background-color: transparent;
  border: none; }

.card-box {
  width: 100%; }

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0; }

.media {
  max-width: 100%;
  margin: 0 auto; }

.mbr-figure {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center; }

.media-container > div {
  max-width: 100%; }

.mbr-figure img,
.card-img img {
  width: 100%; }

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important; }

  .media {
    width: auto; } }
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.8rem;
  margin-right: -0.8rem;
  font-size: 0; }

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem; }

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  cursor: pointer; }

[type="submit"] {
  -webkit-appearance: none; }

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh; }

.mbr-fullscreen {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  -webkit-align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem; }

/*! Map */
.map {
  height: 25rem;
  position: relative; }
  .map iframe {
    width: 100%;
    height: 100%; }

/* Form */
.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal; }

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg); }

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 50px;
  width: 50px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center; }
  .mbr-arrow-up a:hover {
    background-color: rgba(0, 0, 0, 0.4); }
  .mbr-arrow-up a i {
    line-height: 50px; }

.mbr-arrow-up-icon {
  display: block;
  color: #fff; }

.mbr-arrow-up-icon::before {
  content: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 140%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  .mbr-arrow > a {
    display: inline-block;
    text-decoration: none;
    outline-style: none;
    -webkit-animation: arrowdown 1.7s ease-in-out infinite;
    animation: arrowdown 1.7s ease-in-out infinite; }
    .mbr-arrow > a > i {
      position: absolute;
      top: -2px;
      left: 15px;
      font-size: 2rem; }

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px); }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); } }
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px); }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); } }
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg); } }
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out; }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out; } }
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out; }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out; } }
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate; }

@keyframes slidein {
  0% {
    transform: translateX(0%); }
  100% {
    transform: translateX(100%);
    display: none; } }
@keyframes slideout {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }
.menu .navbar-brand {
  display: -webkit-flex; }
  .menu .navbar-brand span {
    display: flex;
    display: -webkit-flex; }
  .menu .navbar-brand .navbar-caption-wrap {
    display: -webkit-flex; }
  .menu .navbar-brand .navbar-logo img {
    display: -webkit-flex; }
@media (min-width: 768px) and (max-width: 1253px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox; } }
@media (max-width: 1253px) {
  .menu .navbar-collapse {
    max-height: 93.5vh; }
    .menu .navbar-collapse.show {
      overflow: auto; } }
@media (min-width: 1254px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex; }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important; }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh; }
    .menu .collapsed .navbar-collapse.show {
      overflow: auto; } }
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh; } }

.navbar {
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-align-items: center;
  align-items: center; }

.nav-dropdown .link {
  margin: 0 15px; }

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.justify-content-center {
  -webkit-justify-content: center;
  justify-content: center; }

.form-inline {
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  align-items: center; }

.card-wrapper {
  -webkit-flex: 1;
  flex: 1; }

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }

.carousel-controls {
  display: -webkit-flex; }

.media {
  display: -webkit-flex; }

.form-group:focus {
  outline: none; }

.jq-selectbox__select {
  padding: 0em 0em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 15px; }

.jq-selectbox__dropdown {
  position: absolute;
  top: 100% !important;
  left: 0 !important;
  width: 100% !important; }

.jq-selectbox__trigger-arrow {
  transform: translateY(-50%); }

.jq-selectbox li {
  padding: 1.07em 0.5em; }

input[type="range"] {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.modal-dialog,
.modal-content {
  height: 100%; }

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem); }
  @media (max-width: 575px) {
    .modal-dialog .carousel-inner {
      height: calc(100vh - 1rem); } }

.carousel-item {
  text-align: center; }

.carousel-item img {
  margin: auto; }

.navbar-toggler {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem; }

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%; }

.navbar-toggler-left {
  position: absolute;
  left: 1rem; }

.navbar-toggler-right {
  position: absolute;
  right: 1rem; }

@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 576px) {
  .navbar-toggleable {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-toggleable > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%; }

  .navbar-toggleable .navbar-toggler {
    display: none; } }
@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 768px) {
  .navbar-toggleable-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-toggleable-sm > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-sm .navbar-collapse {
    display: none;
    width: 100%; }

  .navbar-toggleable-sm .navbar-toggler {
    display: none; } }
@media (max-width: 1253px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1254px) {
  .navbar-toggleable-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-toggleable-md > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-md .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%; }

  .navbar-toggleable-md .navbar-toggler {
    display: none; } }
@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-toggleable-lg > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%; }

  .navbar-toggleable-lg .navbar-toggler {
    display: none; } }
.navbar-toggleable-xl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none; }

.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0; }

.navbar-toggleable-xl .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.navbar-toggleable-xl > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.navbar-toggleable-xl .navbar-collapse {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%; }

.navbar-toggleable-xl .navbar-toggler {
  display: none; }

.card-img {
  width: auto; }

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
  -webkit-flex-direction: column; }

.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; }

.dropup .dropdown-toggle::after {
  display: none; }

body {
  font-style: normal;
  line-height: 1.55; }

.mbr-section-title {
  font-style: normal;
  margin-bottom: 30px; }

.mbr-text {
  font-style: normal; }

.btn {
  font-weight: 600 !important;
  border-width: 1px;
  line-height: 20px !important;
  font-style: normal;
  letter-spacing: 0;
  margin: 0.4rem 0.8rem;
  white-space: normal;
  vertical-align: middle;
  overflow: hidden;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center; }

.btn-sm {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

.btn-md {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

.btn-lg {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

.btn-form {
  margin: 0;
  border-radius: 0; }
  .btn-form:hover {
    cursor: pointer; }

#scrollToTop a i:before {
  content: ""; }
#scrollToTop a i:after {
  content: "";
  position: absolute;
  display: block;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  border-top-right-radius: 3px;
  width: 30%;
  height: 30%;
  left: 35%;
  bottom: 40%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg); }

.mbr-arrow a {
  color: #ffffff; }

@media (max-width: 767px) {
  .mbr-arrow {
    display: none; } }
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0; }

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 0.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;
    transform: rotate(45deg);
    width: 14px;
    -webkit-transform: rotate(45deg); }

.form-control {
  box-shadow: none;
  color: #ffffff;
  min-height: 2.5em;
  font-size: 16px;
  border-radius: 4px; }
  .form-active .form-control:invalid {
    border-color: red; }

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none; }

blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  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; }

.mbr-section__comments .row {
  justify-content: center;
  -webkit-justify-content: center; }

.btn .mbr-iconfont {
  font-size: 15px !important;
  order: 1;
  margin-left: 13px; }



@keyframes animBtn {
  0% {
    transform: translateX(0px); }
  51% {
    transform: translateX(20px);
    opacity: 1; }
  52% {
    opacity: 0;
    transform: translateX(-20px); }
  53% {
    opacity: 0; }
  54% {
    opacity: 1; }
  100% {
    transform: translateX(0px); } }

/*# sourceMappingURL=style.css.map */
.cid-sBQJqRhR9w {
  min-height: 20px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sBQJqRhR9w .nav-item,
.cid-sBQJqRhR9w .nav-link,
.cid-sBQJqRhR9w .navbar-caption {
  font-weight: normal;
}
.cid-sBQJqRhR9w .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 1.4vw !important;
  padding: 0 !important;
  font-weight: 500;
}
@media (min-width: 992px) {
  .cid-sBQJqRhR9w .navbar {
    min-height: 90px !important;
  }
  .cid-sBQJqRhR9w .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-sBQJqRhR9w .btn {
    white-space: nowrap;
  }
  .cid-sBQJqRhR9w .dropdown-menu {
    background-color: #ebeaed !important;
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-sBQJqRhR9w .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-sBQJqRhR9w .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-sBQJqRhR9w .dropdown-toggle::after,
  .cid-sBQJqRhR9w .nav-dropdown .link.dropdown-toggle::after {
    content: '';
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-sBQJqRhR9w .dropdown-toggle::after {
  display: none;
  font-family: 'Moririse2' !important;
  content: '\e960';
  font-weight: bold;
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBQJqRhR9w .dropdown-menu {
  box-shadow: none;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 12px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBQJqRhR9w .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  transform: rotate(45deg);
}
.cid-sBQJqRhR9w .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBQJqRhR9w .dropdown-menu .dropdown-item:hover {
  color: #17161a !important;
  background-color: #fafafa;
}
.cid-sBQJqRhR9w .dropdown.open .dropdown-toggle[aria-expanded='true']::after {
  transform: rotate(45deg);
}
.cid-sBQJqRhR9w .dropdown.open .dropdown-toggle[aria-expanded='true'] + .dropdown-submenu {
  visibility: visible;
}
.cid-sBQJqRhR9w .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-sBQJqRhR9w .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-sBQJqRhR9w .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-sBQJqRhR9w .nav-item:focus,
.cid-sBQJqRhR9w .nav-link:focus {
  outline: none;
}
.cid-sBQJqRhR9w .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-sBQJqRhR9w .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sBQJqRhR9w .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sBQJqRhR9w .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sBQJqRhR9w .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sBQJqRhR9w ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sBQJqRhR9w ul.navbar-nav li {
  margin: 1px;
}
.cid-sBQJqRhR9w .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-sBQJqRhR9w .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-sBQJqRhR9w .navbar .navbar-collapse {
  justify-content: start;
  z-index: 1;
}
.cid-sBQJqRhR9w .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sBQJqRhR9w .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sBQJqRhR9w .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 2rem);
  }
}
.cid-sBQJqRhR9w .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sBQJqRhR9w .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sBQJqRhR9w .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sBQJqRhR9w .navbar {
    padding: 10px 0;
  }
  .cid-sBQJqRhR9w .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sBQJqRhR9w .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sBQJqRhR9w .navbar .container-fluid,
  .cid-sBQJqRhR9w .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-sBQJqRhR9w .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sBQJqRhR9w .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sBQJqRhR9w .navbar .navbar-logo img {
    padding: 0 !important;
    margin: 0 !important;
    height: 3rem !important;
  }
  .cid-sBQJqRhR9w .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: left;
  }
  .cid-sBQJqRhR9w .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sBQJqRhR9w .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sBQJqRhR9w .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-sBQJqRhR9w .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sBQJqRhR9w .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sBQJqRhR9w .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sBQJqRhR9w .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sBQJqRhR9w .dropdown-item.active,
.cid-sBQJqRhR9w .dropdown-item:active {
  background-color: transparent;
}
.cid-sBQJqRhR9w .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sBQJqRhR9w .nav-dropdown .link .dropdown-toggle[aria-expanded='true'] {
  margin: 0 2vw !important;
}
.cid-sBQJqRhR9w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sBQJqRhR9w .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-sBQJqRhR9w .navbar-buttons {
  text-align: end;
}
.cid-sBQJqRhR9w .botoes {
  justify-content: flex-end !important;
}
.cid-sBQJqRhR9w button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sBQJqRhR9w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-sBQJqRhR9w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sBQJqRhR9w button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBQJqRhR9w button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBQJqRhR9w button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sBQJqRhR9w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBQJqRhR9w nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sBQJqRhR9w nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sBQJqRhR9w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBQJqRhR9w .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-sBQJqRhR9w a.nav-link {
  justify-content: left;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBQJqRhR9w a.nav-link:hover {
  color: #17161a !important;
}
.is-builder .cid-sBQJqRhR9w .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sBQJqRhR9w .navbar {
    height: 20px;
  }
  .cid-sBQJqRhR9w .navbar.opened {
    height: auto;
  }
  .cid-sBQJqRhR9w .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBQJqRhR9w li {
  list-style-type: none;
}
.cid-sBQJqRhR9w span {
  font-size: 30px !important;
}
.cid-sBQJqRhR9w .btn .mbr-iconfont {
  margin-right: 9px;
  font-size: 25px !important;
  order: 0 !important;
}
@media (max-width: 768px) {
  .cid-sBQJqRhR9w .navbar-buttons {
    text-align: center;
  }
  .cid-sBQJqRhR9w a.nav-link {
    border-bottom: 1px solid #f2ecec;
    margin-top: 15px !important;
  }
  .cid-sBQJqRhR9w .botoes {
    justify-content: center !important;
  }
}
.cid-sBQJqRhR9w .fgts:hover {
  background-color: #6C247D !important;
}
.cid-sBQO8fLAHs {
  overflow-x: hidden !important;
}
.cid-sBQO8fLAHs,
.cid-sBQO8fLAHs .scroll-wrapper {
  padding-top: 165px;
  padding-bottom: 165px;
}
.cid-sBQO8fLAHs .mbr-section-title {
  color: #fcfcfc;
}
.cid-sBQO8fLAHs .mbr-section-title span {
  color: #17161a;
}
.cid-sBQO8fLAHs .mbr-text {
  line-height: 20px;
  color: #ffffff;
  letter-spacing: 1px;
  font-weight: 100;
}
.cid-sBQO8fLAHs .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/837450-487e3b3196624ce2b61b6730e3b4319f-mv2-1519x509.png");
}
.cid-sBQO8fLAHs .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sBQO8fLAHs .mbr-overlay {
  z-index: 1;
}
.cid-sBQO8fLAHs .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@media (max-width: 768px) {
  .cid-sBQO8fLAHs .mbr-text {
    line-height: 22px;
  }
}
.cid-sBQJqRZjyH {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sBQJqRZjyH .title__block {
  padding: 30px 15px;
}
.cid-sBQJqRZjyH .image {
  z-index: 1;
  top: -9em;
}
.cid-sBQJqRZjyH .mbr-text {
  margin-bottom: 30px;
}
.cid-sBQJqRZjyH .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 20px;
}
.cid-sBQJqRZjyH .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: 0.6;
}
.cid-sBQJqRZjyH .bottom__text {
  margin: 10px 0;
}
.cid-sBQJqRZjyH .btn {
  margin-top: 0;
}
.cid-sBQJqRZjyH .btn:hover {
  background-color: #313034!important;
  border-color: #17161a !important;
}
.cid-sBQJqRZjyH img {
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sBQJqRZjyH .image {
    margin-bottom: 10px;
  }
  .cid-sBQJqRZjyH .mbr-text {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .cid-sBQJqRZjyH .image {
    z-index: 1;
    top: 0;
  }
}
.cid-sBQJqSj6Ws {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sBQJqSj6Ws img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-sBQJqSj6Ws .link-wrapper {
  margin-bottom: 1rem;
}
.cid-sBQJqSj6Ws .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-sBQJqSj6Ws .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to left, #000000, #17161a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sBQJqSj6Ws .card-wrapper {
  box-shadow: 0 1px 5px #000000;
  border-radius: 20px;
  border: 1px solid gray;
  background: #ffffff;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-sBQJqSj6Ws .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sBQJqSj6Ws .first:hover:before {
  content: none;
}
.cid-sBQJqSj6Ws .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  content: "";
}
.cid-sBQJqSj6Ws .last:hover:after {
  content: none;
}
.cid-sBQJqSj6Ws .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #000000, #17161a);
  content: "";
}
.cid-sBQJqSj6Ws .mbr-section-text {
  color: #17161a;
  text-align: left;
}
.cid-sBQJqSj6Ws .card {
  padding-right: 3.5em;
  padding-left: 3.5em;
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-sBQJqSj6Ws .card .img-wrapper {
  overflow: hidden;
}
.cid-sBQJqSj6Ws .card:hover {
  transform: translateY(-10px);
}
.cid-sBQJqSj6Ws .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-sBQJqSj6Ws .card:hover .card-wrapper {
  background: linear-gradient(to left, #000000, #17161a);
  color: #ffffff !important;
}
.cid-sBQJqSj6Ws .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-sBQJqSj6Ws .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-sBQJqSj6Ws p {
  line-height: 20px;
}
.cid-sBQJqSTTvn {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sBQJqSTTvn .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
  color: #000000;
  text-align: center;
}
.cid-sBQJqSTTvn .clients__block .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-sBQJqSTTvn .mbr-text {
  margin: 10px 0 30px;
}
.cid-sBQJqSTTvn .wrap {
  overflow: hidden;
  padding: 20px 0;
}
.cid-sBQJqSTTvn .wrap:hover .image {
  animation: clientsAnim cubic-bezier(0.4, 0, 0.2, 1) 0.75s 1;
}
.cid-sBQJqSTTvn .image {
  padding-right: 35%;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBQJqSTTvn .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sBQJqSTTvn .mbr-text {
    margin: 10px 0;
  }
}
@keyframes clientsAnim {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(calc(-125%));
    opacity: 1;
  }
  51% {
    transform: translateY(calc(-125%));
    opacity: 0;
  }
  52% {
    transform: translateY(calc(125%));
  }
  86% {
    opacity: 1;
  }
  100% {
    transform: translateY(0px);
  }
}
.cid-sBQJqSTTvn .mbr-section-title {
  color: #f5f0f0;
}
.cid-sBQJqTbLAH {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sBQJqTbLAH img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-sBQJqTbLAH .link-wrapper {
  margin-bottom: 1rem;
}
.cid-sBQJqTbLAH .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-sBQJqTbLAH .img-wrapper .mbr-iconfont {
  margin: auto;
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to left, #000000, #17161a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sBQJqTbLAH .card-wrapper {
  cursor: pointer;
  box-shadow: 0 1px 5px #000000;
  border-radius: 20px;
  border: 1px solid gray;
  background: #ffffff;
  padding: 2rem;
  padding-right: 0;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-sBQJqTbLAH .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sBQJqTbLAH .first:hover:before {
  content: none;
}
.cid-sBQJqTbLAH .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  content: "";
}
.cid-sBQJqTbLAH .last:hover:after {
  content: none;
}
.cid-sBQJqTbLAH .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #000000, #17161a);
  content: "";
}
.cid-sBQJqTbLAH .mbr-section-text {
  color: #17161a;
  text-align: center;
}
.cid-sBQJqTbLAH .card {
  padding: 5px;
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-sBQJqTbLAH .card .img-wrapper {
  overflow: hidden;
}
.cid-sBQJqTbLAH .card:hover {
  transform: translateY(-10px);
}
.cid-sBQJqTbLAH .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-sBQJqTbLAH .card:hover .card-wrapper {
  background: linear-gradient(to left, #000000, #17161a);
  color: #ffffff !important;
}
.cid-sBQJqTbLAH .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-sBQJqTbLAH .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u2MwFMO3DM {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u2MwFMO3DM .correspondente {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u2MwFMO3DM .correspondente img {
  width: 220px;
  height: 100%;
  margin: 6px;
}
.cid-u2MwFMO3DM section {
  position: relative;
}
.cid-u2MwFMO3DM h4 {
  margin: 0;
}
.cid-u2MwFMO3DM img {
  height: 75px;
  padding: 3px;
}
.cid-u2MwFMO3DM a {
  font-weight: 300;
  color: #000 !important;
  transition: all 400ms ease-in-out;
}
.cid-u2MwFMO3DM h4 a {
  margin-left: -0.7em !important;
}
.cid-u2MwFMO3DM a:hover {
  transition: all 400ms ease-in-out;
  font-weight: bold !important;
}
.cid-u2MwFMO3DM .img1 {
  color: #295b76;
}
.cid-u2MwFMO3DM .img2 {
  color: #295b76;
}
.cid-u2MwFMO3DM .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #295b76;
  transition: background 0.3s;
  margin-bottom: 1rem;
}
.cid-u2MwFMO3DM .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u2MwFMO3DM .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u2MwFMO3DM .item,
.cid-u2MwFMO3DM .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.1rem;
  margin-bottom: 0rem;
}
.cid-u2MwFMO3DM .item h4,
.cid-u2MwFMO3DM .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-u2MwFMO3DM .card-img {
  width: auto;
}
.cid-u2MwFMO3DM .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-u2MwFMO3DM .item {
    justify-content: center;
  }
  .cid-u2MwFMO3DM .align-left {
    text-align: left !important;
  }
}
.cid-u2MwFMO3DM .item-title {
  color: #000000;
}
.cid-u2MwFMO3DM .link-title {
  color: #000000;
}
.cid-u2MwFMO3DM .items-title,
.cid-u2MwFMO3DM .items-title + .line-wrap {
  color: #000000;
}
.cid-u2MwFMO3DM .links-title,
.cid-u2MwFMO3DM .links-title + .line-wrap {
  color: #000000;
}
.cid-u2MwFMO3DM .text1 {
  color: #000000;
}
.cid-u2MwFMO3DM .col-sm-6 {
  width: 50% !important;
}
.cid-u2MwFMO3DM .image img {
  height: 60px !important;
}
.cid-u2MwFMO3DM .image p {
  font-size: 12px !important;
}
.cid-u2MwFMO3DM .bloco-redes-sociais span {
  font-size: 2em;
}
@media (max-width: 796px) {
  .cid-u2MwFMO3DM .image img {
    height: 50px !important;
  }
  .cid-u2MwFMO3DM .image p {
    font-size: 12px !important;
  }
}
@media (min-width: 765px) and (max-width: 780px) {
  .cid-u2MwFMO3DM .conteiner-informacoes {
    flex: 0 0 33.333333% !important;
    max-width: 33.333333% !important;
  }
  .cid-u2MwFMO3DM .conteiner-informacoes-none {
    display: none !important;
  }
}
.cid-u2MwFMO3DM .primecase img {
  height: 35px;
}
.cid-u2MwFMO3DM .primecase span {
  position: relative;
  bottom: 2.3px;
}
@media (max-width: 768px) {
  .cid-u2MwFMO3DM .correspondente {
    margin-left: 0 !important;
  }
}
.cid-u2MwFMO3DM .btn .mbr-iconfont {
  font-size: 28px !important;
  margin-left: 5px;
  margin-right: 10px;
  order: 0 !important;
}
.cid-u2MwFMO3DM .mbr-section-btn .btn {
  border-radius: 14px !important;
  padding: 12px;
}
.cid-u2MwFMO3DM .fundo {
  margin-left: 3px;
  margin-top: 0.8em;
  padding-top: 0px !important;
  padding-bottom: 0 !important;
  color: white;
  height: 2em;
  padding: 1px;
  border-radius: 8px;
  background: black;
  width: 32px;
}
.cid-u2MwFMO3DM .fundo:hover {
  background: gray;
}
.cid-u2MwFMO3DM .fa-instagram {
  margin-left: 4.3px;
  margin-top: -3.3px;
  color: white;
  align-items: center;
  justify-content: center;
}
.cid-u2MwFMO3DM .fa-instagram:hover {
  color: white;
}
.cid-sIqEHwNT9T {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #eeeeee;
}
.cid-sIqEHwNT9T .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sIqEHwNT9T .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-sIqEHwNT9T .btn {
  margin-bottom: 2rem;
}
.cid-sIqEHwNT9T img {
  margin-top: -1em !important;
  width: 1.3em !important;
  margin-left: 22em !important;
}
.cid-sIqEHwNT9T .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-sIqEHwNT9T .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sIqEHwNT9T .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-sIqEHwNT9T .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sIqEHwNT9T .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sIqEHwNT9T .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-sIqEHwNT9T .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sIqEHwNT9T .social-list img {
  margin-left: 8em !important;
}
@media (max-width: 575px) {
  .cid-sIqEHwNT9T .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
  .cid-sIqEHwNT9T img {
    margin-left: 10em !important;
  }
}
.cid-sIqEHwNT9T .links {
  color: #555555;
  text-align: center;
}
.cid-sIqEHwNT9T p {
  font-size: 14px !important;
}
/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
section {
  background-color: #eeeeee; }

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word; }

.form-control:focus {
  box-shadow: none; }

:focus {
  outline: none; }

@media (max-width: 992px) {
  .md-pb {
    padding-bottom: 2rem !important; } }
a {
  transition: color 0.25s; }

a.mbr-iconfont:hover {
  text-decoration: none; }

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0; }

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer; }
  a, a:hover {
    text-decoration: none; }

figure {
  margin-bottom: 0; }

body {
  color: #17161a !important;
  font-weight: 400; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4 {
  margin-bottom: 0;
  word-break: break-word;
  word-wrap: break-word; }

b,
strong {
  font-weight: bold; }

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 2px solid;
  border-color: #17161a; }

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  transition-property: background-color, color; }

textarea[type="hidden"] {
  display: none; }

body {
  position: relative;
  overflow-x: hidden; }

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  section .mbr-background-video,
  section .mbr-background-video-preview {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0; }

.hidden {
  visibility: hidden; }

.mbr-z-index20 {
  z-index: 20; }

/*! Base colors */
.mbr-white {
  color: #ffffff; }

.mbr-black {
  color: #000000; }

.mbr-bg-white {
  background-color: #ffffff; }

.mbr-bg-black {
  background-color: #000000; }

/*! Text-aligns */
.align-left {
  text-align: left; }

.align-center {
  text-align: center; }

.align-right {
  text-align: right; }

@media (max-width: 767px) {
  .align-left,
  .align-center,
  .align-right
   {
    text-align: center; } }
/*! Font-weight  */
.mbr-light {
  font-weight: 300 !important; }

.mbr-regular {
  font-weight: 400 !important; }

.mbr-medium {
  font-weight: 500 !important; }

.mbr-semibold {
  font-weight: 600 !important; }

.mbr-bold {
  font-weight: 700 !important; }

.mbr-extrabold {
  font-weight: 800 !important; }

/*! Media  */
.media-size-item {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto; }

.media-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%; }

.media-container-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start; }
  .media-container-row .media-size-item {
    width: 400px; }

.media-container-column {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .media-container-column > * {
    width: 100%; }

@media (min-width: 992px) {
  .media-container-row {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; } }
figure {
  overflow: hidden; }

figure[mbr-media-size] {
  transition: width 0.1s; }

.mbr-figure img,
.mbr-figure iframe {
  display: block;
  width: 100%; }

.card {
  background-color: transparent;
  border: none; }

.card-box {
  width: 100%; }

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0; }

.media {
  max-width: 100%;
  margin: 0 auto; }

.mbr-figure {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center; }

.media-container > div {
  max-width: 100%; }

.mbr-figure img,
.card-img img {
  width: 100%; }

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important; }

  .media {
    width: auto; } }
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.8rem;
  margin-right: -0.8rem;
  font-size: 0; }

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem; }

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  cursor: pointer; }

[type="submit"] {
  -webkit-appearance: none; }

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh; }

.mbr-fullscreen {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  -webkit-align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem; }

/*! Map */
.map {
  height: 25rem;
  position: relative; }
  .map iframe {
    width: 100%;
    height: 100%; }

/* Form */
.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal; }

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg); }

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 50px;
  width: 50px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center; }
  .mbr-arrow-up a:hover {
    background-color: rgba(0, 0, 0, 0.4); }
  .mbr-arrow-up a i {
    line-height: 50px; }

.mbr-arrow-up-icon {
  display: block;
  color: #fff; }

.mbr-arrow-up-icon::before {
  content: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 140%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  .mbr-arrow > a {
    display: inline-block;
    text-decoration: none;
    outline-style: none;
    -webkit-animation: arrowdown 1.7s ease-in-out infinite;
    animation: arrowdown 1.7s ease-in-out infinite; }
    .mbr-arrow > a > i {
      position: absolute;
      top: -2px;
      left: 15px;
      font-size: 2rem; }

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px); }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); } }
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px); }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); } }
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg); } }
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out; }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out; } }
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out; }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out; } }
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate; }

@keyframes slidein {
  0% {
    transform: translateX(0%); }
  100% {
    transform: translateX(100%);
    display: none; } }
@keyframes slideout {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }
.menu .navbar-brand {
  display: -webkit-flex; }
  .menu .navbar-brand span {
    display: flex;
    display: -webkit-flex; }
  .menu .navbar-brand .navbar-caption-wrap {
    display: -webkit-flex; }
  .menu .navbar-brand .navbar-logo img {
    display: -webkit-flex; }
@media (min-width: 768px) and (max-width: 1253px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox; } }
@media (max-width: 1253px) {
  .menu .navbar-collapse {
    max-height: 93.5vh; }
    .menu .navbar-collapse.show {
      overflow: auto; } }
@media (min-width: 1254px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex; }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important; }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh; }
    .menu .collapsed .navbar-collapse.show {
      overflow: auto; } }
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh; } }

.navbar {
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-align-items: center;
  align-items: center; }

.nav-dropdown .link {
  margin: 0 15px; }

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.justify-content-center {
  -webkit-justify-content: center;
  justify-content: center; }

.form-inline {
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  align-items: center; }

.card-wrapper {
  -webkit-flex: 1;
  flex: 1; }

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }

.carousel-controls {
  display: -webkit-flex; }

.media {
  display: -webkit-flex; }

.form-group:focus {
  outline: none; }

.jq-selectbox__select {
  padding: 0em 0em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 15px; }

.jq-selectbox__dropdown {
  position: absolute;
  top: 100% !important;
  left: 0 !important;
  width: 100% !important; }

.jq-selectbox__trigger-arrow {
  transform: translateY(-50%); }

.jq-selectbox li {
  padding: 1.07em 0.5em; }

input[type="range"] {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.modal-dialog,
.modal-content {
  height: 100%; }

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem); }
  @media (max-width: 575px) {
    .modal-dialog .carousel-inner {
      height: calc(100vh - 1rem); } }

.carousel-item {
  text-align: center; }

.carousel-item img {
  margin: auto; }

.navbar-toggler {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem; }

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%; }

.navbar-toggler-left {
  position: absolute;
  left: 1rem; }

.navbar-toggler-right {
  position: absolute;
  right: 1rem; }

@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 576px) {
  .navbar-toggleable {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-toggleable > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%; }

  .navbar-toggleable .navbar-toggler {
    display: none; } }
@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 768px) {
  .navbar-toggleable-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-toggleable-sm > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-sm .navbar-collapse {
    display: none;
    width: 100%; }

  .navbar-toggleable-sm .navbar-toggler {
    display: none; } }
@media (max-width: 1253px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1254px) {
  .navbar-toggleable-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-toggleable-md > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-md .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%; }

  .navbar-toggleable-md .navbar-toggler {
    display: none; } }
@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-toggleable-lg > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%; }

  .navbar-toggleable-lg .navbar-toggler {
    display: none; } }
.navbar-toggleable-xl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none; }

.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0; }

.navbar-toggleable-xl .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.navbar-toggleable-xl > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.navbar-toggleable-xl .navbar-collapse {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%; }

.navbar-toggleable-xl .navbar-toggler {
  display: none; }

.card-img {
  width: auto; }

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
  -webkit-flex-direction: column; }

.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; }

.dropup .dropdown-toggle::after {
  display: none; }

body {
  font-style: normal;
  line-height: 1.55; }

.mbr-section-title {
  font-style: normal;
  margin-bottom: 30px; }

.mbr-text {
  font-style: normal; }

.btn {
  font-weight: 600 !important;
  border-width: 1px;
  line-height: 20px !important;
  font-style: normal;
  letter-spacing: 0;
  margin: 0.4rem 0.8rem;
  white-space: normal;
  vertical-align: middle;
  overflow: hidden;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center; }

.btn-sm {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

.btn-md {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

.btn-lg {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

.btn-form {
  margin: 0;
  border-radius: 0; }
  .btn-form:hover {
    cursor: pointer; }

#scrollToTop a i:before {
  content: ""; }
#scrollToTop a i:after {
  content: "";
  position: absolute;
  display: block;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  border-top-right-radius: 3px;
  width: 30%;
  height: 30%;
  left: 35%;
  bottom: 40%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg); }

.mbr-arrow a {
  color: #ffffff; }

@media (max-width: 767px) {
  .mbr-arrow {
    display: none; } }
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0; }

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 0.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;
    transform: rotate(45deg);
    width: 14px;
    -webkit-transform: rotate(45deg); }

.form-control {
  box-shadow: none;
  color: #ffffff;
  min-height: 2.5em;
  font-size: 16px;
  border-radius: 4px; }
  .form-active .form-control:invalid {
    border-color: red; }

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none; }

blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  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; }

.mbr-section__comments .row {
  justify-content: center;
  -webkit-justify-content: center; }

.btn .mbr-iconfont {
  font-size: 15px !important;
  order: 1;
  margin-left: 13px; }



@keyframes animBtn {
  0% {
    transform: translateX(0px); }
  51% {
    transform: translateX(20px);
    opacity: 1; }
  52% {
    opacity: 0;
    transform: translateX(-20px); }
  53% {
    opacity: 0; }
  54% {
    opacity: 1; }
  100% {
    transform: translateX(0px); } }

/*# sourceMappingURL=style.css.map */
.cid-sBL5r8NTWk {
  min-height: 20px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sBL5r8NTWk .nav-item,
.cid-sBL5r8NTWk .nav-link,
.cid-sBL5r8NTWk .navbar-caption {
  font-weight: normal;
}
.cid-sBL5r8NTWk .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 1.4vw !important;
  padding: 0 !important;
  font-weight: 500;
}
@media (min-width: 992px) {
  .cid-sBL5r8NTWk .navbar {
    min-height: 90px !important;
  }
  .cid-sBL5r8NTWk .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-sBL5r8NTWk .btn {
    white-space: nowrap;
  }
  .cid-sBL5r8NTWk .dropdown-menu {
    background-color: #ebeaed !important;
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-sBL5r8NTWk .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-sBL5r8NTWk .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-sBL5r8NTWk .dropdown-toggle::after,
  .cid-sBL5r8NTWk .nav-dropdown .link.dropdown-toggle::after {
    content: '';
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-sBL5r8NTWk .dropdown-toggle::after {
  display: none;
  font-family: 'Moririse2' !important;
  content: '\e960';
  font-weight: bold;
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBL5r8NTWk .dropdown-menu {
  box-shadow: none;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 12px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBL5r8NTWk .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  transform: rotate(45deg);
}
.cid-sBL5r8NTWk .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBL5r8NTWk .dropdown-menu .dropdown-item:hover {
  color: #17161a !important;
  background-color: #fafafa;
}
.cid-sBL5r8NTWk .dropdown.open .dropdown-toggle[aria-expanded='true']::after {
  transform: rotate(45deg);
}
.cid-sBL5r8NTWk .dropdown.open .dropdown-toggle[aria-expanded='true'] + .dropdown-submenu {
  visibility: visible;
}
.cid-sBL5r8NTWk .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-sBL5r8NTWk .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-sBL5r8NTWk .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-sBL5r8NTWk .nav-item:focus,
.cid-sBL5r8NTWk .nav-link:focus {
  outline: none;
}
.cid-sBL5r8NTWk .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-sBL5r8NTWk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sBL5r8NTWk .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sBL5r8NTWk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sBL5r8NTWk .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sBL5r8NTWk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sBL5r8NTWk ul.navbar-nav li {
  margin: 1px;
}
.cid-sBL5r8NTWk .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-sBL5r8NTWk .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-sBL5r8NTWk .navbar .navbar-collapse {
  justify-content: start;
  z-index: 1;
}
.cid-sBL5r8NTWk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sBL5r8NTWk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sBL5r8NTWk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 2rem);
  }
}
.cid-sBL5r8NTWk .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sBL5r8NTWk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sBL5r8NTWk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sBL5r8NTWk .navbar {
    padding: 10px 0;
  }
  .cid-sBL5r8NTWk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sBL5r8NTWk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sBL5r8NTWk .navbar .container-fluid,
  .cid-sBL5r8NTWk .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-sBL5r8NTWk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sBL5r8NTWk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sBL5r8NTWk .navbar .navbar-logo img {
    padding: 0 !important;
    margin: 0 !important;
    height: 3rem !important;
  }
  .cid-sBL5r8NTWk .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: left;
  }
  .cid-sBL5r8NTWk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sBL5r8NTWk .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sBL5r8NTWk .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-sBL5r8NTWk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sBL5r8NTWk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sBL5r8NTWk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sBL5r8NTWk .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sBL5r8NTWk .dropdown-item.active,
.cid-sBL5r8NTWk .dropdown-item:active {
  background-color: transparent;
}
.cid-sBL5r8NTWk .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sBL5r8NTWk .nav-dropdown .link .dropdown-toggle[aria-expanded='true'] {
  margin: 0 2vw !important;
}
.cid-sBL5r8NTWk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sBL5r8NTWk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-sBL5r8NTWk .navbar-buttons {
  text-align: end;
}
.cid-sBL5r8NTWk .botoes {
  justify-content: flex-end !important;
}
.cid-sBL5r8NTWk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sBL5r8NTWk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-sBL5r8NTWk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sBL5r8NTWk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBL5r8NTWk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBL5r8NTWk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sBL5r8NTWk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBL5r8NTWk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sBL5r8NTWk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sBL5r8NTWk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBL5r8NTWk .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-sBL5r8NTWk a.nav-link {
  justify-content: left;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBL5r8NTWk a.nav-link:hover {
  color: #17161a !important;
}
.is-builder .cid-sBL5r8NTWk .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sBL5r8NTWk .navbar {
    height: 20px;
  }
  .cid-sBL5r8NTWk .navbar.opened {
    height: auto;
  }
  .cid-sBL5r8NTWk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBL5r8NTWk li {
  list-style-type: none;
}
.cid-sBL5r8NTWk span {
  font-size: 30px !important;
}
.cid-sBL5r8NTWk .btn .mbr-iconfont {
  margin-right: 9px;
  font-size: 25px !important;
  order: 0 !important;
}
@media (max-width: 768px) {
  .cid-sBL5r8NTWk .navbar-buttons {
    text-align: center;
  }
  .cid-sBL5r8NTWk a.nav-link {
    border-bottom: 1px solid #f2ecec;
    margin-top: 15px !important;
  }
  .cid-sBL5r8NTWk .botoes {
    justify-content: center !important;
  }
}
.cid-sBL5r8NTWk .fgts:hover {
  background-color: #6C247D !important;
}
.cid-sBPwLO5HI7 {
  overflow-x: hidden !important;
}
.cid-sBPwLO5HI7,
.cid-sBPwLO5HI7 .scroll-wrapper {
  padding-top: 210px;
  padding-bottom: 165px;
}
.cid-sBPwLO5HI7 .mbr-section-title {
  color: #fcfcfc;
}
.cid-sBPwLO5HI7 .mbr-section-title span {
  color: #17161a;
}
.cid-sBPwLO5HI7 .mbr-text {
  line-height: 20px;
  color: #ffffff;
  letter-spacing: 1px;
  font-weight: 100;
}
.cid-sBPwLO5HI7 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/direitos-creditrios-1080x675.jpg");
}
.cid-sBPwLO5HI7 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sBPwLO5HI7 .mbr-overlay {
  z-index: 1;
}
.cid-sBPwLO5HI7 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@media (max-width: 768px) {
  .cid-sBPwLO5HI7 .mbr-text {
    line-height: 22px;
  }
}
.cid-sBPy593FOt {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sBPy593FOt .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-sBPy593FOt .clients__block .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-sBPy593FOt .mbr-text {
  margin: 10px 0 30px;
}
.cid-sBPy593FOt .wrap {
  overflow: hidden;
  padding: 20px 0;
}
.cid-sBPy593FOt .wrap:hover .image {
  animation: clientsAnim cubic-bezier(0.4, 0, 0.2, 1) 0.75s 1;
}
.cid-sBPy593FOt .image {
  padding-right: 35%;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBPy593FOt .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sBPy593FOt .mbr-text {
    margin: 10px 0;
  }
}
@keyframes clientsAnim {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(calc(-125%));
    opacity: 1;
  }
  51% {
    transform: translateY(calc(-125%));
    opacity: 0;
  }
  52% {
    transform: translateY(calc(125%));
  }
  86% {
    opacity: 1;
  }
  100% {
    transform: translateY(0px);
  }
}
.cid-sBPy593FOt .mbr-section-title {
  color: #191f23;
}
.cid-sDEe78ai9W {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sDEe78ai9W .mbr-text {
  line-height: 1.55;
  color: #000000;
}
.cid-sDEe78ai9W .price {
  margin-top: 5px;
}
.cid-sDEe78ai9W .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-sDEe78ai9W .mbr-section-btn {
  margin: 0px 0 0 0;
}
.cid-sDEe78ai9W .btn-md {
  border: 5px solid;
  border-radius: 16px;
  padding: 0 20px 0 15px ;
  width: 18em;
  height: 50px;
  margin: 0 !important;
}
.cid-sDEe78ai9W .btn-md:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.cid-sDEe78ai9W .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-sDEe78ai9W .mbr-iconfont:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 10px 0 10px;
}
@media (max-width: 768px) {
  .cid-sDEe78ai9W .btn-md {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-sDEe78ai9W .content__block,
  .cid-sDEe78ai9W .price__block {
    margin-bottom: 30px;
  }
}
.cid-sDEe78ai9W .descr {
  color: #444345;
}
.cid-sBPBfFvvWJ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #17161a;
}
.cid-sBPBfFvvWJ .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
  color: #ffffff;
}
.cid-sBPBfFvvWJ .clients__block .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-sBPBfFvvWJ .mbr-text {
  margin: 10px 0 30px;
}
.cid-sBPBfFvvWJ .wrap {
  overflow: hidden;
  padding: 20px 0;
}
.cid-sBPBfFvvWJ .wrap:hover .image {
  animation: clientsAnim cubic-bezier(0.4, 0, 0.2, 1) 0.75s 1;
}
.cid-sBPBfFvvWJ .image {
  padding-right: 35%;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBPBfFvvWJ .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sBPBfFvvWJ .mbr-text {
    margin: 10px 0;
  }
}
@keyframes clientsAnim {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(calc(-125%));
    opacity: 1;
  }
  51% {
    transform: translateY(calc(-125%));
    opacity: 0;
  }
  52% {
    transform: translateY(calc(125%));
  }
  86% {
    opacity: 1;
  }
  100% {
    transform: translateY(0px);
  }
}
.cid-sBPBfFvvWJ .mbr-section-title {
  color: #f5f0f0;
}
.cid-sBQ7WIo2BS {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sBQ7WIo2BS .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
  color: #000000;
  text-align: center;
}
.cid-sBQ7WIo2BS .clients__block .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-sBQ7WIo2BS .mbr-text {
  margin: 10px 0 30px;
}
.cid-sBQ7WIo2BS .wrap {
  overflow: hidden;
  padding: 20px 0;
}
.cid-sBQ7WIo2BS .wrap:hover .image {
  animation: clientsAnim cubic-bezier(0.4, 0, 0.2, 1) 0.75s 1;
}
.cid-sBQ7WIo2BS .image {
  padding-right: 35%;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBQ7WIo2BS .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sBQ7WIo2BS .mbr-text {
    margin: 10px 0;
  }
}
@keyframes clientsAnim {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(calc(-125%));
    opacity: 1;
  }
  51% {
    transform: translateY(calc(-125%));
    opacity: 0;
  }
  52% {
    transform: translateY(calc(125%));
  }
  86% {
    opacity: 1;
  }
  100% {
    transform: translateY(0px);
  }
}
.cid-sBQ7WIo2BS .mbr-section-title {
  color: #f5f0f0;
}
.cid-sBPD3na9s2 {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sBPD3na9s2 img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-sBPD3na9s2 .link-wrapper {
  margin-bottom: 1rem;
}
.cid-sBPD3na9s2 .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-sBPD3na9s2 .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to left, #000000, #17161a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sBPD3na9s2 .card-wrapper {
  box-shadow: 0 1px 5px #000000;
  border-radius: 20px;
  border: 1px solid gray;
  background: #ffffff;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-sBPD3na9s2 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sBPD3na9s2 .first:hover:before {
  content: none;
}
.cid-sBPD3na9s2 .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  content: "";
}
.cid-sBPD3na9s2 .last:hover:after {
  content: none;
}
.cid-sBPD3na9s2 .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #000000, #17161a);
  content: "";
}
.cid-sBPD3na9s2 .mbr-section-text {
  color: #17161a;
  text-align: left;
}
.cid-sBPD3na9s2 .card {
  padding-right: 2.5em;
  padding-left: 2.5em;
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-sBPD3na9s2 .card .img-wrapper {
  overflow: hidden;
}
.cid-sBPD3na9s2 .card:hover {
  transform: translateY(-10px);
}
.cid-sBPD3na9s2 .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-sBPD3na9s2 .card:hover .card-wrapper {
  background: linear-gradient(to left, #000000, #17161a);
  color: #ffffff !important;
}
.cid-sBPD3na9s2 .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-sBPD3na9s2 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-sDO7doQH7i {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f9f9f9;
}
.cid-sDO7doQH7i .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-sDO7doQH7i .clients__block .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-sDO7doQH7i .mbr-text {
  margin: 10px 0 30px;
  color: #232226;
}
.cid-sDO7doQH7i .wrap {
  overflow: hidden;
  padding: 20px 0;
}
.cid-sDO7doQH7i .wrap:hover .image {
  animation: clientsAnim cubic-bezier(0.4, 0, 0.2, 1) 0.75s 1;
}
.cid-sDO7doQH7i .image {
  padding-right: 35%;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sDO7doQH7i .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sDO7doQH7i .mbr-text {
    margin: 10px 0;
  }
}
@keyframes clientsAnim {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(calc(-125%));
    opacity: 1;
  }
  51% {
    transform: translateY(calc(-125%));
    opacity: 0;
  }
  52% {
    transform: translateY(calc(125%));
  }
  86% {
    opacity: 1;
  }
  100% {
    transform: translateY(0px);
  }
}
.cid-sDO7doQH7i .mbr-section-title {
  color: #232226;
}
.cid-u1bg16XUM6 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u1bg16XUM6 .correspondente {
  display: flex;
  justify-content: center;
}
.cid-u1bg16XUM6 section {
  position: relative;
}
.cid-u1bg16XUM6 h4 {
  margin: 0;
}
.cid-u1bg16XUM6 img {
  height: 75px;
  padding: 3px;
}
.cid-u1bg16XUM6 a {
  font-weight: 300;
  color: #000 !important;
  transition: all 400ms ease-in-out;
}
.cid-u1bg16XUM6 h4 a {
  margin-left: -0.7em !important;
}
.cid-u1bg16XUM6 a:hover {
  transition: all 400ms ease-in-out;
  font-weight: bold !important;
}
.cid-u1bg16XUM6 .img1 {
  color: #295b76;
}
.cid-u1bg16XUM6 .img2 {
  color: #295b76;
}
.cid-u1bg16XUM6 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #295b76;
  transition: background 0.3s;
  margin-bottom: 1rem;
}
.cid-u1bg16XUM6 .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u1bg16XUM6 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u1bg16XUM6 .item,
.cid-u1bg16XUM6 .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.1rem;
  margin-bottom: 0rem;
}
.cid-u1bg16XUM6 .item h4,
.cid-u1bg16XUM6 .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-u1bg16XUM6 .card-img {
  width: auto;
}
.cid-u1bg16XUM6 .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-u1bg16XUM6 .item {
    justify-content: center;
  }
  .cid-u1bg16XUM6 .align-left {
    text-align: left !important;
  }
}
.cid-u1bg16XUM6 .item-title {
  color: #000000;
}
.cid-u1bg16XUM6 .link-title {
  color: #000000;
}
.cid-u1bg16XUM6 .items-title,
.cid-u1bg16XUM6 .items-title + .line-wrap {
  color: #000000;
}
.cid-u1bg16XUM6 .links-title,
.cid-u1bg16XUM6 .links-title + .line-wrap {
  color: #000000;
}
.cid-u1bg16XUM6 .text1 {
  color: #000000;
}
.cid-u1bg16XUM6 .col-sm-6 {
  width: 50% !important;
}
.cid-u1bg16XUM6 .image img {
  height: 70px !important;
}
.cid-u1bg16XUM6 .image p {
  font-size: 12px !important;
}
.cid-u1bg16XUM6 .bloco-redes-sociais span {
  font-size: 2em;
}
@media (max-width: 796px) {
  .cid-u1bg16XUM6 .image img {
    height: 50px !important;
  }
  .cid-u1bg16XUM6 .image p {
    font-size: 12px !important;
  }
}
@media (min-width: 765px) and (max-width: 780px) {
  .cid-u1bg16XUM6 .conteiner-informacoes {
    flex: 0 0 33.333333% !important;
    max-width: 33.333333% !important;
  }
  .cid-u1bg16XUM6 .conteiner-informacoes-none {
    display: none !important;
  }
}
.cid-u1bg16XUM6 .primecase img {
  height: 35px;
}
.cid-u1bg16XUM6 .primecase span {
  position: relative;
  bottom: 2.3px;
}
@media (max-width: 768px) {
  .cid-u1bg16XUM6 .correspondente {
    margin-left: 0 !important;
  }
}
.cid-u1bg16XUM6 .btn .mbr-iconfont {
  font-size: 28px !important;
  margin-left: 5px;
  margin-right: 10px;
  order: 0 !important;
}
.cid-u1bg16XUM6 .mbr-section-btn .btn {
  border-radius: 14px !important;
  padding: 12px;
}
.cid-u1bg16XUM6 .fundo {
  margin-left: 3px;
  margin-top: 0.8em;
  padding-top: 0px !important;
  padding-bottom: 0 !important;
  color: white;
  height: 2em;
  padding: 1px;
  border-radius: 8px;
  background: black;
  width: 32px;
}
.cid-u1bg16XUM6 .fundo:hover {
  background: gray;
}
.cid-u1bg16XUM6 .fa-instagram {
  margin-left: 4.3px;
  margin-top: -3.3px;
  color: white;
  align-items: center;
  justify-content: center;
}
.cid-u1bg16XUM6 .fa-instagram:hover {
  color: white;
}
.cid-sIqF0VFMvh {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #eeeeee;
}
.cid-sIqF0VFMvh .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sIqF0VFMvh .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-sIqF0VFMvh .btn {
  margin-bottom: 2rem;
}
.cid-sIqF0VFMvh img {
  margin-top: -1em !important;
  width: 1.3em !important;
  margin-left: 22em !important;
}
.cid-sIqF0VFMvh .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-sIqF0VFMvh .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sIqF0VFMvh .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-sIqF0VFMvh .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sIqF0VFMvh .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sIqF0VFMvh .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-sIqF0VFMvh .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sIqF0VFMvh .social-list img {
  margin-left: 8em !important;
}
@media (max-width: 575px) {
  .cid-sIqF0VFMvh .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
  .cid-sIqF0VFMvh img {
    margin-left: 10em !important;
  }
}
.cid-sIqF0VFMvh .links {
  color: #555555;
  text-align: center;
}
.cid-sIqF0VFMvh p {
  font-size: 14px !important;
}
/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
section {
  background-color: #eeeeee; }

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word; }

.form-control:focus {
  box-shadow: none; }

:focus {
  outline: none; }

@media (max-width: 992px) {
  .md-pb {
    padding-bottom: 2rem !important; } }
a {
  transition: color 0.25s; }

a.mbr-iconfont:hover {
  text-decoration: none; }

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0; }

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer; }
  a, a:hover {
    text-decoration: none; }

figure {
  margin-bottom: 0; }

body {
  color: #17161a !important;
  font-weight: 400; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4 {
  margin-bottom: 0;
  word-break: break-word;
  word-wrap: break-word; }

b,
strong {
  font-weight: bold; }

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 2px solid;
  border-color: #17161a; }

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  transition-property: background-color, color; }

textarea[type="hidden"] {
  display: none; }

body {
  position: relative;
  overflow-x: hidden; }

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  section .mbr-background-video,
  section .mbr-background-video-preview {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0; }

.hidden {
  visibility: hidden; }

.mbr-z-index20 {
  z-index: 20; }

/*! Base colors */
.mbr-white {
  color: #ffffff; }

.mbr-black {
  color: #000000; }

.mbr-bg-white {
  background-color: #ffffff; }

.mbr-bg-black {
  background-color: #000000; }

/*! Text-aligns */
.align-left {
  text-align: left; }

.align-center {
  text-align: center; }

.align-right {
  text-align: right; }

@media (max-width: 767px) {
  .align-left,
  .align-center,
  .align-right
   {
    text-align: center; } }
/*! Font-weight  */
.mbr-light {
  font-weight: 300 !important; }

.mbr-regular {
  font-weight: 400 !important; }

.mbr-medium {
  font-weight: 500 !important; }

.mbr-semibold {
  font-weight: 600 !important; }

.mbr-bold {
  font-weight: 700 !important; }

.mbr-extrabold {
  font-weight: 800 !important; }

/*! Media  */
.media-size-item {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto; }

.media-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%; }

.media-container-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start; }
  .media-container-row .media-size-item {
    width: 400px; }

.media-container-column {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .media-container-column > * {
    width: 100%; }

@media (min-width: 992px) {
  .media-container-row {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; } }
figure {
  overflow: hidden; }

figure[mbr-media-size] {
  transition: width 0.1s; }

.mbr-figure img,
.mbr-figure iframe {
  display: block;
  width: 100%; }

.card {
  background-color: transparent;
  border: none; }

.card-box {
  width: 100%; }

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0; }

.media {
  max-width: 100%;
  margin: 0 auto; }

.mbr-figure {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center; }

.media-container > div {
  max-width: 100%; }

.mbr-figure img,
.card-img img {
  width: 100%; }

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important; }

  .media {
    width: auto; } }
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.8rem;
  margin-right: -0.8rem;
  font-size: 0; }

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem; }

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  cursor: pointer; }

[type="submit"] {
  -webkit-appearance: none; }

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh; }

.mbr-fullscreen {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  -webkit-align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem; }

/*! Map */
.map {
  height: 25rem;
  position: relative; }
  .map iframe {
    width: 100%;
    height: 100%; }

/* Form */
.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal; }

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg); }

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 50px;
  width: 50px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center; }
  .mbr-arrow-up a:hover {
    background-color: rgba(0, 0, 0, 0.4); }
  .mbr-arrow-up a i {
    line-height: 50px; }

.mbr-arrow-up-icon {
  display: block;
  color: #fff; }

.mbr-arrow-up-icon::before {
  content: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 140%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  .mbr-arrow > a {
    display: inline-block;
    text-decoration: none;
    outline-style: none;
    -webkit-animation: arrowdown 1.7s ease-in-out infinite;
    animation: arrowdown 1.7s ease-in-out infinite; }
    .mbr-arrow > a > i {
      position: absolute;
      top: -2px;
      left: 15px;
      font-size: 2rem; }

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px); }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); } }
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px); }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); } }
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg); } }
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out; }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out; } }
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out; }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out; } }
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate; }

@keyframes slidein {
  0% {
    transform: translateX(0%); }
  100% {
    transform: translateX(100%);
    display: none; } }
@keyframes slideout {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }
.menu .navbar-brand {
  display: -webkit-flex; }
  .menu .navbar-brand span {
    display: flex;
    display: -webkit-flex; }
  .menu .navbar-brand .navbar-caption-wrap {
    display: -webkit-flex; }
  .menu .navbar-brand .navbar-logo img {
    display: -webkit-flex; }
@media (min-width: 768px) and (max-width: 1253px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox; } }
@media (max-width: 1253px) {
  .menu .navbar-collapse {
    max-height: 93.5vh; }
    .menu .navbar-collapse.show {
      overflow: auto; } }
@media (min-width: 1254px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex; }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important; }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh; }
    .menu .collapsed .navbar-collapse.show {
      overflow: auto; } }
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh; } }

.navbar {
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-align-items: center;
  align-items: center; }

.nav-dropdown .link {
  margin: 0 15px; }

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.justify-content-center {
  -webkit-justify-content: center;
  justify-content: center; }

.form-inline {
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  align-items: center; }

.card-wrapper {
  -webkit-flex: 1;
  flex: 1; }

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }

.carousel-controls {
  display: -webkit-flex; }

.media {
  display: -webkit-flex; }

.form-group:focus {
  outline: none; }

.jq-selectbox__select {
  padding: 0em 0em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 15px; }

.jq-selectbox__dropdown {
  position: absolute;
  top: 100% !important;
  left: 0 !important;
  width: 100% !important; }

.jq-selectbox__trigger-arrow {
  transform: translateY(-50%); }

.jq-selectbox li {
  padding: 1.07em 0.5em; }

input[type="range"] {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.modal-dialog,
.modal-content {
  height: 100%; }

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem); }
  @media (max-width: 575px) {
    .modal-dialog .carousel-inner {
      height: calc(100vh - 1rem); } }

.carousel-item {
  text-align: center; }

.carousel-item img {
  margin: auto; }

.navbar-toggler {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem; }

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%; }

.navbar-toggler-left {
  position: absolute;
  left: 1rem; }

.navbar-toggler-right {
  position: absolute;
  right: 1rem; }

@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 576px) {
  .navbar-toggleable {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-toggleable > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%; }

  .navbar-toggleable .navbar-toggler {
    display: none; } }
@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 768px) {
  .navbar-toggleable-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-toggleable-sm > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-sm .navbar-collapse {
    display: none;
    width: 100%; }

  .navbar-toggleable-sm .navbar-toggler {
    display: none; } }
@media (max-width: 1253px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1254px) {
  .navbar-toggleable-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-toggleable-md > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-md .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%; }

  .navbar-toggleable-md .navbar-toggler {
    display: none; } }
@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-toggleable-lg > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%; }

  .navbar-toggleable-lg .navbar-toggler {
    display: none; } }
.navbar-toggleable-xl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none; }

.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0; }

.navbar-toggleable-xl .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.navbar-toggleable-xl > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.navbar-toggleable-xl .navbar-collapse {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%; }

.navbar-toggleable-xl .navbar-toggler {
  display: none; }

.card-img {
  width: auto; }

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
  -webkit-flex-direction: column; }

.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; }

.dropup .dropdown-toggle::after {
  display: none; }

body {
  font-style: normal;
  line-height: 1.55; }

.mbr-section-title {
  font-style: normal;
  margin-bottom: 30px; }

.mbr-text {
  font-style: normal; }

.btn {
  font-weight: 600 !important;
  border-width: 1px;
  line-height: 20px !important;
  font-style: normal;
  letter-spacing: 0;
  margin: 0.4rem 0.8rem;
  white-space: normal;
  vertical-align: middle;
  overflow: hidden;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center; }

.btn-sm {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

.btn-md {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

.btn-lg {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

.btn-form {
  margin: 0;
  border-radius: 0; }
  .btn-form:hover {
    cursor: pointer; }

#scrollToTop a i:before {
  content: ""; }
#scrollToTop a i:after {
  content: "";
  position: absolute;
  display: block;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  border-top-right-radius: 3px;
  width: 30%;
  height: 30%;
  left: 35%;
  bottom: 40%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg); }

.mbr-arrow a {
  color: #ffffff; }

@media (max-width: 767px) {
  .mbr-arrow {
    display: none; } }
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0; }

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 0.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;
    transform: rotate(45deg);
    width: 14px;
    -webkit-transform: rotate(45deg); }

.form-control {
  box-shadow: none;
  color: #ffffff;
  min-height: 2.5em;
  font-size: 16px;
  border-radius: 4px; }
  .form-active .form-control:invalid {
    border-color: red; }

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none; }

blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  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; }

.mbr-section__comments .row {
  justify-content: center;
  -webkit-justify-content: center; }

.btn .mbr-iconfont {
  font-size: 15px !important;
  order: 1;
  margin-left: 13px; }



@keyframes animBtn {
  0% {
    transform: translateX(0px); }
  51% {
    transform: translateX(20px);
    opacity: 1; }
  52% {
    opacity: 0;
    transform: translateX(-20px); }
  53% {
    opacity: 0; }
  54% {
    opacity: 1; }
  100% {
    transform: translateX(0px); } }

/*# sourceMappingURL=style.css.map */
.cid-sBL5r8NTWk {
  min-height: 20px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sBL5r8NTWk .nav-item,
.cid-sBL5r8NTWk .nav-link,
.cid-sBL5r8NTWk .navbar-caption {
  font-weight: normal;
}
.cid-sBL5r8NTWk .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 1.4vw !important;
  padding: 0 !important;
  font-weight: 500;
}
@media (min-width: 992px) {
  .cid-sBL5r8NTWk .navbar {
    min-height: 90px !important;
  }
  .cid-sBL5r8NTWk .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-sBL5r8NTWk .btn {
    white-space: nowrap;
  }
  .cid-sBL5r8NTWk .dropdown-menu {
    background-color: #ebeaed !important;
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-sBL5r8NTWk .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-sBL5r8NTWk .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-sBL5r8NTWk .dropdown-toggle::after,
  .cid-sBL5r8NTWk .nav-dropdown .link.dropdown-toggle::after {
    content: '';
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-sBL5r8NTWk .dropdown-toggle::after {
  display: none;
  font-family: 'Moririse2' !important;
  content: '\e960';
  font-weight: bold;
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBL5r8NTWk .dropdown-menu {
  box-shadow: none;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 12px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBL5r8NTWk .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  transform: rotate(45deg);
}
.cid-sBL5r8NTWk .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBL5r8NTWk .dropdown-menu .dropdown-item:hover {
  color: #17161a !important;
  background-color: #fafafa;
}
.cid-sBL5r8NTWk .dropdown.open .dropdown-toggle[aria-expanded='true']::after {
  transform: rotate(45deg);
}
.cid-sBL5r8NTWk .dropdown.open .dropdown-toggle[aria-expanded='true'] + .dropdown-submenu {
  visibility: visible;
}
.cid-sBL5r8NTWk .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-sBL5r8NTWk .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-sBL5r8NTWk .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-sBL5r8NTWk .nav-item:focus,
.cid-sBL5r8NTWk .nav-link:focus {
  outline: none;
}
.cid-sBL5r8NTWk .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-sBL5r8NTWk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sBL5r8NTWk .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sBL5r8NTWk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sBL5r8NTWk .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sBL5r8NTWk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sBL5r8NTWk ul.navbar-nav li {
  margin: 1px;
}
.cid-sBL5r8NTWk .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-sBL5r8NTWk .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-sBL5r8NTWk .navbar .navbar-collapse {
  justify-content: start;
  z-index: 1;
}
.cid-sBL5r8NTWk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sBL5r8NTWk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sBL5r8NTWk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 2rem);
  }
}
.cid-sBL5r8NTWk .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sBL5r8NTWk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sBL5r8NTWk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sBL5r8NTWk .navbar {
    padding: 10px 0;
  }
  .cid-sBL5r8NTWk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sBL5r8NTWk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sBL5r8NTWk .navbar .container-fluid,
  .cid-sBL5r8NTWk .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-sBL5r8NTWk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sBL5r8NTWk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sBL5r8NTWk .navbar .navbar-logo img {
    padding: 0 !important;
    margin: 0 !important;
    height: 3rem !important;
  }
  .cid-sBL5r8NTWk .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: left;
  }
  .cid-sBL5r8NTWk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sBL5r8NTWk .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sBL5r8NTWk .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-sBL5r8NTWk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sBL5r8NTWk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sBL5r8NTWk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sBL5r8NTWk .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sBL5r8NTWk .dropdown-item.active,
.cid-sBL5r8NTWk .dropdown-item:active {
  background-color: transparent;
}
.cid-sBL5r8NTWk .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sBL5r8NTWk .nav-dropdown .link .dropdown-toggle[aria-expanded='true'] {
  margin: 0 2vw !important;
}
.cid-sBL5r8NTWk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sBL5r8NTWk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-sBL5r8NTWk .navbar-buttons {
  text-align: end;
}
.cid-sBL5r8NTWk .botoes {
  justify-content: flex-end !important;
}
.cid-sBL5r8NTWk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sBL5r8NTWk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-sBL5r8NTWk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sBL5r8NTWk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBL5r8NTWk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBL5r8NTWk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sBL5r8NTWk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBL5r8NTWk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sBL5r8NTWk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sBL5r8NTWk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBL5r8NTWk .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-sBL5r8NTWk a.nav-link {
  justify-content: left;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sBL5r8NTWk a.nav-link:hover {
  color: #17161a !important;
}
.is-builder .cid-sBL5r8NTWk .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sBL5r8NTWk .navbar {
    height: 20px;
  }
  .cid-sBL5r8NTWk .navbar.opened {
    height: auto;
  }
  .cid-sBL5r8NTWk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBL5r8NTWk li {
  list-style-type: none;
}
.cid-sBL5r8NTWk span {
  font-size: 30px !important;
}
.cid-sBL5r8NTWk .btn .mbr-iconfont {
  margin-right: 9px;
  font-size: 25px !important;
  order: 0 !important;
}
@media (max-width: 768px) {
  .cid-sBL5r8NTWk .navbar-buttons {
    text-align: center;
  }
  .cid-sBL5r8NTWk a.nav-link {
    border-bottom: 1px solid #f2ecec;
    margin-top: 15px !important;
  }
  .cid-sBL5r8NTWk .botoes {
    justify-content: center !important;
  }
}
.cid-sBL5r8NTWk .fgts:hover {
  background-color: #6C247D !important;
}
.cid-rTC35wKCl1 {
  overflow-x: hidden !important;
}
.cid-rTC35wKCl1,
.cid-rTC35wKCl1 .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-rTC35wKCl1 .mbr-section-title {
  color: #ffffff;
}
.cid-rTC35wKCl1 .mbr-section-title span {
  color: #17161a;
}
.cid-rTC35wKCl1 .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-rTC35wKCl1 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1275.jpg");
}
.cid-rTC35wKCl1 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-rTC35wKCl1 .mbr-overlay {
  z-index: 1;
}
.cid-rTC35wKCl1 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-rTC3ADnvWb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rTC3ADnvWb span {
  color: #c1c1c1;
}
.cid-rTC3ADnvWb .flex-block {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-rTC3ADnvWb .flex-block span {
  font-size: 3rem;
  margin-right: 3rem;
}
@media (min-width: 577px) {
  .cid-rTC3ADnvWb .flex-block span {
    margin-left: 2rem;
  }
}
.cid-rTC3ADnvWb .custom-button {
  background-color: #000 !important;
  border-color: #000 !important;
  color: #fff !important;
  transition: all 400ms ease-in-out;
}
.cid-rTC3ADnvWb .custom-button:hover {
  background-color: transparent !important;
  border-color: #000 !important;
  color: #000 !important;
  transition: all 400ms ease-in-out;
}
.cid-sDVpZAiMQT {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sDVpZAiMQT .mbr-section-btn {
    margin-top: 20px;
    text-align: center;
  }
}
.cid-sDVpZAiMQT .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-sDVpZAiMQT .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-rTC41tN1TC {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #232226;
}
.cid-rTC41tN1TC h4 {
  margin-bottom: 0;
}
.cid-rTC41tN1TC img {
  width: 23% !important;
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-rTC41tN1TC .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(26, 26, 26, 0.35);
}
.cid-rTC41tN1TC .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-rTC41tN1TC .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rTC41tN1TC .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-rTC41tN1TC .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #17161a !important;
  box-shadow: none!important;
}
.cid-rTC41tN1TC .btn[class*="-outline"]:active,
.cid-rTC41tN1TC .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rTC41tN1TC .card-box {
  padding-top: 2rem;
}
.cid-rTC41tN1TC .card-wrapper {
  height: 100%;
}
.cid-rTC41tN1TC .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rTC41tN1TC .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-rTC41tN1TC .main-title {
  color: #ffffff;
  text-align: center;
}
.cid-rTC41tN1TC .mbr-text,
.cid-rTC41tN1TC .mbr-link-btn {
  color: #767676;
}
.cid-rTC41tN1TC P {
  text-align: center;
  color: #ffffff;
}
.cid-rTC5kulsZI {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rTC5kulsZI .mbr-text,
.cid-rTC5kulsZI .mbr-section-subtitle {
  color: #767676;
}
.cid-rTC5kulsZI .card-title {
  color: #66458e;
}
.cid-rTC5kulsZI .card .card-img span {
  color: #000000;
  font-size: 60px;
  background: linear-gradient(45deg, #000000, #000000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-rTC5kulsZI .mbr-section-subtitle,
  .cid-rTC5kulsZI .mbr-section-title {
    text-align: center !important;
  }
}
.cid-rTC5kulsZI .card-title,
.cid-rTC5kulsZI .card-img {
  color: #000000;
}
.cid-rYpokqUiXp {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-rYpokqUiXp .mbr-section-title {
  color: #ffffff;
}
.cid-rYpokqUiXp .text__subt {
  margin-bottom: 20px;
}
.cid-rYpokqUiXp .mbr-text {
  margin: 10px 0 20px;
  color: #ffffff;
}
.cid-rYpokqUiXp .subscribe__form {
  padding-bottom: 50px;
}
.cid-rYpokqUiXp .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-rYpokqUiXp .form-control {
  border: none;
  height: 50px;
  padding: 14px 18px;
  background-color: white;
  font-size: 16px;
  color: #000000;
  border-radius: 4px;
}
.cid-rYpokqUiXp .input-group-btn {
  padding-left: 0;
  border-radius: 0px 10px 10px 0px !important;
}
.cid-rYpokqUiXp .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-rYpokqUiXp .mbr-form .input-group-btn a.btn {
  border-radius: 4px !important;
}
.cid-rYpokqUiXp .mbr-form .btn {
  margin: 0;
}
.cid-rYpokqUiXp input::-webkit-input-placeholder {
  color: #000000;
  opacity: .8;
}
.cid-rYpokqUiXp input::-moz-placeholder {
  color: #000000;
  opacity: .8;
}
.cid-rYpokqUiXp .divider {
  background-color: #ffffff;
  height: 1px;
  opacity: 0.6;
}
.cid-rYpokqUiXp input {
  border-radius: 10px 0px 0px 10px !important;
}
@media (max-width: 767px) {
  .cid-rYpokqUiXp .divider {
    margin: 0 15px;
  }
  .cid-rYpokqUiXp .subtitlecss {
    text-align: center !important;
  }
  .cid-rYpokqUiXp .mbr-section-title {
    margin-bottom: 0px !important;
  }
}
.cid-u2Mx2IZGla {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u2Mx2IZGla .correspondente {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u2Mx2IZGla .correspondente img {
  width: 220px;
  height: 100%;
  margin: 6px;
}
.cid-u2Mx2IZGla section {
  position: relative;
}
.cid-u2Mx2IZGla h4 {
  margin: 0;
}
.cid-u2Mx2IZGla img {
  height: 75px;
  padding: 3px;
}
.cid-u2Mx2IZGla a {
  font-weight: 300;
  color: #000 !important;
  transition: all 400ms ease-in-out;
}
.cid-u2Mx2IZGla h4 a {
  margin-left: -0.7em !important;
}
.cid-u2Mx2IZGla a:hover {
  transition: all 400ms ease-in-out;
  font-weight: bold !important;
}
.cid-u2Mx2IZGla .img1 {
  color: #295b76;
}
.cid-u2Mx2IZGla .img2 {
  color: #295b76;
}
.cid-u2Mx2IZGla .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #295b76;
  transition: background 0.3s;
  margin-bottom: 1rem;
}
.cid-u2Mx2IZGla .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u2Mx2IZGla .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u2Mx2IZGla .item,
.cid-u2Mx2IZGla .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.1rem;
  margin-bottom: 0rem;
}
.cid-u2Mx2IZGla .item h4,
.cid-u2Mx2IZGla .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-u2Mx2IZGla .card-img {
  width: auto;
}
.cid-u2Mx2IZGla .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-u2Mx2IZGla .item {
    justify-content: center;
  }
  .cid-u2Mx2IZGla .align-left {
    text-align: left !important;
  }
}
.cid-u2Mx2IZGla .item-title {
  color: #000000;
}
.cid-u2Mx2IZGla .link-title {
  color: #000000;
}
.cid-u2Mx2IZGla .items-title,
.cid-u2Mx2IZGla .items-title + .line-wrap {
  color: #000000;
}
.cid-u2Mx2IZGla .links-title,
.cid-u2Mx2IZGla .links-title + .line-wrap {
  color: #000000;
}
.cid-u2Mx2IZGla .text1 {
  color: #000000;
}
.cid-u2Mx2IZGla .col-sm-6 {
  width: 50% !important;
}
.cid-u2Mx2IZGla .image img {
  height: 60px !important;
}
.cid-u2Mx2IZGla .image p {
  font-size: 12px !important;
}
.cid-u2Mx2IZGla .bloco-redes-sociais span {
  font-size: 2em;
}
@media (max-width: 796px) {
  .cid-u2Mx2IZGla .image img {
    height: 50px !important;
  }
  .cid-u2Mx2IZGla .image p {
    font-size: 12px !important;
  }
}
@media (min-width: 765px) and (max-width: 780px) {
  .cid-u2Mx2IZGla .conteiner-informacoes {
    flex: 0 0 33.333333% !important;
    max-width: 33.333333% !important;
  }
  .cid-u2Mx2IZGla .conteiner-informacoes-none {
    display: none !important;
  }
}
.cid-u2Mx2IZGla .primecase img {
  height: 35px;
}
.cid-u2Mx2IZGla .primecase span {
  position: relative;
  bottom: 2.3px;
}
@media (max-width: 768px) {
  .cid-u2Mx2IZGla .correspondente {
    margin-left: 0 !important;
  }
}
.cid-u2Mx2IZGla .btn .mbr-iconfont {
  font-size: 28px !important;
  margin-left: 5px;
  margin-right: 10px;
  order: 0 !important;
}
.cid-u2Mx2IZGla .mbr-section-btn .btn {
  border-radius: 14px !important;
  padding: 12px;
}
.cid-u2Mx2IZGla .fundo {
  margin-left: 3px;
  margin-top: 0.8em;
  padding-top: 0px !important;
  padding-bottom: 0 !important;
  color: white;
  height: 2em;
  padding: 1px;
  border-radius: 8px;
  background: black;
  width: 32px;
}
.cid-u2Mx2IZGla .fundo:hover {
  background: gray;
}
.cid-u2Mx2IZGla .fa-instagram {
  margin-left: 4.3px;
  margin-top: -3.3px;
  color: white;
  align-items: center;
  justify-content: center;
}
.cid-u2Mx2IZGla .fa-instagram:hover {
  color: white;
}
.cid-sIqGR0zUYa {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #eeeeee;
}
.cid-sIqGR0zUYa .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sIqGR0zUYa .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-sIqGR0zUYa .btn {
  margin-bottom: 2rem;
}
.cid-sIqGR0zUYa img {
  margin-top: -1em !important;
  width: 1.3em !important;
  margin-left: 22em !important;
}
.cid-sIqGR0zUYa .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-sIqGR0zUYa .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sIqGR0zUYa .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-sIqGR0zUYa .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sIqGR0zUYa .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sIqGR0zUYa .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-sIqGR0zUYa .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sIqGR0zUYa .social-list img {
  margin-left: 8em !important;
}
@media (max-width: 575px) {
  .cid-sIqGR0zUYa .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
  .cid-sIqGR0zUYa img {
    margin-left: 10em !important;
  }
}
.cid-sIqGR0zUYa .links {
  color: #555555;
  text-align: center;
}
.cid-sIqGR0zUYa p {
  font-size: 14px !important;
}
/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
section {
  background-color: #eeeeee; }

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word; }

.form-control:focus {
  box-shadow: none; }

:focus {
  outline: none; }

@media (max-width: 992px) {
  .md-pb {
    padding-bottom: 2rem !important; } }
a {
  transition: color 0.25s; }

a.mbr-iconfont:hover {
  text-decoration: none; }

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0; }

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer; }
  a, a:hover {
    text-decoration: none; }

figure {
  margin-bottom: 0; }

body {
  color: #17161a !important;
  font-weight: 400; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4 {
  margin-bottom: 0;
  word-break: break-word;
  word-wrap: break-word; }

b,
strong {
  font-weight: bold; }

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 2px solid;
  border-color: #17161a; }

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  transition-property: background-color, color; }

textarea[type="hidden"] {
  display: none; }

body {
  position: relative;
  overflow-x: hidden; }

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  section .mbr-background-video,
  section .mbr-background-video-preview {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0; }

.hidden {
  visibility: hidden; }

.mbr-z-index20 {
  z-index: 20; }

/*! Base colors */
.mbr-white {
  color: #ffffff; }

.mbr-black {
  color: #000000; }

.mbr-bg-white {
  background-color: #ffffff; }

.mbr-bg-black {
  background-color: #000000; }

/*! Text-aligns */
.align-left {
  text-align: left; }

.align-center {
  text-align: center; }

.align-right {
  text-align: right; }

@media (max-width: 767px) {
  .align-left,
  .align-center,
  .align-right
   {
    text-align: center; } }
/*! Font-weight  */
.mbr-light {
  font-weight: 300 !important; }

.mbr-regular {
  font-weight: 400 !important; }

.mbr-medium {
  font-weight: 500 !important; }

.mbr-semibold {
  font-weight: 600 !important; }

.mbr-bold {
  font-weight: 700 !important; }

.mbr-extrabold {
  font-weight: 800 !important; }

/*! Media  */
.media-size-item {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto; }

.media-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%; }

.media-container-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start; }
  .media-container-row .media-size-item {
    width: 400px; }

.media-container-column {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .media-container-column > * {
    width: 100%; }

@media (min-width: 992px) {
  .media-container-row {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; } }
figure {
  overflow: hidden; }

figure[mbr-media-size] {
  transition: width 0.1s; }

.mbr-figure img,
.mbr-figure iframe {
  display: block;
  width: 100%; }

.card {
  background-color: transparent;
  border: none; }

.card-box {
  width: 100%; }

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0; }

.media {
  max-width: 100%;
  margin: 0 auto; }

.mbr-figure {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center; }

.media-container > div {
  max-width: 100%; }

.mbr-figure img,
.card-img img {
  width: 100%; }

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important; }

  .media {
    width: auto; } }
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.8rem;
  margin-right: -0.8rem;
  font-size: 0; }

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem; }

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  cursor: pointer; }

[type="submit"] {
  -webkit-appearance: none; }

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh; }

.mbr-fullscreen {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  -webkit-align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem; }

/*! Map */
.map {
  height: 25rem;
  position: relative; }
  .map iframe {
    width: 100%;
    height: 100%; }

/* Form */
.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal; }

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg); }

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 50px;
  width: 50px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center; }
  .mbr-arrow-up a:hover {
    background-color: rgba(0, 0, 0, 0.4); }
  .mbr-arrow-up a i {
    line-height: 50px; }

.mbr-arrow-up-icon {
  display: block;
  color: #fff; }

.mbr-arrow-up-icon::before {
  content: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 140%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  .mbr-arrow > a {
    display: inline-block;
    text-decoration: none;
    outline-style: none;
    -webkit-animation: arrowdown 1.7s ease-in-out infinite;
    animation: arrowdown 1.7s ease-in-out infinite; }
    .mbr-arrow > a > i {
      position: absolute;
      top: -2px;
      left: 15px;
      font-size: 2rem; }

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px); }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); } }
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px); }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); } }
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg); } }
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out; }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out; } }
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out; }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out; } }
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate; }

@keyframes slidein {
  0% {
    transform: translateX(0%); }
  100% {
    transform: translateX(100%);
    display: none; } }
@keyframes slideout {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }
.menu .navbar-brand {
  display: -webkit-flex; }
  .menu .navbar-brand span {
    display: flex;
    display: -webkit-flex; }
  .menu .navbar-brand .navbar-caption-wrap {
    display: -webkit-flex; }
  .menu .navbar-brand .navbar-logo img {
    display: -webkit-flex; }
@media (min-width: 768px) and (max-width: 1253px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox; } }
@media (max-width: 1253px) {
  .menu .navbar-collapse {
    max-height: 93.5vh; }
    .menu .navbar-collapse.show {
      overflow: auto; } }
@media (min-width: 1254px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex; }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important; }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh; }
    .menu .collapsed .navbar-collapse.show {
      overflow: auto; } }
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh; } }

.navbar {
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-align-items: center;
  align-items: center; }

.nav-dropdown .link {
  margin: 0 15px; }

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.justify-content-center {
  -webkit-justify-content: center;
  justify-content: center; }

.form-inline {
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  align-items: center; }

.card-wrapper {
  -webkit-flex: 1;
  flex: 1; }

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }

.carousel-controls {
  display: -webkit-flex; }

.media {
  display: -webkit-flex; }

.form-group:focus {
  outline: none; }

.jq-selectbox__select {
  padding: 0em 0em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 15px; }

.jq-selectbox__dropdown {
  position: absolute;
  top: 100% !important;
  left: 0 !important;
  width: 100% !important; }

.jq-selectbox__trigger-arrow {
  transform: translateY(-50%); }

.jq-selectbox li {
  padding: 1.07em 0.5em; }

input[type="range"] {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.modal-dialog,
.modal-content {
  height: 100%; }

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem); }
  @media (max-width: 575px) {
    .modal-dialog .carousel-inner {
      height: calc(100vh - 1rem); } }

.carousel-item {
  text-align: center; }

.carousel-item img {
  margin: auto; }

.navbar-toggler {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem; }

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%; }

.navbar-toggler-left {
  position: absolute;
  left: 1rem; }

.navbar-toggler-right {
  position: absolute;
  right: 1rem; }

@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 576px) {
  .navbar-toggleable {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-toggleable > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%; }

  .navbar-toggleable .navbar-toggler {
    display: none; } }
@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 768px) {
  .navbar-toggleable-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-toggleable-sm > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-sm .navbar-collapse {
    display: none;
    width: 100%; }

  .navbar-toggleable-sm .navbar-toggler {
    display: none; } }
@media (max-width: 1253px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1254px) {
  .navbar-toggleable-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-toggleable-md > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-md .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%; }

  .navbar-toggleable-md .navbar-toggler {
    display: none; } }
@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-toggleable-lg > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%; }

  .navbar-toggleable-lg .navbar-toggler {
    display: none; } }
.navbar-toggleable-xl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none; }

.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0; }

.navbar-toggleable-xl .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.navbar-toggleable-xl > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.navbar-toggleable-xl .navbar-collapse {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%; }

.navbar-toggleable-xl .navbar-toggler {
  display: none; }

.card-img {
  width: auto; }

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
  -webkit-flex-direction: column; }

.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; }

.dropup .dropdown-toggle::after {
  display: none; }

body {
  font-style: normal;
  line-height: 1.55; }

.mbr-section-title {
  font-style: normal;
  margin-bottom: 30px; }

.mbr-text {
  font-style: normal; }

.btn {
  font-weight: 600 !important;
  border-width: 1px;
  line-height: 20px !important;
  font-style: normal;
  letter-spacing: 0;
  margin: 0.4rem 0.8rem;
  white-space: normal;
  vertical-align: middle;
  overflow: hidden;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center; }

.btn-sm {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

.btn-md {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

.btn-lg {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

.btn-form {
  margin: 0;
  border-radius: 0; }
  .btn-form:hover {
    cursor: pointer; }

#scrollToTop a i:before {
  content: ""; }
#scrollToTop a i:after {
  content: "";
  position: absolute;
  display: block;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  border-top-right-radius: 3px;
  width: 30%;
  height: 30%;
  left: 35%;
  bottom: 40%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg); }

.mbr-arrow a {
  color: #ffffff; }

@media (max-width: 767px) {
  .mbr-arrow {
    display: none; } }
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0; }

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 0.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;
    transform: rotate(45deg);
    width: 14px;
    -webkit-transform: rotate(45deg); }

.form-control {
  box-shadow: none;
  color: #ffffff;
  min-height: 2.5em;
  font-size: 16px;
  border-radius: 4px; }
  .form-active .form-control:invalid {
    border-color: red; }

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none; }

blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  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; }

.mbr-section__comments .row {
  justify-content: center;
  -webkit-justify-content: center; }

.btn .mbr-iconfont {
  font-size: 15px !important;
  order: 1;
  margin-left: 13px; }



@keyframes animBtn {
  0% {
    transform: translateX(0px); }
  51% {
    transform: translateX(20px);
    opacity: 1; }
  52% {
    opacity: 0;
    transform: translateX(-20px); }
  53% {
    opacity: 0; }
  54% {
    opacity: 1; }
  100% {
    transform: translateX(0px); } }

/*# sourceMappingURL=style.css.map */
.cid-uV6DdvJn0l {
  min-height: 20px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uV6DdvJn0l .nav-item,
.cid-uV6DdvJn0l .nav-link,
.cid-uV6DdvJn0l .navbar-caption {
  font-weight: normal;
}
.cid-uV6DdvJn0l .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 1.4vw !important;
  padding: 0 !important;
  font-weight: 500;
}
@media (min-width: 992px) {
  .cid-uV6DdvJn0l .navbar {
    min-height: 90px !important;
  }
  .cid-uV6DdvJn0l .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-uV6DdvJn0l .btn {
    white-space: nowrap;
  }
  .cid-uV6DdvJn0l .dropdown-menu {
    background-color: #ebeaed !important;
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uV6DdvJn0l .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uV6DdvJn0l .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uV6DdvJn0l .dropdown-toggle::after,
  .cid-uV6DdvJn0l .nav-dropdown .link.dropdown-toggle::after {
    content: '';
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uV6DdvJn0l .dropdown-toggle::after {
  display: none;
  font-family: 'Moririse2' !important;
  content: '\e960';
  font-weight: bold;
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uV6DdvJn0l .dropdown-menu {
  box-shadow: none;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 12px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uV6DdvJn0l .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  transform: rotate(45deg);
}
.cid-uV6DdvJn0l .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uV6DdvJn0l .dropdown-menu .dropdown-item:hover {
  color: #17161a !important;
  background-color: #fafafa;
}
.cid-uV6DdvJn0l .dropdown.open .dropdown-toggle[aria-expanded='true']::after {
  transform: rotate(45deg);
}
.cid-uV6DdvJn0l .dropdown.open .dropdown-toggle[aria-expanded='true'] + .dropdown-submenu {
  visibility: visible;
}
.cid-uV6DdvJn0l .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uV6DdvJn0l .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uV6DdvJn0l .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uV6DdvJn0l .nav-item:focus,
.cid-uV6DdvJn0l .nav-link:focus {
  outline: none;
}
.cid-uV6DdvJn0l .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uV6DdvJn0l .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uV6DdvJn0l .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uV6DdvJn0l .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uV6DdvJn0l .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uV6DdvJn0l ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uV6DdvJn0l ul.navbar-nav li {
  margin: 1px;
}
.cid-uV6DdvJn0l .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uV6DdvJn0l .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uV6DdvJn0l .navbar .navbar-collapse {
  justify-content: start;
  z-index: 1;
}
.cid-uV6DdvJn0l .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uV6DdvJn0l .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uV6DdvJn0l .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 2rem);
  }
}
.cid-uV6DdvJn0l .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uV6DdvJn0l .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uV6DdvJn0l .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uV6DdvJn0l .navbar {
    padding: 10px 0;
  }
  .cid-uV6DdvJn0l .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uV6DdvJn0l .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uV6DdvJn0l .navbar .container-fluid,
  .cid-uV6DdvJn0l .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uV6DdvJn0l .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uV6DdvJn0l .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uV6DdvJn0l .navbar .navbar-logo img {
    padding: 0 !important;
    margin: 0 !important;
    height: 3rem !important;
  }
  .cid-uV6DdvJn0l .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: left;
  }
  .cid-uV6DdvJn0l .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uV6DdvJn0l .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uV6DdvJn0l .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uV6DdvJn0l .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uV6DdvJn0l .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uV6DdvJn0l .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uV6DdvJn0l .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uV6DdvJn0l .dropdown-item.active,
.cid-uV6DdvJn0l .dropdown-item:active {
  background-color: transparent;
}
.cid-uV6DdvJn0l .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uV6DdvJn0l .nav-dropdown .link .dropdown-toggle[aria-expanded='true'] {
  margin: 0 2vw !important;
}
.cid-uV6DdvJn0l .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uV6DdvJn0l .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uV6DdvJn0l .navbar-buttons {
  text-align: end;
}
.cid-uV6DdvJn0l .botoes {
  justify-content: flex-end !important;
}
.cid-uV6DdvJn0l button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uV6DdvJn0l button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-uV6DdvJn0l button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uV6DdvJn0l button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uV6DdvJn0l button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uV6DdvJn0l button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uV6DdvJn0l nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV6DdvJn0l nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uV6DdvJn0l nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uV6DdvJn0l nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV6DdvJn0l .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uV6DdvJn0l a.nav-link {
  justify-content: left;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uV6DdvJn0l a.nav-link:hover {
  color: #17161a !important;
}
.is-builder .cid-uV6DdvJn0l .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uV6DdvJn0l .navbar {
    height: 20px;
  }
  .cid-uV6DdvJn0l .navbar.opened {
    height: auto;
  }
  .cid-uV6DdvJn0l .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uV6DdvJn0l li {
  list-style-type: none;
}
.cid-uV6DdvJn0l span {
  font-size: 30px !important;
}
.cid-uV6DdvJn0l .btn .mbr-iconfont {
  margin-right: 9px;
  font-size: 25px !important;
  order: 0 !important;
}
@media (max-width: 768px) {
  .cid-uV6DdvJn0l .navbar-buttons {
    text-align: center;
  }
  .cid-uV6DdvJn0l a.nav-link {
    border-bottom: 1px solid #f2ecec;
    margin-top: 15px !important;
  }
  .cid-uV6DdvJn0l .botoes {
    justify-content: center !important;
  }
}
.cid-uV6DdvJn0l .fgts:hover {
  background-color: #6C247D !important;
}
.cid-uV6Ddxn48p {
  background-image: url("../../../assets/images/banner-1-1920x1080.png");
}
.cid-uV6Ddxn48p .mbr-overlay {
  background: #121212;
  opacity: 0.7;
}
.cid-uV6Ddxn48p .content-wrapper .logo-wrapper {
  margin-bottom: 36px;
}
.cid-uV6Ddxn48p .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 100px;
  height: 200px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uV6Ddxn48p .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uV6Ddxn48p .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uV6Ddxn48p .content-wrapper .text-wrapper {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uV6Ddxn48p .content-wrapper .text-wrapper {
    margin-top: 48px;
  }
}
.cid-uV6Ddxn48p .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uV6Ddxn48p .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uV6Ddxn48p .content-wrapper .text-wrapper .mbr-text span {
  background: linear-gradient(90deg, #ffc900, #ffd433 65%, #ffc900);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uV6Ddxn48p .content-wrapper .mbr-section-btn {
  margin-top: 36px;
}
.cid-uV6Ddxn48p .slider-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uV6Ddxn48p .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uV6Ddxn48p .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uV6Ddxn48p .embla__slide:hover .slide-content,
.cid-uV6Ddxn48p .embla__slide:focus .slide-content {
  border: 2px solid #9aa0a6;
  background-color: #9aa0a6;
}
.cid-uV6Ddxn48p .embla__slide .slide-content {
  width: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uV6Ddxn48p .embla__slide .slide-content .item-wrapper {
  padding: 12px;
  background-color: #2e3030;
  border: 1px solid #252525;
  display: flex;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uV6Ddxn48p .embla__slide .slide-content .item-wrapper {
    display: block;
    padding: 16px;
  }
}
.cid-uV6Ddxn48p .embla__slide .slide-content .item-wrapper .item-img {
  width: 34%;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uV6Ddxn48p .embla__slide .slide-content .item-wrapper .item-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uV6Ddxn48p .embla__slide .slide-content .item-wrapper .item-img img {
  height: 90px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uV6Ddxn48p .embla__slide .slide-content .item-wrapper .item-img img {
    height: 50px;
  }
}
.cid-uV6Ddxn48p .embla__slide .slide-content .item-wrapper .item-img a {
  display: block;
  width: 100%;
  height: 100%;
}
.cid-uV6Ddxn48p .embla__slide .slide-content .item-wrapper .item-content {
  width: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 992px) {
  .cid-uV6Ddxn48p .embla__slide .slide-content .item-wrapper .item-content {
    width: 100%;
    display: block;
  }
}
.cid-uV6Ddxn48p .embla__slide .slide-content .item-wrapper .item-content .text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 16px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uV6Ddxn48p .embla__slide .slide-content .item-wrapper .item-content .text-wrap {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uV6Ddxn48p .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-title {
  margin-bottom: 4px;
}
.cid-uV6Ddxn48p .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uV6Ddxn48p .embla__slide .slide-content .item-wrapper .item-content .icon-wrapper {
  min-width: 24px;
  display: flex;
  align-items: flex-end;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uV6Ddxn48p .embla__slide .slide-content .item-wrapper .item-content .icon-wrapper {
    min-width: auto;
  }
}
.cid-uV6Ddxn48p .embla__slide .slide-content .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #ffffff;
}
.cid-uV6Ddxn48p .embla__button--next,
.cid-uV6Ddxn48p .embla__button--prev {
  display: flex;
}
.cid-uV6Ddxn48p .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 24px;
  background-color: #252525 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-uV6Ddxn48p .embla__button {
    display: none;
  }
}
.cid-uV6Ddxn48p .embla__button:hover {
  transform: scale(1.05);
}
.cid-uV6Ddxn48p .embla__button.embla__button--prev {
  left: 0;
}
.cid-uV6Ddxn48p .embla__button.embla__button--next {
  right: 0;
}
.cid-uV6Ddxn48p .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uV6Ddxn48p .embla {
    width: 100%;
  }
}
.cid-uV6Ddxn48p .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uV6Ddxn48p .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uV6Ddxn48p .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uV6Ddxn48p .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uV6Ddxn48p .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uV6Ddxn48p .mbr-section-title,
.cid-uV6Ddxn48p .mbr-section-btn,
.cid-uV6Ddxn48p .logo-wrapper {
  text-align: center;
}
.cid-uV6Ddxn48p .mbr-section-title,
.cid-uV6Ddxn48p .logo-wrapper,
.cid-uV6Ddxn48p .mbr-section-btn {
  text-align: left;
  color: #e8e8e8;
}
@media (max-width: 768px) {
  .cid-uV6Ddxn48p .content-wrapper {
    margin-top: 50px;
  }
  .cid-uV6Ddxn48p .grid-Custom {
    margin-left: 0;
    margin-top: 0px;
    width: 100% !important;
    paddng: 0;
  }
  .cid-uV6Ddxn48p .tiposOperacao {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px;
  }
  .cid-uV6Ddxn48p .taxas {
    padding-left: 15px;
    display: block;
    justify-content: space-between;
  }
  .cid-uV6Ddxn48p .moeda {
    width: 57%;
  }
  .cid-uV6Ddxn48p .vitrine {
    display: block !important;
    padding: 0;
  }
  .cid-uV6Ddxn48p .check {
    opacity: 1 !important;
  }
  .cid-uV6Ddxn48p .line {
    width: 100%;
    margin: 3px;
  }
  .cid-uV6Ddxn48p .prime-button {
    width: 100%;
    font-size: 14px;
    display: flex;
    margin-right: 0;
    margin-left: 0;
  }
  .cid-uV6Ddxn48p .containerVitrine {
    width: auto !important;
    margin-top: 50px;
  }
  .cid-uV6Ddxn48p .btn {
    display: block !important;
  }
  .cid-uV6Ddxn48p .custom-box-list-moeda {
    list-style: none;
    position: absolute;
    width: 62vw !important;
    left: -25vw !important;
    height: 64vw !important;
    overflow: scroll;
    border-radius: 4px !important;
    z-index: 2;
    padding: 0;
    margin: 0;
    box-shadow: 0 0 40px rgba(69, 71, 69, 0.2);
    background-color: #fcfcfc;
  }
}
.cid-uV6Ddxn48p .slidep {
  font-size: 14px;
}
.cid-uV6Ddxn48p #primecase-info-taxa-descricao {
  cursor: pointer;
}
.cid-uV6Ddxn48p .labelSelect {
  font-size: 14px;
  opacity: 0.8;
}
.cid-uV6Ddxn48p #primecase-multiplicador-value {
  padding: 0px 10px;
}
.cid-uV6Ddxn48p .primecase-box-impostos {
  display: flex;
  cursor: pointer;
  color: #000 !important;
  font-size: 14px;
  opacity: 0.7;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
}
.cid-uV6Ddxn48p .primecase-custom-tooltip {
  cursor: pointer;
  --bs-tooltip-bg: #e08e3e !important;
  --bs-tooltip-color: #000 !important;
}
.cid-uV6Ddxn48p .tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}
.cid-uV6Ddxn48p .tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
}
.cid-uV6Ddxn48p .tooltip:hover .tooltiptext {
  visibility: visible;
}
.cid-uV6Ddxn48p .botoes {
  display: flex;
}
.cid-uV6Ddxn48p .tiposOperacao {
  display: flex;
}
.cid-uV6Ddxn48p #img-moeda-real {
  width: 30px;
}
.cid-uV6Ddxn48p #selected-moeda-descricao {
  font-weight: 500;
}
.cid-uV6Ddxn48p .input-group-text {
  display: none;
}
.cid-uV6Ddxn48p .btn {
  padding: 1rem !important;
  background: #eee;
  display: inline ;
}
.cid-uV6Ddxn48p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV6Ddxn48p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV6Ddxn48p .hide-primecase {
  visibility: hidden;
  position: fixed;
  top: -100vh;
}
.cid-uV6Ddxn48p .containerVitrine {
  position: relative;
  z-index: 1;
  box-shadow: 0 4px 8px rgba(255, 255, 255, 0.3);
  background: #fff;
  border: 1px solid #555;
  padding: 16px 24px;
  border-radius: 25px;
  width: 410px;
}
.cid-uV6Ddxn48p .card {
  z-index: 1;
}
.cid-uV6Ddxn48p .btn-primary {
  background-color: #e08e3e;
  border-color: #e08e3e;
}
.cid-uV6Ddxn48p .btn-primary:hover {
  opacity: 1;
  background-color: #e08e3e;
  border-color: #e08e3e;
}
.cid-uV6Ddxn48p .prime-button {
  width: 100%;
  min-height: 40px !important;
  font-size: 14px;
  display: flex;
  border-radius: 0;
  margin-right: 0;
  margin-left: 0;
  padding: 8px 0px !important;
}
.cid-uV6Ddxn48p .check {
  opacity: 1;
  width: 100%;
  color: #fff !important;
  background: #656464 !important;
}
.cid-uV6Ddxn48p .custom-box-moeda {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0.4rem;
}
.cid-uV6Ddxn48p .custom-box-moeda:hover {
  cursor: pointer;
}
.cid-uV6Ddxn48p .custom-box-img {
  height: 1.2rem;
}
.cid-uV6Ddxn48p .custom-box-img-list {
  height: 1rem;
  width: 30px !important;
}
.cid-uV6Ddxn48p .custom-box-list-moeda {
  list-style: none;
  position: absolute;
  width: 22vw;
  left: -9vw;
  height: 23vw;
  overflow: scroll;
  border-radius: 4px !important;
  z-index: 2;
  padding: 0;
  margin: 0;
  box-shadow: 0 0 40px rgba(69, 71, 69, 0.2);
  background-color: #fcfcfc;
}
.cid-uV6Ddxn48p .custom-box-list-moeda li {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.4rem;
  color: #333;
  height: 50px;
  border-bottom: 1px solid #f2f2f2;
  box-sizing: border-box;
  padding-left: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.cid-uV6Ddxn48p .custom-box-list-moeda li:hover {
  background-color: rgba(242, 242, 242, 0.4);
  cursor: pointer;
}
.cid-uV6Ddxn48p .custom-box-list-moeda li:last-child {
  border: none;
}
.cid-uV6Ddxn48p .primecase-tarifas {
  height: auto;
  width: 100%;
  padding: 0 0px;
}
.cid-uV6Ddxn48p .more-view {
  cursor: pointer;
}
.cid-uV6Ddxn48p .primecase-tarifas p:last-child {
  border-bottom: none;
}
.cid-uV6Ddxn48p .isloadingVitrine {
  position: absolute;
  height: 120%;
  width: 120%;
  left: -10%;
  top: -10%;
  background: rgba(20, 20, 20, 0.95);
  z-index: 2;
  display: none;
  align-items: center;
  justify-content: center;
}
.cid-uV6Ddxn48p .loader {
  transform: rotateZ(45deg);
  perspective: 1000px;
  border-radius: 50%;
  width: 4.5rem;
  height: 4.5rem;
  color: #fff;
}
.cid-uV6Ddxn48p .loader:before,
.cid-uV6Ddxn48p .loader:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  border-radius: 50%;
  transform: rotateX(70deg);
  animation: .9s spin linear infinite;
}
.cid-uV6Ddxn48p .loader:after {
  color: #e08e3e;
  transform: rotateY(70deg);
  animation-delay: .4s;
}
@keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotateZ(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotateZ(360deg);
  }
}
@keyframes rotateccw {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@keyframes spin {
  0%,
  100% {
    box-shadow: .2em 0px 0 0px currentcolor;
  }
  12% {
    box-shadow: .2em .2em 0 0 currentcolor;
  }
  25% {
    box-shadow: 0 .2em 0 0px currentcolor;
  }
  37% {
    box-shadow: -0.2em 0.2em 0 0 currentcolor;
  }
  50% {
    box-shadow: -0.2em 0 0 0 currentcolor;
  }
  62% {
    box-shadow: -0.2em -0.2em 0 0 currentcolor;
  }
  75% {
    box-shadow: 0px -0.2em 0 0 currentcolor;
  }
  87% {
    box-shadow: 0.2em -0.2em 0 0 currentcolor;
  }
}
.cid-uV6Ddxn48p .grid-Custom {
  margin-left: auto;
  display: flex;
  font-family: 'arial' !important;
  width: 100%;
}
.cid-uV6Ddxn48p #btn-Comprar {
  background: #000 !important;
  padding: 0.6rem 1rem !important;
  border-radius: 30px;
  margin: 0;
  border: none;
  color: #fff !important;
  width: 100%;
}
.cid-uV6Ddxn48p .form-select {
  border: none;
  padding: 5px 0px 5px 0px !important;
  width: 100%;
  background: transparent;
  color: #000 !important;
}
.cid-uV6Ddxn48p .form-control {
  background-color: transparent;
  background-clip: border-box;
  color: #000;
  line-height: 1rem !important;
  height: auto;
  font-size: 17px;
  padding: 0.8rem 0.2rem;
  transition: border-color 0.25s ease 0s;
  border: none !important;
  border-radius: 4px;
  box-shadow: none;
}
.cid-uV6Ddxn48p .form-control:hover,
.cid-uV6Ddxn48p .form-control:focus {
  border: none !important;
  box-shadow: none !important;
}
.cid-uV6Ddxn48p .rowReal {
  border: 1px solid #aaa;
  align-items: center;
  margin: 23px 5px;
  border-radius: 8px;
}
.cid-uV6Ddxn48p .taxas {
  padding: 0px 10px;
  font-size: 15px;
  display: flex;
  justify-content: space-between;
}
.cid-uV6Ddxn48p .vitrine {
  display: flex;
}
.cid-uV6Ddxn48p .explicacao {
  cursor: pointer;
}
.cid-uV6Ddxn48p .moeda {
  width: 57%;
}
.cid-uV6Ddxn48p .mbr-section-subtitle {
  color: #000000;
}
.cid-uV6Ddxn48p label {
  font-size: 14px;
  opacity: 0.7;
  color: #000;
  margin-bottom: 0;
}
.cid-uV6Ddxn48p .mbr-text,
.cid-uV6Ddxn48p .text-wrapper {
  color: #ffffff;
}
.cid-uV6Ddxn48p .item-text {
  color: #f7f7f7;
}
.cid-uV6Ddxn48p .item-title {
  color: #ffffff;
}
.cid-uV6Ddxn48p .form-floating > label {
  top: 0;
  left: 0;
  height: 100%;
  padding: 0 !important;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
.cid-uV6Ddxn48p option {
  color: black;
}
.cid-uV6DdyvEG5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uV6DdyvEG5 .wrap {
  overflow: hidden;
  height: 500px;
  background-color: rgba(255, 255, 255, 0.98);
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-uV6DdyvEG5 .wrap {
    height: auto;
  }
}
@media (min-width: 1200px) {
  .cid-uV6DdyvEG5 .content__block {
    padding: 80px 30px;
  }
}
@media (max-width: 1199px) {
  .cid-uV6DdyvEG5 .content__block {
    padding: 50px 30px;
  }
}
@media (max-width: 767px) {
  .cid-uV6DdyvEG5 .content__block {
    padding: 40px 15px;
  }
}
.cid-uV6DdyvEG5 .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-uV6DdyvEG5 .mbr-text {
  opacity: 0.8;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .cid-uV6DdyvEG5 .image {
    padding: 80px 15px 0;
  }
}
@media (max-width: 1199px) {
  .cid-uV6DdyvEG5 .image {
    padding: 50px 15px 0;
  }
}
@media (max-width: 767px) {
  .cid-uV6DdyvEG5 .image {
    padding: 0 0 0px;
  }
}
.cid-uV6DdyvEG5 .image img {
  max-width: 100%;
  height: 22em;
  border-radius: 4px;
  object-fit: cover;
}
.cid-uV6DdyvEG5 .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-uV6DdyvEG5 .aplicativo {
  padding: 11px;
}
.cid-uV6DdyvEG5 .mbr-section-title {
  color: #000000;
}
.cid-uV6DdyvEG5 .mbr-text,
.cid-uV6DdyvEG5 .mbr-section-btn {
  color: #000000;
}
.cid-uV6Ddzm2gw {
  margin-bottom: -1rem;
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uV6Ddzm2gw .mbr-text {
  line-height: 1.55;
  color: #000000;
}
.cid-uV6Ddzm2gw img {
  width: 70px !important;
}
.cid-uV6Ddzm2gw .price {
  margin-top: 5px;
}
.cid-uV6Ddzm2gw .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-uV6Ddzm2gw .mbr-section-btn {
  margin: 10px 0 0 0;
}
.cid-uV6Ddzm2gw .btn-md {
  padding: 0 20px 0 15px ;
  height: 50px;
  margin: 0 !important;
}
.cid-uV6Ddzm2gw .btn-md:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.cid-uV6Ddzm2gw .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-uV6Ddzm2gw a {
  color: #000000 !important;
  transition: all 400ms ease-in-out;
}
.cid-uV6Ddzm2gw a:hover {
  color: #767676 !important;
  transition: all 400ms ease-in-out;
}
.cid-uV6Ddzm2gw .mbr-iconfont:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 10px 0 10px;
}
@media (max-width: 991px) {
  .cid-uV6Ddzm2gw .content__block,
  .cid-uV6Ddzm2gw .price__block {
    margin-bottom: 30px;
  }
}
.cid-uV6Ddzm2gw .descr {
  color: #444345;
}
.cid-uV6Ddzm2gw .text-center {
  margin-left: 13em !important;
}
@media (max-width: 796px) {
  .cid-uV6Ddzm2gw .text-center {
    margin-top: 1em !important;
    margin-left: 0em !important;
  }
}
@media (min-width: 766px) and (max-width: 769px) {
  .cid-uV6Ddzm2gw .mbr-section-title {
    font-size: 1rem !important;
  }
  .cid-uV6Ddzm2gw .mbr-section-title img {
    margin-right: 1rem !important;
  }
}
@media (min-width: 1023px) and (max-width: 1025px) {
  .cid-uV6Ddzm2gw .bloco-telefone-delivery {
    margin-left: 0rem !important;
  }
}
.cid-uV6DdA6nuu {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ebeaed;
}
.cid-uV6DdA6nuu .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
  color: #000000;
}
.cid-uV6DdA6nuu .clients__block .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-uV6DdA6nuu .mbr-text {
  margin: 10px 0 30px;
}
.cid-uV6DdA6nuu .wrap {
  overflow: hidden;
  padding: 20px 0;
}
.cid-uV6DdA6nuu .wrap:hover .image {
  animation: clientsAnim cubic-bezier(0.4, 0, 0.2, 1) 0.75s 1;
}
.cid-uV6DdA6nuu .image {
  padding-right: 35%;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uV6DdA6nuu .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uV6DdA6nuu .mbr-text {
    margin: 10px 0;
  }
}
@keyframes clientsAnim {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(calc(-125%));
    opacity: 1;
  }
  51% {
    transform: translateY(calc(-125%));
    opacity: 0;
  }
  52% {
    transform: translateY(calc(125%));
  }
  86% {
    opacity: 1;
  }
  100% {
    transform: translateY(0px);
  }
}
.cid-uV6DdA6nuu .mbr-section-title {
  color: #000000;
}
.cid-uV6DdBkgDe {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ebeaed;
}
.cid-uV6DdBkgDe img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uV6DdBkgDe .link-wrapper {
  margin-bottom: 1rem;
}
.cid-uV6DdBkgDe .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-uV6DdBkgDe .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  border-radius: 18px ;
  justify-content: left;
  align-items: left;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #000000, #17161a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uV6DdBkgDe .card-wrapper {
  border-radius: 18px;
  background: #ffffff;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uV6DdBkgDe .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uV6DdBkgDe .first:hover:before {
  content: none;
}
.cid-uV6DdBkgDe .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  content: "";
}
.cid-uV6DdBkgDe .last:hover:after {
  content: none;
}
.cid-uV6DdBkgDe .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  content: "";
}
.cid-uV6DdBkgDe .mbr-section-text {
  color: #000000;
  text-align: left;
}
.cid-uV6DdBkgDe .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-uV6DdBkgDe .card .img-wrapper {
  overflow: hidden;
}
.cid-uV6DdBkgDe .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uV6DdBkgDe .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-uV6DdBkgDe .card:hover .card-wrapper {
  background: linear-gradient(to left, #000000, #17161a);
  color: #ffffff !important;
}
.cid-uV6DdBkgDe .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-uV6DdBkgDe .mbr-section-title {
  color: #f5f7fd;
  text-align: left;
}
.cid-uV6DdCXjh9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uV6DdCXjh9 span {
  color: #c1c1c1;
}
.cid-uV6DdCXjh9 .flex-block {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uV6DdCXjh9 .flex-block span {
  font-size: 3rem;
  margin-right: 3rem;
}
@media (min-width: 577px) {
  .cid-uV6DdCXjh9 .flex-block span {
    margin-left: 2rem;
  }
}
.cid-uV6DdCXjh9 .custom-button {
  background-color: #000 !important;
  border-color: #000 !important;
  color: #fff !important;
  transition: all 400ms ease-in-out;
}
.cid-uV6DdCXjh9 .custom-button:hover {
  background-color: transparent !important;
  border-color: #000 !important;
  color: #000 !important;
  transition: all 400ms ease-in-out;
}
.cid-uV6DdDULmP {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uV6DdDULmP .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uV6DdDULmP .btn .mbr-iconfont {
  font-size: 15px !important;
  order: 1;
  margin-left: 0px;
}
.cid-uV6DdDULmP .form-group {
  padding: 0 !important;
}
.cid-uV6DdDULmP .btn {
  border-radius: 0px 20px 20px 0px;
  height: 50px;
  margin-top: 0 !important;
  padding: 0 2rem;
}
.cid-uV6DdDULmP .col-auto {
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-uV6DdDULmP .form-row {
    flex-direction: column;
  }
}
.cid-uV6DdDULmP h4 {
  margin-bottom: 3rem;
}
.cid-uV6DdDULmP .form-control,
.cid-uV6DdDULmP .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  border-radius: 26px 0px 0 20px;
  border: 1px solid #000;
}
.cid-uV6DdDULmP .form-control,
.cid-uV6DdDULmP .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  background-color: #f0f2f5;
  border-color: #f0f2f5;
  color: #103178;
  border-radius: 26px 0px 0 20px;
  transition: 0.4s;
  border: 1px solid #000;
  box-shadow: none;
  outline: none;
}
.cid-uV6DdDULmP .form-control::-webkit-input-placeholder,
.cid-uV6DdDULmP .field-input::-webkit-input-placeholder,
.cid-uV6DdDULmP .form-control::-webkit-input-placeholder,
.cid-uV6DdDULmP .field-input::-webkit-input-placeholder {
  color: #5b6c8f;
}
.cid-uV6DdDULmP .form-control:-moz-placeholder,
.cid-uV6DdDULmP .field-input:-moz-placeholder,
.cid-uV6DdDULmP .form-control:-moz-placeholder,
.cid-uV6DdDULmP .field-input:-moz-placeholder {
  color: #5b6c8f;
}
.cid-uV6DdDULmP .form-control:hover,
.cid-uV6DdDULmP .field-input:hover,
.cid-uV6DdDULmP .form-control:focus,
.cid-uV6DdDULmP .field-input:focus {
  background-color: #f0f2f5;
  border-color: #f0f2f5 !important;
  color: #103178;
  box-shadow: none;
  outline: none;
}
.cid-uV6DdDULmP .form-control:hover::-webkit-input-placeholder,
.cid-uV6DdDULmP .field-input:hover::-webkit-input-placeholder,
.cid-uV6DdDULmP .form-control:focus::-webkit-input-placeholder,
.cid-uV6DdDULmP .field-input:focus::-webkit-input-placeholder,
.cid-uV6DdDULmP .form-control:hover::-webkit-input-placeholder,
.cid-uV6DdDULmP .field-input:hover::-webkit-input-placeholder,
.cid-uV6DdDULmP .form-control:focus::-webkit-input-placeholder,
.cid-uV6DdDULmP .field-input:focus::-webkit-input-placeholder {
  color: #5b6c8f;
}
.cid-uV6DdDULmP .form-control:hover:-moz-placeholder,
.cid-uV6DdDULmP .field-input:hover:-moz-placeholder,
.cid-uV6DdDULmP .form-control:focus:-moz-placeholder,
.cid-uV6DdDULmP .field-input:focus:-moz-placeholder,
.cid-uV6DdDULmP .form-control:hover:-moz-placeholder,
.cid-uV6DdDULmP .field-input:hover:-moz-placeholder,
.cid-uV6DdDULmP .form-control:focus:-moz-placeholder,
.cid-uV6DdDULmP .field-input:focus:-moz-placeholder {
  color: #5b6c8f;
}
.cid-uV6DdDULmP .jq-number__spin:hover,
.cid-uV6DdDULmP .jq-number__spin:focus {
  background-color: #f0f2f5;
  border-color: #f0f2f5;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uV6DdDULmP .jq-number__spin {
  background-color: #f0f2f5;
  border-color: #f0f2f5;
  color: #103178;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uV6DdDULmP .jq-selectbox li,
.cid-uV6DdDULmP .jq-selectbox li {
  background-color: #f0f2f5;
  color: #000000;
}
.cid-uV6DdDULmP .jq-selectbox li:hover,
.cid-uV6DdDULmP .jq-selectbox li.selected {
  background-color: #f0f2f5;
  color: #000000;
}
.cid-uV6DdDULmP .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uV6DdDULmP .jq-number__spin.minus:hover:after,
.cid-uV6DdDULmP .jq-number__spin.plus:hover:after {
  border-top-color: #f0f2f5;
  border-bottom-color: #f0f2f5;
}
.cid-uV6DdDULmP .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uV6DdDULmP .jq-number__spin.minus:after,
.cid-uV6DdDULmP .jq-number__spin.plus:after {
  border-top-color: #f0f2f5;
  border-bottom-color: #f0f2f5;
}
.cid-uV6DdDULmP input::-webkit-clear-button {
  display: none;
}
.cid-uV6DdDULmP input::-webkit-inner-spin-button {
  display: none;
}
.cid-uV6DdDULmP input::-webkit-outer-spin-button {
  display: none;
}
.cid-uV6DdDULmP input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uV6DdDULmP H4 {
  text-align: center;
  color: #191f23;
}
.cid-uV6DdF2aXe {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uV6DdF2aXe .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uV6DdF2aXe .mbr-section-subtitle {
  margin-top: 30px;
}
.cid-uV6DdF2aXe .title__block {
  padding-bottom: 40px;
}
.cid-uV6DdF2aXe .image {
  width: 100%;
  perspective: 700px;
}
.cid-uV6DdF2aXe .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 18em;
  object-fit: cover;
  border-radius: 40px 40px 0px 0px;
}
.cid-uV6DdF2aXe .image img:hover {
  transform: rotateX(-10deg);
}
.cid-uV6DdF2aXe .text__block {
  padding: 15px;
}
.cid-uV6DdF2aXe .card__text {
  display: block;
  color: #6a696c;
  line-height: 1.25;
  margin-bottom: 0;
  text-align: left;
}
.cid-uV6DdF2aXe .content__block {
  margin-bottom: 40px;
  background: #eee;
  padding: 0px;
  border-radius: 40px;
  border: 1px solid #ccc;
}
@media (max-width: 767px) {
  .cid-uV6DdF2aXe .title__block {
    padding-bottom: 30px;
  }
}
.cid-uV6DdF2aXe .card__title {
  text-align: left;
  color: #232226;
}
.cid-uV6DdF2aXe .btn {
  padding: 7px;
  border-radius: 8px !important;
}
.cid-uV6DdF2aXe .mbr-section-btn {
  border-radius: 8px !important;
}
.cid-uV6DdF2aXe p {
  padding-top: 5px;
}
.cid-uV6DdGGkrC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uV6DdGGkrC .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uV6DdGGkrC .mbr-section-subtitle {
  margin-top: 30px;
}
.cid-uV6DdGGkrC .title__block {
  padding-bottom: 40px;
}
.cid-uV6DdGGkrC .image {
  width: 100%;
  perspective: 700px;
}
.cid-uV6DdGGkrC .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 20em;
  object-fit: cover;
  border-radius: 40px 40px 0px 0px;
}
.cid-uV6DdGGkrC .image img:hover {
  transform: rotateX(-10deg);
}
.cid-uV6DdGGkrC .text__block {
  padding: 15px;
}
.cid-uV6DdGGkrC .card__text {
  display: block;
  color: #6a696c;
  line-height: 1.25;
  margin-bottom: 0;
  text-align: left;
}
.cid-uV6DdGGkrC .content__block {
  margin-bottom: 40px;
  background: #eee;
  padding: 0px;
  border-radius: 40px;
  border: 1px solid #ccc;
}
@media (max-width: 767px) {
  .cid-uV6DdGGkrC .title__block {
    padding-bottom: 30px;
  }
}
.cid-uV6DdGGkrC .card__title {
  text-align: left;
  color: #232226;
}
.cid-uV6DdGGkrC .btn {
  padding: 7px;
  border-radius: 8px !important;
}
.cid-uV6DdGGkrC .mbr-section-btn {
  border-radius: 8px !important;
}
.cid-uV6DdGGkrC p {
  padding-top: 5px;
}
.cid-uV6DdIq6AC {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uV6DdIq6AC .mbr-text {
  line-height: 1.55;
  color: #000000;
}
.cid-uV6DdIq6AC .price {
  margin-top: 5px;
}
.cid-uV6DdIq6AC .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-uV6DdIq6AC .mbr-section-btn {
  margin: 0px 0 0 0;
}
.cid-uV6DdIq6AC .btn-md {
  border: 5px solid;
  border-radius: 16px;
  padding: 0 20px 0 15px ;
  width: 18em;
  height: 50px;
  margin: 0 !important;
}
.cid-uV6DdIq6AC .btn-md:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.cid-uV6DdIq6AC .btn-md .mbr-iconfont {
  font-size: 40px;
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-uV6DdIq6AC .mbr-iconfont:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 50px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 10px 0 10px;
}
@media (max-width: 768px) {
  .cid-uV6DdIq6AC .btn-md {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-uV6DdIq6AC .content__block,
  .cid-uV6DdIq6AC .price__block {
    margin-bottom: 30px;
  }
}
.cid-uV6DdIq6AC .descr {
  color: #444345;
}
.cid-uV6DdIq6AC span {
  font-size: 80px;
}
.cid-uV6DdJkXJo {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0;
  padding-right: 0;
  background-color: #232323;
}
.cid-uV6DdJkXJo ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uV6DdJkXJo ul li {
  padding: 1rem 0;
}
.cid-uV6DdJkXJo .font-robot {
  font-family: 'Roboto', sans-serif !important;
}
.cid-uV6DdJkXJo .font-robot h1,
.cid-uV6DdJkXJo .font-robot h2,
.cid-uV6DdJkXJo .font-robot h3,
.cid-uV6DdJkXJo .font-robot h4,
.cid-uV6DdJkXJo .font-robot h5,
.cid-uV6DdJkXJo .font-robot p,
.cid-uV6DdJkXJo .font-robot a,
.cid-uV6DdJkXJo .font-robot span,
.cid-uV6DdJkXJo .font-robot strong {
  font-family: 'Roboto', sans-serif !important;
}
.cid-uV6DdJkXJo .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uV6DdJkXJo .socicon {
  color: #fff;
  font-size: 1.5rem;
}
.cid-uV6DdJkXJo .mbr-iconfont {
  margin-right: 1em;
  display: inline-block;
  vertical-align: bottom;
}
.cid-uV6DdJkXJo .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
.cid-uV6DdJkXJo .map {
  padding: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uV6DdJkXJo .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-uV6DdJkXJo .map {
    height: auto;
  }
}
.cid-uV6DdJkXJo .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-uV6DdJkXJo .social-list .soc-item {
  padding: 0;
  margin: 2rem 2rem 0 0;
  display: inline-block;
}
.cid-uV6DdJkXJo .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uV6DdJkXJo .social-list a:hover {
  opacity: 1;
}
.cid-uV6DdJkXJo .row-element,
.cid-uV6DdJkXJo .image-element {
  padding: 0;
}
.cid-uV6DdJkXJo .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uV6DdJkXJo .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #17161a, #000000);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-uV6DdJkXJo .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-uV6DdJkXJo .text-content {
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uV6DdJkXJo .text-content {
    padding: 2rem 1rem;
  }
  .cid-uV6DdJkXJo .underline .line {
    height: 2px;
  }
  .cid-uV6DdJkXJo .mbr-title,
  .cid-uV6DdJkXJo .underline,
  .cid-uV6DdJkXJo .mbr-text,
  .cid-uV6DdJkXJo .mbr-section-btn {
    text-align: left !important;
  }
  .cid-uV6DdJkXJo .text-white {
    font-size: 14px !important;
  }
}
.cid-uV6DdJkXJo .mbr-title,
.cid-uV6DdJkXJo .underline {
  color: #ffffff;
}
.cid-uV6DdJkXJo .mbr-text,
.cid-uV6DdJkXJo .mbr-section-btn {
  color: #ffffff;
}
.cid-uV6DdJkXJo mbr-list LI {
  color: #ffffff;
}
.cid-uV6DdJkXJo mbr-list {
  text-align: center;
}
.cid-uV6DdJkXJo .mbr-list,
.cid-uV6DdJkXJo .social-list mbr-list {
  color: #ffffff;
}
.cid-uV6DdJkXJo .social-list,
.cid-uV6DdJkXJo .mbr-list {
  color: #ffffff;
}
.cid-uV6DdKIQd8 {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uV6DdKIQd8 h2,
.cid-uV6DdKIQd8 h3,
.cid-uV6DdKIQd8 h4,
.cid-uV6DdKIQd8 p {
  color: #ffffff;
}
.cid-uV6DdKIQd8 .mbr-overlay {
  z-index: -1;
}
.cid-uV6DdKIQd8 .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-uV6DdKIQd8 .form-control {
  border: none;
  box-shadow: none;
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
  background-color: #ffffff;
  border-bottom: 1px solid #17161a;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-uV6DdKIQd8 .form-control:focus,
.cid-uV6DdKIQd8 .form-control:hover {
  border: none;
  border-bottom: 1px solid #17161a;
  background-color: #ffffff;
}
.cid-uV6DdKIQd8 .form-group {
  margin-bottom: 1rem;
}
.cid-uV6DdKIQd8 input::-webkit-input-placeholder,
.cid-uV6DdKIQd8 textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-uV6DdKIQd8 input:-moz-placeholder,
.cid-uV6DdKIQd8 textarea:-moz-placeholder {
  color: #656565;
}
.cid-uV6DdKIQd8 .jq-selectbox li,
.cid-uV6DdKIQd8 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uV6DdKIQd8 .jq-selectbox li:hover,
.cid-uV6DdKIQd8 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uV6DdKIQd8 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uV6DdKIQd8 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uV6DdKIQd8 .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-uV6DdKIQd8 .mbr-text {
  color: #767676;
}
.cid-uV6DdKIQd8 .form-block {
  padding: 3rem;
  position: relative;
}
.cid-uV6DdKIQd8 .form-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  opacity: 0.5;
  z-index: 0;
}
.cid-uV6DdKIQd8 .form-block .form-wrap {
  position: relative;
  z-index: 1;
}
.cid-uV6DdKIQd8 a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-uV6DdKIQd8 .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-uV6DdKIQd8 .input-group-btn {
  width: 20em;
  border-radius: 20px;
  display: block;
  text-align: center;
}
.cid-uV6DdKIQd8 textarea.form-control {
  resize: none;
}
.cid-uV6DdKIQd8 .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .cid-uV6DdKIQd8 .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-uV6DdKIQd8 .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-uV6DdKIQd8 .google-map {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uV6DdKIQd8 h2 {
    padding-top: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-uV6DdKIQd8 .block-content {
    padding: 0;
  }
  .cid-uV6DdKIQd8 .form-block {
    padding: 1rem;
  }
}
.cid-uV6DdKIQd8 h3 {
  margin-bottom: 0em !important;
}
.cid-uV6DdKIQd8 p a {
  color: #fff;
  font-weight: 400;
  transition: all 400ms ease-in-out;
}
.cid-uV6DdKIQd8 p a:hover {
  font-weight: 900;
  transition: all 400ms ease-in-out;
}
.cid-uV6DdKIQd8 .btn-bgr {
  background-color: #000 !important;
  border-color: #000 !important;
  color: #fff !important;
  font-weight: 400 !important;
  transition: all 400ms ease-in-out;
}
.cid-uV6DdKIQd8 .btn-bgr:hover {
  background-color: transparent !important;
  border-color: #fff !important;
  color: #fff !important;
  font-weight: bold !important;
  transition: all 400ms ease-in-out;
}
.cid-uV6DdKIQd8 .mbr-section-title,
.cid-uV6DdKIQd8 .mbr-section-btn {
  color: #000000;
  padding-right: 5em;
  border-radius: 50px;
}
.cid-uV6DdKIQd8 H4 {
  color: #656565;
}
.cid-uV6DdKIQd8 .mbr-section-subtitle {
  color: #3b3f42;
}
.cid-uV6DdKIQd8 P {
  color: #656565;
}
.cid-uV6DdMcnPp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uV6DdMcnPp h4 {
  display: flex;
  color: #232323;
}
.cid-uV6DdMcnPp .panel-text {
  color: #767676;
  line-height: 1.7;
}
.cid-uV6DdMcnPp .wrap {
  display: flex;
}
.cid-uV6DdMcnPp .icon {
  background: #000000;
  min-width: 33px;
  min-height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-uV6DdMcnPp img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-uV6DdMcnPp .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-uV6DdMcnPp p {
  margin: 0;
}
.cid-uV6DdMcnPp .card .card-header a.panel-title {
  background-color: none!important;
  margin-top: 0px!important;
}
.cid-uV6DdMcnPp .mbr-section-subtitle {
  font-weight: 500;
  color: #767676;
  text-align: center;
}
.cid-uV6DdMcnPp .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uV6DdMcnPp .panel-group {
  width: 100%;
}
.cid-uV6DdMcnPp .panel-title {
  border-bottom: 1px solid #efefef;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-uV6DdMcnPp .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uV6DdMcnPp .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uV6DdMcnPp .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-uV6DdMcnPp .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uV6DdMcnPp .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-uV6DdMcnPp .card .panel-body {
  background: #ffffff;
}
.cid-uV6DdMcnPp .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uV6DdMcnPp .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-uV6DdMcnPp .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-uV6DdMcnPp .header-text,
.cid-uV6DdMcnPp .sign {
  color: #232323;
}
.cid-uV6DdN928z {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uV6DdN928z .mbr-section-title {
  color: #ffffff;
}
.cid-uV6DdN928z .text__subt {
  margin-bottom: 20px;
}
.cid-uV6DdN928z .mbr-text {
  margin: 10px 0 20px;
  color: #ffffff;
}
.cid-uV6DdN928z .subscribe__form {
  padding-bottom: 50px;
}
.cid-uV6DdN928z .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-uV6DdN928z .form-control {
  border: none;
  height: 50px;
  padding: 14px 18px;
  background-color: white;
  font-size: 16px;
  color: #000000;
  border-radius: 4px;
}
.cid-uV6DdN928z .input-group-btn {
  padding-left: 0;
  border-radius: 0px 10px 10px 0px !important;
}
.cid-uV6DdN928z .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-uV6DdN928z .mbr-form .input-group-btn a.btn {
  border-radius: 4px !important;
}
.cid-uV6DdN928z .mbr-form .btn {
  margin: 0;
}
.cid-uV6DdN928z input::-webkit-input-placeholder {
  color: #000000;
  opacity: .8;
}
.cid-uV6DdN928z input::-moz-placeholder {
  color: #000000;
  opacity: .8;
}
.cid-uV6DdN928z .divider {
  background-color: #ffffff;
  height: 1px;
  opacity: 0.6;
}
.cid-uV6DdN928z input {
  border-radius: 10px 0px 0px 10px !important;
}
@media (max-width: 767px) {
  .cid-uV6DdN928z .divider {
    margin: 0 15px;
  }
  .cid-uV6DdN928z .subtitlecss {
    text-align: center !important;
  }
  .cid-uV6DdN928z .mbr-section-title {
    margin-bottom: 0px !important;
  }
}
#custom-html-xn .card {
  position: fixed;
  z-index: 1200;
  background: transparent;
  box-shadow: none;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#custom-html-xn .card img.img-fluid {
  max-height: 37rem !important;
  padding-top: 1rem;
}
#custom-html-xn .card .card-body {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  justify-items: center;
  max-width: 50vw;
  box-sizing: border-box;
  padding-left: 2px;
  padding-right: 2px;
}
#custom-html-xn .card .fundo {
  background: rgba(234, 234, 234, 0.1);
  padding: 19px;
  position: absolute;
  right: 13px;
  cursor: pointer;
  z-index: 2000;
  border-radius: 30px;
}
#custom-html-xn .card .fundo:hover {
  background: rgba(234, 234, 234, 0.4);
  padding: 19px;
  position: absolute;
  right: 13px;
  cursor: pointer;
  z-index: 2000;
  border-radius: 30px;
}
#custom-html-xn .card .close {
  width: 1.3rem;
  height: 0.1rem;
  background: #fff;
  transform: rotate(45deg);
  position: absolute;
  z-index: 1205;
  right: 0.5rem;
}
#custom-html-xn .card .close:after {
  content: '';
  width: 1.3rem;
  height: 0.13rem;
  background: #fff;
  transform: rotate(-90deg);
  position: absolute;
  z-index: 1205;
}
#custom-html-xn .card p {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
#custom-html-xn .card-primecase:before {
  display: inherit;
  background: rgba(0, 0, 0, 0.8);
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#custom-html-xn .fade {
  display: none;
}
#custom-html-xn #PrimecaseStartPopUPCreate {
  display: none;
}
#custom-html-xn .close:hover,
#custom-html-xn #close {
  cursor: pointer !important;
}
#custom-html-xn .startPopUp {
  display: block !important;
  z-index: 2000;
}
@media (max-width: 790px) {
  #custom-html-xn .card .card-body {
    max-width: 100vw;
    max-height: 85vh;
    width: 23rem;
    overflow-y: auto;
  }
}
#custom-html-xn .closeButton:hover {
  cursor: pointer !important;
}
.cid-uV6DdOQWtM {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uV6DdOQWtM .correspondente {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uV6DdOQWtM .correspondente img {
  width: 220px;
  height: 100%;
  margin: 6px;
}
.cid-uV6DdOQWtM section {
  position: relative;
}
.cid-uV6DdOQWtM h4 {
  margin: 0;
}
.cid-uV6DdOQWtM img {
  height: 75px;
  padding: 3px;
}
.cid-uV6DdOQWtM a {
  font-weight: 300;
  color: #000 !important;
  transition: all 400ms ease-in-out;
}
.cid-uV6DdOQWtM h4 a {
  margin-left: -0.7em !important;
}
.cid-uV6DdOQWtM a:hover {
  transition: all 400ms ease-in-out;
  font-weight: bold !important;
}
.cid-uV6DdOQWtM .img1 {
  color: #295b76;
}
.cid-uV6DdOQWtM .img2 {
  color: #295b76;
}
.cid-uV6DdOQWtM .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #295b76;
  transition: background 0.3s;
  margin-bottom: 1rem;
}
.cid-uV6DdOQWtM .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uV6DdOQWtM .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uV6DdOQWtM .item,
.cid-uV6DdOQWtM .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.1rem;
  margin-bottom: 0rem;
}
.cid-uV6DdOQWtM .item h4,
.cid-uV6DdOQWtM .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uV6DdOQWtM .card-img {
  width: auto;
}
.cid-uV6DdOQWtM .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-uV6DdOQWtM .item {
    justify-content: center;
  }
  .cid-uV6DdOQWtM .align-left {
    text-align: left !important;
  }
}
.cid-uV6DdOQWtM .item-title {
  color: #000000;
}
.cid-uV6DdOQWtM .link-title {
  color: #000000;
}
.cid-uV6DdOQWtM .items-title,
.cid-uV6DdOQWtM .items-title + .line-wrap {
  color: #000000;
}
.cid-uV6DdOQWtM .links-title,
.cid-uV6DdOQWtM .links-title + .line-wrap {
  color: #000000;
}
.cid-uV6DdOQWtM .text1 {
  color: #000000;
}
.cid-uV6DdOQWtM .col-sm-6 {
  width: 50% !important;
}
.cid-uV6DdOQWtM .image img {
  height: 60px !important;
}
.cid-uV6DdOQWtM .image p {
  font-size: 12px !important;
}
.cid-uV6DdOQWtM .bloco-redes-sociais span {
  font-size: 2em;
}
@media (max-width: 796px) {
  .cid-uV6DdOQWtM .image img {
    height: 50px !important;
  }
  .cid-uV6DdOQWtM .image p {
    font-size: 12px !important;
  }
}
@media (min-width: 765px) and (max-width: 780px) {
  .cid-uV6DdOQWtM .conteiner-informacoes {
    flex: 0 0 33.333333% !important;
    max-width: 33.333333% !important;
  }
  .cid-uV6DdOQWtM .conteiner-informacoes-none {
    display: none !important;
  }
}
.cid-uV6DdOQWtM .primecase img {
  height: 35px;
}
.cid-uV6DdOQWtM .primecase span {
  position: relative;
  bottom: 2.3px;
}
@media (max-width: 768px) {
  .cid-uV6DdOQWtM .correspondente {
    margin-left: 0 !important;
  }
}
.cid-uV6DdOQWtM .btn .mbr-iconfont {
  font-size: 28px !important;
  margin-left: 5px;
  margin-right: 10px;
  order: 0 !important;
}
.cid-uV6DdOQWtM .mbr-section-btn .btn {
  border-radius: 14px !important;
  padding: 12px;
}
.cid-uV6DdOQWtM .fundo {
  margin-left: 3px;
  margin-top: 0.8em;
  padding-top: 0px !important;
  padding-bottom: 0 !important;
  color: white;
  height: 2em;
  padding: 1px;
  border-radius: 8px;
  background: black;
  width: 32px;
}
.cid-uV6DdOQWtM .fundo:hover {
  background: gray;
}
.cid-uV6DdOQWtM .fa-instagram {
  margin-left: 4.3px;
  margin-top: -3.3px;
  color: white;
  align-items: center;
  justify-content: center;
}
.cid-uV6DdOQWtM .fa-instagram:hover {
  color: white;
}
.cid-uV6DdQUPjC {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #eeeeee;
}
.cid-uV6DdQUPjC .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uV6DdQUPjC .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-uV6DdQUPjC .btn {
  margin-bottom: 2rem;
}
.cid-uV6DdQUPjC img {
  margin-top: -1em !important;
  width: 1.3em !important;
  margin-left: 22em !important;
}
.cid-uV6DdQUPjC .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-uV6DdQUPjC .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uV6DdQUPjC .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-uV6DdQUPjC .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uV6DdQUPjC .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uV6DdQUPjC .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-uV6DdQUPjC .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uV6DdQUPjC .social-list img {
  margin-left: 8em !important;
}
@media (max-width: 575px) {
  .cid-uV6DdQUPjC .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
  .cid-uV6DdQUPjC img {
    margin-left: 10em !important;
  }
}
.cid-uV6DdQUPjC .links {
  color: #555555;
  text-align: center;
}
.cid-uV6DdQUPjC p {
  font-size: 14px !important;
}
.cid-uV6DdROXdz.popup-builder {
  background-color: #ffffff;
}
.cid-uV6DdROXdz.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uV6DdROXdz.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uV6DdROXdz .modal-content,
.cid-uV6DdROXdz .modal-dialog {
  height: auto;
}
.cid-uV6DdROXdz .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uV6DdROXdz .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uV6DdROXdz .form-wrapper .mbr-form .form-group,
  .cid-uV6DdROXdz .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uV6DdROXdz .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uV6DdROXdz .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uV6DdROXdz .mbr-text {
  text-align: center;
}
.cid-uV6DdROXdz .pt-0 {
  padding-top: 0 !important;
}
.cid-uV6DdROXdz .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uV6DdROXdz .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uV6DdROXdz .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uV6DdROXdz .modal-open {
  overflow: hidden;
}
.cid-uV6DdROXdz .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uV6DdROXdz .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uV6DdROXdz .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uV6DdROXdz .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uV6DdROXdz .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uV6DdROXdz .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uV6DdROXdz .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uV6DdROXdz .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 80%;
  margin: auto;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uV6DdROXdz .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uV6DdROXdz .modal-backdrop.fade {
  opacity: 0;
}
.cid-uV6DdROXdz .modal-backdrop.show {
  opacity: .5;
}
.cid-uV6DdROXdz .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uV6DdROXdz .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uV6DdROXdz .modal-header .close:hover {
  opacity: 1;
}
.cid-uV6DdROXdz .modal-header .close:focus {
  outline: none;
}
.cid-uV6DdROXdz .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uV6DdROXdz .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uV6DdROXdz .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uV6DdROXdz .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uV6DdROXdz .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uV6DdROXdz .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uV6DdROXdz .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uV6DdROXdz .modal-sm {
    max-width: 300px;
  }
  .cid-uV6DdROXdz .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uV6DdROXdz .modal-lg,
  .cid-uV6DdROXdz .modal-xl {
    max-width: 800px;
  }
  .cid-uV6DdROXdz .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uV6DdROXdz .modal-xl {
    max-width: 1140px;
  }
  .cid-uV6DdROXdz .container {
    max-width: 1140px;
  }
}
.cid-uV6DdROXdz .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uV6DdROXdz .container {
    max-width: 720px;
  }
}
.cid-uV6DdROXdz .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uV6DdROXdz .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uV6DdROXdz .form-group {
  margin-bottom: 1rem;
}
.cid-uV6DdROXdz .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uV6DdROXdz .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uV6DdROXdz .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
