@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

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;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

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: #111111;
}

.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;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
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 {
  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;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
    letter-spacing: 1px;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  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: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.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;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            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;
}

.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;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .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;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  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 {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  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;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.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;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.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: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
/*# estilos extras */
.borde-top {
  position: absolute;
  top: -1px;
  width: 100%;
  display: block;
  left: 0;
  height: auto;
}
.borde_bot {
  position: absolute;
  bottom: -1px;
  width: 100%;
  min-width: 600px;
  display: block;
  left: 0;
  height: auto;
}
.num {
  color: #e4453f;
}
.btn-whapp {
position:fixed;
bottom:0px; right:20px;
z-index:999;	
background: #3cb579 url(https://ae-estudio.com/whapp-ico50x50.svg) no-repeat center;
    transition: background-color 1s;
	-webkit-transition: background-color 1s;
	text-decoration:none;
	display: inline-block;
	margin: 2.8em .5em;
	width:50px; height:50px;
	border-radius:50%;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
	box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
}
.btn-whapp:hover {
    background-color:#3cb579;  cursor:pointer; color:#DE3D4D;
	-webkit-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	-moz-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.mbr-arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60px;
  height: 120px;
  cursor: pointer;
  z-index: 999;
  background-color: rgba(20, 157, 204, 1);
  border-radius: 30px 30px 0 0;
  -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;
}
.nja {
  color: #e4453f;
}
.tachado {
  text-decoration: line-through;
}
.borde {
  position: absolute;
  bottom: -1px;
  width: 100%;
  display: block;
  left: 0;
  height: auto;
}.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Product Sans Regular';
  font-size: 4.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.625rem;
}
.display-2 {
  font-family: 'Product Sans Regular';
  font-size: 4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Product Sans Light';
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-5 {
  font-family: 'Product Sans Regular';
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Product Sans Light';
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.15rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #e4453f !important;
}
.bg-success {
  background-color: #162436 !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #3cb579 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e4453f !important;
  border-color: #e4453f !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #b31f19 !important;
  border-color: #b31f19 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b31f19 !important;
  border-color: #b31f19 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #1da1f2 !important;
  border-color: #1da1f2 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0a70ae !important;
  border-color: #0a70ae !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0a70ae !important;
  border-color: #0a70ae !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #162436 !important;
  border-color: #162436 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #3cb579 !important;
  border-color: #3cb579 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #26744d !important;
  border-color: #26744d !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #26744d !important;
  border-color: #26744d !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #e4453f;
  color: #e4453f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #b31f19 !important;
  background-color: transparent!important;
  border-color: #b31f19 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e4453f !important;
  border-color: #e4453f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #1da1f2;
  color: #1da1f2;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #0a70ae !important;
  background-color: transparent!important;
  border-color: #0a70ae !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #1da1f2 !important;
  border-color: #1da1f2 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #162436;
  color: #162436;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #162436 !important;
  border-color: #162436 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #3cb579;
  color: #3cb579;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #26744d !important;
  background-color: transparent!important;
  border-color: #26744d !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #3cb579 !important;
  border-color: #3cb579 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #e4453f !important;
}
.text-secondary {
  color: #1da1f2 !important;
}
.text-success {
  color: #162436 !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #3cb579 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #a61c17 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #0967a0 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #236846 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #e4453f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #3cb579;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e4453f;
  border-color: #e4453f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #e4453f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fdf2f2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #6e93c4;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #95dcb9;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Product Sans Light';
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.125rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #e4453f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Product Sans Light';
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.125rem;
}
blockquote {
  border-color: #e4453f;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e4453f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #e4453f;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e4453f;
  border-bottom-color: #e4453f;
}
.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: #e4453f !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #1da1f2 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23e4453f' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-u6O6yxcwYm .navbar-dropdown {
  position: relative !important;
}
.cid-u6O6yxcwYm .navbar-dropdown {
  position: absolute !important;
}
.cid-u6O6yxcwYm .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6O6yxcwYm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6O6yxcwYm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6O6yxcwYm .dropdown-item:hover,
.cid-u6O6yxcwYm .dropdown-item:focus {
  background: #e4453f !important;
  color: white !important;
}
.cid-u6O6yxcwYm .dropdown-item:hover span {
  color: white;
}
.cid-u6O6yxcwYm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6O6yxcwYm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6O6yxcwYm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6O6yxcwYm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6O6yxcwYm .nav-link {
  position: relative;
  font-weight: bold;
}
.cid-u6O6yxcwYm .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6O6yxcwYm .container {
    flex-wrap: nowrap;
  }
}
.cid-u6O6yxcwYm .dropdown-menu,
.cid-u6O6yxcwYm .navbar.opened {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.cid-u6O6yxcwYm .nav-item:focus,
.cid-u6O6yxcwYm .nav-link:focus {
  outline: none;
}
.cid-u6O6yxcwYm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6O6yxcwYm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6O6yxcwYm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6O6yxcwYm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6O6yxcwYm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6O6yxcwYm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6O6yxcwYm .navbar {
  min-height: 114px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
  padding: 17px 0 !important;
  box-shadow: none;
  border: none;
}
.cid-u6O6yxcwYm .navbar.opened {
  transition: all 0.3s;
}
.cid-u6O6yxcwYm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6O6yxcwYm .navbar .navbar-logo img {
  width: auto;
}
.cid-u6O6yxcwYm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6O6yxcwYm .navbar.collapsed {
  justify-content: center;
}
.cid-u6O6yxcwYm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6O6yxcwYm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6O6yxcwYm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-u6O6yxcwYm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6O6yxcwYm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6O6yxcwYm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6O6yxcwYm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6O6yxcwYm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u6O6yxcwYm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6O6yxcwYm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6O6yxcwYm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6O6yxcwYm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6O6yxcwYm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6O6yxcwYm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6O6yxcwYm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6O6yxcwYm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6O6yxcwYm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u6O6yxcwYm .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u6O6yxcwYm .navbar.navbar-short {
  min-height: auto;
}
.cid-u6O6yxcwYm .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-u6O6yxcwYm .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-u6O6yxcwYm .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 20%;
}
.cid-u6O6yxcwYm .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-u6O6yxcwYm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6O6yxcwYm .dropdown-item.active,
.cid-u6O6yxcwYm .dropdown-item:active {
  background-color: transparent;
}
.cid-u6O6yxcwYm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6O6yxcwYm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6O6yxcwYm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6O6yxcwYm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u6O6yxcwYm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6O6yxcwYm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6O6yxcwYm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6O6yxcwYm button.navbar-toggler {
  position: relative;
  outline: none;
  width: 80px;
  height: 80px;
  cursor: pointer;
  transition: all 0.3s;
  align-self: center;
  margin-left: auto;
}
.cid-u6O6yxcwYm button.navbar-toggler:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #1da1f2;
  transition: .2s transform;
}
.cid-u6O6yxcwYm button.navbar-toggler .hamburger span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 29px;
  height: 2px;
  background-color: #0c1c30;
  transition: .2s all;
}
.cid-u6O6yxcwYm button.navbar-toggler .hamburger span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.cid-u6O6yxcwYm button.navbar-toggler:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-u6O6yxcwYm button.navbar-toggler:hover .hamburger span {
  background-color: #ffffff;
}
.cid-u6O6yxcwYm nav.opened .navbar-toggler {
  transform: rotate(45deg);
}
.cid-u6O6yxcwYm .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u6O6yxcwYm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6O6yxcwYm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u6O6yxcwYm .navbar {
    height: 70px;
  }
  .cid-u6O6yxcwYm .navbar.opened {
    height: auto;
  }
  .cid-u6O6yxcwYm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6O6yxcwYm .main-container {
  flex-grow: 1;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.cid-u6O6yxcwYm .social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 20px;
}
@media (max-width: 767px) {
  .cid-u6O6yxcwYm .social-list {
    justify-content: flex-start;
  }
}
.cid-u6O6yxcwYm .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-u6O6yxcwYm .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #1da1f2;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-u6O6yxcwYm .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #0c1c30;
  padding: 10px;
}
.cid-u6O6yxcwYm .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-u6O6yxcwYm .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-u6O6yxcwYm .navbar-buttons {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  text-align: center;
  flex-shrink: 0;
}
.cid-u6O6yxcwYm .navbar-buttons .btn {
  margin: 0;
}
.cid-u6O6yxcwYm .navbar-collapse {
  width: 80%;
}
.cid-u6O6yxcwYm .navbar-collapse .navbar-nav {
  justify-content: center;
  width: 75%;
  margin-right: auto;
}
@media (min-width: 992px) {
  .cid-u6O6yxcwYm .navbar-collapse .nav-link:hover {
    color: #e4453f !important;
  }
}
@media (max-width: 991px) {
  .cid-u6O6yxcwYm .navbar {
    padding: 15px 0 !important;
    box-shadow: none;
    border: none;
    min-height: 110px;
  }
  .cid-u6O6yxcwYm .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-u6O6yxcwYm .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    width: auto;
  }
  .cid-u6O6yxcwYm .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
    width: 100%;
  }
  .cid-u6O6yxcwYm .navbar-collapse .navbar-nav {
    align-items: center;
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-u6O6yxcwYm .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: center !important;
  }
  .cid-u6O6yxcwYm .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-u6O6yxcwYm .navbar-collapse .nav-link {
    justify-content: center !important;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto !important;
    padding: 0 0 50px !important;
    font-size: 30px !important;
    line-height: 1 !important;
    transition: .3s  all;
  }
  .cid-u6O6yxcwYm .navbar-collapse .nav-link:hover {
    color: #e4453f !important;
  }
  .cid-u6O6yxcwYm .navbar-buttons {
    justify-content: center;
    margin-top: 20px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u6O6yxcwYm .navbar-collapse .nav-link {
    background: linear-gradient(to right, #e4453f, #e4453f 50%, currentColor 50%, currentColor 100%) !important;
    background-position: right !important;
    background-size: 200% 100% !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u6O6yxcwYm .navbar-collapse .nav-link:hover {
    background-position: left !important;
    color: currentColor !important;
  }
}
@media (max-width: 575px) {
  .cid-u6O6yxcwYm .navbar-nav {
    padding-bottom: 1rem !important;
  }
}
.cid-u7Ia4bH9W2 {
  padding-top: 200px;
  padding-bottom: 125px;
  background-image: url("../../../assets/images/ae-cover-home-fdo-5.svg");
}
.cid-u7Ia4bH9W2 .text-box {
  position: absolute;
  top: 0;
  min-height: 100%;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  color: #162436;
  text-align: center;
}
.cid-u7Ia4bH9W2 .text-block {
  position: relative;
  z-index: 0;
}
.cid-u7Ia4bH9W2 .box {
  width: 25%;
  height: 40%;
  background: #98dee8;
  position: absolute;
  top: 4%;
}
.cid-u7Ia4bH9W2 .btn-2 {
  display: none;
}
.cid-u7Ia4bH9W2 .box {
  left: 20%;
}
.cid-u7Ia4bH9W2 .mbr-section-btn {
  margin-left: 7%;
}
.cid-u7Ia4bH9W2 .text-box {
  top: 0;
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #162436;
}
.cid-u7Ia4bH9W2 .mbr-section-text,
.cid-u7Ia4bH9W2 .mbr-section-title {
  margin-left: 10%;
}
@media (max-width: 991px) {
  .cid-u7Ia4bH9W2 .text-box {
    display: none;
  }
  .cid-u7Ia4bH9W2 .img-block {
    position: relative;
    top: 0px;
    right: -50px;
  }
  .cid-u7Ia4bH9W2 .mbr-section-title,
  .cid-u7Ia4bH9W2 .mbr-section-text {
    margin: auto;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-u7Ia4bH9W2 .box {
    display: none;
  }
  .cid-u7Ia4bH9W2 .btn-1 {
    display: none;
  }
  .cid-u7Ia4bH9W2 .btn-2 {
    display: inline-flex;
    position: relative;
    bottom: -60px;
    right: 5%;
  }
  .cid-u7Ia4bH9W2 .mbr-section-title,
  .cid-u7Ia4bH9W2 .mbr-section-text {
    text-align: left;
  }
  .cid-u7Ia4bH9W2 .row {
    display: flex;
    flex-direction: row;
  }
  .cid-u7Ia4bH9W2 .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7Ia4bH9W2 .text-box {
    writing-mode: bt-rl;
  }
}
.cid-u7Ia4bH9W2 .mbr-section-text {
  color: #57677c;
  text-align: left;
  margin-top: 40px;
}
.cid-u7Ia4bH9W2 .mbr-section-title {
  color: #162436;
  text-align: left;
}
.cid-u7Ia4bH9W2 .mbr-section-subtitle {
  font-size: 1rem;
  margin-top: 40px;
}
.cid-u7Ia4bH9W2 .relative {
  position: relative;
}
.cid-u7Ia4bH9W2 .img2 {
  position: absolute;
  left: -17%;
  bottom: -15%;
  width: 40%;
}
.cid-u7Ia4bH9W2 .item-role {
  line-height: 1.3;
}
.cid-u7Ia4bH9W2 .icon-wrap {
  z-index: 999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  background: rgba(255, 0, 0, 0.8);
  transition: all 0.3s;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u7Ia4bH9W2 .icon-wrap:hover {
  transform: translate(-50%, -50%) scale(1.2);
}
@media (max-width: 767px) {
  .cid-u7Ia4bH9W2 .icon-wrap {
    width: 80px;
    height: 80px;
  }
}
.cid-u7Ia4bH9W2 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-u7Ia4bH9W2 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u7Ia4bH9W2 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-u7Ia4bH9W2 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u7Ia4bH9W2 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u8aekoPeAu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/home-bkg.svg");
}
@media (max-width: 992px) {
  .cid-u8aekoPeAu .container {
    padding: 0 20px;
  }
}
.cid-u8aekoPeAu .row {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-u8aekoPeAu .row {
    padding: 46px 0;
  }
}
.cid-u8aekoPeAu .content-wrapper {
  padding: 0 86px;
}
@media (max-width: 768px) {
  .cid-u8aekoPeAu .content-wrapper {
    padding: 0;
  }
}
.cid-u8aekoPeAu .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-u8aekoPeAu .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u8aekoPeAu .content-wrapper .mbr-section-btn-main {
  margin-top: 25px;
}
.cid-u8aekoPeAu .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 356px;
  max-width: 356px;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .cid-u8aekoPeAu .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 5px;
  }
}
.cid-u8aekoPeAu .embla__slide .slide-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 60px 40px 40px;
  border-radius: 20px !important;
  background-color: #f3f6f9;
}
@media (max-width: 992px) {
  .cid-u8aekoPeAu .embla__slide .slide-content {
    padding: 60px 20px 40px;
  }
}
.cid-u8aekoPeAu .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.cid-u8aekoPeAu .embla__slide .slide-content .item-wrapper .item-img img {
  width: 134px;
  height: 134px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-u8aekoPeAu .embla__slide .slide-content .item-wrapper .item-content {
  z-index: 1;
  position: relative;
}
.cid-u8aekoPeAu .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 15px;
}
.cid-u8aekoPeAu .embla__slide .slide-content .item-wrapper .item-content .item-role {
  margin-bottom: 15px;
}
.cid-u8aekoPeAu .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u8aekoPeAu .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list .item-wrap {
  margin-right: 10px;
  margin-bottom: 0;
}
.cid-u8aekoPeAu .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-u8aekoPeAu .embla__slide .slide-content .mbr-section-btn {
  z-index: 1;
  position: relative;
  margin-top: 5px;
}
.cid-u8aekoPeAu .embla__slide .slide-content .mbr-section-btn .btn-primary,
.cid-u8aekoPeAu .embla__slide .slide-content .mbr-section-btn .btn-secondary,
.cid-u8aekoPeAu .embla__slide .slide-content .mbr-section-btn .btn-success,
.cid-u8aekoPeAu .embla__slide .slide-content .mbr-section-btn .btn-info,
.cid-u8aekoPeAu .embla__slide .slide-content .mbr-section-btn .btn-warning,
.cid-u8aekoPeAu .embla__slide .slide-content .mbr-section-btn .btn-danger,
.cid-u8aekoPeAu .embla__slide .slide-content .mbr-section-btn .btn-black,
.cid-u8aekoPeAu .embla__slide .slide-content .mbr-section-btn .btn-white {
  border: 2px solid #fafafa !important;
}
.cid-u8aekoPeAu .embla__button--next,
.cid-u8aekoPeAu .embla__button--prev {
  display: flex;
}
.cid-u8aekoPeAu .embla__button {
  top: -24px;
  width: 48px;
  height: 48px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #e4453f !important;
  border: 2px solid #e4453f !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .6 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-u8aekoPeAu .embla__button {
    top: 2.5rem;
  }
}
.cid-u8aekoPeAu .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u8aekoPeAu .embla__button:hover {
  opacity: 1 !important;
}
.cid-u8aekoPeAu .embla__button.embla__button--prev {
  left: 30px;
}
.cid-u8aekoPeAu .embla__button.embla__button--next {
  right: 30px;
}
.cid-u8aekoPeAu .embla {
  position: relative;
  width: 100%;
}
.cid-u8aekoPeAu .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-u8aekoPeAu .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u8aekoPeAu .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u8aekoPeAu .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u8aekoPeAu .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-u8aekoPeAu .mbr-section-title {
  color: #000000;
}
.cid-u8aekoPeAu .item-name {
  color: #000000;
  text-align: center;
}
.cid-u8aekoPeAu .item-role {
  color: #e4453f;
  text-align: center;
}
.cid-u8aekoPeAu .list,
.cid-u8aekoPeAu .tags-wrapper {
  color: #000000;
  text-align: center;
}
.cid-u8aekoPeAu .mbr-section-title,
.cid-u8aekoPeAu .mbr-section-btn-main {
  text-align: right;
  color: #ffffff;
}
.cid-u8aekoPeAu .item-name,
.cid-u8aekoPeAu .mbr-section-btn {
  text-align: center;
  color: #162436;
  outline: none;
}
.cid-u8aekoPeAu .list,
.cid-u8aekoPeAu .item-wrap,
.cid-u8aekoPeAu .tags-wrapper {
  text-align: center;
}
.cid-u8aekoPeAu .btn {
  outline: none;
  color: #FFF;
}
.cid-u73q3Tj3h7 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/ae-div03-fdo.svg");
}
@media (max-width: 992px) {
  .cid-u73q3Tj3h7 .container {
    padding: 0 22px;
  }
}
.cid-u73q3Tj3h7 .text-box {
  position: absolute;
  top: -20%;
  right: 0;
  min-height: 100%;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  color: #162436;
  text-align: center;
}
.cid-u73q3Tj3h7 .text-block {
  position: relative;
  z-index: 0;
}
.cid-u73q3Tj3h7 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 5px;
}
@media (max-width: 767px) {
  .cid-u73q3Tj3h7 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u73q3Tj3h7 .embla__slide .slide-content {
  width: 100%;
}
.cid-u73q3Tj3h7 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 600px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .cid-u73q3Tj3h7 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-u73q3Tj3h7 .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 10px 30px;
}
@media (max-width: 767px) {
  .cid-u73q3Tj3h7 .embla__slide .slide-content .item-content {
    padding: 10px 20px;
  }
}
.cid-u73q3Tj3h7 .embla__slide .slide-content .item-content:hover .item-number,
.cid-u73q3Tj3h7 .embla__slide .slide-content .item-content:focus .item-number {
  -webkit-text-stroke-color: transparent;
  -webkit-text-fill-color: #000000;
}
.cid-u73q3Tj3h7 .embla__slide .slide-content .item-content:hover .icon-wrapper .mbr-iconfont,
.cid-u73q3Tj3h7 .embla__slide .slide-content .item-content:focus .icon-wrapper .mbr-iconfont {
  transform: rotate(0);
}
.cid-u73q3Tj3h7 .embla__slide .slide-content .item-content .item-number {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000000;
  -webkit-text-fill-color: transparent;
  transition: all 0.5s ease-in-out;
  min-width: 45px;
  margin-bottom: 0;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .cid-u73q3Tj3h7 .embla__slide .slide-content .item-content .item-number {
    min-width: 35px;
  }
}
.cid-u73q3Tj3h7 .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 0;
  background: #ffffff;
  border-radius: 24px;
  padding: 8px;
}
.cid-u73q3Tj3h7 .embla__slide .slide-content .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 30px;
  transform: rotate(-45deg);
  margin-left: 20px;
  color: #facb1d;
  transition: all 0.3s ease-in-out;
}
.cid-u73q3Tj3h7 .embla__slide .slide-content a {
  display: block;
}
.cid-u73q3Tj3h7 .embla__button--next,
.cid-u73q3Tj3h7 .embla__button--prev {
  display: flex;
}
.cid-u73q3Tj3h7 .embla__button {
  top: 50%;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: #FFF !important;
  border: none;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .7 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-u73q3Tj3h7 .embla__button {
    display: none;
  }
}
.cid-u73q3Tj3h7 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u73q3Tj3h7 .embla__button:hover {
  opacity: 1 !important;
}
.cid-u73q3Tj3h7 .embla__button.embla__button--prev {
  left: 0;
}
@media (max-width: 992px) {
  .cid-u73q3Tj3h7 .embla__button.embla__button--prev {
    left: 20px;
  }
}
.cid-u73q3Tj3h7 .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 992px) {
  .cid-u73q3Tj3h7 .embla__button.embla__button--next {
    right: 20px;
  }
}
.cid-u73q3Tj3h7 .card {
  justify-content: center;
}
.cid-u73q3Tj3h7 .embla {
  position: relative;
  width: 100%;
  padding: 0 40px;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-u73q3Tj3h7 .embla {
    margin: 0 0 20px;
    padding: 0;
  }
}
.cid-u73q3Tj3h7 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-u73q3Tj3h7 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u73q3Tj3h7 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u73q3Tj3h7 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u73q3Tj3h7 .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u73q3Tj3h7 .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-u73q3Tj3h7 .mbr-section-title {
  color: #ffffff;
  letter-spacing: -1px;
}
.cid-u73q3Tj3h7 .mbr-text {
  color: #57677c;
  text-align: left;
}
.cid-u73q3Tj3h7 .mbr-section-title,
.cid-u73q3Tj3h7 .mbr-section-btn DIV {
  text-align: right;
}
.cid-u73q3Tj3h7 .mbr-section-title,
.cid-u73q3Tj3h7 .mbr-section-btn {
  color: #162436;
  text-align: left;
}
.cid-u73q3Tj3h7 .item-title {
  color: #0c1c30;
  text-align: left;
}
.cid-u73q3Tj3h7 .mbr-section-subtitle {
  color: #e4453f;
  text-align: left;
}
.cid-umYkCu66K6 {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-umYkCu66K6 .mbr-text {
  margin: 0;
  padding-bottom: 30px;
  color: #1da1f2;
}
.cid-umYkCu66K6 .mbr-section-title {
  padding-bottom: 17px;
  letter-spacing: 0.7px;
}
.cid-umYkCu66K6 .text-element {
  background-color: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-umYkCu66K6 .row-element,
.cid-umYkCu66K6 .image-element {
  padding: 0;
}
.cid-umYkCu66K6 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-umYkCu66K6 .carousel-item.active,
.cid-umYkCu66K6 .carousel-item-next,
.cid-umYkCu66K6 .carousel-item-prev {
  display: flex;
}
.cid-umYkCu66K6 .carousel-indicators {
  position: initial;
  align-items: center;
  display: flex;
}
.cid-umYkCu66K6 .carousel-indicators .active img {
  opacity: 1;
  transform: scale(1.3);
  transition: 0.1s;
  border: 4px solid #1da1f2;
}
.cid-umYkCu66K6 .carousel-indicators li {
  background-color: transparent;
  margin: 0 20px;
  opacity: 1;
  position: initial;
  width: 3.6em;
  height: 3.6em;
  max-width: initial;
  max-height: initial;
  transition: 0.1s;
}
@media (max-width: 540px) {
  .cid-umYkCu66K6 .text-element {
    padding: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-umYkCu66K6 .image-element {
    min-width: 50%;
  }
  .cid-umYkCu66K6 .media-container-row {
    width: 100%;
  }
}
.cid-umYkCu66K6 img {
  border-radius: 50%;
  object-fit: cover;
  width: 3.6em;
  height: 3.6em;
  transition: 0.1s;
}
.cid-umYkCu66K6 .heading {
  font-weight: 600;
  margin-bottom: 30px;
  padding: 0;
}
.cid-umYkCu66K6 .title {
  margin-bottom: 23px;
  padding: 0;
  color: #111213;
}
.cid-umYkCu66K6 .mbr-section-subtitle {
  margin-bottom: 10px;
  padding: 0;
  font-weight: 600;
  color: #162436;
}
.cid-umYkCu66K6 .container {
  padding: 0 15%;
}
@media (max-width: 990px) {
  .cid-umYkCu66K6 .text-element {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-umYkCu66K6 .container {
    padding: 0 5%;
  }
}
.cid-umYkCu66K6 .mbr-iconfont {
  display: block;
  font-size: 28px;
  color: #e4453f;
}
.cid-umYkCu66K6 .iconfont-wrapper {
  margin-bottom: 40px;
}
.cid-umYkCu66K6 section {
  overflow: hidden;
}
@media (max-width: 576px) {
  .cid-umYkCu66K6 li {
    margin: 10px !important;
    width: 2.5em !important;
    height: 2.5em !important;
  }
  .cid-umYkCu66K6 img {
    width: 2.5em !important;
    height: 2.5em !important;
  }
}
.cid-umYkCu66K6 .title,
.cid-umYkCu66K6 .iconfont-wrapper {
  color: #57677c;
}
.cid-u8aBk1CDTi {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-u8aBk1CDTi .container {
    max-width: 1162px;
  }
}
.cid-u8aBk1CDTi .wrapper {
  min-height: 385px;
  border-radius: 16px;
  position: relative;
  background-color: #0066ff;
}
@media (max-width: 991px) {
  .cid-u8aBk1CDTi .wrapper {
    padding: 5rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u8aBk1CDTi .wrapper {
    padding: 104px 80px 90px 80px;
  }
}
.cid-u8aBk1CDTi .mbr-title {
  font-size: 36px;
  line-height: 1;
}
.cid-u8aBk1CDTi .btn {
  padding: 15px 37px;
  border-radius: 30px;
}
.cid-u8aBk1CDTi .btn:hover,
.cid-u8aBk1CDTi .btn:active {
  background-color: #fef7f2 !important;
  border-color: #fef7f2 !important;
}
.cid-u8aBk1CDTi .text {
  z-index: 3;
}
.cid-u8aBk1CDTi .mbr-text {
  color: #9fdbf8;
  font-size: 18px;
  text-align: left;
}
.cid-u8aBk1CDTi .mbr-section-text {
  color: #ffffff;
  position: relative;
  top: -15%;
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
@media (max-width: 991px) {
  .cid-u8aBk1CDTi .mbr-section-text {
    position: absolute;
    top: 70%;
    width: 350px;
    left: 5%;
  }
}
@media (max-width: 768px) {
  .cid-u8aBk1CDTi .mbr-section-text {
    position: absolute;
    top: 80%;
  }
}
.cid-u8aBk1CDTi .image-wrapper {
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-u8aBk1CDTi .image-wrapper {
    position: relative;
    margin-top: 3rem;
    bottom: -81px;
  }
}
.cid-u8aBk1CDTi .image-wrapper img {
  max-width: 500px;
  max-height: 500px;
  object-fit: contain;
  height: auto;
  position: relative;
}
@media (min-width: 992px) {
  .cid-u8aBk1CDTi .image-wrapper img {
    position: absolute;
    bottom: 0;
    right: 5%;
  }
}
.cid-u8aBk1CDTi .mbr-title,
.cid-u8aBk1CDTi .mbr-section-btn {
  color: #ffffff;
}
.cid-unCY2762Cu {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-unCY2762Cu .mbr-fallback-image.disabled {
  display: none;
}
.cid-unCY2762Cu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unCY2762Cu .row {
  justify-content: center;
}
.cid-unCY2762Cu .content-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-unCY2762Cu .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-unCY2762Cu .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-unCY2762Cu .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-unCY2762Cu .item {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-unCY2762Cu .item {
    margin-bottom: 35px;
  }
}
.cid-unCY2762Cu .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-unCY2762Cu .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 15px;
  }
}
.cid-unCY2762Cu .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 95px;
  height: 95px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  color: #ffffff;
  font-size: 60px;
}
.cid-unCY2762Cu .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-unCY2762Cu .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-unCY2762Cu .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #cbe3fa;
}
.cid-unCY2762Cu .mbr-section-title {
  color: #162436;
  text-align: center;
}
.cid-unCY2762Cu .mbr-text {
  color: #57677c;
  text-align: center;
}
.cid-unCY2762Cu .item-title {
  color: #000000;
}
.cid-unCY2762Cu .item-text {
  color: #162436;
  text-align: center;
}
.cid-unCY2762Cu .item-title,
.cid-unCY2762Cu .icon-wrapper {
  text-align: center;
  color: #e4453f;
}
.cid-unCY2762Cu H1 {
  color: #57677c;
}
.cid-uoWt7ZuN7z {
  padding-top: 0rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-u8VfZauA7B {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #162436;
}
.cid-u8VfZauA7B .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8VfZauA7B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8VfZauA7B .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u8VfZauA7B .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u8VfZauA7B .media-wrap img {
    width: 120px;
    margin: 0 auto;
  }
}
.cid-u8VfZauA7B .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u8VfZauA7B .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-u8VfZauA7B .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u8VfZauA7B .list {
    margin-bottom: 0rem;
  }
}
.cid-u8VfZauA7B .mbr-text {
  color: #57677c;
  text-align: left;
}
.cid-u8VfZauA7B .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #1da1f2;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-u8VfZauA7B .mbr-iconfont {
  color: white;
}
@media (max-width: 991px) {
  .cid-u8VfZauA7B div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u8VfZauA7B .mbr-section-subtitle {
  color: #57677c;
}
.cid-u8VfZauA7B .copyright {
  color: #57677c;
  text-align: center;
}
.cid-u8VfZauA7B H5 {
  text-align: left;
  color: #57677c;
}
@media (max-width: 767px) {
  .cid-u8VfZauA7B .row {
    text-align: center;
  }
  .cid-u8VfZauA7B .row > div {
    margin: auto;
  }
  .cid-u8VfZauA7B .social-row {
    justify-content: center;
  }
  .cid-u8VfZauA7B .mbr-text,
  .cid-u8VfZauA7B .list,
  .cid-u8VfZauA7B .mbr-section-subtitle,
  .cid-u8VfZauA7B H5 {
    text-align: center;
  }
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

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;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

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: #111111;
}

.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;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
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 {
  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;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
    letter-spacing: 1px;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  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: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.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;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            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;
}

.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;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .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;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  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 {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  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;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.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;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.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: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
/*# estilos extras */
.borde-top {
  position: absolute;
  top: -1px;
  width: 100%;
  display: block;
  left: 0;
  height: auto;
}
.borde_bot {
  position: absolute;
  bottom: -1px;
  width: 100%;
  min-width: 600px;
  display: block;
  left: 0;
  height: auto;
}
.num {
  color: #e4453f;
}
.btn-whapp {
position:fixed;
bottom:0px; right:20px;
z-index:999;	
background: #3cb579 url(https://ae-estudio.com/whapp-ico50x50.svg) no-repeat center;
    transition: background-color 1s;
	-webkit-transition: background-color 1s;
	text-decoration:none;
	display: inline-block;
	margin: 2.8em .5em;
	width:50px; height:50px;
	border-radius:50%;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
	box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
}
.btn-whapp:hover {
    background-color:#3cb579;  cursor:pointer; color:#DE3D4D;
	-webkit-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	-moz-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.mbr-arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60px;
  height: 120px;
  cursor: pointer;
  z-index: 999;
  background-color: rgba(20, 157, 204, 1);
  border-radius: 30px 30px 0 0;
  -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;
}
.nja {
  color: #e4453f;
}
.tachado {
  text-decoration: line-through;
}
.borde {
  position: absolute;
  bottom: -1px;
  width: 100%;
  display: block;
  left: 0;
  height: auto;
}.cid-u6O6yxcwYm .navbar-dropdown {
  position: relative !important;
}
.cid-u6O6yxcwYm .navbar-dropdown {
  position: absolute !important;
}
.cid-u6O6yxcwYm .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6O6yxcwYm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6O6yxcwYm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6O6yxcwYm .dropdown-item:hover,
.cid-u6O6yxcwYm .dropdown-item:focus {
  background: #e4453f !important;
  color: white !important;
}
.cid-u6O6yxcwYm .dropdown-item:hover span {
  color: white;
}
.cid-u6O6yxcwYm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6O6yxcwYm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6O6yxcwYm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6O6yxcwYm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6O6yxcwYm .nav-link {
  position: relative;
  font-weight: bold;
}
.cid-u6O6yxcwYm .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6O6yxcwYm .container {
    flex-wrap: nowrap;
  }
}
.cid-u6O6yxcwYm .dropdown-menu,
.cid-u6O6yxcwYm .navbar.opened {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.cid-u6O6yxcwYm .nav-item:focus,
.cid-u6O6yxcwYm .nav-link:focus {
  outline: none;
}
.cid-u6O6yxcwYm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6O6yxcwYm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6O6yxcwYm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6O6yxcwYm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6O6yxcwYm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6O6yxcwYm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6O6yxcwYm .navbar {
  min-height: 114px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
  padding: 17px 0 !important;
  box-shadow: none;
  border: none;
}
.cid-u6O6yxcwYm .navbar.opened {
  transition: all 0.3s;
}
.cid-u6O6yxcwYm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6O6yxcwYm .navbar .navbar-logo img {
  width: auto;
}
.cid-u6O6yxcwYm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6O6yxcwYm .navbar.collapsed {
  justify-content: center;
}
.cid-u6O6yxcwYm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6O6yxcwYm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6O6yxcwYm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-u6O6yxcwYm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6O6yxcwYm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6O6yxcwYm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6O6yxcwYm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6O6yxcwYm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u6O6yxcwYm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6O6yxcwYm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6O6yxcwYm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6O6yxcwYm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6O6yxcwYm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6O6yxcwYm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6O6yxcwYm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6O6yxcwYm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6O6yxcwYm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u6O6yxcwYm .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u6O6yxcwYm .navbar.navbar-short {
  min-height: auto;
}
.cid-u6O6yxcwYm .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-u6O6yxcwYm .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-u6O6yxcwYm .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 20%;
}
.cid-u6O6yxcwYm .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-u6O6yxcwYm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6O6yxcwYm .dropdown-item.active,
.cid-u6O6yxcwYm .dropdown-item:active {
  background-color: transparent;
}
.cid-u6O6yxcwYm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6O6yxcwYm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6O6yxcwYm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6O6yxcwYm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u6O6yxcwYm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6O6yxcwYm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6O6yxcwYm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6O6yxcwYm button.navbar-toggler {
  position: relative;
  outline: none;
  width: 80px;
  height: 80px;
  cursor: pointer;
  transition: all 0.3s;
  align-self: center;
  margin-left: auto;
}
.cid-u6O6yxcwYm button.navbar-toggler:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #1da1f2;
  transition: .2s transform;
}
.cid-u6O6yxcwYm button.navbar-toggler .hamburger span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 29px;
  height: 2px;
  background-color: #0c1c30;
  transition: .2s all;
}
.cid-u6O6yxcwYm button.navbar-toggler .hamburger span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.cid-u6O6yxcwYm button.navbar-toggler:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-u6O6yxcwYm button.navbar-toggler:hover .hamburger span {
  background-color: #ffffff;
}
.cid-u6O6yxcwYm nav.opened .navbar-toggler {
  transform: rotate(45deg);
}
.cid-u6O6yxcwYm .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u6O6yxcwYm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6O6yxcwYm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u6O6yxcwYm .navbar {
    height: 70px;
  }
  .cid-u6O6yxcwYm .navbar.opened {
    height: auto;
  }
  .cid-u6O6yxcwYm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6O6yxcwYm .main-container {
  flex-grow: 1;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.cid-u6O6yxcwYm .social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 20px;
}
@media (max-width: 767px) {
  .cid-u6O6yxcwYm .social-list {
    justify-content: flex-start;
  }
}
.cid-u6O6yxcwYm .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-u6O6yxcwYm .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #1da1f2;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-u6O6yxcwYm .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #0c1c30;
  padding: 10px;
}
.cid-u6O6yxcwYm .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-u6O6yxcwYm .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-u6O6yxcwYm .navbar-buttons {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  text-align: center;
  flex-shrink: 0;
}
.cid-u6O6yxcwYm .navbar-buttons .btn {
  margin: 0;
}
.cid-u6O6yxcwYm .navbar-collapse {
  width: 80%;
}
.cid-u6O6yxcwYm .navbar-collapse .navbar-nav {
  justify-content: center;
  width: 75%;
  margin-right: auto;
}
@media (min-width: 992px) {
  .cid-u6O6yxcwYm .navbar-collapse .nav-link:hover {
    color: #e4453f !important;
  }
}
@media (max-width: 991px) {
  .cid-u6O6yxcwYm .navbar {
    padding: 15px 0 !important;
    box-shadow: none;
    border: none;
    min-height: 110px;
  }
  .cid-u6O6yxcwYm .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-u6O6yxcwYm .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    width: auto;
  }
  .cid-u6O6yxcwYm .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
    width: 100%;
  }
  .cid-u6O6yxcwYm .navbar-collapse .navbar-nav {
    align-items: center;
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-u6O6yxcwYm .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: center !important;
  }
  .cid-u6O6yxcwYm .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-u6O6yxcwYm .navbar-collapse .nav-link {
    justify-content: center !important;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto !important;
    padding: 0 0 50px !important;
    font-size: 30px !important;
    line-height: 1 !important;
    transition: .3s  all;
  }
  .cid-u6O6yxcwYm .navbar-collapse .nav-link:hover {
    color: #e4453f !important;
  }
  .cid-u6O6yxcwYm .navbar-buttons {
    justify-content: center;
    margin-top: 20px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u6O6yxcwYm .navbar-collapse .nav-link {
    background: linear-gradient(to right, #e4453f, #e4453f 50%, currentColor 50%, currentColor 100%) !important;
    background-position: right !important;
    background-size: 200% 100% !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u6O6yxcwYm .navbar-collapse .nav-link:hover {
    background-position: left !important;
    color: currentColor !important;
  }
}
@media (max-width: 575px) {
  .cid-u6O6yxcwYm .navbar-nav {
    padding-bottom: 1rem !important;
  }
}
.cid-u6qOd5mmB0 {
  padding-top: 25rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/aeg-div-fdo.svg");
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.cid-u6qOd5mmB0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6qOd5mmB0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6qOd5mmB0 .container,
.cid-u6qOd5mmB0 .container-fluid {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding-left: 2%;
  padding-right: 2%;
}
@media (max-width: 575px) {
  .cid-u6qOd5mmB0 .container,
  .cid-u6qOd5mmB0 .container-fluid {
    padding-right: 5%;
    padding-left: 5%;
    padding-bottom: 15%;
  }
}
.cid-u6qOd5mmB0 .row {
  flex-grow: 1;
}
.cid-u6qOd5mmB0 .main-col {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
.cid-u6qOd5mmB0 .text-top-container {
  width: 100%;
  padding-top: 2.8%;
}
.cid-u6qOd5mmB0 .mbr-section-title {
  color: #f8f1ec;
  padding-top: 18px;
  padding-bottom: 18px;
  margin-bottom: 0;
}
.cid-u6qOd5mmB0 .text-bottom-container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-u6qOd5mmB0 .text-bottom-container {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.cid-u6qOd5mmB0 .mbr-section-subtitle {
  width: 40%;
  color: #ffffff;
  margin-bottom: 0;
  padding-top: 18px;
  padding-bottom: 18px;
  margin-left: auto;
  line-height: 90%;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-u6qOd5mmB0 .mbr-section-subtitle {
    width: 100%;
    padding-top: 7px;
    padding-bottom: 7px;
    text-align: right !important;
    order: 1;
  }
}
.cid-u6qOd5mmB0 .mbr-text {
  width: 40%;
  color: #f8f1ec;
  margin-top: 24px;
  margin-bottom: 1%;
  padding-top: 18px;
  padding-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-u6qOd5mmB0 .mbr-text {
    margin-right: auto;
    max-width: 450px;
    margin-top: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
    width: 100%;
    order: 2;
  }
}
.cid-u6qOd5mmB0 .frame-container {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 4;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
}
.cid-u6qOd5mmB0 .frame-container .frame-item {
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #ed7a5f;
  transition: .3s all;
}
@media (min-width: 992px) {
  .cid-u6qOd5mmB0 .frame-container .frame-item {
    width: 46px;
  }
}
@media (max-width: 991px) {
  .cid-u6qOd5mmB0 .frame-container .frame-item {
    width: 5%;
  }
}
.cid-u6qOd5Dueu {
  overflow: hidden !important;
  padding-top: 175px;
  padding-bottom: 105px;
  background: #ffffff;
}
.cid-u6qOd5Dueu .animated-element {
  color: #9fdbf8;
  font-weight: bold;
  position: absolute;
  top: -100%;
}
.cid-u6qOd5Dueu .img-block {
  -webkit-align-self: center;
  align-self: center;
}
.cid-u6qOd5Dueu .mbr-section-subtitle {
  color: #e4453f;
  margin-left: 40px;
}
.cid-u6qOd5Dueu .mbr-text,
.cid-u6qOd5Dueu .mbr-section-btn {
  color: #57677c;
  text-align: left;
}
.cid-u6qOd5Dueu .mbr-section-title {
  color: #162436;
  margin-left: 40px;
}
@media (min-width: 992px) {
  .cid-u6qOd5Dueu .text-box {
    position: absolute;
    top: 0px;
    min-height: 100%;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    left: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #162436;
  }
  .cid-u6qOd5Dueu .mbr-section-title .mbr-section-subtitle {
    margin-left: 40px;
  }
  .cid-u6qOd5Dueu .img-block {
    padding-right: 2rem;
  }
}
.cid-u6qOd5Dueu .text-block {
  position: relative;
  z-index: 0;
}
.cid-u6qOd5Dueu .box {
  width: 450px;
  height: 450px;
  border-radius: 100%;
  background: #ebf7ff;
  position: absolute;
  bottom: -50%;
  right: -30%;
}
.cid-u6qOd5Dueu .num {
  color: #e4453f;
}
.cid-u6qOd5Dueu .fondo {
  background-size: cover;
}
.cid-u6qOd5Dueu .img2 {
  position: absolute;
  bottom: -1px;
  width: 50%;
  max-width: 450px;
  display: block;
  right: 0;
  height: auto;
}
@media (max-width: 992px) {
  .cid-u6qOd5Dueu section {
    height: 100%;
  }
  .cid-u6qOd5Dueu .text-box {
    position: relative;
    color: #162436;
    text-align: left;
    margin-bottom: 20px;
  }
  .cid-u6qOd5Dueu .mbr-section-title,
  .cid-u6qOd5Dueu .mbr-section-subtitle,
  .cid-u6qOd5Dueu .mbr-tex {
    margin-left: 0px;
    text-align: left;
  }
}
@media only screen and (max-width: 600px) {
  .cid-u6qOd5Dueu .fondo {
    background-image: url("http://ae-estudio.com/assets/images/bkg-estrategia-movil.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.cid-u6qOd5Dueu .myparallax {
  background-image: url('https://ae-estudio.com/assets/images/bkg-estrategia-movil.svg');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-unhlpp4dLG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-unhlpp4dLG .mbr-fallback-image.disabled {
  display: none;
}
.cid-unhlpp4dLG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unhlpp4dLG .image-wrapper img {
  height: 650px;
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-unhlpp4dLG .image-wrapper img {
    height: 350px;
  }
}
.cid-unhlpp4dLG .text-wrapper {
  display: inline-flex;
  align-items: center;
  margin-top: 16px;
}
.cid-unhlpp4dLG .text-wrapper .mbr-iconfont {
  font-size: 28px;
  color: #e4453f;
  margin-right: 17px;
}
.cid-unhlpp4dLG .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-unhlpp4dLG .mbr-text {
  color: #747474;
}
.cid-unhlpp4dLG .item-img {
  position: absolute;
  z-index: 999;
  border-radius: 50%;
  overflow: hidden;
  transition: .5s all;
  top: -2.5em;
  right: 10%;
  max-width: 15em;
  max-height: 15em;
  width: 100%;
  height: 100%;
  animation: img-move 5s infinite linear both;
  cursor: pointer;
}
.cid-unhlpp4dLG .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@keyframes img-move {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.cid-unhlpp4dLG .mbr-text,
.cid-unhlpp4dLG .mbr-section-btn {
  color: #57677c;
}
.cid-unhlomZdq1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-unhlomZdq1 .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-unhlomZdq1 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-unhlomZdq1 .container {
    padding: 0 20px;
  }
}
.cid-unhlomZdq1 .row {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-unhlomZdq1 .row {
    padding: 46px 0;
  }
}
.cid-unhlomZdq1 .content-wrapper {
  padding: 0 86px;
}
@media (max-width: 768px) {
  .cid-unhlomZdq1 .content-wrapper {
    padding: 0;
  }
}
.cid-unhlomZdq1 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-unhlomZdq1 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-unhlomZdq1 .content-wrapper .mbr-section-btn-main {
  margin-top: 25px;
}
.cid-unhlomZdq1 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 356px;
  max-width: 356px;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .cid-unhlomZdq1 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 5px;
  }
}
.cid-unhlomZdq1 .embla__slide .slide-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 60px 40px 40px;
  border-radius: 20px !important;
  background-color: #f3f6f9;
}
@media (max-width: 992px) {
  .cid-unhlomZdq1 .embla__slide .slide-content {
    padding: 60px 20px 40px;
  }
}
.cid-unhlomZdq1 .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.cid-unhlomZdq1 .embla__slide .slide-content .item-wrapper .item-img img {
  filter: grayscale(100%);
  width: 134px;
  height: 134px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-unhlomZdq1 .embla__slide .slide-content .item-wrapper .item-content {
  z-index: 1;
  position: relative;
}
.cid-unhlomZdq1 .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 20px;
}
.cid-unhlomZdq1 .embla__slide .slide-content .item-wrapper .item-content .item-role {
  margin-bottom: 25px;
}
.cid-unhlomZdq1 .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-unhlomZdq1 .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list .item-wrap {
  margin-right: 10px;
  margin-bottom: 0;
}
.cid-unhlomZdq1 .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-unhlomZdq1 .embla__slide .slide-content .mbr-section-btn {
  z-index: 1;
  position: relative;
  margin-top: 20px;
}
.cid-unhlomZdq1 .embla__slide .slide-content .mbr-section-btn .btn-primary,
.cid-unhlomZdq1 .embla__slide .slide-content .mbr-section-btn .btn-secondary,
.cid-unhlomZdq1 .embla__slide .slide-content .mbr-section-btn .btn-success,
.cid-unhlomZdq1 .embla__slide .slide-content .mbr-section-btn .btn-info,
.cid-unhlomZdq1 .embla__slide .slide-content .mbr-section-btn .btn-warning,
.cid-unhlomZdq1 .embla__slide .slide-content .mbr-section-btn .btn-danger,
.cid-unhlomZdq1 .embla__slide .slide-content .mbr-section-btn .btn-black,
.cid-unhlomZdq1 .embla__slide .slide-content .mbr-section-btn .btn-white {
  border: 2px solid #dcdde0 !important;
}
.cid-unhlomZdq1 .embla__button--next,
.cid-unhlomZdq1 .embla__button--prev {
  display: flex;
}
.cid-unhlomZdq1 .embla__button {
  top: -24px;
  width: 48px;
  height: 48px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #e4453f !important;
  border: 2px solid #e4453f !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .6 !important;
}
@media (max-width: 768px) {
  .cid-unhlomZdq1 .embla__button {
    top: 2.5rem;
  }
}
.cid-unhlomZdq1 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-unhlomZdq1 .embla__button:hover {
  opacity: 1 !important;
}
.cid-unhlomZdq1 .embla__button.embla__button--prev {
  left: 30px;
}
.cid-unhlomZdq1 .embla__button.embla__button--next {
  right: 30px;
}
.cid-unhlomZdq1 .embla {
  position: relative;
  width: 100%;
  padding-top: 60px;
}
@media (max-width: 768px) {
  .cid-unhlomZdq1 .embla {
    padding-top: 100px;
  }
}
.cid-unhlomZdq1 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-unhlomZdq1 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-unhlomZdq1 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-unhlomZdq1 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-unhlomZdq1 .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-unhlomZdq1 .mbr-section-title {
  color: #000000;
}
.cid-unhlomZdq1 .item-name {
  color: #000000;
  text-align: center;
}
.cid-unhlomZdq1 .item-role {
  color: #e4453f;
  text-align: center;
}
.cid-unhlomZdq1 .list,
.cid-unhlomZdq1 .tags-wrapper {
  color: #000000;
  text-align: center;
}
.cid-unhlomZdq1 .mbr-section-title,
.cid-unhlomZdq1 .mbr-section-btn-main {
  text-align: center;
  color: #162436;
}
.cid-unhlomZdq1 .item-name,
.cid-unhlomZdq1 .mbr-section-btn {
  text-align: center;
  color: #162436;
}
.cid-uo9iZzUnR2 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uo9iZzUnR2 .mbr-section-subtitle {
  margin-bottom: 1.5rem;
  color: #e4453f;
  text-align: left;
}
.cid-uo9iZzUnR2 .mbr-text {
  line-height: 1.15;
}
.cid-uo9iZzUnR2 .bottom_box {
  margin-top: 4rem;
}
.cid-uo9iZzUnR2 .title {
  position: relative;
  z-index: 1;
}
.cid-uo9iZzUnR2 .name {
  margin-bottom: 1rem;
  color: #57677c;
  text-align: right;
}
.cid-uo9iZzUnR2 b,
.cid-uo9iZzUnR2 strong {
  font-weight: 700;
}
.cid-uo9iZzUnR2 .linkBtn {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uo9iZzUnR2 .mbr-section-subtitle {
    margin-bottom: 0.75rem;
  }
  .cid-uo9iZzUnR2 .bottom_box {
    margin-top: 2rem;
    text-align: left;
  }
  .cid-uo9iZzUnR2 .linkBtn {
    margin-top: 1.5rem;
  }
  .cid-uo9iZzUnR2 .name {
    margin-bottom: .5rem;
  }
}
.cid-uo9iZzUnR2 .mbr-text,
.cid-uo9iZzUnR2 .linkBtn {
  color: #193050;
  text-align: left;
}
.cid-uo9iZzUnR2 .prof {
  color: #e4453f;
  text-align: right;
}
.cid-unhlwzcGgw {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-unhlwzcGgw .mbr-fallback-image.disabled {
  display: none;
}
.cid-unhlwzcGgw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-unhlwzcGgw .container {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-unhlwzcGgw .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-unhlwzcGgw .row {
  justify-content: space-between;
}
.cid-unhlwzcGgw .item {
  border-bottom: 1px solid #c1c1c1;
}
.cid-unhlwzcGgw .item:first-child {
  border-top: 1px solid #c1c1c1;
}
.cid-unhlwzcGgw .item .item-wrapper .card-box {
  display: flex;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-unhlwzcGgw .item .item-wrapper .card-box {
    padding: 48px 0;
    display: block;
  }
}
.cid-unhlwzcGgw .item .item-wrapper .card-box .card-title {
  width: 35%;
  margin-right: 16px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-unhlwzcGgw .item .item-wrapper .card-box .card-title {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-unhlwzcGgw .item .item-wrapper .card-box .card-text {
  width: 55%;
  margin-bottom: 0;
  margin-right: 16px;
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-unhlwzcGgw .item .item-wrapper .card-box .card-text {
    width: 100%;
    margin-right: 0;
  }
}
.cid-unhlwzcGgw .card-title {
  color: #162436;
  text-align: right;
}
.cid-unhlwzcGgw .card-text {
  color: #57677c;
}
.cid-unhm5WOTi7 {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-unhm5WOTi7 .container {
    max-width: 1162px;
  }
}
.cid-unhm5WOTi7 .wrapper {
  min-height: 385px;
  border-radius: 16px;
  position: relative;
  background-color: #0066ff;
}
@media (max-width: 991px) {
  .cid-unhm5WOTi7 .wrapper {
    padding: 5rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-unhm5WOTi7 .wrapper {
    padding: 104px 80px 90px 80px;
  }
}
.cid-unhm5WOTi7 .mbr-title {
  font-size: 36px;
  line-height: 1;
}
.cid-unhm5WOTi7 .btn {
  padding: 15px 37px;
  border-radius: 30px;
}
.cid-unhm5WOTi7 .btn:hover,
.cid-unhm5WOTi7 .btn:active {
  background-color: #fef7f2 !important;
  border-color: #fef7f2 !important;
}
.cid-unhm5WOTi7 .text {
  z-index: 3;
}
.cid-unhm5WOTi7 .mbr-text {
  color: #9fdbf8;
  font-size: 18px;
  text-align: left;
}
.cid-unhm5WOTi7 .mbr-section-text {
  color: #ffffff;
  position: relative;
  top: -15%;
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
@media (max-width: 991px) {
  .cid-unhm5WOTi7 .mbr-section-text {
    position: absolute;
    top: 70%;
    width: 350px;
    left: 5%;
  }
}
@media (max-width: 768px) {
  .cid-unhm5WOTi7 .mbr-section-text {
    position: absolute;
    top: 80%;
  }
}
.cid-unhm5WOTi7 .image-wrapper {
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-unhm5WOTi7 .image-wrapper {
    position: relative;
    margin-top: 3rem;
    bottom: -81px;
  }
}
.cid-unhm5WOTi7 .image-wrapper img {
  max-width: 500px;
  max-height: 500px;
  object-fit: contain;
  height: auto;
  position: relative;
}
@media (min-width: 992px) {
  .cid-unhm5WOTi7 .image-wrapper img {
    position: absolute;
    bottom: 0;
    right: 5%;
  }
}
.cid-unhm5WOTi7 .mbr-title,
.cid-unhm5WOTi7 .mbr-section-btn {
  color: #ffffff;
}
.cid-u8VfZauA7B {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #162436;
}
.cid-u8VfZauA7B .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8VfZauA7B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8VfZauA7B .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u8VfZauA7B .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u8VfZauA7B .media-wrap img {
    width: 120px;
    margin: 0 auto;
  }
}
.cid-u8VfZauA7B .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u8VfZauA7B .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-u8VfZauA7B .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u8VfZauA7B .list {
    margin-bottom: 0rem;
  }
}
.cid-u8VfZauA7B .mbr-text {
  color: #57677c;
  text-align: left;
}
.cid-u8VfZauA7B .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #1da1f2;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-u8VfZauA7B .mbr-iconfont {
  color: white;
}
@media (max-width: 991px) {
  .cid-u8VfZauA7B div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u8VfZauA7B .mbr-section-subtitle {
  color: #57677c;
}
.cid-u8VfZauA7B .copyright {
  color: #57677c;
  text-align: center;
}
.cid-u8VfZauA7B H5 {
  text-align: left;
  color: #57677c;
}
@media (max-width: 767px) {
  .cid-u8VfZauA7B .row {
    text-align: center;
  }
  .cid-u8VfZauA7B .row > div {
    margin: auto;
  }
  .cid-u8VfZauA7B .social-row {
    justify-content: center;
  }
  .cid-u8VfZauA7B .mbr-text,
  .cid-u8VfZauA7B .list,
  .cid-u8VfZauA7B .mbr-section-subtitle,
  .cid-u8VfZauA7B H5 {
    text-align: center;
  }
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

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;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

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: #111111;
}

.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;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
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 {
  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;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
    letter-spacing: 1px;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  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: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.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;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            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;
}

.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;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .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;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  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 {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  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;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.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;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.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: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
/*# estilos extras */
.borde-top {
  position: absolute;
  top: -1px;
  width: 100%;
  display: block;
  left: 0;
  height: auto;
}
.borde_bot {
  position: absolute;
  bottom: -1px;
  width: 100%;
  min-width: 600px;
  display: block;
  left: 0;
  height: auto;
}
.num {
  color: #e4453f;
}
.btn-whapp {
position:fixed;
bottom:0px; right:20px;
z-index:999;	
background: #3cb579 url(https://ae-estudio.com/whapp-ico50x50.svg) no-repeat center;
    transition: background-color 1s;
	-webkit-transition: background-color 1s;
	text-decoration:none;
	display: inline-block;
	margin: 2.8em .5em;
	width:50px; height:50px;
	border-radius:50%;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
	box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
}
.btn-whapp:hover {
    background-color:#3cb579;  cursor:pointer; color:#DE3D4D;
	-webkit-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	-moz-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.mbr-arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60px;
  height: 120px;
  cursor: pointer;
  z-index: 999;
  background-color: rgba(20, 157, 204, 1);
  border-radius: 30px 30px 0 0;
  -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;
}
.nja {
  color: #e4453f;
}
.tachado {
  text-decoration: line-through;
}
.borde {
  position: absolute;
  bottom: -1px;
  width: 100%;
  display: block;
  left: 0;
  height: auto;
}.cid-u6O6yxcwYm .navbar-dropdown {
  position: relative !important;
}
.cid-u6O6yxcwYm .navbar-dropdown {
  position: absolute !important;
}
.cid-u6O6yxcwYm .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6O6yxcwYm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6O6yxcwYm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6O6yxcwYm .dropdown-item:hover,
.cid-u6O6yxcwYm .dropdown-item:focus {
  background: #e4453f !important;
  color: white !important;
}
.cid-u6O6yxcwYm .dropdown-item:hover span {
  color: white;
}
.cid-u6O6yxcwYm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6O6yxcwYm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6O6yxcwYm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6O6yxcwYm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6O6yxcwYm .nav-link {
  position: relative;
  font-weight: bold;
}
.cid-u6O6yxcwYm .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6O6yxcwYm .container {
    flex-wrap: nowrap;
  }
}
.cid-u6O6yxcwYm .dropdown-menu,
.cid-u6O6yxcwYm .navbar.opened {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.cid-u6O6yxcwYm .nav-item:focus,
.cid-u6O6yxcwYm .nav-link:focus {
  outline: none;
}
.cid-u6O6yxcwYm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6O6yxcwYm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6O6yxcwYm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6O6yxcwYm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6O6yxcwYm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6O6yxcwYm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6O6yxcwYm .navbar {
  min-height: 114px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
  padding: 17px 0 !important;
  box-shadow: none;
  border: none;
}
.cid-u6O6yxcwYm .navbar.opened {
  transition: all 0.3s;
}
.cid-u6O6yxcwYm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6O6yxcwYm .navbar .navbar-logo img {
  width: auto;
}
.cid-u6O6yxcwYm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6O6yxcwYm .navbar.collapsed {
  justify-content: center;
}
.cid-u6O6yxcwYm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6O6yxcwYm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6O6yxcwYm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-u6O6yxcwYm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6O6yxcwYm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6O6yxcwYm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6O6yxcwYm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6O6yxcwYm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u6O6yxcwYm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6O6yxcwYm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6O6yxcwYm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6O6yxcwYm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6O6yxcwYm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6O6yxcwYm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6O6yxcwYm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6O6yxcwYm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6O6yxcwYm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u6O6yxcwYm .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u6O6yxcwYm .navbar.navbar-short {
  min-height: auto;
}
.cid-u6O6yxcwYm .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-u6O6yxcwYm .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-u6O6yxcwYm .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 20%;
}
.cid-u6O6yxcwYm .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-u6O6yxcwYm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6O6yxcwYm .dropdown-item.active,
.cid-u6O6yxcwYm .dropdown-item:active {
  background-color: transparent;
}
.cid-u6O6yxcwYm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6O6yxcwYm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6O6yxcwYm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6O6yxcwYm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u6O6yxcwYm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6O6yxcwYm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6O6yxcwYm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6O6yxcwYm button.navbar-toggler {
  position: relative;
  outline: none;
  width: 80px;
  height: 80px;
  cursor: pointer;
  transition: all 0.3s;
  align-self: center;
  margin-left: auto;
}
.cid-u6O6yxcwYm button.navbar-toggler:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #1da1f2;
  transition: .2s transform;
}
.cid-u6O6yxcwYm button.navbar-toggler .hamburger span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 29px;
  height: 2px;
  background-color: #0c1c30;
  transition: .2s all;
}
.cid-u6O6yxcwYm button.navbar-toggler .hamburger span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.cid-u6O6yxcwYm button.navbar-toggler:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-u6O6yxcwYm button.navbar-toggler:hover .hamburger span {
  background-color: #ffffff;
}
.cid-u6O6yxcwYm nav.opened .navbar-toggler {
  transform: rotate(45deg);
}
.cid-u6O6yxcwYm .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u6O6yxcwYm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6O6yxcwYm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u6O6yxcwYm .navbar {
    height: 70px;
  }
  .cid-u6O6yxcwYm .navbar.opened {
    height: auto;
  }
  .cid-u6O6yxcwYm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6O6yxcwYm .main-container {
  flex-grow: 1;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.cid-u6O6yxcwYm .social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 20px;
}
@media (max-width: 767px) {
  .cid-u6O6yxcwYm .social-list {
    justify-content: flex-start;
  }
}
.cid-u6O6yxcwYm .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-u6O6yxcwYm .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #1da1f2;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-u6O6yxcwYm .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #0c1c30;
  padding: 10px;
}
.cid-u6O6yxcwYm .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-u6O6yxcwYm .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-u6O6yxcwYm .navbar-buttons {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  text-align: center;
  flex-shrink: 0;
}
.cid-u6O6yxcwYm .navbar-buttons .btn {
  margin: 0;
}
.cid-u6O6yxcwYm .navbar-collapse {
  width: 80%;
}
.cid-u6O6yxcwYm .navbar-collapse .navbar-nav {
  justify-content: center;
  width: 75%;
  margin-right: auto;
}
@media (min-width: 992px) {
  .cid-u6O6yxcwYm .navbar-collapse .nav-link:hover {
    color: #e4453f !important;
  }
}
@media (max-width: 991px) {
  .cid-u6O6yxcwYm .navbar {
    padding: 15px 0 !important;
    box-shadow: none;
    border: none;
    min-height: 110px;
  }
  .cid-u6O6yxcwYm .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-u6O6yxcwYm .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    width: auto;
  }
  .cid-u6O6yxcwYm .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
    width: 100%;
  }
  .cid-u6O6yxcwYm .navbar-collapse .navbar-nav {
    align-items: center;
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-u6O6yxcwYm .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: center !important;
  }
  .cid-u6O6yxcwYm .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-u6O6yxcwYm .navbar-collapse .nav-link {
    justify-content: center !important;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto !important;
    padding: 0 0 50px !important;
    font-size: 30px !important;
    line-height: 1 !important;
    transition: .3s  all;
  }
  .cid-u6O6yxcwYm .navbar-collapse .nav-link:hover {
    color: #e4453f !important;
  }
  .cid-u6O6yxcwYm .navbar-buttons {
    justify-content: center;
    margin-top: 20px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u6O6yxcwYm .navbar-collapse .nav-link {
    background: linear-gradient(to right, #e4453f, #e4453f 50%, currentColor 50%, currentColor 100%) !important;
    background-position: right !important;
    background-size: 200% 100% !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u6O6yxcwYm .navbar-collapse .nav-link:hover {
    background-position: left !important;
    color: currentColor !important;
  }
}
@media (max-width: 575px) {
  .cid-u6O6yxcwYm .navbar-nav {
    padding-bottom: 1rem !important;
  }
}
.cid-umHkUlzQrB {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-umHkUlzQrB .mbr-fallback-image.disabled {
  display: none;
}
.cid-umHkUlzQrB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umHkUlzQrB .image-wrapper img {
  height: 650px;
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-umHkUlzQrB .image-wrapper img {
    height: 350px;
  }
}
.cid-umHkUlzQrB .text-wrapper {
  display: inline-flex;
  align-items: center;
  margin-top: 16px;
}
.cid-umHkUlzQrB .text-wrapper .mbr-iconfont {
  font-size: 28px;
  color: #e4453f;
  margin-right: 17px;
}
.cid-umHkUlzQrB .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-umHkUlzQrB .mbr-text {
  color: #747474;
}
.cid-umHkUlzQrB .mbr-text,
.cid-umHkUlzQrB .text {
  color: #e4453f;
}
.cid-umHkDCxtgo {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-umHkDCxtgo .mbr-text {
  color: #57677c;
}
.cid-umHkDCxtgo .mbr-title {
  color: #162436;
}
@media (max-width: 767px) {
  .cid-umHkDCxtgo .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-umHkDCxtgo h3 {
  margin-bottom: 1.2rem;
}
@media (max-width: 992px) {
  .cid-umHkDCxtgo .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-umHkDCxtgo .mbr-text {
    padding-right: 2.5rem;
  }
}
@media (min-width: 767px) {
  .cid-umHkDCxtgo .row {
    margin: 0;
  }
}
.cid-umHkDCxtgo P {
  color: #57677c;
  text-align: left;
}
.cid-umLcQBw3g0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-umLcQBw3g0 .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-umLcQBw3g0 .item-img {
  aspect-ratio: 1;
}
.cid-umLcQBw3g0 .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.cid-umLcQBw3g0 .item:focus,
.cid-umLcQBw3g0 span:focus {
  outline: none;
}
.cid-umLcQBw3g0 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-umLcQBw3g0 .row {
  max-width: 1000px;
  margin: 0 auto;
}
.cid-umHL0PmYqi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-umHL0PmYqi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-umHL0PmYqi .row {
  flex-direction: row-reverse;
}
.cid-umHL0PmYqi img {
  width: 100%;
}
.cid-umLki0SNcO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-umLki0SNcO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-umLki0SNcO .row {
  flex-direction: row-reverse;
  max-width: 1000px;
  margin: 0 auto;
}
.cid-umLki0SNcO img {
  width: 100%;
  border-radius: 16px;
}
.cid-umLl87l4FO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-umLl87l4FO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-umLl87l4FO .row {
  flex-direction: row-reverse;
}
.cid-umLl87l4FO img {
  width: 100%;
  border-radius: 16px;
}
.cid-umLkdvOqVb {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-umLkdvOqVb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-umLkdvOqVb .row {
  flex-direction: row-reverse;
  max-width: 1000px;
  margin: 0 auto;
}
.cid-umLkdvOqVb img {
  width: 100%;
  border-radius: 16px;
}
.cid-umHL598I8L {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-umHL598I8L .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-umHL598I8L .row {
  flex-direction: row-reverse;
  max-width: 1000px;
  margin: 0 auto;
}
.cid-umHL598I8L img {
  width: 100%;
  border-radius: 16px;
}
.cid-umLlx1Vngt {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-umLlx1Vngt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-umLlx1Vngt .row {
  flex-direction: row-reverse;
}
.cid-umLlx1Vngt img {
  width: 100%;
  border-radius: 16px;
}
.cid-umLlFKPqqp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-umLlFKPqqp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-umLlFKPqqp .row {
  flex-direction: row-reverse;
}
.cid-umLlFKPqqp img {
  width: 100%;
  border-radius: 16px;
}
.cid-umLNluzzWH {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-umLNluzzWH .mbr-fallback-image.disabled {
  display: none;
}
.cid-umLNluzzWH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umLNluzzWH .mbr-section-title {
  color: #162436;
}
.cid-umLNluzzWH .mbr-section-subtitle {
  color: #57677c;
}
.cid-u8VfZauA7B {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #162436;
}
.cid-u8VfZauA7B .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8VfZauA7B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8VfZauA7B .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u8VfZauA7B .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u8VfZauA7B .media-wrap img {
    width: 120px;
    margin: 0 auto;
  }
}
.cid-u8VfZauA7B .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u8VfZauA7B .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-u8VfZauA7B .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u8VfZauA7B .list {
    margin-bottom: 0rem;
  }
}
.cid-u8VfZauA7B .mbr-text {
  color: #57677c;
  text-align: left;
}
.cid-u8VfZauA7B .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #1da1f2;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-u8VfZauA7B .mbr-iconfont {
  color: white;
}
@media (max-width: 991px) {
  .cid-u8VfZauA7B div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u8VfZauA7B .mbr-section-subtitle {
  color: #57677c;
}
.cid-u8VfZauA7B .copyright {
  color: #57677c;
  text-align: center;
}
.cid-u8VfZauA7B H5 {
  text-align: left;
  color: #57677c;
}
@media (max-width: 767px) {
  .cid-u8VfZauA7B .row {
    text-align: center;
  }
  .cid-u8VfZauA7B .row > div {
    margin: auto;
  }
  .cid-u8VfZauA7B .social-row {
    justify-content: center;
  }
  .cid-u8VfZauA7B .mbr-text,
  .cid-u8VfZauA7B .list,
  .cid-u8VfZauA7B .mbr-section-subtitle,
  .cid-u8VfZauA7B H5 {
    text-align: center;
  }
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

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;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

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: #111111;
}

.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;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
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 {
  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;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
    letter-spacing: 1px;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  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: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.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;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            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;
}

.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;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .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;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  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 {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  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;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.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;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.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: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
/*# estilos extras */
.borde-top {
  position: absolute;
  top: -1px;
  width: 100%;
  display: block;
  left: 0;
  height: auto;
}
.borde_bot {
  position: absolute;
  bottom: -1px;
  width: 100%;
  min-width: 600px;
  display: block;
  left: 0;
  height: auto;
}
.num {
  color: #e4453f;
}
.btn-whapp {
position:fixed;
bottom:0px; right:20px;
z-index:999;	
background: #3cb579 url(https://ae-estudio.com/whapp-ico50x50.svg) no-repeat center;
    transition: background-color 1s;
	-webkit-transition: background-color 1s;
	text-decoration:none;
	display: inline-block;
	margin: 2.8em .5em;
	width:50px; height:50px;
	border-radius:50%;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
	box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
}
.btn-whapp:hover {
    background-color:#3cb579;  cursor:pointer; color:#DE3D4D;
	-webkit-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	-moz-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.mbr-arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60px;
  height: 120px;
  cursor: pointer;
  z-index: 999;
  background-color: rgba(20, 157, 204, 1);
  border-radius: 30px 30px 0 0;
  -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;
}
.nja {
  color: #e4453f;
}
.tachado {
  text-decoration: line-through;
}
.borde {
  position: absolute;
  bottom: -1px;
  width: 100%;
  display: block;
  left: 0;
  height: auto;
}.cid-u6O6yxcwYm .navbar-dropdown {
  position: relative !important;
}
.cid-u6O6yxcwYm .navbar-dropdown {
  position: absolute !important;
}
.cid-u6O6yxcwYm .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6O6yxcwYm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6O6yxcwYm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6O6yxcwYm .dropdown-item:hover,
.cid-u6O6yxcwYm .dropdown-item:focus {
  background: #e4453f !important;
  color: white !important;
}
.cid-u6O6yxcwYm .dropdown-item:hover span {
  color: white;
}
.cid-u6O6yxcwYm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6O6yxcwYm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6O6yxcwYm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6O6yxcwYm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6O6yxcwYm .nav-link {
  position: relative;
  font-weight: bold;
}
.cid-u6O6yxcwYm .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6O6yxcwYm .container {
    flex-wrap: nowrap;
  }
}
.cid-u6O6yxcwYm .dropdown-menu,
.cid-u6O6yxcwYm .navbar.opened {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.cid-u6O6yxcwYm .nav-item:focus,
.cid-u6O6yxcwYm .nav-link:focus {
  outline: none;
}
.cid-u6O6yxcwYm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6O6yxcwYm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6O6yxcwYm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6O6yxcwYm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6O6yxcwYm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6O6yxcwYm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6O6yxcwYm .navbar {
  min-height: 114px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
  padding: 17px 0 !important;
  box-shadow: none;
  border: none;
}
.cid-u6O6yxcwYm .navbar.opened {
  transition: all 0.3s;
}
.cid-u6O6yxcwYm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6O6yxcwYm .navbar .navbar-logo img {
  width: auto;
}
.cid-u6O6yxcwYm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6O6yxcwYm .navbar.collapsed {
  justify-content: center;
}
.cid-u6O6yxcwYm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6O6yxcwYm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6O6yxcwYm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-u6O6yxcwYm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6O6yxcwYm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6O6yxcwYm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6O6yxcwYm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6O6yxcwYm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u6O6yxcwYm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6O6yxcwYm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6O6yxcwYm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6O6yxcwYm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6O6yxcwYm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6O6yxcwYm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6O6yxcwYm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6O6yxcwYm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6O6yxcwYm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u6O6yxcwYm .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u6O6yxcwYm .navbar.navbar-short {
  min-height: auto;
}
.cid-u6O6yxcwYm .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-u6O6yxcwYm .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-u6O6yxcwYm .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 20%;
}
.cid-u6O6yxcwYm .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-u6O6yxcwYm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6O6yxcwYm .dropdown-item.active,
.cid-u6O6yxcwYm .dropdown-item:active {
  background-color: transparent;
}
.cid-u6O6yxcwYm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6O6yxcwYm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6O6yxcwYm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6O6yxcwYm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u6O6yxcwYm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6O6yxcwYm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6O6yxcwYm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6O6yxcwYm button.navbar-toggler {
  position: relative;
  outline: none;
  width: 80px;
  height: 80px;
  cursor: pointer;
  transition: all 0.3s;
  align-self: center;
  margin-left: auto;
}
.cid-u6O6yxcwYm button.navbar-toggler:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #1da1f2;
  transition: .2s transform;
}
.cid-u6O6yxcwYm button.navbar-toggler .hamburger span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 29px;
  height: 2px;
  background-color: #0c1c30;
  transition: .2s all;
}
.cid-u6O6yxcwYm button.navbar-toggler .hamburger span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.cid-u6O6yxcwYm button.navbar-toggler:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-u6O6yxcwYm button.navbar-toggler:hover .hamburger span {
  background-color: #ffffff;
}
.cid-u6O6yxcwYm nav.opened .navbar-toggler {
  transform: rotate(45deg);
}
.cid-u6O6yxcwYm .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u6O6yxcwYm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6O6yxcwYm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u6O6yxcwYm .navbar {
    height: 70px;
  }
  .cid-u6O6yxcwYm .navbar.opened {
    height: auto;
  }
  .cid-u6O6yxcwYm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6O6yxcwYm .main-container {
  flex-grow: 1;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.cid-u6O6yxcwYm .social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 20px;
}
@media (max-width: 767px) {
  .cid-u6O6yxcwYm .social-list {
    justify-content: flex-start;
  }
}
.cid-u6O6yxcwYm .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-u6O6yxcwYm .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #1da1f2;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-u6O6yxcwYm .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #0c1c30;
  padding: 10px;
}
.cid-u6O6yxcwYm .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-u6O6yxcwYm .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-u6O6yxcwYm .navbar-buttons {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  text-align: center;
  flex-shrink: 0;
}
.cid-u6O6yxcwYm .navbar-buttons .btn {
  margin: 0;
}
.cid-u6O6yxcwYm .navbar-collapse {
  width: 80%;
}
.cid-u6O6yxcwYm .navbar-collapse .navbar-nav {
  justify-content: center;
  width: 75%;
  margin-right: auto;
}
@media (min-width: 992px) {
  .cid-u6O6yxcwYm .navbar-collapse .nav-link:hover {
    color: #e4453f !important;
  }
}
@media (max-width: 991px) {
  .cid-u6O6yxcwYm .navbar {
    padding: 15px 0 !important;
    box-shadow: none;
    border: none;
    min-height: 110px;
  }
  .cid-u6O6yxcwYm .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-u6O6yxcwYm .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    width: auto;
  }
  .cid-u6O6yxcwYm .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
    width: 100%;
  }
  .cid-u6O6yxcwYm .navbar-collapse .navbar-nav {
    align-items: center;
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-u6O6yxcwYm .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: center !important;
  }
  .cid-u6O6yxcwYm .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-u6O6yxcwYm .navbar-collapse .nav-link {
    justify-content: center !important;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto !important;
    padding: 0 0 50px !important;
    font-size: 30px !important;
    line-height: 1 !important;
    transition: .3s  all;
  }
  .cid-u6O6yxcwYm .navbar-collapse .nav-link:hover {
    color: #e4453f !important;
  }
  .cid-u6O6yxcwYm .navbar-buttons {
    justify-content: center;
    margin-top: 20px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u6O6yxcwYm .navbar-collapse .nav-link {
    background: linear-gradient(to right, #e4453f, #e4453f 50%, currentColor 50%, currentColor 100%) !important;
    background-position: right !important;
    background-size: 200% 100% !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u6O6yxcwYm .navbar-collapse .nav-link:hover {
    background-position: left !important;
    color: currentColor !important;
  }
}
@media (max-width: 575px) {
  .cid-u6O6yxcwYm .navbar-nav {
    padding-bottom: 1rem !important;
  }
}
.cid-umGaW7i45m {
  padding-top: 200px;
  padding-bottom: 50px;
  background-image: url("../../../assets/images/ae-div03-fdo.svg");
}
.cid-umGaW7i45m .text-box {
  position: absolute;
  top: 0;
  min-height: 100%;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  color: #162436;
  text-align: center;
}
.cid-umGaW7i45m .text-block {
  position: relative;
  z-index: 0;
}
.cid-umGaW7i45m .box {
  width: 25%;
  height: 40%;
  background: #98dee8;
  position: absolute;
  top: 4%;
}
.cid-umGaW7i45m .btn-2 {
  display: none;
}
.cid-umGaW7i45m .box {
  left: 20%;
}
.cid-umGaW7i45m .mbr-section-btn {
  margin-left: 7%;
}
.cid-umGaW7i45m .text-box {
  top: 0;
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #162436;
}
.cid-umGaW7i45m .mbr-section-text,
.cid-umGaW7i45m .mbr-section-title {
  margin-left: 10%;
}
@media (max-width: 991px) {
  .cid-umGaW7i45m .text-box {
    display: none;
  }
  .cid-umGaW7i45m .img-block {
    position: relative;
    top: 0px;
    right: -50px;
  }
  .cid-umGaW7i45m .mbr-section-title,
  .cid-umGaW7i45m .mbr-section-text {
    margin: auto;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-umGaW7i45m .box {
    display: none;
  }
  .cid-umGaW7i45m .btn-1 {
    display: none;
  }
  .cid-umGaW7i45m .btn-2 {
    display: inline-flex;
    position: relative;
    bottom: -60px;
    right: 5%;
  }
  .cid-umGaW7i45m .mbr-section-title,
  .cid-umGaW7i45m .mbr-section-text {
    text-align: left;
  }
  .cid-umGaW7i45m .row {
    display: flex;
    flex-direction: row;
  }
  .cid-umGaW7i45m .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-umGaW7i45m .text-box {
    writing-mode: bt-rl;
  }
}
.cid-umGaW7i45m .mbr-section-text {
  color: #57677c;
  text-align: left;
  margin-top: 40px;
}
.cid-umGaW7i45m .mbr-section-title {
  color: #162436;
  text-align: left;
}
.cid-umGaW7i45m .mbr-section-subtitle {
  font-size: 1rem;
  margin-top: 40px;
}
.cid-umGaW7i45m .num {
  color: #e4453f;
}
.cid-umGaW7i45m .relative {
  position: relative;
}
.cid-umGaW7i45m .img2 {
  position: absolute;
  left: -17%;
  bottom: -15%;
  width: 40%;
}
.cid-umGaW7i45m .item-role {
  line-height: 1.3;
}
.cid-umAemWexuA {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-umAemWexuA .mbr-section-subtitle {
  margin-top: 30px;
  color: #57677c;
}
.cid-umAemWexuA .title__block {
  padding-bottom: 40px;
}
.cid-umAemWexuA .image {
  width: 100%;
  perspective: 700px;
}
.cid-umAemWexuA .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.cid-umAemWexuA .image img:hover {
  transform: rotateX(-10deg);
}
.cid-umAemWexuA .text__block {
  margin-top: 25px;
}
.cid-umAemWexuA .card__text {
  display: block;
  color: #57677c;
  line-height: 1.25;
  margin-bottom: 0;
  text-align: left;
}
.cid-umAemWexuA .content__block {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-umAemWexuA .title__block {
    padding-bottom: 30px;
  }
}
.cid-umAemWexuA .mbr-section-title {
  color: #162436;
}
.cid-umAemWexuA .card__title {
  text-align: left;
  color: #162436;
}
.cid-utZFbkF4Nr {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-utZFbkF4Nr .mbr-text {
  margin: 0;
  padding-bottom: 30px;
  color: #1da1f2;
}
.cid-utZFbkF4Nr .mbr-section-title {
  padding-bottom: 17px;
  letter-spacing: 0.7px;
}
.cid-utZFbkF4Nr .text-element {
  background-color: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-utZFbkF4Nr .row-element,
.cid-utZFbkF4Nr .image-element {
  padding: 0;
}
.cid-utZFbkF4Nr .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-utZFbkF4Nr .carousel-item.active,
.cid-utZFbkF4Nr .carousel-item-next,
.cid-utZFbkF4Nr .carousel-item-prev {
  display: flex;
}
.cid-utZFbkF4Nr .carousel-indicators {
  position: initial;
  align-items: center;
  display: flex;
}
.cid-utZFbkF4Nr .carousel-indicators .active img {
  opacity: 1;
  transform: scale(1.3);
  transition: 0.1s;
  border: 2px solid #1da1f2;
}
.cid-utZFbkF4Nr .carousel-indicators li {
  background-color: transparent;
  margin: 0 20px;
  opacity: 1;
  position: initial;
  width: 3.6em;
  height: 3.6em;
  max-width: initial;
  max-height: initial;
  transition: 0.1s;
}
@media (max-width: 540px) {
  .cid-utZFbkF4Nr .text-element {
    padding: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utZFbkF4Nr .image-element {
    min-width: 50%;
  }
  .cid-utZFbkF4Nr .media-container-row {
    width: 100%;
  }
}
.cid-utZFbkF4Nr img {
  border-radius: 50%;
  object-fit: cover;
  width: 3.6em;
  height: 3.6em;
  transition: 0.1s;
}
.cid-utZFbkF4Nr .heading {
  font-weight: 600;
  margin-bottom: 30px;
  padding: 0;
}
.cid-utZFbkF4Nr .title {
  margin-bottom: 23px;
  padding: 0;
  color: #111213;
}
.cid-utZFbkF4Nr .mbr-section-subtitle {
  margin-bottom: 10px;
  padding: 0;
  font-weight: 600;
  color: #162436;
}
.cid-utZFbkF4Nr .container {
  padding: 0 15%;
}
@media (max-width: 990px) {
  .cid-utZFbkF4Nr .text-element {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-utZFbkF4Nr .container {
    padding: 0 5%;
  }
}
.cid-utZFbkF4Nr .mbr-iconfont {
  display: block;
  font-size: 28px;
  color: #e4453f;
}
.cid-utZFbkF4Nr .iconfont-wrapper {
  margin-bottom: 40px;
}
.cid-utZFbkF4Nr section {
  overflow: hidden;
}
@media (max-width: 576px) {
  .cid-utZFbkF4Nr li {
    margin: 10px !important;
    width: 2.5em !important;
    height: 2.5em !important;
  }
  .cid-utZFbkF4Nr img {
    width: 2.5em !important;
    height: 2.5em !important;
  }
}
.cid-utZFbkF4Nr .title,
.cid-utZFbkF4Nr .iconfont-wrapper {
  color: #57677c;
}
.cid-umLQBdsvId {
  padding-top: 6rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-umLQBdsvId .mbr-fallback-image.disabled {
  display: none;
}
.cid-umLQBdsvId .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umLQBdsvId .mbr-section-title {
  color: #162436;
}
.cid-umLQBdsvId .mbr-section-subtitle {
  color: #57677c;
}
.cid-u8VfZauA7B {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #162436;
}
.cid-u8VfZauA7B .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8VfZauA7B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8VfZauA7B .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u8VfZauA7B .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u8VfZauA7B .media-wrap img {
    width: 120px;
    margin: 0 auto;
  }
}
.cid-u8VfZauA7B .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u8VfZauA7B .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-u8VfZauA7B .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u8VfZauA7B .list {
    margin-bottom: 0rem;
  }
}
.cid-u8VfZauA7B .mbr-text {
  color: #57677c;
  text-align: left;
}
.cid-u8VfZauA7B .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #1da1f2;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-u8VfZauA7B .mbr-iconfont {
  color: white;
}
@media (max-width: 991px) {
  .cid-u8VfZauA7B div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u8VfZauA7B .mbr-section-subtitle {
  color: #57677c;
}
.cid-u8VfZauA7B .copyright {
  color: #57677c;
  text-align: center;
}
.cid-u8VfZauA7B H5 {
  text-align: left;
  color: #57677c;
}
@media (max-width: 767px) {
  .cid-u8VfZauA7B .row {
    text-align: center;
  }
  .cid-u8VfZauA7B .row > div {
    margin: auto;
  }
  .cid-u8VfZauA7B .social-row {
    justify-content: center;
  }
  .cid-u8VfZauA7B .mbr-text,
  .cid-u8VfZauA7B .list,
  .cid-u8VfZauA7B .mbr-section-subtitle,
  .cid-u8VfZauA7B H5 {
    text-align: center;
  }
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

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;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

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: #111111;
}

.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;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
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 {
  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;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
    letter-spacing: 1px;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  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: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.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;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            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;
}

.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;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .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;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  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 {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  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;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.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;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.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: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
/*# estilos extras */
.borde-top {
  position: absolute;
  top: -1px;
  width: 100%;
  display: block;
  left: 0;
  height: auto;
}
.borde_bot {
  position: absolute;
  bottom: -1px;
  width: 100%;
  min-width: 600px;
  display: block;
  left: 0;
  height: auto;
}
.num {
  color: #e4453f;
}
.btn-whapp {
position:fixed;
bottom:0px; right:20px;
z-index:999;	
background: #3cb579 url(https://ae-estudio.com/whapp-ico50x50.svg) no-repeat center;
    transition: background-color 1s;
	-webkit-transition: background-color 1s;
	text-decoration:none;
	display: inline-block;
	margin: 2.8em .5em;
	width:50px; height:50px;
	border-radius:50%;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
	box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
}
.btn-whapp:hover {
    background-color:#3cb579;  cursor:pointer; color:#DE3D4D;
	-webkit-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	-moz-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.mbr-arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60px;
  height: 120px;
  cursor: pointer;
  z-index: 999;
  background-color: rgba(20, 157, 204, 1);
  border-radius: 30px 30px 0 0;
  -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;
}
.nja {
  color: #e4453f;
}
.tachado {
  text-decoration: line-through;
}
.borde {
  position: absolute;
  bottom: -1px;
  width: 100%;
  display: block;
  left: 0;
  height: auto;
}.cid-umLYtLDw37 .navbar-dropdown {
  position: relative !important;
}
.cid-umLYtLDw37 .navbar-dropdown {
  position: absolute !important;
}
.cid-umLYtLDw37 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-umLYtLDw37 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-umLYtLDw37 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-umLYtLDw37 .dropdown-item:hover,
.cid-umLYtLDw37 .dropdown-item:focus {
  background: #e4453f !important;
  color: white !important;
}
.cid-umLYtLDw37 .dropdown-item:hover span {
  color: white;
}
.cid-umLYtLDw37 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-umLYtLDw37 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-umLYtLDw37 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-umLYtLDw37 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-umLYtLDw37 .nav-link {
  position: relative;
  font-weight: bold;
}
.cid-umLYtLDw37 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-umLYtLDw37 .container {
    flex-wrap: nowrap;
  }
}
.cid-umLYtLDw37 .dropdown-menu,
.cid-umLYtLDw37 .navbar.opened {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.cid-umLYtLDw37 .nav-item:focus,
.cid-umLYtLDw37 .nav-link:focus {
  outline: none;
}
.cid-umLYtLDw37 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-umLYtLDw37 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-umLYtLDw37 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-umLYtLDw37 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-umLYtLDw37 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-umLYtLDw37 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-umLYtLDw37 .navbar {
  min-height: 114px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
  padding: 17px 0 !important;
  box-shadow: none;
  border: none;
}
.cid-umLYtLDw37 .navbar.opened {
  transition: all 0.3s;
}
.cid-umLYtLDw37 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-umLYtLDw37 .navbar .navbar-logo img {
  width: auto;
}
.cid-umLYtLDw37 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-umLYtLDw37 .navbar.collapsed {
  justify-content: center;
}
.cid-umLYtLDw37 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-umLYtLDw37 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-umLYtLDw37 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-umLYtLDw37 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-umLYtLDw37 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-umLYtLDw37 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-umLYtLDw37 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-umLYtLDw37 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-umLYtLDw37 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-umLYtLDw37 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-umLYtLDw37 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-umLYtLDw37 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-umLYtLDw37 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-umLYtLDw37 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-umLYtLDw37 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-umLYtLDw37 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-umLYtLDw37 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-umLYtLDw37 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-umLYtLDw37 .navbar.navbar-short {
  min-height: auto;
}
.cid-umLYtLDw37 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-umLYtLDw37 .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-umLYtLDw37 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 20%;
}
.cid-umLYtLDw37 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-umLYtLDw37 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-umLYtLDw37 .dropdown-item.active,
.cid-umLYtLDw37 .dropdown-item:active {
  background-color: transparent;
}
.cid-umLYtLDw37 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-umLYtLDw37 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-umLYtLDw37 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-umLYtLDw37 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-umLYtLDw37 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-umLYtLDw37 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-umLYtLDw37 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-umLYtLDw37 button.navbar-toggler {
  position: relative;
  outline: none;
  width: 80px;
  height: 80px;
  cursor: pointer;
  transition: all 0.3s;
  align-self: center;
  margin-left: auto;
}
.cid-umLYtLDw37 button.navbar-toggler:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #1da1f2;
  transition: .2s transform;
}
.cid-umLYtLDw37 button.navbar-toggler .hamburger span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 29px;
  height: 2px;
  background-color: #0c1c30;
  transition: .2s all;
}
.cid-umLYtLDw37 button.navbar-toggler .hamburger span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.cid-umLYtLDw37 button.navbar-toggler:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-umLYtLDw37 button.navbar-toggler:hover .hamburger span {
  background-color: #ffffff;
}
.cid-umLYtLDw37 nav.opened .navbar-toggler {
  transform: rotate(45deg);
}
.cid-umLYtLDw37 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-umLYtLDw37 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-umLYtLDw37 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-umLYtLDw37 .navbar {
    height: 70px;
  }
  .cid-umLYtLDw37 .navbar.opened {
    height: auto;
  }
  .cid-umLYtLDw37 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-umLYtLDw37 .main-container {
  flex-grow: 1;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.cid-umLYtLDw37 .social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 20px;
}
@media (max-width: 767px) {
  .cid-umLYtLDw37 .social-list {
    justify-content: flex-start;
  }
}
.cid-umLYtLDw37 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-umLYtLDw37 .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #1da1f2;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-umLYtLDw37 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #0c1c30;
  padding: 10px;
}
.cid-umLYtLDw37 .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-umLYtLDw37 .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-umLYtLDw37 .navbar-buttons {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  text-align: center;
  flex-shrink: 0;
}
.cid-umLYtLDw37 .navbar-buttons .btn {
  margin: 0;
}
.cid-umLYtLDw37 .navbar-collapse {
  width: 80%;
}
.cid-umLYtLDw37 .navbar-collapse .navbar-nav {
  justify-content: center;
  width: 75%;
  margin-right: auto;
}
@media (min-width: 992px) {
  .cid-umLYtLDw37 .navbar-collapse .nav-link:hover {
    color: #e4453f !important;
  }
}
@media (max-width: 991px) {
  .cid-umLYtLDw37 .navbar {
    padding: 15px 0 !important;
    box-shadow: none;
    border: none;
    min-height: 110px;
  }
  .cid-umLYtLDw37 .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-umLYtLDw37 .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    width: auto;
  }
  .cid-umLYtLDw37 .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
    width: 100%;
  }
  .cid-umLYtLDw37 .navbar-collapse .navbar-nav {
    align-items: center;
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-umLYtLDw37 .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: center !important;
  }
  .cid-umLYtLDw37 .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-umLYtLDw37 .navbar-collapse .nav-link {
    justify-content: center !important;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto !important;
    padding: 0 0 50px !important;
    font-size: 30px !important;
    line-height: 1 !important;
    transition: .3s  all;
  }
  .cid-umLYtLDw37 .navbar-collapse .nav-link:hover {
    color: #e4453f !important;
  }
  .cid-umLYtLDw37 .navbar-buttons {
    justify-content: center;
    margin-top: 20px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-umLYtLDw37 .navbar-collapse .nav-link {
    background: linear-gradient(to right, #e4453f, #e4453f 50%, currentColor 50%, currentColor 100%) !important;
    background-position: right !important;
    background-size: 200% 100% !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-umLYtLDw37 .navbar-collapse .nav-link:hover {
    background-position: left !important;
    color: currentColor !important;
  }
}
@media (max-width: 575px) {
  .cid-umLYtLDw37 .navbar-nav {
    padding-bottom: 1rem !important;
  }
}
.cid-umLYtMqLRK {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-umLYtMqLRK .mbr-fallback-image.disabled {
  display: none;
}
.cid-umLYtMqLRK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umLYtMqLRK .image-wrapper img {
  height: 650px;
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-umLYtMqLRK .image-wrapper img {
    height: 350px;
  }
}
.cid-umLYtMqLRK .text-wrapper {
  display: inline-flex;
  align-items: center;
  margin-top: 16px;
}
.cid-umLYtMqLRK .text-wrapper .mbr-iconfont {
  font-size: 28px;
  color: #e4453f;
  margin-right: 17px;
}
.cid-umLYtMqLRK .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-umLYtMqLRK .mbr-text {
  color: #747474;
}
.cid-umLYtMqLRK .mbr-text,
.cid-umLYtMqLRK .text {
  color: #e4453f;
  text-align: left;
}
.cid-umLYtMZ3d3 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-umLYtMZ3d3 .mbr-text {
  color: #57677c;
}
.cid-umLYtMZ3d3 .mbr-title {
  color: #162436;
}
@media (max-width: 767px) {
  .cid-umLYtMZ3d3 .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-umLYtMZ3d3 h3 {
  margin-bottom: 1.2rem;
}
@media (max-width: 992px) {
  .cid-umLYtMZ3d3 .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-umLYtMZ3d3 .mbr-text {
    padding-right: 2.5rem;
  }
}
@media (min-width: 767px) {
  .cid-umLYtMZ3d3 .row {
    margin: 0;
  }
}
.cid-umLYtMZ3d3 P {
  color: #57677c;
  text-align: left;
}
.cid-umLYtNwyxw {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-umLYtNwyxw .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-umLYtNwyxw .item-img {
  aspect-ratio: 1;
}
.cid-umLYtNwyxw .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.cid-umLYtNwyxw .item:focus,
.cid-umLYtNwyxw span:focus {
  outline: none;
}
.cid-umLYtNwyxw .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-umLYtNwyxw .row {
  max-width: 1000px;
  margin: 0 auto;
}
.cid-umLYtOMRUm {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-umLYtOMRUm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-umLYtOMRUm .row {
  flex-direction: row-reverse;
  max-width: 1000px;
  margin: 0 auto;
}
.cid-umLYtOMRUm img {
  width: 100%;
  border-radius: 16px;
}
.cid-umLYtO00bb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-umLYtO00bb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-umLYtO00bb .row {
  flex-direction: row-reverse;
}
.cid-umLYtO00bb img {
  width: 100%;
  border-radius: 16px;
}
.cid-umMi4K2l0H {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-umMi4K2l0H .carousel {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.cid-umMi4K2l0H .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.cid-umMi4K2l0H .carousel-item,
.cid-umMi4K2l0H .carousel-inner {
  height: 100%;
}
.cid-umMi4K2l0H .carousel-caption {
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 280px;
}
@media (min-width: 768px) {
  .cid-umMi4K2l0H .carousel-caption {
    width: 680px;
  }
}
@media (min-width: 992px) {
  .cid-umMi4K2l0H .carousel-caption {
    width: 900px;
  }
}
.cid-umMi4K2l0H .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-umMi4K2l0H .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-umMi4K2l0H .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 0;
}
.cid-umMi4K2l0H .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-umMi4K2l0H .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-umMi4K2l0H .content-slider-wrap {
    width: 100% !important;
  }
  .cid-umMi4K2l0H .carousel {
    width: 100%;
  }
}
.cid-umMi4K2l0H .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-umMi4K2l0H .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 0;
}
.cid-umMi4K2l0H .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-umMi4K2l0H .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-umMi4K2l0H .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-umMi4K2l0H .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-umMi4K2l0H .carousel-indicators li {
  max-width: 7px;
  height: 7px;
  width: 7px;
  max-height: 7px;
  margin: 0 10px;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1 !important;
}
.cid-umMi4K2l0H .carousel-indicators li.active {
  background-color: #ffffff;
  opacity: 1 !important;
}
.cid-umMi4K2l0H .carousel-indicators li::after,
.cid-umMi4K2l0H .carousel-indicators li::before {
  content: none;
}
.cid-umMi4K2l0H .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-umMi4K2l0H P {
  color: #57677c;
}
.cid-umLYtPaPzZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-umLYtPaPzZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-umLYtPaPzZ .row {
  flex-direction: row-reverse;
}
.cid-umLYtPaPzZ img {
  width: 100%;
  border-radius: 16px;
}
.cid-umLYtPA2Rf {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-umLYtPA2Rf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-umLYtPA2Rf .row {
  flex-direction: row-reverse;
  max-width: 1000px;
  margin: 0 auto;
}
.cid-umLYtPA2Rf img {
  width: 100%;
  border-radius: 16px;
}
.cid-umLYtPYdmr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-umLYtPYdmr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-umLYtPYdmr .row {
  flex-direction: row-reverse;
  max-width: 1000px;
  margin: 0 auto;
}
.cid-umLYtPYdmr img {
  width: 100%;
  border-radius: 16px;
}
.cid-uo96Mf1bM9 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uo96Mf1bM9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uo96Mf1bM9 .row {
  flex-direction: row-reverse;
}
.cid-uo96Mf1bM9 img {
  width: 100%;
  border-radius: 16px;
}
.cid-umLYtQmnTl {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-umLYtQmnTl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-umLYtQmnTl .row {
  flex-direction: row-reverse;
}
.cid-umLYtQmnTl img {
  width: 100%;
  border-radius: 16px;
}
.cid-umLYtQMuDW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-umLYtQMuDW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-umLYtQMuDW .row {
  flex-direction: row-reverse;
}
.cid-umLYtQMuDW img {
  width: 100%;
  border-radius: 16px;
}
.cid-umLYtR9T5s {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-umLYtR9T5s .mbr-fallback-image.disabled {
  display: none;
}
.cid-umLYtR9T5s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umLYtR9T5s .mbr-section-title {
  color: #162436;
}
.cid-umLYtR9T5s .mbr-section-subtitle {
  color: #57677c;
}
.cid-umLYtRxuWi {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #162436;
}
.cid-umLYtRxuWi .mbr-fallback-image.disabled {
  display: none;
}
.cid-umLYtRxuWi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umLYtRxuWi .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-umLYtRxuWi .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-umLYtRxuWi .media-wrap img {
    width: 120px;
    margin: 0 auto;
  }
}
.cid-umLYtRxuWi .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-umLYtRxuWi .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-umLYtRxuWi .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-umLYtRxuWi .list {
    margin-bottom: 0rem;
  }
}
.cid-umLYtRxuWi .mbr-text {
  color: #57677c;
  text-align: left;
}
.cid-umLYtRxuWi .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #1da1f2;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-umLYtRxuWi .mbr-iconfont {
  color: white;
}
@media (max-width: 991px) {
  .cid-umLYtRxuWi div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-umLYtRxuWi .mbr-section-subtitle {
  color: #57677c;
}
.cid-umLYtRxuWi .copyright {
  color: #57677c;
  text-align: center;
}
.cid-umLYtRxuWi H5 {
  text-align: left;
  color: #57677c;
}
@media (max-width: 767px) {
  .cid-umLYtRxuWi .row {
    text-align: center;
  }
  .cid-umLYtRxuWi .row > div {
    margin: auto;
  }
  .cid-umLYtRxuWi .social-row {
    justify-content: center;
  }
  .cid-umLYtRxuWi .mbr-text,
  .cid-umLYtRxuWi .list,
  .cid-umLYtRxuWi .mbr-section-subtitle,
  .cid-umLYtRxuWi H5 {
    text-align: center;
  }
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

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;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

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: #111111;
}

.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;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
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 {
  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;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
    letter-spacing: 1px;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  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: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.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;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            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;
}

.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;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .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;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  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 {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  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;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.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;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.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: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
/*# estilos extras */
.borde-top {
  position: absolute;
  top: -1px;
  width: 100%;
  display: block;
  left: 0;
  height: auto;
}
.borde_bot {
  position: absolute;
  bottom: -1px;
  width: 100%;
  min-width: 600px;
  display: block;
  left: 0;
  height: auto;
}
.num {
  color: #e4453f;
}
.btn-whapp {
position:fixed;
bottom:0px; right:20px;
z-index:999;	
background: #3cb579 url(https://ae-estudio.com/whapp-ico50x50.svg) no-repeat center;
    transition: background-color 1s;
	-webkit-transition: background-color 1s;
	text-decoration:none;
	display: inline-block;
	margin: 2.8em .5em;
	width:50px; height:50px;
	border-radius:50%;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
	box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
}
.btn-whapp:hover {
    background-color:#3cb579;  cursor:pointer; color:#DE3D4D;
	-webkit-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	-moz-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.mbr-arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60px;
  height: 120px;
  cursor: pointer;
  z-index: 999;
  background-color: rgba(20, 157, 204, 1);
  border-radius: 30px 30px 0 0;
  -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;
}
.nja {
  color: #e4453f;
}
.tachado {
  text-decoration: line-through;
}
.borde {
  position: absolute;
  bottom: -1px;
  width: 100%;
  display: block;
  left: 0;
  height: auto;
}.cid-umMNrWZETe .navbar-dropdown {
  position: relative !important;
}
.cid-umMNrWZETe .navbar-dropdown {
  position: absolute !important;
}
.cid-umMNrWZETe .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-umMNrWZETe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-umMNrWZETe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-umMNrWZETe .dropdown-item:hover,
.cid-umMNrWZETe .dropdown-item:focus {
  background: #e4453f !important;
  color: white !important;
}
.cid-umMNrWZETe .dropdown-item:hover span {
  color: white;
}
.cid-umMNrWZETe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-umMNrWZETe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-umMNrWZETe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-umMNrWZETe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-umMNrWZETe .nav-link {
  position: relative;
  font-weight: bold;
}
.cid-umMNrWZETe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-umMNrWZETe .container {
    flex-wrap: nowrap;
  }
}
.cid-umMNrWZETe .dropdown-menu,
.cid-umMNrWZETe .navbar.opened {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.cid-umMNrWZETe .nav-item:focus,
.cid-umMNrWZETe .nav-link:focus {
  outline: none;
}
.cid-umMNrWZETe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-umMNrWZETe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-umMNrWZETe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-umMNrWZETe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-umMNrWZETe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-umMNrWZETe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-umMNrWZETe .navbar {
  min-height: 114px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
  padding: 17px 0 !important;
  box-shadow: none;
  border: none;
}
.cid-umMNrWZETe .navbar.opened {
  transition: all 0.3s;
}
.cid-umMNrWZETe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-umMNrWZETe .navbar .navbar-logo img {
  width: auto;
}
.cid-umMNrWZETe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-umMNrWZETe .navbar.collapsed {
  justify-content: center;
}
.cid-umMNrWZETe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-umMNrWZETe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-umMNrWZETe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-umMNrWZETe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-umMNrWZETe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-umMNrWZETe .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-umMNrWZETe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-umMNrWZETe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-umMNrWZETe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-umMNrWZETe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-umMNrWZETe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-umMNrWZETe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-umMNrWZETe .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-umMNrWZETe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-umMNrWZETe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-umMNrWZETe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-umMNrWZETe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-umMNrWZETe .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-umMNrWZETe .navbar.navbar-short {
  min-height: auto;
}
.cid-umMNrWZETe .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-umMNrWZETe .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-umMNrWZETe .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 20%;
}
.cid-umMNrWZETe .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-umMNrWZETe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-umMNrWZETe .dropdown-item.active,
.cid-umMNrWZETe .dropdown-item:active {
  background-color: transparent;
}
.cid-umMNrWZETe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-umMNrWZETe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-umMNrWZETe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-umMNrWZETe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-umMNrWZETe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-umMNrWZETe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-umMNrWZETe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-umMNrWZETe button.navbar-toggler {
  position: relative;
  outline: none;
  width: 80px;
  height: 80px;
  cursor: pointer;
  transition: all 0.3s;
  align-self: center;
  margin-left: auto;
}
.cid-umMNrWZETe button.navbar-toggler:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #1da1f2;
  transition: .2s transform;
}
.cid-umMNrWZETe button.navbar-toggler .hamburger span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 29px;
  height: 2px;
  background-color: #0c1c30;
  transition: .2s all;
}
.cid-umMNrWZETe button.navbar-toggler .hamburger span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.cid-umMNrWZETe button.navbar-toggler:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-umMNrWZETe button.navbar-toggler:hover .hamburger span {
  background-color: #ffffff;
}
.cid-umMNrWZETe nav.opened .navbar-toggler {
  transform: rotate(45deg);
}
.cid-umMNrWZETe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-umMNrWZETe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-umMNrWZETe .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-umMNrWZETe .navbar {
    height: 70px;
  }
  .cid-umMNrWZETe .navbar.opened {
    height: auto;
  }
  .cid-umMNrWZETe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-umMNrWZETe .main-container {
  flex-grow: 1;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.cid-umMNrWZETe .social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 20px;
}
@media (max-width: 767px) {
  .cid-umMNrWZETe .social-list {
    justify-content: flex-start;
  }
}
.cid-umMNrWZETe .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-umMNrWZETe .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #1da1f2;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-umMNrWZETe .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #0c1c30;
  padding: 10px;
}
.cid-umMNrWZETe .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-umMNrWZETe .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-umMNrWZETe .navbar-buttons {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  text-align: center;
  flex-shrink: 0;
}
.cid-umMNrWZETe .navbar-buttons .btn {
  margin: 0;
}
.cid-umMNrWZETe .navbar-collapse {
  width: 80%;
}
.cid-umMNrWZETe .navbar-collapse .navbar-nav {
  justify-content: center;
  width: 75%;
  margin-right: auto;
}
@media (min-width: 992px) {
  .cid-umMNrWZETe .navbar-collapse .nav-link:hover {
    color: #e4453f !important;
  }
}
@media (max-width: 991px) {
  .cid-umMNrWZETe .navbar {
    padding: 15px 0 !important;
    box-shadow: none;
    border: none;
    min-height: 110px;
  }
  .cid-umMNrWZETe .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-umMNrWZETe .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    width: auto;
  }
  .cid-umMNrWZETe .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
    width: 100%;
  }
  .cid-umMNrWZETe .navbar-collapse .navbar-nav {
    align-items: center;
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-umMNrWZETe .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: center !important;
  }
  .cid-umMNrWZETe .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-umMNrWZETe .navbar-collapse .nav-link {
    justify-content: center !important;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto !important;
    padding: 0 0 50px !important;
    font-size: 30px !important;
    line-height: 1 !important;
    transition: .3s  all;
  }
  .cid-umMNrWZETe .navbar-collapse .nav-link:hover {
    color: #e4453f !important;
  }
  .cid-umMNrWZETe .navbar-buttons {
    justify-content: center;
    margin-top: 20px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-umMNrWZETe .navbar-collapse .nav-link {
    background: linear-gradient(to right, #e4453f, #e4453f 50%, currentColor 50%, currentColor 100%) !important;
    background-position: right !important;
    background-size: 200% 100% !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-umMNrWZETe .navbar-collapse .nav-link:hover {
    background-position: left !important;
    color: currentColor !important;
  }
}
@media (max-width: 575px) {
  .cid-umMNrWZETe .navbar-nav {
    padding-bottom: 1rem !important;
  }
}
.cid-unqUq0ToEq {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-unqUq0ToEq .mbr-fallback-image.disabled {
  display: none;
}
.cid-unqUq0ToEq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unqUq0ToEq .image-wrapper img {
  height: 650px;
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-unqUq0ToEq .image-wrapper img {
    height: 350px;
  }
}
.cid-unqUq0ToEq .text-wrapper {
  display: inline-flex;
  align-items: center;
  margin-top: 16px;
}
.cid-unqUq0ToEq .text-wrapper .mbr-iconfont {
  font-size: 28px;
  color: #e4453f;
  margin-right: 17px;
}
.cid-unqUq0ToEq .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-unqUq0ToEq .mbr-text {
  color: #747474;
}
.cid-unqUq0ToEq .mbr-text,
.cid-unqUq0ToEq .text {
  color: #e4453f;
  text-align: left;
}
.cid-unqTT33glQ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-unqTT33glQ .mbr-text {
  color: #57677c;
}
.cid-unqTT33glQ .mbr-title {
  color: #162436;
}
@media (max-width: 767px) {
  .cid-unqTT33glQ .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-unqTT33glQ h3 {
  margin-bottom: 1.2rem;
}
@media (max-width: 992px) {
  .cid-unqTT33glQ .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-unqTT33glQ .mbr-text {
    padding-right: 2.5rem;
  }
}
@media (min-width: 767px) {
  .cid-unqTT33glQ .row {
    margin: 0;
  }
}
.cid-unqTT33glQ P {
  color: #57677c;
  text-align: left;
}
.cid-umMNrXXBag {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-umMNrXXBag .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-umMNrXXBag .item-img {
  aspect-ratio: 1;
}
.cid-umMNrXXBag .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.cid-umMNrXXBag .item:focus,
.cid-umMNrXXBag span:focus {
  outline: none;
}
.cid-umMNrXXBag .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-umMNrXXBag .row {
  max-width: 1000px;
  margin: 0 auto;
}
.cid-unl1CHoCO2 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-unl1CHoCO2 .it {
  margin-top: 30px;
}
.cid-unl1CHoCO2 .it:nth-child(1) {
  margin-top: 0px;
}
.cid-unl1CHoCO2 .it:nth-child(2) {
  margin-top: 0px;
}
.cid-unl1CHoCO2 .it:nth-child(3) {
  margin-top: 0px;
}
.cid-unl1CHoCO2 .it:nth-child(4) {
  margin-top: 0px;
}
@media (max-width: 576px) {
  .cid-unl1CHoCO2 .it {
    margin-top: 15px;
  }
  .cid-unl1CHoCO2 .it:nth-child(2) {
    margin-top: 15px;
  }
  .cid-unl1CHoCO2 .it:nth-child(3) {
    margin-top: 15px;
  }
  .cid-unl1CHoCO2 .it:nth-child(4) {
    margin-top: 15px;
  }
}
.cid-umMNrYxrbj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-umMNrYxrbj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-umMNrYxrbj .row {
  flex-direction: row-reverse;
}
.cid-umMNrYxrbj img {
  width: 100%;
}
.cid-unwH5woanA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-unwH5woanA .carousel {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.cid-unwH5woanA .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.cid-unwH5woanA .carousel-item,
.cid-unwH5woanA .carousel-inner {
  height: 100%;
}
.cid-unwH5woanA .carousel-caption {
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 280px;
}
@media (min-width: 768px) {
  .cid-unwH5woanA .carousel-caption {
    width: 680px;
  }
}
@media (min-width: 992px) {
  .cid-unwH5woanA .carousel-caption {
    width: 900px;
  }
}
.cid-unwH5woanA .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-unwH5woanA .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-unwH5woanA .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 0;
}
.cid-unwH5woanA .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-unwH5woanA .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-unwH5woanA .content-slider-wrap {
    width: 100% !important;
  }
  .cid-unwH5woanA .carousel {
    width: 100%;
  }
}
.cid-unwH5woanA .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-unwH5woanA .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 0;
}
.cid-unwH5woanA .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-unwH5woanA .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-unwH5woanA .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-unwH5woanA .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-unwH5woanA .carousel-indicators li {
  max-width: 7px;
  height: 7px;
  width: 7px;
  max-height: 7px;
  margin: 0 10px;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1 !important;
}
.cid-unwH5woanA .carousel-indicators li.active {
  background-color: #ffffff;
  opacity: 1 !important;
}
.cid-unwH5woanA .carousel-indicators li::after,
.cid-unwH5woanA .carousel-indicators li::before {
  content: none;
}
.cid-unwH5woanA .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-unwH5woanA P {
  color: #57677c;
}
.cid-unwHpieTgI {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-unwHpieTgI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-unwHpieTgI .row {
  flex-direction: row-reverse;
}
.cid-unwHpieTgI img {
  width: 100%;
  border-radius: 16px;
}
.cid-umMNrZbx5U {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-umMNrZbx5U .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-umMNrZbx5U .row {
  flex-direction: row-reverse;
}
.cid-umMNrZbx5U img {
  width: 100%;
  border-radius: 16px;
}
.cid-umMNrZv6qA {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-umMNrZv6qA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-umMNrZv6qA .row {
  flex-direction: row-reverse;
  max-width: 1000px;
  margin: 0 auto;
}
.cid-umMNrZv6qA img {
  width: 100%;
  border-radius: 16px;
}
.cid-umMNs07vHa {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-umMNs07vHa .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-umMNs07vHa .row {
  flex-direction: row-reverse;
}
.cid-umMNs07vHa img {
  width: 100%;
  border-radius: 16px;
}
.cid-umMNrZOAKR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-umMNrZOAKR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-umMNrZOAKR .row {
  flex-direction: row-reverse;
  max-width: 1000px;
  margin: 0 auto;
}
.cid-umMNrZOAKR img {
  width: 100%;
  border-radius: 16px;
}
.cid-umMNs0q8jH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-umMNs0q8jH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-umMNs0q8jH .row {
  flex-direction: row-reverse;
}
.cid-umMNs0q8jH img {
  width: 100%;
  border-radius: 16px;
}
.cid-umMNs0JZe9 {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-umMNs0JZe9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umMNs0JZe9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umMNs0JZe9 .mbr-section-title {
  color: #162436;
}
.cid-umMNs0JZe9 .mbr-section-subtitle {
  color: #57677c;
}
.cid-umMNs12gmC {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #162436;
}
.cid-umMNs12gmC .mbr-fallback-image.disabled {
  display: none;
}
.cid-umMNs12gmC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umMNs12gmC .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-umMNs12gmC .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-umMNs12gmC .media-wrap img {
    width: 120px;
    margin: 0 auto;
  }
}
.cid-umMNs12gmC .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-umMNs12gmC .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-umMNs12gmC .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-umMNs12gmC .list {
    margin-bottom: 0rem;
  }
}
.cid-umMNs12gmC .mbr-text {
  color: #57677c;
  text-align: left;
}
.cid-umMNs12gmC .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #1da1f2;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-umMNs12gmC .mbr-iconfont {
  color: white;
}
@media (max-width: 991px) {
  .cid-umMNs12gmC div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-umMNs12gmC .mbr-section-subtitle {
  color: #57677c;
}
.cid-umMNs12gmC .copyright {
  color: #57677c;
  text-align: center;
}
.cid-umMNs12gmC H5 {
  text-align: left;
  color: #57677c;
}
@media (max-width: 767px) {
  .cid-umMNs12gmC .row {
    text-align: center;
  }
  .cid-umMNs12gmC .row > div {
    margin: auto;
  }
  .cid-umMNs12gmC .social-row {
    justify-content: center;
  }
  .cid-umMNs12gmC .mbr-text,
  .cid-umMNs12gmC .list,
  .cid-umMNs12gmC .mbr-section-subtitle,
  .cid-umMNs12gmC H5 {
    text-align: center;
  }
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

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;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

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: #111111;
}

.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;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
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 {
  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;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
    letter-spacing: 1px;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  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: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.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;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            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;
}

.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;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .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;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  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 {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  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;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.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;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.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: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
/*# estilos extras */
.borde-top {
  position: absolute;
  top: -1px;
  width: 100%;
  display: block;
  left: 0;
  height: auto;
}
.borde_bot {
  position: absolute;
  bottom: -1px;
  width: 100%;
  min-width: 600px;
  display: block;
  left: 0;
  height: auto;
}
.num {
  color: #e4453f;
}
.btn-whapp {
position:fixed;
bottom:0px; right:20px;
z-index:999;	
background: #3cb579 url(https://ae-estudio.com/whapp-ico50x50.svg) no-repeat center;
    transition: background-color 1s;
	-webkit-transition: background-color 1s;
	text-decoration:none;
	display: inline-block;
	margin: 2.8em .5em;
	width:50px; height:50px;
	border-radius:50%;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
	box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
}
.btn-whapp:hover {
    background-color:#3cb579;  cursor:pointer; color:#DE3D4D;
	-webkit-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	-moz-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.mbr-arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60px;
  height: 120px;
  cursor: pointer;
  z-index: 999;
  background-color: rgba(20, 157, 204, 1);
  border-radius: 30px 30px 0 0;
  -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;
}
.nja {
  color: #e4453f;
}
.tachado {
  text-decoration: line-through;
}
.borde {
  position: absolute;
  bottom: -1px;
  width: 100%;
  display: block;
  left: 0;
  height: auto;
}.cid-unrvWyZXzn .navbar-dropdown {
  position: relative !important;
}
.cid-unrvWyZXzn .navbar-dropdown {
  position: absolute !important;
}
.cid-unrvWyZXzn .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unrvWyZXzn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unrvWyZXzn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unrvWyZXzn .dropdown-item:hover,
.cid-unrvWyZXzn .dropdown-item:focus {
  background: #e4453f !important;
  color: white !important;
}
.cid-unrvWyZXzn .dropdown-item:hover span {
  color: white;
}
.cid-unrvWyZXzn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unrvWyZXzn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unrvWyZXzn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unrvWyZXzn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unrvWyZXzn .nav-link {
  position: relative;
  font-weight: bold;
}
.cid-unrvWyZXzn .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unrvWyZXzn .container {
    flex-wrap: nowrap;
  }
}
.cid-unrvWyZXzn .dropdown-menu,
.cid-unrvWyZXzn .navbar.opened {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.cid-unrvWyZXzn .nav-item:focus,
.cid-unrvWyZXzn .nav-link:focus {
  outline: none;
}
.cid-unrvWyZXzn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unrvWyZXzn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unrvWyZXzn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unrvWyZXzn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unrvWyZXzn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unrvWyZXzn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unrvWyZXzn .navbar {
  min-height: 114px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
  padding: 17px 0 !important;
  box-shadow: none;
  border: none;
}
.cid-unrvWyZXzn .navbar.opened {
  transition: all 0.3s;
}
.cid-unrvWyZXzn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unrvWyZXzn .navbar .navbar-logo img {
  width: auto;
}
.cid-unrvWyZXzn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unrvWyZXzn .navbar.collapsed {
  justify-content: center;
}
.cid-unrvWyZXzn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unrvWyZXzn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unrvWyZXzn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-unrvWyZXzn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unrvWyZXzn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unrvWyZXzn .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unrvWyZXzn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unrvWyZXzn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-unrvWyZXzn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unrvWyZXzn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unrvWyZXzn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unrvWyZXzn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unrvWyZXzn .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unrvWyZXzn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unrvWyZXzn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unrvWyZXzn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unrvWyZXzn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-unrvWyZXzn .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-unrvWyZXzn .navbar.navbar-short {
  min-height: auto;
}
.cid-unrvWyZXzn .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-unrvWyZXzn .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-unrvWyZXzn .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 20%;
}
.cid-unrvWyZXzn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-unrvWyZXzn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unrvWyZXzn .dropdown-item.active,
.cid-unrvWyZXzn .dropdown-item:active {
  background-color: transparent;
}
.cid-unrvWyZXzn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unrvWyZXzn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unrvWyZXzn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unrvWyZXzn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-unrvWyZXzn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unrvWyZXzn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unrvWyZXzn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unrvWyZXzn button.navbar-toggler {
  position: relative;
  outline: none;
  width: 80px;
  height: 80px;
  cursor: pointer;
  transition: all 0.3s;
  align-self: center;
  margin-left: auto;
}
.cid-unrvWyZXzn button.navbar-toggler:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #1da1f2;
  transition: .2s transform;
}
.cid-unrvWyZXzn button.navbar-toggler .hamburger span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 29px;
  height: 2px;
  background-color: #0c1c30;
  transition: .2s all;
}
.cid-unrvWyZXzn button.navbar-toggler .hamburger span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.cid-unrvWyZXzn button.navbar-toggler:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-unrvWyZXzn button.navbar-toggler:hover .hamburger span {
  background-color: #ffffff;
}
.cid-unrvWyZXzn nav.opened .navbar-toggler {
  transform: rotate(45deg);
}
.cid-unrvWyZXzn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-unrvWyZXzn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unrvWyZXzn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unrvWyZXzn .navbar {
    height: 70px;
  }
  .cid-unrvWyZXzn .navbar.opened {
    height: auto;
  }
  .cid-unrvWyZXzn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unrvWyZXzn .main-container {
  flex-grow: 1;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.cid-unrvWyZXzn .social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 20px;
}
@media (max-width: 767px) {
  .cid-unrvWyZXzn .social-list {
    justify-content: flex-start;
  }
}
.cid-unrvWyZXzn .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-unrvWyZXzn .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #1da1f2;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-unrvWyZXzn .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #0c1c30;
  padding: 10px;
}
.cid-unrvWyZXzn .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-unrvWyZXzn .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-unrvWyZXzn .navbar-buttons {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  text-align: center;
  flex-shrink: 0;
}
.cid-unrvWyZXzn .navbar-buttons .btn {
  margin: 0;
}
.cid-unrvWyZXzn .navbar-collapse {
  width: 80%;
}
.cid-unrvWyZXzn .navbar-collapse .navbar-nav {
  justify-content: center;
  width: 75%;
  margin-right: auto;
}
@media (min-width: 992px) {
  .cid-unrvWyZXzn .navbar-collapse .nav-link:hover {
    color: #e4453f !important;
  }
}
@media (max-width: 991px) {
  .cid-unrvWyZXzn .navbar {
    padding: 15px 0 !important;
    box-shadow: none;
    border: none;
    min-height: 110px;
  }
  .cid-unrvWyZXzn .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-unrvWyZXzn .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    width: auto;
  }
  .cid-unrvWyZXzn .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
    width: 100%;
  }
  .cid-unrvWyZXzn .navbar-collapse .navbar-nav {
    align-items: center;
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-unrvWyZXzn .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: center !important;
  }
  .cid-unrvWyZXzn .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-unrvWyZXzn .navbar-collapse .nav-link {
    justify-content: center !important;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto !important;
    padding: 0 0 50px !important;
    font-size: 30px !important;
    line-height: 1 !important;
    transition: .3s  all;
  }
  .cid-unrvWyZXzn .navbar-collapse .nav-link:hover {
    color: #e4453f !important;
  }
  .cid-unrvWyZXzn .navbar-buttons {
    justify-content: center;
    margin-top: 20px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-unrvWyZXzn .navbar-collapse .nav-link {
    background: linear-gradient(to right, #e4453f, #e4453f 50%, currentColor 50%, currentColor 100%) !important;
    background-position: right !important;
    background-size: 200% 100% !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-unrvWyZXzn .navbar-collapse .nav-link:hover {
    background-position: left !important;
    color: currentColor !important;
  }
}
@media (max-width: 575px) {
  .cid-unrvWyZXzn .navbar-nav {
    padding-bottom: 1rem !important;
  }
}
.cid-unrvWzGhBa {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-unrvWzGhBa .mbr-fallback-image.disabled {
  display: none;
}
.cid-unrvWzGhBa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unrvWzGhBa .image-wrapper img {
  height: 650px;
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-unrvWzGhBa .image-wrapper img {
    height: 350px;
  }
}
.cid-unrvWzGhBa .text-wrapper {
  display: inline-flex;
  align-items: center;
  margin-top: 16px;
}
.cid-unrvWzGhBa .text-wrapper .mbr-iconfont {
  font-size: 28px;
  color: #e4453f;
  margin-right: 17px;
}
.cid-unrvWzGhBa .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-unrvWzGhBa .mbr-text {
  color: #747474;
}
.cid-unrvWzGhBa .mbr-text,
.cid-unrvWzGhBa .text {
  color: #e4453f;
  text-align: left;
}
.cid-unrvWA3K3h {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-unrvWA3K3h .mbr-text {
  color: #57677c;
}
.cid-unrvWA3K3h .mbr-title {
  color: #162436;
}
@media (max-width: 767px) {
  .cid-unrvWA3K3h .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-unrvWA3K3h h3 {
  margin-bottom: 1.2rem;
}
@media (max-width: 992px) {
  .cid-unrvWA3K3h .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-unrvWA3K3h .mbr-text {
    padding-right: 2.5rem;
  }
}
@media (min-width: 767px) {
  .cid-unrvWA3K3h .row {
    margin: 0;
  }
}
.cid-unrvWA3K3h P {
  color: #57677c;
  text-align: left;
}
.cid-unrvWBd1Kv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-unrvWBd1Kv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-unrvWBd1Kv .row {
  flex-direction: row-reverse;
}
.cid-unrvWBd1Kv img {
  width: 100%;
  border-radius: 16px;
}
.cid-unrvWAolKE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-unrvWAolKE .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-unrvWAolKE .item-img {
  aspect-ratio: 1;
}
.cid-unrvWAolKE .item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 15px;
}
.cid-unrvWAolKE .item:focus,
.cid-unrvWAolKE span:focus {
  outline: none;
}
.cid-unrvWAolKE .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-unrvWAolKE .row {
  max-width: 1000px;
  margin: 0 auto;
}
.cid-unwVmUsc8O {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-unwVmUsc8O .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-unwVmUsc8O .row {
  flex-direction: row-reverse;
}
.cid-unwVmUsc8O img {
  width: 100%;
  border-radius: 16px;
}
.cid-unrvWC414r {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-unrvWC414r .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-unrvWC414r .row {
  flex-direction: row-reverse;
}
.cid-unrvWC414r img {
  width: 100%;
  border-radius: 16px;
}
.cid-unrvWCrbAu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-unrvWCrbAu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-unrvWCrbAu .row {
  flex-direction: row-reverse;
  max-width: 1000px;
  margin: 0 auto;
}
.cid-unrvWCrbAu img {
  width: 100%;
  border-radius: 16px;
}
.cid-unwU4X2V4c {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-unwU4X2V4c .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-unwU4X2V4c .row {
  flex-direction: row-reverse;
}
.cid-unwU4X2V4c img {
  width: 100%;
  border-radius: 16px;
}
.cid-unrvWDg5Et {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-unrvWDg5Et .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-unrvWDg5Et .row {
  flex-direction: row-reverse;
}
.cid-unrvWDg5Et img {
  width: 100%;
  border-radius: 16px;
}
.cid-unrvWDFyrb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-unrvWDFyrb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-unrvWDFyrb .row {
  flex-direction: row-reverse;
}
.cid-unrvWDFyrb img {
  width: 100%;
  border-radius: 16px;
}
.cid-unrvWE3HZB {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-unrvWE3HZB .mbr-fallback-image.disabled {
  display: none;
}
.cid-unrvWE3HZB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unrvWE3HZB .mbr-section-title {
  color: #162436;
}
.cid-unrvWE3HZB .mbr-section-subtitle {
  color: #57677c;
}
.cid-unrvWEucJp {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #162436;
}
.cid-unrvWEucJp .mbr-fallback-image.disabled {
  display: none;
}
.cid-unrvWEucJp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unrvWEucJp .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unrvWEucJp .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-unrvWEucJp .media-wrap img {
    width: 120px;
    margin: 0 auto;
  }
}
.cid-unrvWEucJp .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-unrvWEucJp .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-unrvWEucJp .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-unrvWEucJp .list {
    margin-bottom: 0rem;
  }
}
.cid-unrvWEucJp .mbr-text {
  color: #57677c;
  text-align: left;
}
.cid-unrvWEucJp .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #1da1f2;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-unrvWEucJp .mbr-iconfont {
  color: white;
}
@media (max-width: 991px) {
  .cid-unrvWEucJp div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-unrvWEucJp .mbr-section-subtitle {
  color: #57677c;
}
.cid-unrvWEucJp .copyright {
  color: #57677c;
  text-align: center;
}
.cid-unrvWEucJp H5 {
  text-align: left;
  color: #57677c;
}
@media (max-width: 767px) {
  .cid-unrvWEucJp .row {
    text-align: center;
  }
  .cid-unrvWEucJp .row > div {
    margin: auto;
  }
  .cid-unrvWEucJp .social-row {
    justify-content: center;
  }
  .cid-unrvWEucJp .mbr-text,
  .cid-unrvWEucJp .list,
  .cid-unrvWEucJp .mbr-section-subtitle,
  .cid-unrvWEucJp H5 {
    text-align: center;
  }
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

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;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

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: #111111;
}

.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;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
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 {
  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;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
    letter-spacing: 1px;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  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: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.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;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            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;
}

.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;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .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;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  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 {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  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;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.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;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.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: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
/*# estilos extras */
.borde-top {
  position: absolute;
  top: -1px;
  width: 100%;
  display: block;
  left: 0;
  height: auto;
}
.borde_bot {
  position: absolute;
  bottom: -1px;
  width: 100%;
  min-width: 600px;
  display: block;
  left: 0;
  height: auto;
}
.num {
  color: #e4453f;
}
.btn-whapp {
position:fixed;
bottom:0px; right:20px;
z-index:999;	
background: #3cb579 url(https://ae-estudio.com/whapp-ico50x50.svg) no-repeat center;
    transition: background-color 1s;
	-webkit-transition: background-color 1s;
	text-decoration:none;
	display: inline-block;
	margin: 2.8em .5em;
	width:50px; height:50px;
	border-radius:50%;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
	box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
}
.btn-whapp:hover {
    background-color:#3cb579;  cursor:pointer; color:#DE3D4D;
	-webkit-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	-moz-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.mbr-arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60px;
  height: 120px;
  cursor: pointer;
  z-index: 999;
  background-color: rgba(20, 157, 204, 1);
  border-radius: 30px 30px 0 0;
  -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;
}
.nja {
  color: #e4453f;
}
.tachado {
  text-decoration: line-through;
}
.borde {
  position: absolute;
  bottom: -1px;
  width: 100%;
  display: block;
  left: 0;
  height: auto;
}.cid-unwW0oAXwj .navbar-dropdown {
  position: relative !important;
}
.cid-unwW0oAXwj .navbar-dropdown {
  position: absolute !important;
}
.cid-unwW0oAXwj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unwW0oAXwj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unwW0oAXwj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unwW0oAXwj .dropdown-item:hover,
.cid-unwW0oAXwj .dropdown-item:focus {
  background: #e4453f !important;
  color: white !important;
}
.cid-unwW0oAXwj .dropdown-item:hover span {
  color: white;
}
.cid-unwW0oAXwj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unwW0oAXwj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unwW0oAXwj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unwW0oAXwj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unwW0oAXwj .nav-link {
  position: relative;
  font-weight: bold;
}
.cid-unwW0oAXwj .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unwW0oAXwj .container {
    flex-wrap: nowrap;
  }
}
.cid-unwW0oAXwj .dropdown-menu,
.cid-unwW0oAXwj .navbar.opened {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.cid-unwW0oAXwj .nav-item:focus,
.cid-unwW0oAXwj .nav-link:focus {
  outline: none;
}
.cid-unwW0oAXwj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unwW0oAXwj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unwW0oAXwj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unwW0oAXwj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unwW0oAXwj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unwW0oAXwj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unwW0oAXwj .navbar {
  min-height: 114px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
  padding: 17px 0 !important;
  box-shadow: none;
  border: none;
}
.cid-unwW0oAXwj .navbar.opened {
  transition: all 0.3s;
}
.cid-unwW0oAXwj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unwW0oAXwj .navbar .navbar-logo img {
  width: auto;
}
.cid-unwW0oAXwj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unwW0oAXwj .navbar.collapsed {
  justify-content: center;
}
.cid-unwW0oAXwj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unwW0oAXwj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unwW0oAXwj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-unwW0oAXwj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unwW0oAXwj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unwW0oAXwj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unwW0oAXwj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unwW0oAXwj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-unwW0oAXwj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unwW0oAXwj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unwW0oAXwj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unwW0oAXwj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unwW0oAXwj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unwW0oAXwj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unwW0oAXwj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unwW0oAXwj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unwW0oAXwj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-unwW0oAXwj .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-unwW0oAXwj .navbar.navbar-short {
  min-height: auto;
}
.cid-unwW0oAXwj .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-unwW0oAXwj .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-unwW0oAXwj .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 20%;
}
.cid-unwW0oAXwj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-unwW0oAXwj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unwW0oAXwj .dropdown-item.active,
.cid-unwW0oAXwj .dropdown-item:active {
  background-color: transparent;
}
.cid-unwW0oAXwj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unwW0oAXwj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unwW0oAXwj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unwW0oAXwj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-unwW0oAXwj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unwW0oAXwj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unwW0oAXwj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unwW0oAXwj button.navbar-toggler {
  position: relative;
  outline: none;
  width: 80px;
  height: 80px;
  cursor: pointer;
  transition: all 0.3s;
  align-self: center;
  margin-left: auto;
}
.cid-unwW0oAXwj button.navbar-toggler:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #1da1f2;
  transition: .2s transform;
}
.cid-unwW0oAXwj button.navbar-toggler .hamburger span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 29px;
  height: 2px;
  background-color: #0c1c30;
  transition: .2s all;
}
.cid-unwW0oAXwj button.navbar-toggler .hamburger span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.cid-unwW0oAXwj button.navbar-toggler:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-unwW0oAXwj button.navbar-toggler:hover .hamburger span {
  background-color: #ffffff;
}
.cid-unwW0oAXwj nav.opened .navbar-toggler {
  transform: rotate(45deg);
}
.cid-unwW0oAXwj .navbar-dropdown {
  padding: 0 1rem;
}
.cid-unwW0oAXwj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unwW0oAXwj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unwW0oAXwj .navbar {
    height: 70px;
  }
  .cid-unwW0oAXwj .navbar.opened {
    height: auto;
  }
  .cid-unwW0oAXwj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unwW0oAXwj .main-container {
  flex-grow: 1;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.cid-unwW0oAXwj .social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 20px;
}
@media (max-width: 767px) {
  .cid-unwW0oAXwj .social-list {
    justify-content: flex-start;
  }
}
.cid-unwW0oAXwj .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-unwW0oAXwj .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #1da1f2;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-unwW0oAXwj .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #0c1c30;
  padding: 10px;
}
.cid-unwW0oAXwj .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-unwW0oAXwj .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-unwW0oAXwj .navbar-buttons {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  text-align: center;
  flex-shrink: 0;
}
.cid-unwW0oAXwj .navbar-buttons .btn {
  margin: 0;
}
.cid-unwW0oAXwj .navbar-collapse {
  width: 80%;
}
.cid-unwW0oAXwj .navbar-collapse .navbar-nav {
  justify-content: center;
  width: 75%;
  margin-right: auto;
}
@media (min-width: 992px) {
  .cid-unwW0oAXwj .navbar-collapse .nav-link:hover {
    color: #e4453f !important;
  }
}
@media (max-width: 991px) {
  .cid-unwW0oAXwj .navbar {
    padding: 15px 0 !important;
    box-shadow: none;
    border: none;
    min-height: 110px;
  }
  .cid-unwW0oAXwj .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-unwW0oAXwj .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    width: auto;
  }
  .cid-unwW0oAXwj .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
    width: 100%;
  }
  .cid-unwW0oAXwj .navbar-collapse .navbar-nav {
    align-items: center;
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-unwW0oAXwj .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: center !important;
  }
  .cid-unwW0oAXwj .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-unwW0oAXwj .navbar-collapse .nav-link {
    justify-content: center !important;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto !important;
    padding: 0 0 50px !important;
    font-size: 30px !important;
    line-height: 1 !important;
    transition: .3s  all;
  }
  .cid-unwW0oAXwj .navbar-collapse .nav-link:hover {
    color: #e4453f !important;
  }
  .cid-unwW0oAXwj .navbar-buttons {
    justify-content: center;
    margin-top: 20px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-unwW0oAXwj .navbar-collapse .nav-link {
    background: linear-gradient(to right, #e4453f, #e4453f 50%, currentColor 50%, currentColor 100%) !important;
    background-position: right !important;
    background-size: 200% 100% !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-unwW0oAXwj .navbar-collapse .nav-link:hover {
    background-position: left !important;
    color: currentColor !important;
  }
}
@media (max-width: 575px) {
  .cid-unwW0oAXwj .navbar-nav {
    padding-bottom: 1rem !important;
  }
}
.cid-unwW0pzJno {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-unwW0pzJno .mbr-fallback-image.disabled {
  display: none;
}
.cid-unwW0pzJno .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unwW0pzJno .image-wrapper img {
  height: 650px;
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-unwW0pzJno .image-wrapper img {
    height: 350px;
  }
}
.cid-unwW0pzJno .text-wrapper {
  display: inline-flex;
  align-items: center;
  margin-top: 16px;
}
.cid-unwW0pzJno .text-wrapper .mbr-iconfont {
  font-size: 28px;
  color: #e4453f;
  margin-right: 17px;
}
.cid-unwW0pzJno .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-unwW0pzJno .mbr-text {
  color: #747474;
}
.cid-unwW0pzJno .mbr-text,
.cid-unwW0pzJno .text {
  color: #e4453f;
  text-align: left;
}
.cid-unwW0q6tJb {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-unwW0q6tJb .mbr-text {
  color: #57677c;
}
.cid-unwW0q6tJb .mbr-title {
  color: #162436;
}
@media (max-width: 767px) {
  .cid-unwW0q6tJb .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-unwW0q6tJb h3 {
  margin-bottom: 1.2rem;
}
@media (max-width: 992px) {
  .cid-unwW0q6tJb .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-unwW0q6tJb .mbr-text {
    padding-right: 2.5rem;
  }
}
@media (min-width: 767px) {
  .cid-unwW0q6tJb .row {
    margin: 0;
  }
}
.cid-unwW0q6tJb P {
  color: #57677c;
  text-align: left;
}
.cid-unx0LLpK6P {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-unx0LLpK6P .carousel {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.cid-unx0LLpK6P .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.cid-unx0LLpK6P .carousel-item,
.cid-unx0LLpK6P .carousel-inner {
  height: 100%;
}
.cid-unx0LLpK6P .carousel-caption {
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 280px;
}
@media (min-width: 768px) {
  .cid-unx0LLpK6P .carousel-caption {
    width: 680px;
  }
}
@media (min-width: 992px) {
  .cid-unx0LLpK6P .carousel-caption {
    width: 900px;
  }
}
.cid-unx0LLpK6P .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-unx0LLpK6P .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-unx0LLpK6P .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 0;
}
.cid-unx0LLpK6P .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-unx0LLpK6P .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-unx0LLpK6P .content-slider-wrap {
    width: 100% !important;
  }
  .cid-unx0LLpK6P .carousel {
    width: 100%;
  }
}
.cid-unx0LLpK6P .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-unx0LLpK6P .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 0;
}
.cid-unx0LLpK6P .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-unx0LLpK6P .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-unx0LLpK6P .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-unx0LLpK6P .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-unx0LLpK6P .carousel-indicators li {
  max-width: 7px;
  height: 7px;
  width: 7px;
  max-height: 7px;
  margin: 0 10px;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1 !important;
}
.cid-unx0LLpK6P .carousel-indicators li.active {
  background-color: #ffffff;
  opacity: 1 !important;
}
.cid-unx0LLpK6P .carousel-indicators li::after,
.cid-unx0LLpK6P .carousel-indicators li::before {
  content: none;
}
.cid-unx0LLpK6P .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-unx0LLpK6P P {
  color: #57677c;
}
.cid-unwW0qAWh3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-unwW0qAWh3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-unwW0qAWh3 .row {
  flex-direction: row-reverse;
}
.cid-unwW0qAWh3 img {
  width: 100%;
  border-radius: 16px;
}
.cid-unwW0rENGg {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-unwW0rENGg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-unwW0rENGg .row {
  flex-direction: row-reverse;
}
.cid-unwW0rENGg img {
  width: 100%;
  border-radius: 16px;
}
.cid-unwW0s9944 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-unwW0s9944 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-unwW0s9944 .row {
  flex-direction: row-reverse;
}
.cid-unwW0s9944 img {
  width: 100%;
  border-radius: 16px;
}
.cid-unwW0sFfzt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-unwW0sFfzt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-unwW0sFfzt .row {
  flex-direction: row-reverse;
  max-width: 1000px;
  margin: 0 auto;
}
.cid-unwW0sFfzt img {
  width: 100%;
  border-radius: 16px;
}
.cid-unwW0r8jNR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-unwW0r8jNR .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-unwW0r8jNR .item-img {
  aspect-ratio: 1;
}
.cid-unwW0r8jNR .item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 15px;
}
.cid-unwW0r8jNR .item:focus,
.cid-unwW0r8jNR span:focus {
  outline: none;
}
.cid-unwW0r8jNR .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-unwW0r8jNR .row {
  max-width: 1000px;
  margin: 0 auto;
}
.cid-unwW0tfFA8 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-unwW0tfFA8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-unwW0tfFA8 .row {
  flex-direction: row-reverse;
}
.cid-unwW0tfFA8 img {
  width: 100%;
  border-radius: 16px;
}
.cid-unx4hp6a95 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-unx4hp6a95 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-unx4hp6a95 .row {
  flex-direction: row-reverse;
}
.cid-unx4hp6a95 img {
  width: 100%;
  border-radius: 16px;
}
.cid-unwW0tKWmD {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-unwW0tKWmD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-unwW0tKWmD .row {
  flex-direction: row-reverse;
}
.cid-unwW0tKWmD img {
  width: 100%;
  border-radius: 16px;
}
.cid-unwW0ufeYO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-unwW0ufeYO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-unwW0ufeYO .row {
  flex-direction: row-reverse;
}
.cid-unwW0ufeYO img {
  width: 100%;
  border-radius: 16px;
}
.cid-unwW0uK6BA {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-unwW0uK6BA .mbr-fallback-image.disabled {
  display: none;
}
.cid-unwW0uK6BA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unwW0uK6BA .mbr-section-title {
  color: #162436;
}
.cid-unwW0uK6BA .mbr-section-subtitle {
  color: #57677c;
}
.cid-unwW0vkpSM {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #162436;
}
.cid-unwW0vkpSM .mbr-fallback-image.disabled {
  display: none;
}
.cid-unwW0vkpSM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unwW0vkpSM .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unwW0vkpSM .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-unwW0vkpSM .media-wrap img {
    width: 120px;
    margin: 0 auto;
  }
}
.cid-unwW0vkpSM .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-unwW0vkpSM .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-unwW0vkpSM .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-unwW0vkpSM .list {
    margin-bottom: 0rem;
  }
}
.cid-unwW0vkpSM .mbr-text {
  color: #57677c;
  text-align: left;
}
.cid-unwW0vkpSM .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #1da1f2;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-unwW0vkpSM .mbr-iconfont {
  color: white;
}
@media (max-width: 991px) {
  .cid-unwW0vkpSM div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-unwW0vkpSM .mbr-section-subtitle {
  color: #57677c;
}
.cid-unwW0vkpSM .copyright {
  color: #57677c;
  text-align: center;
}
.cid-unwW0vkpSM H5 {
  text-align: left;
  color: #57677c;
}
@media (max-width: 767px) {
  .cid-unwW0vkpSM .row {
    text-align: center;
  }
  .cid-unwW0vkpSM .row > div {
    margin: auto;
  }
  .cid-unwW0vkpSM .social-row {
    justify-content: center;
  }
  .cid-unwW0vkpSM .mbr-text,
  .cid-unwW0vkpSM .list,
  .cid-unwW0vkpSM .mbr-section-subtitle,
  .cid-unwW0vkpSM H5 {
    text-align: center;
  }
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

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;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

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: #111111;
}

.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;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
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 {
  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;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
    letter-spacing: 1px;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  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: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.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;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            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;
}

.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;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .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;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  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 {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  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;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.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;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.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: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
/*# estilos extras */
.borde-top {
  position: absolute;
  top: -1px;
  width: 100%;
  display: block;
  left: 0;
  height: auto;
}
.borde_bot {
  position: absolute;
  bottom: -1px;
  width: 100%;
  min-width: 600px;
  display: block;
  left: 0;
  height: auto;
}
.num {
  color: #e4453f;
}
.btn-whapp {
position:fixed;
bottom:0px; right:20px;
z-index:999;	
background: #3cb579 url(https://ae-estudio.com/whapp-ico50x50.svg) no-repeat center;
    transition: background-color 1s;
	-webkit-transition: background-color 1s;
	text-decoration:none;
	display: inline-block;
	margin: 2.8em .5em;
	width:50px; height:50px;
	border-radius:50%;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
	box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
}
.btn-whapp:hover {
    background-color:#3cb579;  cursor:pointer; color:#DE3D4D;
	-webkit-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	-moz-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.mbr-arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60px;
  height: 120px;
  cursor: pointer;
  z-index: 999;
  background-color: rgba(20, 157, 204, 1);
  border-radius: 30px 30px 0 0;
  -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;
}
.nja {
  color: #e4453f;
}
.tachado {
  text-decoration: line-through;
}
.borde {
  position: absolute;
  bottom: -1px;
  width: 100%;
  display: block;
  left: 0;
  height: auto;
}.cid-unxj0XW6O4 .navbar-dropdown {
  position: relative !important;
}
.cid-unxj0XW6O4 .navbar-dropdown {
  position: absolute !important;
}
.cid-unxj0XW6O4 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unxj0XW6O4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unxj0XW6O4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unxj0XW6O4 .dropdown-item:hover,
.cid-unxj0XW6O4 .dropdown-item:focus {
  background: #e4453f !important;
  color: white !important;
}
.cid-unxj0XW6O4 .dropdown-item:hover span {
  color: white;
}
.cid-unxj0XW6O4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unxj0XW6O4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unxj0XW6O4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unxj0XW6O4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unxj0XW6O4 .nav-link {
  position: relative;
  font-weight: bold;
}
.cid-unxj0XW6O4 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unxj0XW6O4 .container {
    flex-wrap: nowrap;
  }
}
.cid-unxj0XW6O4 .dropdown-menu,
.cid-unxj0XW6O4 .navbar.opened {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.cid-unxj0XW6O4 .nav-item:focus,
.cid-unxj0XW6O4 .nav-link:focus {
  outline: none;
}
.cid-unxj0XW6O4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unxj0XW6O4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unxj0XW6O4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unxj0XW6O4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unxj0XW6O4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unxj0XW6O4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unxj0XW6O4 .navbar {
  min-height: 114px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
  padding: 17px 0 !important;
  box-shadow: none;
  border: none;
}
.cid-unxj0XW6O4 .navbar.opened {
  transition: all 0.3s;
}
.cid-unxj0XW6O4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unxj0XW6O4 .navbar .navbar-logo img {
  width: auto;
}
.cid-unxj0XW6O4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unxj0XW6O4 .navbar.collapsed {
  justify-content: center;
}
.cid-unxj0XW6O4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unxj0XW6O4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unxj0XW6O4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-unxj0XW6O4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unxj0XW6O4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unxj0XW6O4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unxj0XW6O4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unxj0XW6O4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-unxj0XW6O4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unxj0XW6O4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unxj0XW6O4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unxj0XW6O4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unxj0XW6O4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unxj0XW6O4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unxj0XW6O4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unxj0XW6O4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unxj0XW6O4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-unxj0XW6O4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-unxj0XW6O4 .navbar.navbar-short {
  min-height: auto;
}
.cid-unxj0XW6O4 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-unxj0XW6O4 .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-unxj0XW6O4 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 20%;
}
.cid-unxj0XW6O4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-unxj0XW6O4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unxj0XW6O4 .dropdown-item.active,
.cid-unxj0XW6O4 .dropdown-item:active {
  background-color: transparent;
}
.cid-unxj0XW6O4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unxj0XW6O4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unxj0XW6O4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unxj0XW6O4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-unxj0XW6O4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unxj0XW6O4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unxj0XW6O4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unxj0XW6O4 button.navbar-toggler {
  position: relative;
  outline: none;
  width: 80px;
  height: 80px;
  cursor: pointer;
  transition: all 0.3s;
  align-self: center;
  margin-left: auto;
}
.cid-unxj0XW6O4 button.navbar-toggler:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #1da1f2;
  transition: .2s transform;
}
.cid-unxj0XW6O4 button.navbar-toggler .hamburger span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 29px;
  height: 2px;
  background-color: #0c1c30;
  transition: .2s all;
}
.cid-unxj0XW6O4 button.navbar-toggler .hamburger span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.cid-unxj0XW6O4 button.navbar-toggler:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-unxj0XW6O4 button.navbar-toggler:hover .hamburger span {
  background-color: #ffffff;
}
.cid-unxj0XW6O4 nav.opened .navbar-toggler {
  transform: rotate(45deg);
}
.cid-unxj0XW6O4 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-unxj0XW6O4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unxj0XW6O4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unxj0XW6O4 .navbar {
    height: 70px;
  }
  .cid-unxj0XW6O4 .navbar.opened {
    height: auto;
  }
  .cid-unxj0XW6O4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unxj0XW6O4 .main-container {
  flex-grow: 1;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.cid-unxj0XW6O4 .social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 20px;
}
@media (max-width: 767px) {
  .cid-unxj0XW6O4 .social-list {
    justify-content: flex-start;
  }
}
.cid-unxj0XW6O4 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-unxj0XW6O4 .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #1da1f2;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-unxj0XW6O4 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #0c1c30;
  padding: 10px;
}
.cid-unxj0XW6O4 .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-unxj0XW6O4 .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-unxj0XW6O4 .navbar-buttons {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  text-align: center;
  flex-shrink: 0;
}
.cid-unxj0XW6O4 .navbar-buttons .btn {
  margin: 0;
}
.cid-unxj0XW6O4 .navbar-collapse {
  width: 80%;
}
.cid-unxj0XW6O4 .navbar-collapse .navbar-nav {
  justify-content: center;
  width: 75%;
  margin-right: auto;
}
@media (min-width: 992px) {
  .cid-unxj0XW6O4 .navbar-collapse .nav-link:hover {
    color: #e4453f !important;
  }
}
@media (max-width: 991px) {
  .cid-unxj0XW6O4 .navbar {
    padding: 15px 0 !important;
    box-shadow: none;
    border: none;
    min-height: 110px;
  }
  .cid-unxj0XW6O4 .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-unxj0XW6O4 .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    width: auto;
  }
  .cid-unxj0XW6O4 .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
    width: 100%;
  }
  .cid-unxj0XW6O4 .navbar-collapse .navbar-nav {
    align-items: center;
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-unxj0XW6O4 .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: center !important;
  }
  .cid-unxj0XW6O4 .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-unxj0XW6O4 .navbar-collapse .nav-link {
    justify-content: center !important;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto !important;
    padding: 0 0 50px !important;
    font-size: 30px !important;
    line-height: 1 !important;
    transition: .3s  all;
  }
  .cid-unxj0XW6O4 .navbar-collapse .nav-link:hover {
    color: #e4453f !important;
  }
  .cid-unxj0XW6O4 .navbar-buttons {
    justify-content: center;
    margin-top: 20px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-unxj0XW6O4 .navbar-collapse .nav-link {
    background: linear-gradient(to right, #e4453f, #e4453f 50%, currentColor 50%, currentColor 100%) !important;
    background-position: right !important;
    background-size: 200% 100% !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-unxj0XW6O4 .navbar-collapse .nav-link:hover {
    background-position: left !important;
    color: currentColor !important;
  }
}
@media (max-width: 575px) {
  .cid-unxj0XW6O4 .navbar-nav {
    padding-bottom: 1rem !important;
  }
}
.cid-unxj0Yvder {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-unxj0Yvder .mbr-fallback-image.disabled {
  display: none;
}
.cid-unxj0Yvder .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unxj0Yvder .image-wrapper img {
  height: 650px;
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-unxj0Yvder .image-wrapper img {
    height: 350px;
  }
}
.cid-unxj0Yvder .text-wrapper {
  display: inline-flex;
  align-items: center;
  margin-top: 16px;
}
.cid-unxj0Yvder .text-wrapper .mbr-iconfont {
  font-size: 28px;
  color: #e4453f;
  margin-right: 17px;
}
.cid-unxj0Yvder .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-unxj0Yvder .mbr-text {
  color: #747474;
}
.cid-unxj0Yvder .mbr-text,
.cid-unxj0Yvder .text {
  color: #e4453f;
  text-align: left;
}
.cid-unxj0YThd3 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-unxj0YThd3 .mbr-text {
  color: #57677c;
}
.cid-unxj0YThd3 .mbr-title {
  color: #162436;
}
@media (max-width: 767px) {
  .cid-unxj0YThd3 .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-unxj0YThd3 h3 {
  margin-bottom: 1.2rem;
}
@media (max-width: 992px) {
  .cid-unxj0YThd3 .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-unxj0YThd3 .mbr-text {
    padding-right: 2.5rem;
  }
}
@media (min-width: 767px) {
  .cid-unxj0YThd3 .row {
    margin: 0;
  }
}
.cid-unxj0YThd3 P {
  color: #57677c;
  text-align: left;
}
.cid-unxj10BqGz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-unxj10BqGz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-unxj10BqGz .row {
  flex-direction: row-reverse;
}
.cid-unxj10BqGz img {
  width: 100%;
  border-radius: 16px;
}
.cid-unxj0ZhhvX {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-unxj0ZhhvX .carousel {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.cid-unxj0ZhhvX .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.cid-unxj0ZhhvX .carousel-item,
.cid-unxj0ZhhvX .carousel-inner {
  height: 100%;
}
.cid-unxj0ZhhvX .carousel-caption {
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 280px;
}
@media (min-width: 768px) {
  .cid-unxj0ZhhvX .carousel-caption {
    width: 680px;
  }
}
@media (min-width: 992px) {
  .cid-unxj0ZhhvX .carousel-caption {
    width: 900px;
  }
}
.cid-unxj0ZhhvX .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-unxj0ZhhvX .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-unxj0ZhhvX .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 0;
}
.cid-unxj0ZhhvX .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-unxj0ZhhvX .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-unxj0ZhhvX .content-slider-wrap {
    width: 100% !important;
  }
  .cid-unxj0ZhhvX .carousel {
    width: 100%;
  }
}
.cid-unxj0ZhhvX .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-unxj0ZhhvX .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 0;
}
.cid-unxj0ZhhvX .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-unxj0ZhhvX .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-unxj0ZhhvX .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-unxj0ZhhvX .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-unxj0ZhhvX .carousel-indicators li {
  max-width: 7px;
  height: 7px;
  width: 7px;
  max-height: 7px;
  margin: 0 10px;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1 !important;
}
.cid-unxj0ZhhvX .carousel-indicators li.active {
  background-color: #ffffff;
  opacity: 1 !important;
}
.cid-unxj0ZhhvX .carousel-indicators li::after,
.cid-unxj0ZhhvX .carousel-indicators li::before {
  content: none;
}
.cid-unxj0ZhhvX .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-unxj0ZhhvX P {
  color: #57677c;
}
.cid-unxj0ZN66I {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-unxj0ZN66I .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-unxj0ZN66I .row {
  flex-direction: row-reverse;
}
.cid-unxj0ZN66I img {
  width: 100%;
  border-radius: 16px;
}
.cid-unxj10dUq1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-unxj10dUq1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-unxj10dUq1 .row {
  flex-direction: row-reverse;
}
.cid-unxj10dUq1 img {
  width: 100%;
  border-radius: 16px;
}
.cid-unxlnjcifr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-unxlnjcifr .carousel {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.cid-unxlnjcifr .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.cid-unxlnjcifr .carousel-item,
.cid-unxlnjcifr .carousel-inner {
  height: 100%;
}
.cid-unxlnjcifr .carousel-caption {
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 280px;
}
@media (min-width: 768px) {
  .cid-unxlnjcifr .carousel-caption {
    width: 680px;
  }
}
@media (min-width: 992px) {
  .cid-unxlnjcifr .carousel-caption {
    width: 900px;
  }
}
.cid-unxlnjcifr .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-unxlnjcifr .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-unxlnjcifr .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 0;
}
.cid-unxlnjcifr .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-unxlnjcifr .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-unxlnjcifr .content-slider-wrap {
    width: 100% !important;
  }
  .cid-unxlnjcifr .carousel {
    width: 100%;
  }
}
.cid-unxlnjcifr .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-unxlnjcifr .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 0;
}
.cid-unxlnjcifr .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-unxlnjcifr .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-unxlnjcifr .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-unxlnjcifr .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-unxlnjcifr .carousel-indicators li {
  max-width: 7px;
  height: 7px;
  width: 7px;
  max-height: 7px;
  margin: 0 10px;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1 !important;
}
.cid-unxlnjcifr .carousel-indicators li.active {
  background-color: #ffffff;
  opacity: 1 !important;
}
.cid-unxlnjcifr .carousel-indicators li::after,
.cid-unxlnjcifr .carousel-indicators li::before {
  content: none;
}
.cid-unxlnjcifr .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-unxlnjcifr P {
  color: #57677c;
}
.cid-unxj110pIW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-unxj110pIW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-unxj110pIW .row {
  flex-direction: row-reverse;
  max-width: 1000px;
  margin: 0 auto;
}
.cid-unxj110pIW img {
  width: 100%;
  border-radius: 16px;
}
.cid-unxj11o92l {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-unxj11o92l .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-unxj11o92l .item-img {
  aspect-ratio: 1;
}
.cid-unxj11o92l .item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 15px;
}
.cid-unxj11o92l .item:focus,
.cid-unxj11o92l span:focus {
  outline: none;
}
.cid-unxj11o92l .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-unxj11o92l .row {
  max-width: 1000px;
  margin: 0 auto;
}
.cid-unxj11QXqb {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-unxj11QXqb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-unxj11QXqb .row {
  flex-direction: row-reverse;
}
.cid-unxj11QXqb img {
  width: 100%;
  border-radius: 16px;
}
.cid-unxj12fNju {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-unxj12fNju .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-unxj12fNju .row {
  flex-direction: row-reverse;
}
.cid-unxj12fNju img {
  width: 100%;
  border-radius: 16px;
}
.cid-unxj12FzgZ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-unxj12FzgZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-unxj12FzgZ .row {
  flex-direction: row-reverse;
}
.cid-unxj12FzgZ img {
  width: 100%;
  border-radius: 16px;
}
.cid-unxj13vfts {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-unxj13vfts .mbr-fallback-image.disabled {
  display: none;
}
.cid-unxj13vfts .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unxj13vfts .mbr-section-title {
  color: #162436;
}
.cid-unxj13vfts .mbr-section-subtitle {
  color: #57677c;
}
.cid-unxj13WyXJ {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #162436;
}
.cid-unxj13WyXJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-unxj13WyXJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unxj13WyXJ .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unxj13WyXJ .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-unxj13WyXJ .media-wrap img {
    width: 120px;
    margin: 0 auto;
  }
}
.cid-unxj13WyXJ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-unxj13WyXJ .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-unxj13WyXJ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-unxj13WyXJ .list {
    margin-bottom: 0rem;
  }
}
.cid-unxj13WyXJ .mbr-text {
  color: #57677c;
  text-align: left;
}
.cid-unxj13WyXJ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #1da1f2;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-unxj13WyXJ .mbr-iconfont {
  color: white;
}
@media (max-width: 991px) {
  .cid-unxj13WyXJ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-unxj13WyXJ .mbr-section-subtitle {
  color: #57677c;
}
.cid-unxj13WyXJ .copyright {
  color: #57677c;
  text-align: center;
}
.cid-unxj13WyXJ H5 {
  text-align: left;
  color: #57677c;
}
@media (max-width: 767px) {
  .cid-unxj13WyXJ .row {
    text-align: center;
  }
  .cid-unxj13WyXJ .row > div {
    margin: auto;
  }
  .cid-unxj13WyXJ .social-row {
    justify-content: center;
  }
  .cid-unxj13WyXJ .mbr-text,
  .cid-unxj13WyXJ .list,
  .cid-unxj13WyXJ .mbr-section-subtitle,
  .cid-unxj13WyXJ H5 {
    text-align: center;
  }
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

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;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

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: #111111;
}

.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;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
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 {
  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;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
    letter-spacing: 1px;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  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: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.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;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            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;
}

.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;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .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;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  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 {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  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;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.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;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.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: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
/*# estilos extras */
.borde-top {
  position: absolute;
  top: -1px;
  width: 100%;
  display: block;
  left: 0;
  height: auto;
}
.borde_bot {
  position: absolute;
  bottom: -1px;
  width: 100%;
  min-width: 600px;
  display: block;
  left: 0;
  height: auto;
}
.num {
  color: #e4453f;
}
.btn-whapp {
position:fixed;
bottom:0px; right:20px;
z-index:999;	
background: #3cb579 url(https://ae-estudio.com/whapp-ico50x50.svg) no-repeat center;
    transition: background-color 1s;
	-webkit-transition: background-color 1s;
	text-decoration:none;
	display: inline-block;
	margin: 2.8em .5em;
	width:50px; height:50px;
	border-radius:50%;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
	box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
}
.btn-whapp:hover {
    background-color:#3cb579;  cursor:pointer; color:#DE3D4D;
	-webkit-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	-moz-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.mbr-arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60px;
  height: 120px;
  cursor: pointer;
  z-index: 999;
  background-color: rgba(20, 157, 204, 1);
  border-radius: 30px 30px 0 0;
  -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;
}
.nja {
  color: #e4453f;
}
.tachado {
  text-decoration: line-through;
}
.borde {
  position: absolute;
  bottom: -1px;
  width: 100%;
  display: block;
  left: 0;
  height: auto;
}.cid-u6O6yxcwYm .navbar-dropdown {
  position: relative !important;
}
.cid-u6O6yxcwYm .navbar-dropdown {
  position: absolute !important;
}
.cid-u6O6yxcwYm .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6O6yxcwYm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6O6yxcwYm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6O6yxcwYm .dropdown-item:hover,
.cid-u6O6yxcwYm .dropdown-item:focus {
  background: #e4453f !important;
  color: white !important;
}
.cid-u6O6yxcwYm .dropdown-item:hover span {
  color: white;
}
.cid-u6O6yxcwYm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6O6yxcwYm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6O6yxcwYm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6O6yxcwYm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6O6yxcwYm .nav-link {
  position: relative;
  font-weight: bold;
}
.cid-u6O6yxcwYm .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6O6yxcwYm .container {
    flex-wrap: nowrap;
  }
}
.cid-u6O6yxcwYm .dropdown-menu,
.cid-u6O6yxcwYm .navbar.opened {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.cid-u6O6yxcwYm .nav-item:focus,
.cid-u6O6yxcwYm .nav-link:focus {
  outline: none;
}
.cid-u6O6yxcwYm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6O6yxcwYm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6O6yxcwYm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6O6yxcwYm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6O6yxcwYm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6O6yxcwYm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6O6yxcwYm .navbar {
  min-height: 114px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
  padding: 17px 0 !important;
  box-shadow: none;
  border: none;
}
.cid-u6O6yxcwYm .navbar.opened {
  transition: all 0.3s;
}
.cid-u6O6yxcwYm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6O6yxcwYm .navbar .navbar-logo img {
  width: auto;
}
.cid-u6O6yxcwYm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6O6yxcwYm .navbar.collapsed {
  justify-content: center;
}
.cid-u6O6yxcwYm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6O6yxcwYm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6O6yxcwYm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-u6O6yxcwYm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6O6yxcwYm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6O6yxcwYm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6O6yxcwYm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6O6yxcwYm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u6O6yxcwYm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6O6yxcwYm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6O6yxcwYm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6O6yxcwYm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6O6yxcwYm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6O6yxcwYm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6O6yxcwYm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6O6yxcwYm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6O6yxcwYm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u6O6yxcwYm .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u6O6yxcwYm .navbar.navbar-short {
  min-height: auto;
}
.cid-u6O6yxcwYm .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-u6O6yxcwYm .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-u6O6yxcwYm .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 20%;
}
.cid-u6O6yxcwYm .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-u6O6yxcwYm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6O6yxcwYm .dropdown-item.active,
.cid-u6O6yxcwYm .dropdown-item:active {
  background-color: transparent;
}
.cid-u6O6yxcwYm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6O6yxcwYm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6O6yxcwYm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6O6yxcwYm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u6O6yxcwYm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6O6yxcwYm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6O6yxcwYm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6O6yxcwYm button.navbar-toggler {
  position: relative;
  outline: none;
  width: 80px;
  height: 80px;
  cursor: pointer;
  transition: all 0.3s;
  align-self: center;
  margin-left: auto;
}
.cid-u6O6yxcwYm button.navbar-toggler:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #1da1f2;
  transition: .2s transform;
}
.cid-u6O6yxcwYm button.navbar-toggler .hamburger span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 29px;
  height: 2px;
  background-color: #0c1c30;
  transition: .2s all;
}
.cid-u6O6yxcwYm button.navbar-toggler .hamburger span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.cid-u6O6yxcwYm button.navbar-toggler:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-u6O6yxcwYm button.navbar-toggler:hover .hamburger span {
  background-color: #ffffff;
}
.cid-u6O6yxcwYm nav.opened .navbar-toggler {
  transform: rotate(45deg);
}
.cid-u6O6yxcwYm .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u6O6yxcwYm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6O6yxcwYm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u6O6yxcwYm .navbar {
    height: 70px;
  }
  .cid-u6O6yxcwYm .navbar.opened {
    height: auto;
  }
  .cid-u6O6yxcwYm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6O6yxcwYm .main-container {
  flex-grow: 1;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.cid-u6O6yxcwYm .social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 20px;
}
@media (max-width: 767px) {
  .cid-u6O6yxcwYm .social-list {
    justify-content: flex-start;
  }
}
.cid-u6O6yxcwYm .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-u6O6yxcwYm .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #1da1f2;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-u6O6yxcwYm .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #0c1c30;
  padding: 10px;
}
.cid-u6O6yxcwYm .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-u6O6yxcwYm .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-u6O6yxcwYm .navbar-buttons {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  text-align: center;
  flex-shrink: 0;
}
.cid-u6O6yxcwYm .navbar-buttons .btn {
  margin: 0;
}
.cid-u6O6yxcwYm .navbar-collapse {
  width: 80%;
}
.cid-u6O6yxcwYm .navbar-collapse .navbar-nav {
  justify-content: center;
  width: 75%;
  margin-right: auto;
}
@media (min-width: 992px) {
  .cid-u6O6yxcwYm .navbar-collapse .nav-link:hover {
    color: #e4453f !important;
  }
}
@media (max-width: 991px) {
  .cid-u6O6yxcwYm .navbar {
    padding: 15px 0 !important;
    box-shadow: none;
    border: none;
    min-height: 110px;
  }
  .cid-u6O6yxcwYm .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-u6O6yxcwYm .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    width: auto;
  }
  .cid-u6O6yxcwYm .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
    width: 100%;
  }
  .cid-u6O6yxcwYm .navbar-collapse .navbar-nav {
    align-items: center;
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-u6O6yxcwYm .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: center !important;
  }
  .cid-u6O6yxcwYm .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-u6O6yxcwYm .navbar-collapse .nav-link {
    justify-content: center !important;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto !important;
    padding: 0 0 50px !important;
    font-size: 30px !important;
    line-height: 1 !important;
    transition: .3s  all;
  }
  .cid-u6O6yxcwYm .navbar-collapse .nav-link:hover {
    color: #e4453f !important;
  }
  .cid-u6O6yxcwYm .navbar-buttons {
    justify-content: center;
    margin-top: 20px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u6O6yxcwYm .navbar-collapse .nav-link {
    background: linear-gradient(to right, #e4453f, #e4453f 50%, currentColor 50%, currentColor 100%) !important;
    background-position: right !important;
    background-size: 200% 100% !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u6O6yxcwYm .navbar-collapse .nav-link:hover {
    background-position: left !important;
    color: currentColor !important;
  }
}
@media (max-width: 575px) {
  .cid-u6O6yxcwYm .navbar-nav {
    padding-bottom: 1rem !important;
  }
}
.cid-unbqVjaXqa {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-color: #edf4fc;
}
@media (max-width: 992px) {
  .cid-unbqVjaXqa .container {
    padding: 0 22px;
  }
}
.cid-unbqVjaXqa .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 5px;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .cid-unbqVjaXqa .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-unbqVjaXqa .embla__slide .slide-content {
  width: 600px;
}
.cid-unbqVjaXqa .embla__slide .slide-content .item-wrapper .item-img img {
  height: 470px;
  object-fit: contain;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .cid-unbqVjaXqa .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-unbqVjaXqa .embla__slide .slide-content .item-content {
  position: relative;
  top: -30px;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 10px 30px;
}
@media (max-width: 767px) {
  .cid-unbqVjaXqa .embla__slide .slide-content .item-content {
    padding: 10px 20px;
  }
}
.cid-unbqVjaXqa .embla__slide .slide-content .item-content:hover .item-number,
.cid-unbqVjaXqa .embla__slide .slide-content .item-content:focus .item-number {
  -webkit-text-stroke-color: transparent;
  -webkit-text-fill-color: #000000;
}
.cid-unbqVjaXqa .embla__slide .slide-content .item-content:hover .icon-wrapper .mbr-iconfont,
.cid-unbqVjaXqa .embla__slide .slide-content .item-content:focus .icon-wrapper .mbr-iconfont {
  transform: rotate(0);
}
.cid-unbqVjaXqa .embla__slide .slide-content .item-content .item-number {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000000;
  -webkit-text-fill-color: transparent;
  transition: all 0.5s ease-in-out;
  min-width: 45px;
  margin-bottom: 0;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .cid-unbqVjaXqa .embla__slide .slide-content .item-content .item-number {
    min-width: 35px;
  }
}
.cid-unbqVjaXqa .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 0;
  background: #ffffff;
  border-radius: 24px;
  padding: 8px 16px;
}
.cid-unbqVjaXqa .embla__slide .slide-content .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 30px;
  transform: rotate(-45deg);
  margin-left: 20px;
  color: #facb1d;
  transition: all 0.3s ease-in-out;
}
.cid-unbqVjaXqa .embla__slide .slide-content a {
  display: block;
}
.cid-unbqVjaXqa .embla__button--next,
.cid-unbqVjaXqa .embla__button--prev {
  display: flex;
}
.cid-unbqVjaXqa .embla__button {
  top: 50%;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: #FFF !important;
  border: none;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .7 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-unbqVjaXqa .embla__button {
    display: none;
  }
}
.cid-unbqVjaXqa .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-unbqVjaXqa .embla__button:hover {
  opacity: 1 !important;
}
.cid-unbqVjaXqa .embla__button.embla__button--prev {
  left: 0;
}
@media (max-width: 992px) {
  .cid-unbqVjaXqa .embla__button.embla__button--prev {
    left: 20px;
  }
}
.cid-unbqVjaXqa .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 992px) {
  .cid-unbqVjaXqa .embla__button.embla__button--next {
    right: 20px;
  }
}
.cid-unbqVjaXqa .card {
  justify-content: center;
}
.cid-unbqVjaXqa .embla {
  position: relative;
  width: 100%;
  padding: 0 40px;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-unbqVjaXqa .embla {
    margin: 0 0 20px;
    padding: 0;
  }
}
.cid-unbqVjaXqa .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-unbqVjaXqa .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-unbqVjaXqa .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-unbqVjaXqa .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-unbqVjaXqa .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-unbqVjaXqa .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-unbqVjaXqa .mbr-section-title {
  color: #e4453f;
  letter-spacing: -1px;
}
.cid-unbqVjaXqa .mbr-text {
  color: #57677c;
  text-align: left;
}
.cid-unbqVjaXqa .mbr-section-title,
.cid-unbqVjaXqa .mbr-section-btn DIV {
  text-align: center;
}
.cid-unbqVjaXqa .mbr-section-title,
.cid-unbqVjaXqa .mbr-section-btn {
  color: #162436;
  text-align: left;
}
.cid-unbqVjaXqa .item-title {
  color: #e4453f;
  text-align: left;
}
.cid-unbqVjaXqa .mbr-section-subtitle {
  color: #e4453f;
  text-align: left;
}
.cid-unbqVjaXqa .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-unbqVjaXqa .counter-container ul li {
  position: relative;
  list-style: none;
  padding: 0;
  line-height: 1;
  margin-bottom: 1rem;
}
.cid-unbqVjaXqa .counter-container ul li:before {
  position: absolute;
  font-family: 'Moririse2' !important;
  left: -1.5em;
  content: "\e97c";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #e4453f;
  width: 0.5em;
  height: 0.5em;
  top: 0.3em;
  border-radius: 50%;
}
.cid-uoiaJTtXAz {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uoiaJTtXAz .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uoiaJTtXAz .counter-container ul li {
  position: relative;
  list-style: none;
  padding: 0;
  line-height: 1;
  margin-bottom: 1rem;
}
.cid-uoiaJTtXAz .counter-container ul li:before {
  position: absolute;
  font-family: 'Moririse2' !important;
  left: -1.5em;
  content: "\e97c";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1da1f2;
  width: 0.5em;
  height: 0.5em;
  top: 0.3em;
  border-radius: 50%;
}
.cid-uoiaJTtXAz .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-uoiaJTtXAz .mbr-text UL {
  text-align: left;
}
.cid-uoiaJTtXAz .mbr-text {
  color: #57677c;
}
.cid-uoiaJTtXAz .mbr-section-title {
  color: #162436;
  text-align: left;
}
.cid-uoiaJTtXAz .image-wrapper {
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-uoiaJTtXAz .image-wrapper {
    padding: 0;
    margin-top: 0px;
  }
}
.cid-uoiaJTtXAz .image-wrapper img {
  height: 350px;
  object-fit: contain;
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .cid-uoiaJTtXAz .image-wrapper img {
    height: 350px;
  }
}
.cid-unDmDNLAfi {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-unDmDNLAfi .item {
  display: flex;
  border-radius: 25px;
  background-color: #eff6fa;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-unDmDNLAfi .item {
    padding: 3rem 4.5rem 3rem 3rem;
  }
}
@media (max-width: 991px) {
  .cid-unDmDNLAfi .item {
    padding: 3rem;
    flex-direction: column;
  }
}
.cid-unDmDNLAfi .icon-box {
  background: #3cb579;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 0.7rem;
}
@media (max-width: 991px) {
  .cid-unDmDNLAfi .icon-box {
    margin-top: 0;
    margin-bottom: 1.2rem;
  }
}
.cid-unDmDNLAfi .step-number {
  color: #f3f6f9;
}
@media (max-width: 991px) {
  .cid-unDmDNLAfi .card {
    margin-bottom: 2rem;
  }
  .cid-unDmDNLAfi .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-unDmDNLAfi .card-title {
  color: #2e6b75;
}
.cid-unDmDNLAfi .icon-text {
  color: #6c7577;
}
.cid-unDmDNLAfi .icon-title {
  color: #2e6b75;
}
.cid-unDmDNLAfi .mbr-fallback-image.disabled {
  display: none;
}
.cid-unDmDNLAfi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unDmDNLAfi .card-title,
.cid-unDmDNLAfi .card-box {
  color: #162436;
  text-align: left;
}
.cid-unDmDNLAfi .mbr-section-title {
  text-align: left;
}
.cid-unDGQBIZhQ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-unDGQBIZhQ .mbr-section-title {
  text-align: center;
  color: #4479d9;
}
.cid-unDGQBIZhQ .mbr-text,
.cid-unDGQBIZhQ .mbr-section-btn {
  text-align: center;
}
.cid-unDGQBIZhQ .mbr-section-subtitle {
  text-align: center;
  color: #57677c;
}
.cid-unaBWFcffQ {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-unaBWFcffQ .container-fluid {
  padding: 0 3rem;
}
.cid-unaBWFcffQ ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-unaBWFcffQ ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-unaBWFcffQ ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-unaBWFcffQ ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-unaBWFcffQ .container-fluid {
    padding: 0 1rem;
  }
  .cid-unaBWFcffQ .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-unaBWFcffQ .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-unaBWFcffQ .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #e4453f, #1da1f2);
  display: inline-block;
}
.cid-unaBWFcffQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-unaBWFcffQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unaBWFcffQ .mbr-section-title,
.cid-unaBWFcffQ .underline {
  color: #162436;
}
.cid-u8VfZauA7B {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #162436;
}
.cid-u8VfZauA7B .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8VfZauA7B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8VfZauA7B .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u8VfZauA7B .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u8VfZauA7B .media-wrap img {
    width: 120px;
    margin: 0 auto;
  }
}
.cid-u8VfZauA7B .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u8VfZauA7B .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-u8VfZauA7B .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u8VfZauA7B .list {
    margin-bottom: 0rem;
  }
}
.cid-u8VfZauA7B .mbr-text {
  color: #57677c;
  text-align: left;
}
.cid-u8VfZauA7B .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #1da1f2;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-u8VfZauA7B .mbr-iconfont {
  color: white;
}
@media (max-width: 991px) {
  .cid-u8VfZauA7B div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u8VfZauA7B .mbr-section-subtitle {
  color: #57677c;
}
.cid-u8VfZauA7B .copyright {
  color: #57677c;
  text-align: center;
}
.cid-u8VfZauA7B H5 {
  text-align: left;
  color: #57677c;
}
@media (max-width: 767px) {
  .cid-u8VfZauA7B .row {
    text-align: center;
  }
  .cid-u8VfZauA7B .row > div {
    margin: auto;
  }
  .cid-u8VfZauA7B .social-row {
    justify-content: center;
  }
  .cid-u8VfZauA7B .mbr-text,
  .cid-u8VfZauA7B .list,
  .cid-u8VfZauA7B .mbr-section-subtitle,
  .cid-u8VfZauA7B H5 {
    text-align: center;
  }
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

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;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

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: #111111;
}

.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;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
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 {
  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;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
    letter-spacing: 1px;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  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: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.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;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            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;
}

.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;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .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;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  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 {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  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;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.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;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.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: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
/*# estilos extras */
.borde-top {
  position: absolute;
  top: -1px;
  width: 100%;
  display: block;
  left: 0;
  height: auto;
}
.borde_bot {
  position: absolute;
  bottom: -1px;
  width: 100%;
  min-width: 600px;
  display: block;
  left: 0;
  height: auto;
}
.num {
  color: #e4453f;
}
.btn-whapp {
position:fixed;
bottom:0px; right:20px;
z-index:999;	
background: #3cb579 url(https://ae-estudio.com/whapp-ico50x50.svg) no-repeat center;
    transition: background-color 1s;
	-webkit-transition: background-color 1s;
	text-decoration:none;
	display: inline-block;
	margin: 2.8em .5em;
	width:50px; height:50px;
	border-radius:50%;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
	box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
}
.btn-whapp:hover {
    background-color:#3cb579;  cursor:pointer; color:#DE3D4D;
	-webkit-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	-moz-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.mbr-arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60px;
  height: 120px;
  cursor: pointer;
  z-index: 999;
  background-color: rgba(20, 157, 204, 1);
  border-radius: 30px 30px 0 0;
  -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;
}
.nja {
  color: #e4453f;
}
.tachado {
  text-decoration: line-through;
}
.borde {
  position: absolute;
  bottom: -1px;
  width: 100%;
  display: block;
  left: 0;
  height: auto;
}.cid-unUEM3E3nS .navbar-dropdown {
  position: relative !important;
}
.cid-unUEM3E3nS .navbar-dropdown {
  position: absolute !important;
}
.cid-unUEM3E3nS .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unUEM3E3nS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unUEM3E3nS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unUEM3E3nS .dropdown-item:hover,
.cid-unUEM3E3nS .dropdown-item:focus {
  background: #e4453f !important;
  color: white !important;
}
.cid-unUEM3E3nS .dropdown-item:hover span {
  color: white;
}
.cid-unUEM3E3nS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unUEM3E3nS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unUEM3E3nS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unUEM3E3nS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unUEM3E3nS .nav-link {
  position: relative;
  font-weight: bold;
}
.cid-unUEM3E3nS .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unUEM3E3nS .container {
    flex-wrap: nowrap;
  }
}
.cid-unUEM3E3nS .dropdown-menu,
.cid-unUEM3E3nS .navbar.opened {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.cid-unUEM3E3nS .nav-item:focus,
.cid-unUEM3E3nS .nav-link:focus {
  outline: none;
}
.cid-unUEM3E3nS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unUEM3E3nS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unUEM3E3nS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unUEM3E3nS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unUEM3E3nS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unUEM3E3nS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unUEM3E3nS .navbar {
  min-height: 114px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
  padding: 17px 0 !important;
  box-shadow: none;
  border: none;
}
.cid-unUEM3E3nS .navbar.opened {
  transition: all 0.3s;
}
.cid-unUEM3E3nS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unUEM3E3nS .navbar .navbar-logo img {
  width: auto;
}
.cid-unUEM3E3nS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unUEM3E3nS .navbar.collapsed {
  justify-content: center;
}
.cid-unUEM3E3nS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unUEM3E3nS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unUEM3E3nS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-unUEM3E3nS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unUEM3E3nS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unUEM3E3nS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unUEM3E3nS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unUEM3E3nS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-unUEM3E3nS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unUEM3E3nS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unUEM3E3nS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unUEM3E3nS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unUEM3E3nS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unUEM3E3nS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unUEM3E3nS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unUEM3E3nS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unUEM3E3nS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-unUEM3E3nS .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-unUEM3E3nS .navbar.navbar-short {
  min-height: auto;
}
.cid-unUEM3E3nS .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-unUEM3E3nS .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-unUEM3E3nS .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 20%;
}
.cid-unUEM3E3nS .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-unUEM3E3nS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unUEM3E3nS .dropdown-item.active,
.cid-unUEM3E3nS .dropdown-item:active {
  background-color: transparent;
}
.cid-unUEM3E3nS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unUEM3E3nS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unUEM3E3nS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unUEM3E3nS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-unUEM3E3nS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unUEM3E3nS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unUEM3E3nS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unUEM3E3nS button.navbar-toggler {
  position: relative;
  outline: none;
  width: 80px;
  height: 80px;
  cursor: pointer;
  transition: all 0.3s;
  align-self: center;
  margin-left: auto;
}
.cid-unUEM3E3nS button.navbar-toggler:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #1da1f2;
  transition: .2s transform;
}
.cid-unUEM3E3nS button.navbar-toggler .hamburger span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 29px;
  height: 2px;
  background-color: #0c1c30;
  transition: .2s all;
}
.cid-unUEM3E3nS button.navbar-toggler .hamburger span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.cid-unUEM3E3nS button.navbar-toggler:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-unUEM3E3nS button.navbar-toggler:hover .hamburger span {
  background-color: #ffffff;
}
.cid-unUEM3E3nS nav.opened .navbar-toggler {
  transform: rotate(45deg);
}
.cid-unUEM3E3nS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-unUEM3E3nS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unUEM3E3nS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unUEM3E3nS .navbar {
    height: 70px;
  }
  .cid-unUEM3E3nS .navbar.opened {
    height: auto;
  }
  .cid-unUEM3E3nS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unUEM3E3nS .main-container {
  flex-grow: 1;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.cid-unUEM3E3nS .social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 20px;
}
@media (max-width: 767px) {
  .cid-unUEM3E3nS .social-list {
    justify-content: flex-start;
  }
}
.cid-unUEM3E3nS .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-unUEM3E3nS .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #1da1f2;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-unUEM3E3nS .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #0c1c30;
  padding: 10px;
}
.cid-unUEM3E3nS .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-unUEM3E3nS .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-unUEM3E3nS .navbar-buttons {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  text-align: center;
  flex-shrink: 0;
}
.cid-unUEM3E3nS .navbar-buttons .btn {
  margin: 0;
}
.cid-unUEM3E3nS .navbar-collapse {
  width: 80%;
}
.cid-unUEM3E3nS .navbar-collapse .navbar-nav {
  justify-content: center;
  width: 75%;
  margin-right: auto;
}
@media (min-width: 992px) {
  .cid-unUEM3E3nS .navbar-collapse .nav-link:hover {
    color: #e4453f !important;
  }
}
@media (max-width: 991px) {
  .cid-unUEM3E3nS .navbar {
    padding: 15px 0 !important;
    box-shadow: none;
    border: none;
    min-height: 110px;
  }
  .cid-unUEM3E3nS .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-unUEM3E3nS .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    width: auto;
  }
  .cid-unUEM3E3nS .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
    width: 100%;
  }
  .cid-unUEM3E3nS .navbar-collapse .navbar-nav {
    align-items: center;
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-unUEM3E3nS .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: center !important;
  }
  .cid-unUEM3E3nS .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-unUEM3E3nS .navbar-collapse .nav-link {
    justify-content: center !important;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto !important;
    padding: 0 0 50px !important;
    font-size: 30px !important;
    line-height: 1 !important;
    transition: .3s  all;
  }
  .cid-unUEM3E3nS .navbar-collapse .nav-link:hover {
    color: #e4453f !important;
  }
  .cid-unUEM3E3nS .navbar-buttons {
    justify-content: center;
    margin-top: 20px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-unUEM3E3nS .navbar-collapse .nav-link {
    background: linear-gradient(to right, #e4453f, #e4453f 50%, currentColor 50%, currentColor 100%) !important;
    background-position: right !important;
    background-size: 200% 100% !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-unUEM3E3nS .navbar-collapse .nav-link:hover {
    background-position: left !important;
    color: currentColor !important;
  }
}
@media (max-width: 575px) {
  .cid-unUEM3E3nS .navbar-nav {
    padding-bottom: 1rem !important;
  }
}
.cid-uohGHMeh6f {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-color: #edf4fc;
}
@media (max-width: 992px) {
  .cid-uohGHMeh6f .container {
    padding: 0 22px;
  }
}
.cid-uohGHMeh6f .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 5px;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .cid-uohGHMeh6f .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uohGHMeh6f .embla__slide .slide-content {
  width: 600px;
}
.cid-uohGHMeh6f .embla__slide .slide-content .item-wrapper .item-img img {
  height: 470px;
  object-fit: contain;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .cid-uohGHMeh6f .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uohGHMeh6f .embla__slide .slide-content .item-content {
  position: relative;
  top: -30px;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 10px 30px;
}
@media (max-width: 767px) {
  .cid-uohGHMeh6f .embla__slide .slide-content .item-content {
    padding: 10px 20px;
  }
}
.cid-uohGHMeh6f .embla__slide .slide-content .item-content:hover .item-number,
.cid-uohGHMeh6f .embla__slide .slide-content .item-content:focus .item-number {
  -webkit-text-stroke-color: transparent;
  -webkit-text-fill-color: #000000;
}
.cid-uohGHMeh6f .embla__slide .slide-content .item-content:hover .icon-wrapper .mbr-iconfont,
.cid-uohGHMeh6f .embla__slide .slide-content .item-content:focus .icon-wrapper .mbr-iconfont {
  transform: rotate(0);
}
.cid-uohGHMeh6f .embla__slide .slide-content .item-content .item-number {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000000;
  -webkit-text-fill-color: transparent;
  transition: all 0.5s ease-in-out;
  min-width: 45px;
  margin-bottom: 0;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .cid-uohGHMeh6f .embla__slide .slide-content .item-content .item-number {
    min-width: 35px;
  }
}
.cid-uohGHMeh6f .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 0;
  background: #ffffff;
  border-radius: 24px;
  padding: 8px 16px;
}
.cid-uohGHMeh6f .embla__slide .slide-content .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 30px;
  transform: rotate(-45deg);
  margin-left: 20px;
  color: #facb1d;
  transition: all 0.3s ease-in-out;
}
.cid-uohGHMeh6f .embla__slide .slide-content a {
  display: block;
}
.cid-uohGHMeh6f .embla__button--next,
.cid-uohGHMeh6f .embla__button--prev {
  display: flex;
}
.cid-uohGHMeh6f .embla__button {
  top: 50%;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: #FFF !important;
  border: none;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .7 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-uohGHMeh6f .embla__button {
    display: none;
  }
}
.cid-uohGHMeh6f .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uohGHMeh6f .embla__button:hover {
  opacity: 1 !important;
}
.cid-uohGHMeh6f .embla__button.embla__button--prev {
  left: 0;
}
@media (max-width: 992px) {
  .cid-uohGHMeh6f .embla__button.embla__button--prev {
    left: 20px;
  }
}
.cid-uohGHMeh6f .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 992px) {
  .cid-uohGHMeh6f .embla__button.embla__button--next {
    right: 20px;
  }
}
.cid-uohGHMeh6f .card {
  justify-content: center;
}
.cid-uohGHMeh6f .embla {
  position: relative;
  width: 100%;
  padding: 0 40px;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-uohGHMeh6f .embla {
    margin: 0 0 20px;
    padding: 0;
  }
}
.cid-uohGHMeh6f .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uohGHMeh6f .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uohGHMeh6f .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uohGHMeh6f .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uohGHMeh6f .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uohGHMeh6f .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uohGHMeh6f .mbr-section-title {
  color: #e4453f;
  letter-spacing: -1px;
}
.cid-uohGHMeh6f .mbr-text {
  color: #57677c;
  text-align: left;
}
.cid-uohGHMeh6f .mbr-section-title,
.cid-uohGHMeh6f .mbr-section-btn DIV {
  text-align: center;
}
.cid-uohGHMeh6f .mbr-section-title,
.cid-uohGHMeh6f .mbr-section-btn {
  color: #162436;
  text-align: left;
}
.cid-uohGHMeh6f .item-title {
  color: #e4453f;
  text-align: left;
}
.cid-uohGHMeh6f .mbr-section-subtitle {
  color: #e4453f;
  text-align: left;
}
.cid-uohGHMeh6f .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uohGHMeh6f .counter-container ul li {
  position: relative;
  list-style: none;
  padding: 0;
  line-height: 1;
  margin-bottom: 1rem;
}
.cid-uohGHMeh6f .counter-container ul li:before {
  position: absolute;
  font-family: 'Moririse2' !important;
  left: -1.5em;
  content: "\e97c";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #e4453f;
  width: 0.5em;
  height: 0.5em;
  top: 0.3em;
  border-radius: 50%;
}
.cid-unUEM4y7w8 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-unUEM4y7w8 .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-unUEM4y7w8 .counter-container ul li {
  position: relative;
  list-style: none;
  padding: 0;
  line-height: 1;
  margin-bottom: 1rem;
}
.cid-unUEM4y7w8 .counter-container ul li:before {
  position: absolute;
  font-family: 'Moririse2' !important;
  left: -1.5em;
  content: "\e97c";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1da1f2;
  width: 0.5em;
  height: 0.5em;
  top: 0.3em;
  border-radius: 50%;
}
.cid-unUEM4y7w8 .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-unUEM4y7w8 .mbr-text UL {
  text-align: left;
}
.cid-unUEM4y7w8 .mbr-text {
  color: #57677c;
}
.cid-unUEM4y7w8 .mbr-section-title {
  color: #162436;
  text-align: left;
}
.cid-unUEM4y7w8 .image-wrapper {
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-unUEM4y7w8 .image-wrapper {
    padding: 0;
    margin-top: 0px;
  }
}
.cid-unUEM4y7w8 .image-wrapper img {
  height: 350px;
  object-fit: contain;
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .cid-unUEM4y7w8 .image-wrapper img {
    height: 350px;
  }
}
.cid-unUEM4P08e {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-unUEM4P08e .item {
  display: flex;
  border-radius: 25px;
  background-color: #eff6fa;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-unUEM4P08e .item {
    padding: 3rem 4.5rem 3rem 3rem;
  }
}
@media (max-width: 991px) {
  .cid-unUEM4P08e .item {
    padding: 3rem;
    flex-direction: column;
  }
}
.cid-unUEM4P08e .icon-box {
  background: #3cb579;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 0.7rem;
}
@media (max-width: 991px) {
  .cid-unUEM4P08e .icon-box {
    margin-top: 0;
    margin-bottom: 1.2rem;
  }
}
.cid-unUEM4P08e .step-number {
  color: #f3f6f9;
}
@media (max-width: 991px) {
  .cid-unUEM4P08e .card {
    margin-bottom: 2rem;
  }
  .cid-unUEM4P08e .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-unUEM4P08e .card-title {
  color: #2e6b75;
}
.cid-unUEM4P08e .icon-text {
  color: #6c7577;
}
.cid-unUEM4P08e .icon-title {
  color: #2e6b75;
}
.cid-unUEM4P08e .mbr-fallback-image.disabled {
  display: none;
}
.cid-unUEM4P08e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unUEM4P08e .card-title,
.cid-unUEM4P08e .card-box {
  color: #162436;
  text-align: left;
}
.cid-unUEM4P08e .mbr-section-title {
  text-align: left;
}
.cid-uoic0OTPsO {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uoic0OTPsO .mbr-section-title {
  text-align: center;
  color: #4479d9;
}
.cid-uoic0OTPsO .mbr-text,
.cid-uoic0OTPsO .mbr-section-btn {
  text-align: center;
}
.cid-uoic0OTPsO .mbr-section-subtitle {
  text-align: center;
  color: #57677c;
}
.cid-unUEM5vDGG {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-unUEM5vDGG .container-fluid {
  padding: 0 3rem;
}
.cid-unUEM5vDGG ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-unUEM5vDGG ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-unUEM5vDGG ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-unUEM5vDGG ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-unUEM5vDGG .container-fluid {
    padding: 0 1rem;
  }
  .cid-unUEM5vDGG .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-unUEM5vDGG .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-unUEM5vDGG .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #e4453f, #1da1f2);
  display: inline-block;
}
.cid-unUEM5vDGG .mbr-fallback-image.disabled {
  display: none;
}
.cid-unUEM5vDGG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unUEM5vDGG .mbr-section-title,
.cid-unUEM5vDGG .underline {
  color: #162436;
}
.cid-unUEM66fF4 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #162436;
}
.cid-unUEM66fF4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-unUEM66fF4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unUEM66fF4 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unUEM66fF4 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-unUEM66fF4 .media-wrap img {
    width: 120px;
    margin: 0 auto;
  }
}
.cid-unUEM66fF4 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-unUEM66fF4 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-unUEM66fF4 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-unUEM66fF4 .list {
    margin-bottom: 0rem;
  }
}
.cid-unUEM66fF4 .mbr-text {
  color: #57677c;
  text-align: left;
}
.cid-unUEM66fF4 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #1da1f2;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-unUEM66fF4 .mbr-iconfont {
  color: white;
}
@media (max-width: 991px) {
  .cid-unUEM66fF4 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-unUEM66fF4 .mbr-section-subtitle {
  color: #57677c;
}
.cid-unUEM66fF4 .copyright {
  color: #57677c;
  text-align: center;
}
.cid-unUEM66fF4 H5 {
  text-align: left;
  color: #57677c;
}
@media (max-width: 767px) {
  .cid-unUEM66fF4 .row {
    text-align: center;
  }
  .cid-unUEM66fF4 .row > div {
    margin: auto;
  }
  .cid-unUEM66fF4 .social-row {
    justify-content: center;
  }
  .cid-unUEM66fF4 .mbr-text,
  .cid-unUEM66fF4 .list,
  .cid-unUEM66fF4 .mbr-section-subtitle,
  .cid-unUEM66fF4 H5 {
    text-align: center;
  }
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

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;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

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: #111111;
}

.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;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
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 {
  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;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
    letter-spacing: 1px;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  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: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.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;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            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;
}

.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;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .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;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  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 {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  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;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.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;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.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: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
/*# estilos extras */
.borde-top {
  position: absolute;
  top: -1px;
  width: 100%;
  display: block;
  left: 0;
  height: auto;
}
.borde_bot {
  position: absolute;
  bottom: -1px;
  width: 100%;
  min-width: 600px;
  display: block;
  left: 0;
  height: auto;
}
.num {
  color: #e4453f;
}
.btn-whapp {
position:fixed;
bottom:0px; right:20px;
z-index:999;	
background: #3cb579 url(https://ae-estudio.com/whapp-ico50x50.svg) no-repeat center;
    transition: background-color 1s;
	-webkit-transition: background-color 1s;
	text-decoration:none;
	display: inline-block;
	margin: 2.8em .5em;
	width:50px; height:50px;
	border-radius:50%;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
	box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
}
.btn-whapp:hover {
    background-color:#3cb579;  cursor:pointer; color:#DE3D4D;
	-webkit-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	-moz-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.mbr-arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60px;
  height: 120px;
  cursor: pointer;
  z-index: 999;
  background-color: rgba(20, 157, 204, 1);
  border-radius: 30px 30px 0 0;
  -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;
}
.nja {
  color: #e4453f;
}
.tachado {
  text-decoration: line-through;
}
.borde {
  position: absolute;
  bottom: -1px;
  width: 100%;
  display: block;
  left: 0;
  height: auto;
}.cid-uo0rdpM8FV .navbar-dropdown {
  position: relative !important;
}
.cid-uo0rdpM8FV .navbar-dropdown {
  position: absolute !important;
}
.cid-uo0rdpM8FV .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uo0rdpM8FV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uo0rdpM8FV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uo0rdpM8FV .dropdown-item:hover,
.cid-uo0rdpM8FV .dropdown-item:focus {
  background: #e4453f !important;
  color: white !important;
}
.cid-uo0rdpM8FV .dropdown-item:hover span {
  color: white;
}
.cid-uo0rdpM8FV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uo0rdpM8FV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uo0rdpM8FV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uo0rdpM8FV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uo0rdpM8FV .nav-link {
  position: relative;
  font-weight: bold;
}
.cid-uo0rdpM8FV .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uo0rdpM8FV .container {
    flex-wrap: nowrap;
  }
}
.cid-uo0rdpM8FV .dropdown-menu,
.cid-uo0rdpM8FV .navbar.opened {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.cid-uo0rdpM8FV .nav-item:focus,
.cid-uo0rdpM8FV .nav-link:focus {
  outline: none;
}
.cid-uo0rdpM8FV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uo0rdpM8FV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uo0rdpM8FV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uo0rdpM8FV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uo0rdpM8FV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uo0rdpM8FV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uo0rdpM8FV .navbar {
  min-height: 114px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
  padding: 17px 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uo0rdpM8FV .navbar.opened {
  transition: all 0.3s;
}
.cid-uo0rdpM8FV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uo0rdpM8FV .navbar .navbar-logo img {
  width: auto;
}
.cid-uo0rdpM8FV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uo0rdpM8FV .navbar.collapsed {
  justify-content: center;
}
.cid-uo0rdpM8FV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uo0rdpM8FV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uo0rdpM8FV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uo0rdpM8FV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uo0rdpM8FV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uo0rdpM8FV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uo0rdpM8FV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uo0rdpM8FV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uo0rdpM8FV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uo0rdpM8FV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uo0rdpM8FV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uo0rdpM8FV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uo0rdpM8FV .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uo0rdpM8FV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uo0rdpM8FV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uo0rdpM8FV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uo0rdpM8FV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uo0rdpM8FV .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uo0rdpM8FV .navbar.navbar-short {
  min-height: auto;
}
.cid-uo0rdpM8FV .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uo0rdpM8FV .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uo0rdpM8FV .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 20%;
}
.cid-uo0rdpM8FV .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uo0rdpM8FV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uo0rdpM8FV .dropdown-item.active,
.cid-uo0rdpM8FV .dropdown-item:active {
  background-color: transparent;
}
.cid-uo0rdpM8FV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uo0rdpM8FV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uo0rdpM8FV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uo0rdpM8FV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uo0rdpM8FV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uo0rdpM8FV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uo0rdpM8FV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uo0rdpM8FV button.navbar-toggler {
  position: relative;
  outline: none;
  width: 80px;
  height: 80px;
  cursor: pointer;
  transition: all 0.3s;
  align-self: center;
  margin-left: auto;
}
.cid-uo0rdpM8FV button.navbar-toggler:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #1da1f2;
  transition: .2s transform;
}
.cid-uo0rdpM8FV button.navbar-toggler .hamburger span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 29px;
  height: 2px;
  background-color: #0c1c30;
  transition: .2s all;
}
.cid-uo0rdpM8FV button.navbar-toggler .hamburger span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.cid-uo0rdpM8FV button.navbar-toggler:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uo0rdpM8FV button.navbar-toggler:hover .hamburger span {
  background-color: #ffffff;
}
.cid-uo0rdpM8FV nav.opened .navbar-toggler {
  transform: rotate(45deg);
}
.cid-uo0rdpM8FV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uo0rdpM8FV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uo0rdpM8FV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uo0rdpM8FV .navbar {
    height: 70px;
  }
  .cid-uo0rdpM8FV .navbar.opened {
    height: auto;
  }
  .cid-uo0rdpM8FV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uo0rdpM8FV .main-container {
  flex-grow: 1;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.cid-uo0rdpM8FV .social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 20px;
}
@media (max-width: 767px) {
  .cid-uo0rdpM8FV .social-list {
    justify-content: flex-start;
  }
}
.cid-uo0rdpM8FV .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uo0rdpM8FV .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #1da1f2;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uo0rdpM8FV .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #0c1c30;
  padding: 10px;
}
.cid-uo0rdpM8FV .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uo0rdpM8FV .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uo0rdpM8FV .navbar-buttons {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  text-align: center;
  flex-shrink: 0;
}
.cid-uo0rdpM8FV .navbar-buttons .btn {
  margin: 0;
}
.cid-uo0rdpM8FV .navbar-collapse {
  width: 80%;
}
.cid-uo0rdpM8FV .navbar-collapse .navbar-nav {
  justify-content: center;
  width: 75%;
  margin-right: auto;
}
@media (min-width: 992px) {
  .cid-uo0rdpM8FV .navbar-collapse .nav-link:hover {
    color: #e4453f !important;
  }
}
@media (max-width: 991px) {
  .cid-uo0rdpM8FV .navbar {
    padding: 15px 0 !important;
    box-shadow: none;
    border: none;
    min-height: 110px;
  }
  .cid-uo0rdpM8FV .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uo0rdpM8FV .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    width: auto;
  }
  .cid-uo0rdpM8FV .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
    width: 100%;
  }
  .cid-uo0rdpM8FV .navbar-collapse .navbar-nav {
    align-items: center;
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-uo0rdpM8FV .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: center !important;
  }
  .cid-uo0rdpM8FV .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uo0rdpM8FV .navbar-collapse .nav-link {
    justify-content: center !important;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto !important;
    padding: 0 0 50px !important;
    font-size: 30px !important;
    line-height: 1 !important;
    transition: .3s  all;
  }
  .cid-uo0rdpM8FV .navbar-collapse .nav-link:hover {
    color: #e4453f !important;
  }
  .cid-uo0rdpM8FV .navbar-buttons {
    justify-content: center;
    margin-top: 20px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uo0rdpM8FV .navbar-collapse .nav-link {
    background: linear-gradient(to right, #e4453f, #e4453f 50%, currentColor 50%, currentColor 100%) !important;
    background-position: right !important;
    background-size: 200% 100% !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uo0rdpM8FV .navbar-collapse .nav-link:hover {
    background-position: left !important;
    color: currentColor !important;
  }
}
@media (max-width: 575px) {
  .cid-uo0rdpM8FV .navbar-nav {
    padding-bottom: 1rem !important;
  }
}
.cid-uoXP7VfKUV {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-color: #edf4fc;
}
@media (max-width: 992px) {
  .cid-uoXP7VfKUV .container {
    padding: 0 22px;
  }
}
.cid-uoXP7VfKUV .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 5px;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .cid-uoXP7VfKUV .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uoXP7VfKUV .embla__slide .slide-content {
  width: 600px;
}
.cid-uoXP7VfKUV .embla__slide .slide-content .item-wrapper .item-img img {
  height: 470px;
  object-fit: contain;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .cid-uoXP7VfKUV .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uoXP7VfKUV .embla__slide .slide-content .item-content {
  position: relative;
  top: -30px;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 10px 30px;
}
@media (max-width: 767px) {
  .cid-uoXP7VfKUV .embla__slide .slide-content .item-content {
    padding: 10px 20px;
  }
}
.cid-uoXP7VfKUV .embla__slide .slide-content .item-content:hover .item-number,
.cid-uoXP7VfKUV .embla__slide .slide-content .item-content:focus .item-number {
  -webkit-text-stroke-color: transparent;
  -webkit-text-fill-color: #000000;
}
.cid-uoXP7VfKUV .embla__slide .slide-content .item-content:hover .icon-wrapper .mbr-iconfont,
.cid-uoXP7VfKUV .embla__slide .slide-content .item-content:focus .icon-wrapper .mbr-iconfont {
  transform: rotate(0);
}
.cid-uoXP7VfKUV .embla__slide .slide-content .item-content .item-number {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000000;
  -webkit-text-fill-color: transparent;
  transition: all 0.5s ease-in-out;
  min-width: 45px;
  margin-bottom: 0;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .cid-uoXP7VfKUV .embla__slide .slide-content .item-content .item-number {
    min-width: 35px;
  }
}
.cid-uoXP7VfKUV .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 0;
  background: #ffffff;
  border-radius: 24px;
  padding: 8px 16px;
}
.cid-uoXP7VfKUV .embla__slide .slide-content .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 30px;
  transform: rotate(-45deg);
  margin-left: 20px;
  color: #facb1d;
  transition: all 0.3s ease-in-out;
}
.cid-uoXP7VfKUV .embla__slide .slide-content a {
  display: block;
}
.cid-uoXP7VfKUV .embla__button--next,
.cid-uoXP7VfKUV .embla__button--prev {
  display: flex;
}
.cid-uoXP7VfKUV .embla__button {
  top: 50%;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: #FFF !important;
  border: none;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .7 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-uoXP7VfKUV .embla__button {
    display: none;
  }
}
.cid-uoXP7VfKUV .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uoXP7VfKUV .embla__button:hover {
  opacity: 1 !important;
}
.cid-uoXP7VfKUV .embla__button.embla__button--prev {
  left: 0;
}
@media (max-width: 992px) {
  .cid-uoXP7VfKUV .embla__button.embla__button--prev {
    left: 20px;
  }
}
.cid-uoXP7VfKUV .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 992px) {
  .cid-uoXP7VfKUV .embla__button.embla__button--next {
    right: 20px;
  }
}
.cid-uoXP7VfKUV .card {
  justify-content: center;
}
.cid-uoXP7VfKUV .embla {
  position: relative;
  width: 100%;
  padding: 0 40px;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-uoXP7VfKUV .embla {
    margin: 0 0 20px;
    padding: 0;
  }
}
.cid-uoXP7VfKUV .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uoXP7VfKUV .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uoXP7VfKUV .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uoXP7VfKUV .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uoXP7VfKUV .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uoXP7VfKUV .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uoXP7VfKUV .mbr-section-title {
  color: #e4453f;
  letter-spacing: -1px;
}
.cid-uoXP7VfKUV .mbr-text {
  color: #57677c;
  text-align: left;
}
.cid-uoXP7VfKUV .mbr-section-title,
.cid-uoXP7VfKUV .mbr-section-btn DIV {
  text-align: center;
}
.cid-uoXP7VfKUV .mbr-section-title,
.cid-uoXP7VfKUV .mbr-section-btn {
  color: #162436;
  text-align: left;
}
.cid-uoXP7VfKUV .item-title {
  color: #e4453f;
  text-align: left;
}
.cid-uoXP7VfKUV .mbr-section-subtitle {
  color: #e4453f;
  text-align: left;
}
.cid-uoXP7VfKUV .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uoXP7VfKUV .counter-container ul li {
  position: relative;
  list-style: none;
  padding: 0;
  line-height: 1;
  margin-bottom: 1rem;
}
.cid-uoXP7VfKUV .counter-container ul li:before {
  position: absolute;
  font-family: 'Moririse2' !important;
  left: -1.5em;
  content: "\e97c";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #e4453f;
  width: 0.5em;
  height: 0.5em;
  top: 0.3em;
  border-radius: 50%;
}
.cid-usfiwaIEPZ {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-usfiwaIEPZ .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-usfiwaIEPZ .counter-container ul li {
  position: relative;
  list-style: none;
  padding: 0;
  line-height: 1;
  margin-bottom: 1rem;
}
.cid-usfiwaIEPZ .counter-container ul li:before {
  position: absolute;
  font-family: 'Moririse2' !important;
  left: -1.5em;
  content: "\e97c";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1da1f2;
  width: 0.5em;
  height: 0.5em;
  top: 0.3em;
  border-radius: 50%;
}
.cid-usfiwaIEPZ .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-usfiwaIEPZ .mbr-text UL {
  text-align: left;
}
.cid-usfiwaIEPZ .mbr-text {
  color: #57677c;
}
.cid-usfiwaIEPZ .mbr-section-title {
  color: #162436;
  text-align: left;
}
.cid-usfiwaIEPZ .image-wrapper {
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-usfiwaIEPZ .image-wrapper {
    padding: 0;
    margin-top: 0px;
  }
}
.cid-usfiwaIEPZ .image-wrapper img {
  height: 350px;
  object-fit: contain;
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .cid-usfiwaIEPZ .image-wrapper img {
    height: 350px;
  }
}
.cid-uo0rdr21IE {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uo0rdr21IE .item {
  display: flex;
  border-radius: 25px;
  background-color: #eff6fa;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-uo0rdr21IE .item {
    padding: 3rem 4.5rem 3rem 3rem;
  }
}
@media (max-width: 991px) {
  .cid-uo0rdr21IE .item {
    padding: 3rem;
    flex-direction: column;
  }
}
.cid-uo0rdr21IE .icon-box {
  background: #3cb579;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 0.7rem;
}
@media (max-width: 991px) {
  .cid-uo0rdr21IE .icon-box {
    margin-top: 0;
    margin-bottom: 1.2rem;
  }
}
.cid-uo0rdr21IE .step-number {
  color: #f3f6f9;
}
@media (max-width: 991px) {
  .cid-uo0rdr21IE .card {
    margin-bottom: 2rem;
  }
  .cid-uo0rdr21IE .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uo0rdr21IE .card-title {
  color: #2e6b75;
}
.cid-uo0rdr21IE .icon-text {
  color: #6c7577;
}
.cid-uo0rdr21IE .icon-title {
  color: #2e6b75;
}
.cid-uo0rdr21IE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo0rdr21IE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo0rdr21IE .card-title,
.cid-uo0rdr21IE .card-box {
  color: #162436;
  text-align: left;
}
.cid-uo0rdr21IE .mbr-section-title {
  text-align: left;
}
.cid-uoXPrUvMSS {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uoXPrUvMSS .mbr-section-title {
  text-align: center;
  color: #4479d9;
}
.cid-uoXPrUvMSS .mbr-text,
.cid-uoXPrUvMSS .mbr-section-btn {
  text-align: center;
}
.cid-uoXPrUvMSS .mbr-section-subtitle {
  text-align: center;
  color: #57677c;
}
.cid-uo0rdrPHn1 {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uo0rdrPHn1 .container-fluid {
  padding: 0 3rem;
}
.cid-uo0rdrPHn1 ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uo0rdrPHn1 ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-uo0rdrPHn1 ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-uo0rdrPHn1 ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-uo0rdrPHn1 .container-fluid {
    padding: 0 1rem;
  }
  .cid-uo0rdrPHn1 .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-uo0rdrPHn1 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uo0rdrPHn1 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #e4453f, #1da1f2);
  display: inline-block;
}
.cid-uo0rdrPHn1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo0rdrPHn1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo0rdrPHn1 .mbr-section-title,
.cid-uo0rdrPHn1 .underline {
  color: #162436;
}
.cid-uo0rdsiS4p {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #162436;
}
.cid-uo0rdsiS4p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo0rdsiS4p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo0rdsiS4p .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uo0rdsiS4p .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uo0rdsiS4p .media-wrap img {
    width: 120px;
    margin: 0 auto;
  }
}
.cid-uo0rdsiS4p .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uo0rdsiS4p .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uo0rdsiS4p .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uo0rdsiS4p .list {
    margin-bottom: 0rem;
  }
}
.cid-uo0rdsiS4p .mbr-text {
  color: #57677c;
  text-align: left;
}
.cid-uo0rdsiS4p .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #1da1f2;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uo0rdsiS4p .mbr-iconfont {
  color: white;
}
@media (max-width: 991px) {
  .cid-uo0rdsiS4p div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uo0rdsiS4p .mbr-section-subtitle {
  color: #57677c;
}
.cid-uo0rdsiS4p .copyright {
  color: #57677c;
  text-align: center;
}
.cid-uo0rdsiS4p H5 {
  text-align: left;
  color: #57677c;
}
@media (max-width: 767px) {
  .cid-uo0rdsiS4p .row {
    text-align: center;
  }
  .cid-uo0rdsiS4p .row > div {
    margin: auto;
  }
  .cid-uo0rdsiS4p .social-row {
    justify-content: center;
  }
  .cid-uo0rdsiS4p .mbr-text,
  .cid-uo0rdsiS4p .list,
  .cid-uo0rdsiS4p .mbr-section-subtitle,
  .cid-uo0rdsiS4p H5 {
    text-align: center;
  }
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

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;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

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: #111111;
}

.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;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
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 {
  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;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
    letter-spacing: 1px;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  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: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.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;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            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;
}

.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;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .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;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  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 {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  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;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.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;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.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: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
/*# estilos extras */
.borde-top {
  position: absolute;
  top: -1px;
  width: 100%;
  display: block;
  left: 0;
  height: auto;
}
.borde_bot {
  position: absolute;
  bottom: -1px;
  width: 100%;
  min-width: 600px;
  display: block;
  left: 0;
  height: auto;
}
.num {
  color: #e4453f;
}
.btn-whapp {
position:fixed;
bottom:0px; right:20px;
z-index:999;	
background: #3cb579 url(https://ae-estudio.com/whapp-ico50x50.svg) no-repeat center;
    transition: background-color 1s;
	-webkit-transition: background-color 1s;
	text-decoration:none;
	display: inline-block;
	margin: 2.8em .5em;
	width:50px; height:50px;
	border-radius:50%;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
	box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
}
.btn-whapp:hover {
    background-color:#3cb579;  cursor:pointer; color:#DE3D4D;
	-webkit-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	-moz-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.mbr-arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60px;
  height: 120px;
  cursor: pointer;
  z-index: 999;
  background-color: rgba(20, 157, 204, 1);
  border-radius: 30px 30px 0 0;
  -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;
}
.nja {
  color: #e4453f;
}
.tachado {
  text-decoration: line-through;
}
.borde {
  position: absolute;
  bottom: -1px;
  width: 100%;
  display: block;
  left: 0;
  height: auto;
}.cid-uo5ony4o6b .navbar-dropdown {
  position: relative !important;
}
.cid-uo5ony4o6b .navbar-dropdown {
  position: absolute !important;
}
.cid-uo5ony4o6b .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uo5ony4o6b .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uo5ony4o6b .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uo5ony4o6b .dropdown-item:hover,
.cid-uo5ony4o6b .dropdown-item:focus {
  background: #e4453f !important;
  color: white !important;
}
.cid-uo5ony4o6b .dropdown-item:hover span {
  color: white;
}
.cid-uo5ony4o6b .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uo5ony4o6b .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uo5ony4o6b .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uo5ony4o6b .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uo5ony4o6b .nav-link {
  position: relative;
  font-weight: bold;
}
.cid-uo5ony4o6b .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uo5ony4o6b .container {
    flex-wrap: nowrap;
  }
}
.cid-uo5ony4o6b .dropdown-menu,
.cid-uo5ony4o6b .navbar.opened {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.cid-uo5ony4o6b .nav-item:focus,
.cid-uo5ony4o6b .nav-link:focus {
  outline: none;
}
.cid-uo5ony4o6b .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uo5ony4o6b .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uo5ony4o6b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uo5ony4o6b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uo5ony4o6b .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uo5ony4o6b .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uo5ony4o6b .navbar {
  min-height: 114px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
  padding: 17px 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uo5ony4o6b .navbar.opened {
  transition: all 0.3s;
}
.cid-uo5ony4o6b .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uo5ony4o6b .navbar .navbar-logo img {
  width: auto;
}
.cid-uo5ony4o6b .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uo5ony4o6b .navbar.collapsed {
  justify-content: center;
}
.cid-uo5ony4o6b .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uo5ony4o6b .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uo5ony4o6b .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uo5ony4o6b .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uo5ony4o6b .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uo5ony4o6b .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uo5ony4o6b .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uo5ony4o6b .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uo5ony4o6b .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uo5ony4o6b .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uo5ony4o6b .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uo5ony4o6b .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uo5ony4o6b .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uo5ony4o6b .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uo5ony4o6b .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uo5ony4o6b .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uo5ony4o6b .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uo5ony4o6b .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uo5ony4o6b .navbar.navbar-short {
  min-height: auto;
}
.cid-uo5ony4o6b .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uo5ony4o6b .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uo5ony4o6b .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 20%;
}
.cid-uo5ony4o6b .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uo5ony4o6b .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uo5ony4o6b .dropdown-item.active,
.cid-uo5ony4o6b .dropdown-item:active {
  background-color: transparent;
}
.cid-uo5ony4o6b .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uo5ony4o6b .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uo5ony4o6b .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uo5ony4o6b .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uo5ony4o6b .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uo5ony4o6b .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uo5ony4o6b ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uo5ony4o6b button.navbar-toggler {
  position: relative;
  outline: none;
  width: 80px;
  height: 80px;
  cursor: pointer;
  transition: all 0.3s;
  align-self: center;
  margin-left: auto;
}
.cid-uo5ony4o6b button.navbar-toggler:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #1da1f2;
  transition: .2s transform;
}
.cid-uo5ony4o6b button.navbar-toggler .hamburger span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 29px;
  height: 2px;
  background-color: #0c1c30;
  transition: .2s all;
}
.cid-uo5ony4o6b button.navbar-toggler .hamburger span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.cid-uo5ony4o6b button.navbar-toggler:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uo5ony4o6b button.navbar-toggler:hover .hamburger span {
  background-color: #ffffff;
}
.cid-uo5ony4o6b nav.opened .navbar-toggler {
  transform: rotate(45deg);
}
.cid-uo5ony4o6b .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uo5ony4o6b a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uo5ony4o6b .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uo5ony4o6b .navbar {
    height: 70px;
  }
  .cid-uo5ony4o6b .navbar.opened {
    height: auto;
  }
  .cid-uo5ony4o6b .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uo5ony4o6b .main-container {
  flex-grow: 1;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.cid-uo5ony4o6b .social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 20px;
}
@media (max-width: 767px) {
  .cid-uo5ony4o6b .social-list {
    justify-content: flex-start;
  }
}
.cid-uo5ony4o6b .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uo5ony4o6b .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #1da1f2;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uo5ony4o6b .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #0c1c30;
  padding: 10px;
}
.cid-uo5ony4o6b .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uo5ony4o6b .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uo5ony4o6b .navbar-buttons {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  text-align: center;
  flex-shrink: 0;
}
.cid-uo5ony4o6b .navbar-buttons .btn {
  margin: 0;
}
.cid-uo5ony4o6b .navbar-collapse {
  width: 80%;
}
.cid-uo5ony4o6b .navbar-collapse .navbar-nav {
  justify-content: center;
  width: 75%;
  margin-right: auto;
}
@media (min-width: 992px) {
  .cid-uo5ony4o6b .navbar-collapse .nav-link:hover {
    color: #e4453f !important;
  }
}
@media (max-width: 991px) {
  .cid-uo5ony4o6b .navbar {
    padding: 15px 0 !important;
    box-shadow: none;
    border: none;
    min-height: 110px;
  }
  .cid-uo5ony4o6b .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uo5ony4o6b .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    width: auto;
  }
  .cid-uo5ony4o6b .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
    width: 100%;
  }
  .cid-uo5ony4o6b .navbar-collapse .navbar-nav {
    align-items: center;
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-uo5ony4o6b .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: center !important;
  }
  .cid-uo5ony4o6b .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uo5ony4o6b .navbar-collapse .nav-link {
    justify-content: center !important;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto !important;
    padding: 0 0 50px !important;
    font-size: 30px !important;
    line-height: 1 !important;
    transition: .3s  all;
  }
  .cid-uo5ony4o6b .navbar-collapse .nav-link:hover {
    color: #e4453f !important;
  }
  .cid-uo5ony4o6b .navbar-buttons {
    justify-content: center;
    margin-top: 20px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uo5ony4o6b .navbar-collapse .nav-link {
    background: linear-gradient(to right, #e4453f, #e4453f 50%, currentColor 50%, currentColor 100%) !important;
    background-position: right !important;
    background-size: 200% 100% !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uo5ony4o6b .navbar-collapse .nav-link:hover {
    background-position: left !important;
    color: currentColor !important;
  }
}
@media (max-width: 575px) {
  .cid-uo5ony4o6b .navbar-nav {
    padding-bottom: 1rem !important;
  }
}
.cid-uo8l0QesCe {
  background-image: url("../../../assets/images/ae-div03-fdo.svg");
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uo8l0QesCe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo8l0QesCe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uo8l0QesCe {
    padding-bottom: 0 !important;
  }
}
.cid-uo8l0QesCe .container {
  position: static;
}
@media (max-width: 991px) {
  .cid-uo8l0QesCe .container {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-uo8l0QesCe .row {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
}
.cid-uo8l0QesCe .text-wrapper {
  position: relative;
  z-index: 4;
}
@media (max-width: 991px) {
  .cid-uo8l0QesCe .text-wrapper {
    max-width: 560px;
    width: 100%;
    margin-bottom: 10rem;
    margin-right: auto;
  }
}
.cid-uo8l0QesCe .mbr-section-title {
  color: #162436;
  margin-bottom: 1.5rem;
}
.cid-uo8l0QesCe .mbr-text {
  color: #181817;
  opacity: 0.8;
  margin-bottom: 1rem;
}
.cid-uo8l0QesCe .mbr-section-btn {
  margin-top: 1rem;
}
@media (max-width: 991px) {
  .cid-uo8l0QesCe .col-img {
    margin-top: auto;
  }
}
@media (max-width: 575px) {
  .cid-uo8l0QesCe .col-img {
    padding: 0 !important;
    margin-top: -150px;
  }
}
@media (max-width: 991px) {
  .cid-uo8l0QesCe .col-text {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .cid-uo8l0QesCe .col-text {
    margin-top: 100px;
  }
}
.cid-uo8l0QesCe .image-wrapper {
  display: flex;
  align-items: flex-end;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  width: 45%;
  height: 100%;
}
.cid-uo8l0QesCe .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uo8l0QesCe .image-wrapper {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: -2rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uo8l0QesCe .image-wrapper {
    margin-right: -1.5rem;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .cid-uo8l0QesCe .image-wrapper {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-uo8l0QesCe .img-bg {
  position: absolute;
  right: -15%;
  bottom: -35%;
  width: 55vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(60, 181, 121, 0.94);
  z-index: 2;
}
@media (max-width: 991px) {
  .cid-uo8l0QesCe .img-bg {
    width: 1000px;
    right: -400px;
  }
}
@media (max-width: 767px) {
  .cid-uo8l0QesCe .img-bg {
    width: 800px;
    right: -300px;
  }
}
@media (max-width: 575px) {
  .cid-uo8l0QesCe .img-bg {
    width: 170vw;
    right: -75vw;
  }
}
.cid-uo8l0QesCe .mbr-text,
.cid-uo8l0QesCe .mbr-section-btn {
  color: #57677c;
}
.cid-uo8l0QesCe .borde {
  position: absolute;
  bottom: -1px;
  width: 100%;
  display: block;
  left: 0;
  height: auto;
  z-index: 4;
}
.cid-uo8l0QesCe .mbr-section-subtitle {
  color: #e4453f;
}
.cid-uo6ZhlRY4b {
  overflow: hidden !important;
  padding-top: 140px;
  padding-bottom: 140px;
  background: #ffffff;
}
.cid-uo6ZhlRY4b .animated-element {
  color: #9fdbf8;
  font-weight: bold;
  position: absolute;
  top: -100%;
}
.cid-uo6ZhlRY4b .img-block {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uo6ZhlRY4b .mbr-section-subtitle {
  color: #e4453f;
  margin-left: 40px;
  text-align: left;
}
.cid-uo6ZhlRY4b .mbr-text,
.cid-uo6ZhlRY4b .mbr-section-btn {
  color: #57677c;
  text-align: left;
}
.cid-uo6ZhlRY4b .mbr-section-title {
  color: #162436;
  margin-left: 40px;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uo6ZhlRY4b .text-box {
    position: absolute;
    top: 0px;
    min-height: 100%;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    left: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #162436;
  }
  .cid-uo6ZhlRY4b .mbr-section-title .mbr-section-subtitle {
    margin-left: 40px;
  }
  .cid-uo6ZhlRY4b .img-block {
    padding-right: 2rem;
  }
}
.cid-uo6ZhlRY4b .text-block {
  position: relative;
  z-index: 0;
}
.cid-uo6ZhlRY4b .box {
  width: 450px;
  height: 450px;
  border-radius: 100%;
  background: #ebf7ff;
  position: absolute;
  bottom: -50%;
  right: -30%;
}
.cid-uo6ZhlRY4b .num {
  color: #e4453f;
}
.cid-uo6ZhlRY4b .fondo {
  background-size: cover;
}
.cid-uo6ZhlRY4b .img2 {
  position: absolute;
  bottom: -1px;
  width: 50%;
  max-width: 450px;
  display: block;
  right: 0;
  height: auto;
}
@media (max-width: 992px) {
  .cid-uo6ZhlRY4b section {
    height: 100%;
  }
  .cid-uo6ZhlRY4b .text-box {
    position: relative;
    color: #162436;
    text-align: left;
    margin-bottom: 20px;
  }
  .cid-uo6ZhlRY4b .mbr-section-title,
  .cid-uo6ZhlRY4b .mbr-section-subtitle,
  .cid-uo6ZhlRY4b .mbr-tex {
    margin-left: 0px;
    text-align: left;
  }
}
@media only screen and (max-width: 600px) {
  .cid-uo6ZhlRY4b .fondo {
    background-image: url("http://ae-estudio.com/assets/images/bkg-estrategia-movil.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.cid-uo6ZhlRY4b .myparallax {
  background-image: url('https://ae-estudio.com/assets/images/bkg-estrategia-movil.svg');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-uo6ZhlRY4b .text-box {
  color: #57677c;
}
.cid-uo5onysgJz {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uo5onysgJz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo5onysgJz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uo5onysgJz .container {
    padding: 0 16px;
  }
}
.cid-uo5onysgJz .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uo5onysgJz .title-wrapper {
    margin-bottom: 40px;
    height: auto;
  }
}
.cid-uo5onysgJz .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uo5onysgJz .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uo5onysgJz .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uo5onysgJz .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uo5onysgJz .image-wrapper {
  position: relative;
  margin-left: 100px;
  min-height: 620px;
}
@media (max-width: 768px) {
  .cid-uo5onysgJz .image-wrapper {
    min-height: 300px;
  }
}
.cid-uo5onysgJz .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vh;
  height: 100%;
  border: 30px solid #ffffff;
  border-radius: 80px;
  left: -68vh;
}
@media (max-width: 768px) {
  .cid-uo5onysgJz .image-wrapper .image-wrap {
    border: 15px solid #ffffff;
    border-radius: 20px;
  }
}
.cid-uo5onysgJz .image-wrapper .image-wrap .main-image {
  width: 100%;
  height: 100%;
  border-radius: 40px;
  object-fit: cover;
}
.cid-uo5onysgJz .image-wrapper .sec-image {
  position: absolute;
  bottom: 6rem;
  left: -4rem;
  height: 220px;
  width: 220px;
  object-fit: cover;
  border-radius: 200px;
  left: 40%;
}
@media (max-width: 768px) {
  .cid-uo5onysgJz .image-wrapper .sec-image {
    display: flex;
    height: 160px;
    width: 160px;
  }
}
.cid-uo5onysgJz .mbr-section-title {
  color: #08323C;
}
.cid-uo5onysgJz .mbr-text {
  color: #57677c;
  text-align: left;
}
.cid-uo5onysgJz .mbr-section-title,
.cid-uo5onysgJz .mbr-section-btn {
  color: #162436;
  text-align: left;
}
.cid-uo8LRqbEth {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-uo8LRqbEth .container {
    max-width: 1162px;
  }
}
.cid-uo8LRqbEth .wrapper {
  min-height: 385px;
  border-radius: 16px;
  position: relative;
  background-color: #0066ff;
}
@media (max-width: 991px) {
  .cid-uo8LRqbEth .wrapper {
    padding: 5rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uo8LRqbEth .wrapper {
    padding: 104px 80px 90px 80px;
  }
}
.cid-uo8LRqbEth .mbr-title {
  font-size: 36px;
  line-height: 1;
}
.cid-uo8LRqbEth .btn {
  padding: 15px 37px;
  border-radius: 30px;
}
.cid-uo8LRqbEth .btn:hover,
.cid-uo8LRqbEth .btn:active {
  background-color: #fef7f2 !important;
  border-color: #fef7f2 !important;
}
.cid-uo8LRqbEth .text {
  z-index: 3;
}
.cid-uo8LRqbEth .mbr-text {
  color: #9fdbf8;
  font-size: 18px;
  text-align: left;
}
.cid-uo8LRqbEth .mbr-section-text {
  color: #ffffff;
  position: relative;
  top: -15%;
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
@media (max-width: 991px) {
  .cid-uo8LRqbEth .mbr-section-text {
    position: absolute;
    top: 70%;
    width: 350px;
    left: 5%;
  }
}
@media (max-width: 768px) {
  .cid-uo8LRqbEth .mbr-section-text {
    position: absolute;
    top: 80%;
  }
}
.cid-uo8LRqbEth .image-wrapper {
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-uo8LRqbEth .image-wrapper {
    position: relative;
    margin-top: 3rem;
    bottom: -81px;
  }
}
.cid-uo8LRqbEth .image-wrapper img {
  max-width: 500px;
  max-height: 500px;
  object-fit: contain;
  height: auto;
  position: relative;
}
@media (min-width: 992px) {
  .cid-uo8LRqbEth .image-wrapper img {
    position: absolute;
    bottom: 0;
    right: 5%;
  }
}
.cid-uo8LRqbEth .mbr-title,
.cid-uo8LRqbEth .mbr-section-btn {
  color: #ffffff;
}
.cid-uo5onAliol {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #162436;
}
.cid-uo5onAliol .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo5onAliol .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo5onAliol .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uo5onAliol .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uo5onAliol .media-wrap img {
    width: 120px;
    margin: 0 auto;
  }
}
.cid-uo5onAliol .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uo5onAliol .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uo5onAliol .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uo5onAliol .list {
    margin-bottom: 0rem;
  }
}
.cid-uo5onAliol .mbr-text {
  color: #57677c;
  text-align: left;
}
.cid-uo5onAliol .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #1da1f2;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uo5onAliol .mbr-iconfont {
  color: white;
}
@media (max-width: 991px) {
  .cid-uo5onAliol div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uo5onAliol .mbr-section-subtitle {
  color: #57677c;
}
.cid-uo5onAliol .copyright {
  color: #57677c;
  text-align: center;
}
.cid-uo5onAliol H5 {
  text-align: left;
  color: #57677c;
}
@media (max-width: 767px) {
  .cid-uo5onAliol .row {
    text-align: center;
  }
  .cid-uo5onAliol .row > div {
    margin: auto;
  }
  .cid-uo5onAliol .social-row {
    justify-content: center;
  }
  .cid-uo5onAliol .mbr-text,
  .cid-uo5onAliol .list,
  .cid-uo5onAliol .mbr-section-subtitle,
  .cid-uo5onAliol H5 {
    text-align: center;
  }
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

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;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

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: #111111;
}

.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;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
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 {
  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;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
    letter-spacing: 1px;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  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: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.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;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            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;
}

.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;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .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;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  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 {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  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;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.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;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.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: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
/*# estilos extras */
.borde-top {
  position: absolute;
  top: -1px;
  width: 100%;
  display: block;
  left: 0;
  height: auto;
}
.borde_bot {
  position: absolute;
  bottom: -1px;
  width: 100%;
  min-width: 600px;
  display: block;
  left: 0;
  height: auto;
}
.num {
  color: #e4453f;
}
.btn-whapp {
position:fixed;
bottom:0px; right:20px;
z-index:999;	
background: #3cb579 url(https://ae-estudio.com/whapp-ico50x50.svg) no-repeat center;
    transition: background-color 1s;
	-webkit-transition: background-color 1s;
	text-decoration:none;
	display: inline-block;
	margin: 2.8em .5em;
	width:50px; height:50px;
	border-radius:50%;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
	box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
}
.btn-whapp:hover {
    background-color:#3cb579;  cursor:pointer; color:#DE3D4D;
	-webkit-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	-moz-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.mbr-arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60px;
  height: 120px;
  cursor: pointer;
  z-index: 999;
  background-color: rgba(20, 157, 204, 1);
  border-radius: 30px 30px 0 0;
  -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;
}
.nja {
  color: #e4453f;
}
.tachado {
  text-decoration: line-through;
}
.borde {
  position: absolute;
  bottom: -1px;
  width: 100%;
  display: block;
  left: 0;
  height: auto;
}.cid-uo0rRto0wV .navbar-dropdown {
  position: relative !important;
}
.cid-uo0rRto0wV .navbar-dropdown {
  position: absolute !important;
}
.cid-uo0rRto0wV .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uo0rRto0wV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uo0rRto0wV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uo0rRto0wV .dropdown-item:hover,
.cid-uo0rRto0wV .dropdown-item:focus {
  background: #e4453f !important;
  color: white !important;
}
.cid-uo0rRto0wV .dropdown-item:hover span {
  color: white;
}
.cid-uo0rRto0wV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uo0rRto0wV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uo0rRto0wV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uo0rRto0wV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uo0rRto0wV .nav-link {
  position: relative;
  font-weight: bold;
}
.cid-uo0rRto0wV .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uo0rRto0wV .container {
    flex-wrap: nowrap;
  }
}
.cid-uo0rRto0wV .dropdown-menu,
.cid-uo0rRto0wV .navbar.opened {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.cid-uo0rRto0wV .nav-item:focus,
.cid-uo0rRto0wV .nav-link:focus {
  outline: none;
}
.cid-uo0rRto0wV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uo0rRto0wV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uo0rRto0wV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uo0rRto0wV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uo0rRto0wV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uo0rRto0wV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uo0rRto0wV .navbar {
  min-height: 114px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
  padding: 17px 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uo0rRto0wV .navbar.opened {
  transition: all 0.3s;
}
.cid-uo0rRto0wV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uo0rRto0wV .navbar .navbar-logo img {
  width: auto;
}
.cid-uo0rRto0wV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uo0rRto0wV .navbar.collapsed {
  justify-content: center;
}
.cid-uo0rRto0wV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uo0rRto0wV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uo0rRto0wV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uo0rRto0wV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uo0rRto0wV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uo0rRto0wV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uo0rRto0wV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uo0rRto0wV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uo0rRto0wV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uo0rRto0wV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uo0rRto0wV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uo0rRto0wV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uo0rRto0wV .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uo0rRto0wV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uo0rRto0wV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uo0rRto0wV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uo0rRto0wV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uo0rRto0wV .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uo0rRto0wV .navbar.navbar-short {
  min-height: auto;
}
.cid-uo0rRto0wV .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uo0rRto0wV .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uo0rRto0wV .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 20%;
}
.cid-uo0rRto0wV .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uo0rRto0wV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uo0rRto0wV .dropdown-item.active,
.cid-uo0rRto0wV .dropdown-item:active {
  background-color: transparent;
}
.cid-uo0rRto0wV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uo0rRto0wV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uo0rRto0wV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uo0rRto0wV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uo0rRto0wV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uo0rRto0wV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uo0rRto0wV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uo0rRto0wV button.navbar-toggler {
  position: relative;
  outline: none;
  width: 80px;
  height: 80px;
  cursor: pointer;
  transition: all 0.3s;
  align-self: center;
  margin-left: auto;
}
.cid-uo0rRto0wV button.navbar-toggler:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #1da1f2;
  transition: .2s transform;
}
.cid-uo0rRto0wV button.navbar-toggler .hamburger span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 29px;
  height: 2px;
  background-color: #0c1c30;
  transition: .2s all;
}
.cid-uo0rRto0wV button.navbar-toggler .hamburger span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.cid-uo0rRto0wV button.navbar-toggler:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uo0rRto0wV button.navbar-toggler:hover .hamburger span {
  background-color: #ffffff;
}
.cid-uo0rRto0wV nav.opened .navbar-toggler {
  transform: rotate(45deg);
}
.cid-uo0rRto0wV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uo0rRto0wV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uo0rRto0wV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uo0rRto0wV .navbar {
    height: 70px;
  }
  .cid-uo0rRto0wV .navbar.opened {
    height: auto;
  }
  .cid-uo0rRto0wV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uo0rRto0wV .main-container {
  flex-grow: 1;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.cid-uo0rRto0wV .social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 20px;
}
@media (max-width: 767px) {
  .cid-uo0rRto0wV .social-list {
    justify-content: flex-start;
  }
}
.cid-uo0rRto0wV .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uo0rRto0wV .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #1da1f2;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uo0rRto0wV .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #0c1c30;
  padding: 10px;
}
.cid-uo0rRto0wV .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uo0rRto0wV .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uo0rRto0wV .navbar-buttons {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  text-align: center;
  flex-shrink: 0;
}
.cid-uo0rRto0wV .navbar-buttons .btn {
  margin: 0;
}
.cid-uo0rRto0wV .navbar-collapse {
  width: 80%;
}
.cid-uo0rRto0wV .navbar-collapse .navbar-nav {
  justify-content: center;
  width: 75%;
  margin-right: auto;
}
@media (min-width: 992px) {
  .cid-uo0rRto0wV .navbar-collapse .nav-link:hover {
    color: #e4453f !important;
  }
}
@media (max-width: 991px) {
  .cid-uo0rRto0wV .navbar {
    padding: 15px 0 !important;
    box-shadow: none;
    border: none;
    min-height: 110px;
  }
  .cid-uo0rRto0wV .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uo0rRto0wV .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    width: auto;
  }
  .cid-uo0rRto0wV .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
    width: 100%;
  }
  .cid-uo0rRto0wV .navbar-collapse .navbar-nav {
    align-items: center;
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-uo0rRto0wV .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: center !important;
  }
  .cid-uo0rRto0wV .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uo0rRto0wV .navbar-collapse .nav-link {
    justify-content: center !important;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto !important;
    padding: 0 0 50px !important;
    font-size: 30px !important;
    line-height: 1 !important;
    transition: .3s  all;
  }
  .cid-uo0rRto0wV .navbar-collapse .nav-link:hover {
    color: #e4453f !important;
  }
  .cid-uo0rRto0wV .navbar-buttons {
    justify-content: center;
    margin-top: 20px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uo0rRto0wV .navbar-collapse .nav-link {
    background: linear-gradient(to right, #e4453f, #e4453f 50%, currentColor 50%, currentColor 100%) !important;
    background-position: right !important;
    background-size: 200% 100% !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uo0rRto0wV .navbar-collapse .nav-link:hover {
    background-position: left !important;
    color: currentColor !important;
  }
}
@media (max-width: 575px) {
  .cid-uo0rRto0wV .navbar-nav {
    padding-bottom: 1rem !important;
  }
}
.cid-uoWJwUV28V {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-color: #edf4fc;
}
@media (max-width: 992px) {
  .cid-uoWJwUV28V .container {
    padding: 0 22px;
  }
}
.cid-uoWJwUV28V .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 5px;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .cid-uoWJwUV28V .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uoWJwUV28V .embla__slide .slide-content {
  width: 600px;
}
.cid-uoWJwUV28V .embla__slide .slide-content .item-wrapper .item-img img {
  height: 470px;
  object-fit: contain;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .cid-uoWJwUV28V .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uoWJwUV28V .embla__slide .slide-content .item-content {
  position: relative;
  top: -30px;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 10px 30px;
}
@media (max-width: 767px) {
  .cid-uoWJwUV28V .embla__slide .slide-content .item-content {
    padding: 10px 20px;
  }
}
.cid-uoWJwUV28V .embla__slide .slide-content .item-content:hover .item-number,
.cid-uoWJwUV28V .embla__slide .slide-content .item-content:focus .item-number {
  -webkit-text-stroke-color: transparent;
  -webkit-text-fill-color: #000000;
}
.cid-uoWJwUV28V .embla__slide .slide-content .item-content:hover .icon-wrapper .mbr-iconfont,
.cid-uoWJwUV28V .embla__slide .slide-content .item-content:focus .icon-wrapper .mbr-iconfont {
  transform: rotate(0);
}
.cid-uoWJwUV28V .embla__slide .slide-content .item-content .item-number {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000000;
  -webkit-text-fill-color: transparent;
  transition: all 0.5s ease-in-out;
  min-width: 45px;
  margin-bottom: 0;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .cid-uoWJwUV28V .embla__slide .slide-content .item-content .item-number {
    min-width: 35px;
  }
}
.cid-uoWJwUV28V .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 0;
  background: #ffffff;
  border-radius: 24px;
  padding: 8px 16px;
}
.cid-uoWJwUV28V .embla__slide .slide-content .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 30px;
  transform: rotate(-45deg);
  margin-left: 20px;
  color: #facb1d;
  transition: all 0.3s ease-in-out;
}
.cid-uoWJwUV28V .embla__slide .slide-content a {
  display: block;
}
.cid-uoWJwUV28V .embla__button--next,
.cid-uoWJwUV28V .embla__button--prev {
  display: flex;
}
.cid-uoWJwUV28V .embla__button {
  top: 50%;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: #FFF !important;
  border: none;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .7 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-uoWJwUV28V .embla__button {
    display: none;
  }
}
.cid-uoWJwUV28V .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uoWJwUV28V .embla__button:hover {
  opacity: 1 !important;
}
.cid-uoWJwUV28V .embla__button.embla__button--prev {
  left: 0;
}
@media (max-width: 992px) {
  .cid-uoWJwUV28V .embla__button.embla__button--prev {
    left: 20px;
  }
}
.cid-uoWJwUV28V .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 992px) {
  .cid-uoWJwUV28V .embla__button.embla__button--next {
    right: 20px;
  }
}
.cid-uoWJwUV28V .card {
  justify-content: center;
}
.cid-uoWJwUV28V .embla {
  position: relative;
  width: 100%;
  padding: 0 40px;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-uoWJwUV28V .embla {
    margin: 0 0 20px;
    padding: 0;
  }
}
.cid-uoWJwUV28V .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uoWJwUV28V .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uoWJwUV28V .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uoWJwUV28V .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uoWJwUV28V .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uoWJwUV28V .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uoWJwUV28V .mbr-section-title {
  color: #e4453f;
  letter-spacing: -1px;
}
.cid-uoWJwUV28V .mbr-text {
  color: #57677c;
  text-align: left;
}
.cid-uoWJwUV28V .mbr-section-title,
.cid-uoWJwUV28V .mbr-section-btn DIV {
  text-align: center;
}
.cid-uoWJwUV28V .mbr-section-title,
.cid-uoWJwUV28V .mbr-section-btn {
  color: #162436;
  text-align: left;
}
.cid-uoWJwUV28V .item-title {
  color: #e4453f;
  text-align: left;
}
.cid-uoWJwUV28V .mbr-section-subtitle {
  color: #e4453f;
  text-align: left;
  letter-spacing: 1.6px;
}
.cid-uoWJwUV28V .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uoWJwUV28V .counter-container ul li {
  position: relative;
  list-style: none;
  padding: 0;
  line-height: 1;
  margin-bottom: 1rem;
}
.cid-uoWJwUV28V .counter-container ul li:before {
  position: absolute;
  font-family: 'Moririse2' !important;
  left: -1.5em;
  content: "\e97c";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #e4453f;
  width: 0.5em;
  height: 0.5em;
  top: 0.3em;
  border-radius: 50%;
}
.cid-uo9dTxRv4r {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uo9dTxRv4r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo9dTxRv4r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uo9dTxRv4r .container {
    padding: 0 20px;
  }
}
.cid-uo9dTxRv4r .row {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uo9dTxRv4r .row {
    padding: 46px 0;
  }
}
.cid-uo9dTxRv4r .row .card {
  justify-content: flex-end;
}
.cid-uo9dTxRv4r .content-wrapper {
  margin-bottom: 50px;
}
.cid-uo9dTxRv4r .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uo9dTxRv4r .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uo9dTxRv4r .tabs-wrap {
  margin-bottom: 40px;
  text-align: right;
}
.cid-uo9dTxRv4r .tabs-wrap .nav.nav-tabs {
  display: inline-flex;
  border: none;
}
.cid-uo9dTxRv4r .tabs-wrap .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  margin: 0 5px 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uo9dTxRv4r .tabs-wrap .nav.nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.cid-uo9dTxRv4r .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  font-weight: bold;
  letter-spacing: 1px;
  align-items: center;
  justify-content: center;
  padding: 14px 16px;
  margin-bottom: 0;
  border: none;
  color: #57677c;
  background-color: #f3f6f9;
  border-radius: 50px !important;
  transition: all 0.3s ease-in-out;
}
.cid-uo9dTxRv4r .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #57677c;
  color: #ffffff;
}
.cid-uo9dTxRv4r .tab-content .tab-pane .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1200px) {
  .cid-uo9dTxRv4r .tab-content .tab-pane .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uo9dTxRv4r .tab-content .tab-pane .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uo9dTxRv4r .tab-content .tab-pane .items-wrapper .item {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #f3f6f9;
  border-radius: 20px !important;
  padding: 60px 40px 40px;
}
@media (max-width: 1200px) {
  .cid-uo9dTxRv4r .tab-content .tab-pane .items-wrapper .item {
    padding: 60px 20px 40px;
  }
}
.cid-uo9dTxRv4r .tab-content .tab-pane .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.cid-uo9dTxRv4r .tab-content .tab-pane .items-wrapper .item .item-wrapper .item-img img {
  width: 100px;
  height: 100px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-uo9dTxRv4r .tab-content .tab-pane .items-wrapper .item .item-wrapper .item-content {
  z-index: 1;
  position: relative;
}
.cid-uo9dTxRv4r .tab-content .tab-pane .items-wrapper .item .item-wrapper .item-content .card-name {
  margin-bottom: 20px;
}
.cid-uo9dTxRv4r .tab-content .tab-pane .items-wrapper .item .item-wrapper .item-content .card-role {
  margin-bottom: 25px;
}
.cid-uo9dTxRv4r .tab-content .tab-pane .items-wrapper .item .item-wrapper .item-content .tags-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uo9dTxRv4r .tab-content .tab-pane .items-wrapper .item .item-wrapper .item-content .tags-wrapper .list .item-wrap {
  margin-right: 10px;
  margin-bottom: 0;
}
.cid-uo9dTxRv4r .tab-content .tab-pane .items-wrapper .item .item-wrapper .item-content .tags-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uo9dTxRv4r .tab-content .tab-pane .items-wrapper .item .mbr-section-btn {
  z-index: 1;
  position: relative;
  margin-top: 20px;
}
.cid-uo9dTxRv4r .tab-content .tab-pane .items-wrapper .item .mbr-section-btn .btn-primary,
.cid-uo9dTxRv4r .tab-content .tab-pane .items-wrapper .item .mbr-section-btn .btn-secondary,
.cid-uo9dTxRv4r .tab-content .tab-pane .items-wrapper .item .mbr-section-btn .btn-success,
.cid-uo9dTxRv4r .tab-content .tab-pane .items-wrapper .item .mbr-section-btn .btn-info,
.cid-uo9dTxRv4r .tab-content .tab-pane .items-wrapper .item .mbr-section-btn .btn-warning,
.cid-uo9dTxRv4r .tab-content .tab-pane .items-wrapper .item .mbr-section-btn .btn-danger,
.cid-uo9dTxRv4r .tab-content .tab-pane .items-wrapper .item .mbr-section-btn .btn-black,
.cid-uo9dTxRv4r .tab-content .tab-pane .items-wrapper .item .mbr-section-btn .btn-white {
  border: 2px solid #f3f6f9 !important;
}
.cid-uo9dTxRv4r .mbr-section-title {
  color: #162436;
}
.cid-uo9dTxRv4r .mbr-desc {
  color: #e4453f;
}
.cid-uo9dTxRv4r .card-name {
  color: #000000;
}
.cid-uo9dTxRv4r .card-role {
  color: #57677c;
  text-align: center;
}
.cid-uo9dTxRv4r .list,
.cid-uo9dTxRv4r .tags-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uo9dTxRv4r .card-name,
.cid-uo9dTxRv4r .mbr-section-btn {
  text-align: center;
  color: #162436;
}
.cid-uo9dTxRv4r .mbr-section-title .tabs-wrap {
  color: #162436;
}
.cid-uo9dTxRv4r .list,
.cid-uo9dTxRv4r .item-wrap,
.cid-uo9dTxRv4r .tags-wrapper {
  color: #e4453f;
  text-align: center;
}
.cid-uo9dTxRv4r .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
  color: #84858a;
  text-align: center;
}
.cid-uoWlNOHX0j {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uoWlNOHX0j .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uoWlNOHX0j .counter-container ul li {
  position: relative;
  list-style: none;
  padding: 0;
  line-height: 1;
  margin-bottom: 1rem;
}
.cid-uoWlNOHX0j .counter-container ul li:before {
  position: absolute;
  font-family: 'Moririse2' !important;
  left: -1.5em;
  content: "\e97c";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1da1f2;
  width: 0.5em;
  height: 0.5em;
  top: 0.3em;
  border-radius: 50%;
}
.cid-uoWlNOHX0j .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-uoWlNOHX0j .mbr-text UL {
  text-align: left;
}
.cid-uoWlNOHX0j .mbr-text {
  color: #57677c;
}
.cid-uoWlNOHX0j .mbr-section-title {
  color: #162436;
  text-align: left;
}
.cid-uoWlNOHX0j .image-wrapper {
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-uoWlNOHX0j .image-wrapper {
    padding: 0;
    margin-top: 0px;
  }
}
.cid-uoWlNOHX0j .image-wrapper img {
  height: 350px;
  object-fit: contain;
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .cid-uoWlNOHX0j .image-wrapper img {
    height: 350px;
  }
}
.cid-uo0rRuGYZV {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uo0rRuGYZV .item {
  display: flex;
  border-radius: 25px;
  background-color: #eff6fa;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-uo0rRuGYZV .item {
    padding: 3rem 4.5rem 3rem 3rem;
  }
}
@media (max-width: 991px) {
  .cid-uo0rRuGYZV .item {
    padding: 3rem;
    flex-direction: column;
  }
}
.cid-uo0rRuGYZV .icon-box {
  background: #3cb579;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 0.7rem;
}
@media (max-width: 991px) {
  .cid-uo0rRuGYZV .icon-box {
    margin-top: 0;
    margin-bottom: 1.2rem;
  }
}
.cid-uo0rRuGYZV .step-number {
  color: #f3f6f9;
}
@media (max-width: 991px) {
  .cid-uo0rRuGYZV .card {
    margin-bottom: 2rem;
  }
  .cid-uo0rRuGYZV .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uo0rRuGYZV .card-title {
  color: #2e6b75;
}
.cid-uo0rRuGYZV .icon-text {
  color: #6c7577;
}
.cid-uo0rRuGYZV .icon-title {
  color: #2e6b75;
}
.cid-uo0rRuGYZV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo0rRuGYZV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo0rRuGYZV .card-title,
.cid-uo0rRuGYZV .card-box {
  color: #162436;
  text-align: left;
}
.cid-uo0rRuGYZV .mbr-section-title {
  text-align: left;
}
.cid-uoWKwsFAtY {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uoWKwsFAtY .mbr-section-title {
  text-align: center;
  color: #4479d9;
}
.cid-uoWKwsFAtY .mbr-text,
.cid-uoWKwsFAtY .mbr-section-btn {
  text-align: center;
}
.cid-uoWKwsFAtY .mbr-section-subtitle {
  text-align: center;
  color: #57677c;
}
.cid-uoWKx73cFK {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uoWKx73cFK .container-fluid {
  padding: 0 3rem;
}
.cid-uoWKx73cFK ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uoWKx73cFK ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-uoWKx73cFK ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-uoWKx73cFK ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-uoWKx73cFK .container-fluid {
    padding: 0 1rem;
  }
  .cid-uoWKx73cFK .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-uoWKx73cFK .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uoWKx73cFK .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #e4453f, #1da1f2);
  display: inline-block;
}
.cid-uoWKx73cFK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoWKx73cFK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoWKx73cFK .mbr-section-title,
.cid-uoWKx73cFK .underline {
  color: #162436;
}
.cid-uo0rRvWbkg {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #162436;
}
.cid-uo0rRvWbkg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo0rRvWbkg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo0rRvWbkg .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uo0rRvWbkg .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uo0rRvWbkg .media-wrap img {
    width: 120px;
    margin: 0 auto;
  }
}
.cid-uo0rRvWbkg .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uo0rRvWbkg .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uo0rRvWbkg .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uo0rRvWbkg .list {
    margin-bottom: 0rem;
  }
}
.cid-uo0rRvWbkg .mbr-text {
  color: #57677c;
  text-align: left;
}
.cid-uo0rRvWbkg .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #1da1f2;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uo0rRvWbkg .mbr-iconfont {
  color: white;
}
@media (max-width: 991px) {
  .cid-uo0rRvWbkg div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uo0rRvWbkg .mbr-section-subtitle {
  color: #57677c;
}
.cid-uo0rRvWbkg .copyright {
  color: #57677c;
  text-align: center;
}
.cid-uo0rRvWbkg H5 {
  text-align: left;
  color: #57677c;
}
@media (max-width: 767px) {
  .cid-uo0rRvWbkg .row {
    text-align: center;
  }
  .cid-uo0rRvWbkg .row > div {
    margin: auto;
  }
  .cid-uo0rRvWbkg .social-row {
    justify-content: center;
  }
  .cid-uo0rRvWbkg .mbr-text,
  .cid-uo0rRvWbkg .list,
  .cid-uo0rRvWbkg .mbr-section-subtitle,
  .cid-uo0rRvWbkg H5 {
    text-align: center;
  }
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

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;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

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: #111111;
}

.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;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
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 {
  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;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
    letter-spacing: 1px;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  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: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.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;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            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;
}

.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;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .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;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  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 {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  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;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.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;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.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: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
/*# estilos extras */
.borde-top {
  position: absolute;
  top: -1px;
  width: 100%;
  display: block;
  left: 0;
  height: auto;
}
.borde_bot {
  position: absolute;
  bottom: -1px;
  width: 100%;
  min-width: 600px;
  display: block;
  left: 0;
  height: auto;
}
.num {
  color: #e4453f;
}
.btn-whapp {
position:fixed;
bottom:0px; right:20px;
z-index:999;	
background: #3cb579 url(https://ae-estudio.com/whapp-ico50x50.svg) no-repeat center;
    transition: background-color 1s;
	-webkit-transition: background-color 1s;
	text-decoration:none;
	display: inline-block;
	margin: 2.8em .5em;
	width:50px; height:50px;
	border-radius:50%;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
	box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
}
.btn-whapp:hover {
    background-color:#3cb579;  cursor:pointer; color:#DE3D4D;
	-webkit-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	-moz-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.mbr-arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60px;
  height: 120px;
  cursor: pointer;
  z-index: 999;
  background-color: rgba(20, 157, 204, 1);
  border-radius: 30px 30px 0 0;
  -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;
}
.nja {
  color: #e4453f;
}
.tachado {
  text-decoration: line-through;
}
.borde {
  position: absolute;
  bottom: -1px;
  width: 100%;
  display: block;
  left: 0;
  height: auto;
}.cid-uoim5bdgsp .navbar-dropdown {
  position: relative !important;
}
.cid-uoim5bdgsp .navbar-dropdown {
  position: absolute !important;
}
.cid-uoim5bdgsp .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoim5bdgsp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uoim5bdgsp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uoim5bdgsp .dropdown-item:hover,
.cid-uoim5bdgsp .dropdown-item:focus {
  background: #e4453f !important;
  color: white !important;
}
.cid-uoim5bdgsp .dropdown-item:hover span {
  color: white;
}
.cid-uoim5bdgsp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uoim5bdgsp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uoim5bdgsp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uoim5bdgsp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uoim5bdgsp .nav-link {
  position: relative;
  font-weight: bold;
}
.cid-uoim5bdgsp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uoim5bdgsp .container {
    flex-wrap: nowrap;
  }
}
.cid-uoim5bdgsp .dropdown-menu,
.cid-uoim5bdgsp .navbar.opened {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.cid-uoim5bdgsp .nav-item:focus,
.cid-uoim5bdgsp .nav-link:focus {
  outline: none;
}
.cid-uoim5bdgsp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoim5bdgsp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoim5bdgsp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoim5bdgsp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoim5bdgsp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoim5bdgsp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoim5bdgsp .navbar {
  min-height: 114px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
  padding: 17px 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uoim5bdgsp .navbar.opened {
  transition: all 0.3s;
}
.cid-uoim5bdgsp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoim5bdgsp .navbar .navbar-logo img {
  width: auto;
}
.cid-uoim5bdgsp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoim5bdgsp .navbar.collapsed {
  justify-content: center;
}
.cid-uoim5bdgsp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoim5bdgsp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoim5bdgsp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uoim5bdgsp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoim5bdgsp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoim5bdgsp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uoim5bdgsp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoim5bdgsp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uoim5bdgsp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoim5bdgsp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoim5bdgsp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoim5bdgsp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoim5bdgsp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uoim5bdgsp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoim5bdgsp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoim5bdgsp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoim5bdgsp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uoim5bdgsp .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uoim5bdgsp .navbar.navbar-short {
  min-height: auto;
}
.cid-uoim5bdgsp .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uoim5bdgsp .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uoim5bdgsp .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 20%;
}
.cid-uoim5bdgsp .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uoim5bdgsp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoim5bdgsp .dropdown-item.active,
.cid-uoim5bdgsp .dropdown-item:active {
  background-color: transparent;
}
.cid-uoim5bdgsp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoim5bdgsp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoim5bdgsp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoim5bdgsp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uoim5bdgsp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoim5bdgsp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoim5bdgsp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoim5bdgsp button.navbar-toggler {
  position: relative;
  outline: none;
  width: 80px;
  height: 80px;
  cursor: pointer;
  transition: all 0.3s;
  align-self: center;
  margin-left: auto;
}
.cid-uoim5bdgsp button.navbar-toggler:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #1da1f2;
  transition: .2s transform;
}
.cid-uoim5bdgsp button.navbar-toggler .hamburger span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 29px;
  height: 2px;
  background-color: #0c1c30;
  transition: .2s all;
}
.cid-uoim5bdgsp button.navbar-toggler .hamburger span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.cid-uoim5bdgsp button.navbar-toggler:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uoim5bdgsp button.navbar-toggler:hover .hamburger span {
  background-color: #ffffff;
}
.cid-uoim5bdgsp nav.opened .navbar-toggler {
  transform: rotate(45deg);
}
.cid-uoim5bdgsp .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uoim5bdgsp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoim5bdgsp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uoim5bdgsp .navbar {
    height: 70px;
  }
  .cid-uoim5bdgsp .navbar.opened {
    height: auto;
  }
  .cid-uoim5bdgsp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoim5bdgsp .main-container {
  flex-grow: 1;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.cid-uoim5bdgsp .social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 20px;
}
@media (max-width: 767px) {
  .cid-uoim5bdgsp .social-list {
    justify-content: flex-start;
  }
}
.cid-uoim5bdgsp .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uoim5bdgsp .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #1da1f2;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uoim5bdgsp .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #0c1c30;
  padding: 10px;
}
.cid-uoim5bdgsp .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uoim5bdgsp .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uoim5bdgsp .navbar-buttons {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  text-align: center;
  flex-shrink: 0;
}
.cid-uoim5bdgsp .navbar-buttons .btn {
  margin: 0;
}
.cid-uoim5bdgsp .navbar-collapse {
  width: 80%;
}
.cid-uoim5bdgsp .navbar-collapse .navbar-nav {
  justify-content: center;
  width: 75%;
  margin-right: auto;
}
@media (min-width: 992px) {
  .cid-uoim5bdgsp .navbar-collapse .nav-link:hover {
    color: #e4453f !important;
  }
}
@media (max-width: 991px) {
  .cid-uoim5bdgsp .navbar {
    padding: 15px 0 !important;
    box-shadow: none;
    border: none;
    min-height: 110px;
  }
  .cid-uoim5bdgsp .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uoim5bdgsp .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    width: auto;
  }
  .cid-uoim5bdgsp .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
    width: 100%;
  }
  .cid-uoim5bdgsp .navbar-collapse .navbar-nav {
    align-items: center;
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-uoim5bdgsp .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: center !important;
  }
  .cid-uoim5bdgsp .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uoim5bdgsp .navbar-collapse .nav-link {
    justify-content: center !important;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto !important;
    padding: 0 0 50px !important;
    font-size: 30px !important;
    line-height: 1 !important;
    transition: .3s  all;
  }
  .cid-uoim5bdgsp .navbar-collapse .nav-link:hover {
    color: #e4453f !important;
  }
  .cid-uoim5bdgsp .navbar-buttons {
    justify-content: center;
    margin-top: 20px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uoim5bdgsp .navbar-collapse .nav-link {
    background: linear-gradient(to right, #e4453f, #e4453f 50%, currentColor 50%, currentColor 100%) !important;
    background-position: right !important;
    background-size: 200% 100% !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uoim5bdgsp .navbar-collapse .nav-link:hover {
    background-position: left !important;
    color: currentColor !important;
  }
}
@media (max-width: 575px) {
  .cid-uoim5bdgsp .navbar-nav {
    padding-bottom: 1rem !important;
  }
}
.cid-uoio5nfrNI {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #f3f6f9;
}
.cid-uoio5nfrNI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoio5nfrNI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoio5nfrNI .row {
  justify-content: space-between;
}
.cid-uoio5nfrNI .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uoio5nfrNI .content-wrapper {
    padding: 0;
  }
}
.cid-uoio5nfrNI .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uoio5nfrNI .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uoio5nfrNI .content-wrapper .mbr-text {
  margin-bottom: 50px;
  text-align: justify;
}
@media (max-width: 992px) {
  .cid-uoio5nfrNI .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uoio5nfrNI .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uoio5nfrNI .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uoio5nfrNI .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uoio5nfrNI .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uoio5nfrNI .mbr-section-title {
  color: #000000;
}
.cid-uoio5nfrNI .mbr-desc {
  color: #000000;
}
.cid-uoio5nfrNI .mbr-text {
  color: #57677c;
}
.cid-uoio5nfrNI .mbr-section-title,
.cid-uoio5nfrNI .mbr-section-btn {
  color: #162436;
}
.cid-uoim5dWSu4 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #162436;
}
.cid-uoim5dWSu4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoim5dWSu4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoim5dWSu4 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uoim5dWSu4 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uoim5dWSu4 .media-wrap img {
    width: 120px;
    margin: 0 auto;
  }
}
.cid-uoim5dWSu4 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uoim5dWSu4 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uoim5dWSu4 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uoim5dWSu4 .list {
    margin-bottom: 0rem;
  }
}
.cid-uoim5dWSu4 .mbr-text {
  color: #57677c;
  text-align: left;
}
.cid-uoim5dWSu4 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #1da1f2;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uoim5dWSu4 .mbr-iconfont {
  color: white;
}
@media (max-width: 991px) {
  .cid-uoim5dWSu4 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uoim5dWSu4 .mbr-section-subtitle {
  color: #57677c;
}
.cid-uoim5dWSu4 .copyright {
  color: #57677c;
  text-align: center;
}
.cid-uoim5dWSu4 H5 {
  text-align: left;
  color: #57677c;
}
@media (max-width: 767px) {
  .cid-uoim5dWSu4 .row {
    text-align: center;
  }
  .cid-uoim5dWSu4 .row > div {
    margin: auto;
  }
  .cid-uoim5dWSu4 .social-row {
    justify-content: center;
  }
  .cid-uoim5dWSu4 .mbr-text,
  .cid-uoim5dWSu4 .list,
  .cid-uoim5dWSu4 .mbr-section-subtitle,
  .cid-uoim5dWSu4 H5 {
    text-align: center;
  }
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

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;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

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: #111111;
}

.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;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
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 {
  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;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
    letter-spacing: 1px;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  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: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.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;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            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;
}

.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;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .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;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  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 {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  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;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.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;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.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: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
/*# estilos extras */
.borde-top {
  position: absolute;
  top: -1px;
  width: 100%;
  display: block;
  left: 0;
  height: auto;
}
.borde_bot {
  position: absolute;
  bottom: -1px;
  width: 100%;
  min-width: 600px;
  display: block;
  left: 0;
  height: auto;
}
.num {
  color: #e4453f;
}
.btn-whapp {
position:fixed;
bottom:0px; right:20px;
z-index:999;	
background: #3cb579 url(https://ae-estudio.com/whapp-ico50x50.svg) no-repeat center;
    transition: background-color 1s;
	-webkit-transition: background-color 1s;
	text-decoration:none;
	display: inline-block;
	margin: 2.8em .5em;
	width:50px; height:50px;
	border-radius:50%;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
	box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
}
.btn-whapp:hover {
    background-color:#3cb579;  cursor:pointer; color:#DE3D4D;
	-webkit-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	-moz-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.mbr-arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60px;
  height: 120px;
  cursor: pointer;
  z-index: 999;
  background-color: rgba(20, 157, 204, 1);
  border-radius: 30px 30px 0 0;
  -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;
}
.nja {
  color: #e4453f;
}
.tachado {
  text-decoration: line-through;
}
.borde {
  position: absolute;
  bottom: -1px;
  width: 100%;
  display: block;
  left: 0;
  height: auto;
}.cid-upYXkFKUny .navbar-dropdown {
  position: relative !important;
}
.cid-upYXkFKUny .navbar-dropdown {
  position: absolute !important;
}
.cid-upYXkFKUny .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upYXkFKUny .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-upYXkFKUny .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-upYXkFKUny .dropdown-item:hover,
.cid-upYXkFKUny .dropdown-item:focus {
  background: #e4453f !important;
  color: white !important;
}
.cid-upYXkFKUny .dropdown-item:hover span {
  color: white;
}
.cid-upYXkFKUny .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-upYXkFKUny .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-upYXkFKUny .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-upYXkFKUny .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-upYXkFKUny .nav-link {
  position: relative;
  font-weight: bold;
}
.cid-upYXkFKUny .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-upYXkFKUny .container {
    flex-wrap: nowrap;
  }
}
.cid-upYXkFKUny .dropdown-menu,
.cid-upYXkFKUny .navbar.opened {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.cid-upYXkFKUny .nav-item:focus,
.cid-upYXkFKUny .nav-link:focus {
  outline: none;
}
.cid-upYXkFKUny .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upYXkFKUny .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upYXkFKUny .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upYXkFKUny .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upYXkFKUny .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upYXkFKUny .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upYXkFKUny .navbar {
  min-height: 114px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
  padding: 17px 0 !important;
  box-shadow: none;
  border: none;
}
.cid-upYXkFKUny .navbar.opened {
  transition: all 0.3s;
}
.cid-upYXkFKUny .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upYXkFKUny .navbar .navbar-logo img {
  width: auto;
}
.cid-upYXkFKUny .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-upYXkFKUny .navbar.collapsed {
  justify-content: center;
}
.cid-upYXkFKUny .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upYXkFKUny .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upYXkFKUny .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-upYXkFKUny .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upYXkFKUny .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upYXkFKUny .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-upYXkFKUny .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upYXkFKUny .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-upYXkFKUny .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upYXkFKUny .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upYXkFKUny .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upYXkFKUny .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upYXkFKUny .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-upYXkFKUny .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upYXkFKUny .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-upYXkFKUny .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upYXkFKUny .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-upYXkFKUny .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-upYXkFKUny .navbar.navbar-short {
  min-height: auto;
}
.cid-upYXkFKUny .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-upYXkFKUny .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-upYXkFKUny .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 20%;
}
.cid-upYXkFKUny .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-upYXkFKUny .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upYXkFKUny .dropdown-item.active,
.cid-upYXkFKUny .dropdown-item:active {
  background-color: transparent;
}
.cid-upYXkFKUny .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upYXkFKUny .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upYXkFKUny .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upYXkFKUny .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-upYXkFKUny .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upYXkFKUny .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upYXkFKUny ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upYXkFKUny button.navbar-toggler {
  position: relative;
  outline: none;
  width: 80px;
  height: 80px;
  cursor: pointer;
  transition: all 0.3s;
  align-self: center;
  margin-left: auto;
}
.cid-upYXkFKUny button.navbar-toggler:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #1da1f2;
  transition: .2s transform;
}
.cid-upYXkFKUny button.navbar-toggler .hamburger span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 29px;
  height: 2px;
  background-color: #0c1c30;
  transition: .2s all;
}
.cid-upYXkFKUny button.navbar-toggler .hamburger span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.cid-upYXkFKUny button.navbar-toggler:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-upYXkFKUny button.navbar-toggler:hover .hamburger span {
  background-color: #ffffff;
}
.cid-upYXkFKUny nav.opened .navbar-toggler {
  transform: rotate(45deg);
}
.cid-upYXkFKUny .navbar-dropdown {
  padding: 0 1rem;
}
.cid-upYXkFKUny a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upYXkFKUny .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upYXkFKUny .navbar {
    height: 70px;
  }
  .cid-upYXkFKUny .navbar.opened {
    height: auto;
  }
  .cid-upYXkFKUny .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upYXkFKUny .main-container {
  flex-grow: 1;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.cid-upYXkFKUny .social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 20px;
}
@media (max-width: 767px) {
  .cid-upYXkFKUny .social-list {
    justify-content: flex-start;
  }
}
.cid-upYXkFKUny .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-upYXkFKUny .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #1da1f2;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-upYXkFKUny .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #0c1c30;
  padding: 10px;
}
.cid-upYXkFKUny .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-upYXkFKUny .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-upYXkFKUny .navbar-buttons {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  text-align: center;
  flex-shrink: 0;
}
.cid-upYXkFKUny .navbar-buttons .btn {
  margin: 0;
}
.cid-upYXkFKUny .navbar-collapse {
  width: 80%;
}
.cid-upYXkFKUny .navbar-collapse .navbar-nav {
  justify-content: center;
  width: 75%;
  margin-right: auto;
}
@media (min-width: 992px) {
  .cid-upYXkFKUny .navbar-collapse .nav-link:hover {
    color: #e4453f !important;
  }
}
@media (max-width: 991px) {
  .cid-upYXkFKUny .navbar {
    padding: 15px 0 !important;
    box-shadow: none;
    border: none;
    min-height: 110px;
  }
  .cid-upYXkFKUny .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-upYXkFKUny .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    width: auto;
  }
  .cid-upYXkFKUny .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
    width: 100%;
  }
  .cid-upYXkFKUny .navbar-collapse .navbar-nav {
    align-items: center;
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-upYXkFKUny .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: center !important;
  }
  .cid-upYXkFKUny .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-upYXkFKUny .navbar-collapse .nav-link {
    justify-content: center !important;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto !important;
    padding: 0 0 50px !important;
    font-size: 30px !important;
    line-height: 1 !important;
    transition: .3s  all;
  }
  .cid-upYXkFKUny .navbar-collapse .nav-link:hover {
    color: #e4453f !important;
  }
  .cid-upYXkFKUny .navbar-buttons {
    justify-content: center;
    margin-top: 20px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-upYXkFKUny .navbar-collapse .nav-link {
    background: linear-gradient(to right, #e4453f, #e4453f 50%, currentColor 50%, currentColor 100%) !important;
    background-position: right !important;
    background-size: 200% 100% !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-upYXkFKUny .navbar-collapse .nav-link:hover {
    background-position: left !important;
    color: currentColor !important;
  }
}
@media (max-width: 575px) {
  .cid-upYXkFKUny .navbar-nav {
    padding-bottom: 1rem !important;
  }
}
.cid-upYXkG9vGJ {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upYXkG9vGJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-upYXkG9vGJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upYXkG9vGJ .image-wrapper img {
  height: 650px;
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-upYXkG9vGJ .image-wrapper img {
    height: 350px;
  }
}
.cid-upYXkG9vGJ .text-wrapper {
  display: inline-flex;
  align-items: center;
  margin-top: 16px;
}
.cid-upYXkG9vGJ .text-wrapper .mbr-iconfont {
  font-size: 28px;
  color: #e4453f;
  margin-right: 17px;
}
.cid-upYXkG9vGJ .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-upYXkG9vGJ .mbr-text {
  color: #747474;
}
.cid-upYXkG9vGJ .mbr-text,
.cid-upYXkG9vGJ .text {
  color: #e4453f;
  text-align: left;
}
.cid-upYXkGr9Pa {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-upYXkGr9Pa .mbr-text {
  color: #57677c;
}
.cid-upYXkGr9Pa .mbr-title {
  color: #162436;
}
@media (max-width: 767px) {
  .cid-upYXkGr9Pa .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-upYXkGr9Pa h3 {
  margin-bottom: 1.2rem;
}
@media (max-width: 992px) {
  .cid-upYXkGr9Pa .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-upYXkGr9Pa .mbr-text {
    padding-right: 2.5rem;
  }
}
@media (min-width: 767px) {
  .cid-upYXkGr9Pa .row {
    margin: 0;
  }
}
.cid-upYXkGr9Pa P {
  color: #57677c;
  text-align: left;
}
.cid-upYXkIrauG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-upYXkIrauG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-upYXkIrauG .row {
  flex-direction: row-reverse;
  max-width: 1000px;
  margin: 0 auto;
}
.cid-upYXkIrauG img {
  width: 100%;
  border-radius: 16px;
}
.cid-upYXkHtjA7 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-upYXkHtjA7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-upYXkHtjA7 .row {
  flex-direction: row-reverse;
}
.cid-upYXkHtjA7 img {
  width: 100%;
}
.cid-upYXkI5Riq {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-upYXkI5Riq .carousel {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.cid-upYXkI5Riq .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.cid-upYXkI5Riq .carousel-item,
.cid-upYXkI5Riq .carousel-inner {
  height: 100%;
}
.cid-upYXkI5Riq .carousel-caption {
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 280px;
}
@media (min-width: 768px) {
  .cid-upYXkI5Riq .carousel-caption {
    width: 680px;
  }
}
@media (min-width: 992px) {
  .cid-upYXkI5Riq .carousel-caption {
    width: 900px;
  }
}
.cid-upYXkI5Riq .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-upYXkI5Riq .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-upYXkI5Riq .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 0;
}
.cid-upYXkI5Riq .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-upYXkI5Riq .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-upYXkI5Riq .content-slider-wrap {
    width: 100% !important;
  }
  .cid-upYXkI5Riq .carousel {
    width: 100%;
  }
}
.cid-upYXkI5Riq .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-upYXkI5Riq .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 0;
}
.cid-upYXkI5Riq .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-upYXkI5Riq .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-upYXkI5Riq .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-upYXkI5Riq .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-upYXkI5Riq .carousel-indicators li {
  max-width: 7px;
  height: 7px;
  width: 7px;
  max-height: 7px;
  margin: 0 10px;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1 !important;
}
.cid-upYXkI5Riq .carousel-indicators li.active {
  background-color: #ffffff;
  opacity: 1 !important;
}
.cid-upYXkI5Riq .carousel-indicators li::after,
.cid-upYXkI5Riq .carousel-indicators li::before {
  content: none;
}
.cid-upYXkI5Riq .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-upYXkI5Riq P {
  color: #57677c;
}
.cid-upYXkIL6zZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upYXkIL6zZ .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-upYXkIL6zZ .item-img {
  aspect-ratio: 1;
}
.cid-upYXkIL6zZ .item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 15px;
}
.cid-upYXkIL6zZ .item:focus,
.cid-upYXkIL6zZ span:focus {
  outline: none;
}
.cid-upYXkIL6zZ .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-upYXkIL6zZ .row {
  max-width: 1000px;
  margin: 0 auto;
}
.cid-upYXkJ8WGV {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-upYXkJ8WGV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-upYXkJ8WGV .row {
  flex-direction: row-reverse;
}
.cid-upYXkJ8WGV img {
  width: 100%;
  border-radius: 16px;
}
.cid-upYXkJtJsb {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-upYXkJtJsb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-upYXkJtJsb .row {
  flex-direction: row-reverse;
}
.cid-upYXkJtJsb img {
  width: 100%;
  border-radius: 16px;
}
.cid-upYXkJNvpO {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-upYXkJNvpO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-upYXkJNvpO .row {
  flex-direction: row-reverse;
}
.cid-upYXkJNvpO img {
  width: 100%;
  border-radius: 16px;
}
.cid-upYXkK8NfT {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-upYXkK8NfT .mbr-fallback-image.disabled {
  display: none;
}
.cid-upYXkK8NfT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upYXkK8NfT .mbr-section-title {
  color: #162436;
}
.cid-upYXkK8NfT .mbr-section-subtitle {
  color: #57677c;
}
.cid-upYXkKugHl {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #162436;
}
.cid-upYXkKugHl .mbr-fallback-image.disabled {
  display: none;
}
.cid-upYXkKugHl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upYXkKugHl .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-upYXkKugHl .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-upYXkKugHl .media-wrap img {
    width: 120px;
    margin: 0 auto;
  }
}
.cid-upYXkKugHl .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-upYXkKugHl .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-upYXkKugHl .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-upYXkKugHl .list {
    margin-bottom: 0rem;
  }
}
.cid-upYXkKugHl .mbr-text {
  color: #57677c;
  text-align: left;
}
.cid-upYXkKugHl .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #1da1f2;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-upYXkKugHl .mbr-iconfont {
  color: white;
}
@media (max-width: 991px) {
  .cid-upYXkKugHl div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-upYXkKugHl .mbr-section-subtitle {
  color: #57677c;
}
.cid-upYXkKugHl .copyright {
  color: #57677c;
  text-align: center;
}
.cid-upYXkKugHl H5 {
  text-align: left;
  color: #57677c;
}
@media (max-width: 767px) {
  .cid-upYXkKugHl .row {
    text-align: center;
  }
  .cid-upYXkKugHl .row > div {
    margin: auto;
  }
  .cid-upYXkKugHl .social-row {
    justify-content: center;
  }
  .cid-upYXkKugHl .mbr-text,
  .cid-upYXkKugHl .list,
  .cid-upYXkKugHl .mbr-section-subtitle,
  .cid-upYXkKugHl H5 {
    text-align: center;
  }
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

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;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

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: #111111;
}

.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;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
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 {
  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;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
    letter-spacing: 1px;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  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: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.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;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            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;
}

.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;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .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;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  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 {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  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;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.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;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.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: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
/*# estilos extras */
.borde-top {
  position: absolute;
  top: -1px;
  width: 100%;
  display: block;
  left: 0;
  height: auto;
}
.borde_bot {
  position: absolute;
  bottom: -1px;
  width: 100%;
  min-width: 600px;
  display: block;
  left: 0;
  height: auto;
}
.num {
  color: #e4453f;
}
.btn-whapp {
position:fixed;
bottom:0px; right:20px;
z-index:999;	
background: #3cb579 url(https://ae-estudio.com/whapp-ico50x50.svg) no-repeat center;
    transition: background-color 1s;
	-webkit-transition: background-color 1s;
	text-decoration:none;
	display: inline-block;
	margin: 2.8em .5em;
	width:50px; height:50px;
	border-radius:50%;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
	box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
}
.btn-whapp:hover {
    background-color:#3cb579;  cursor:pointer; color:#DE3D4D;
	-webkit-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	-moz-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.mbr-arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60px;
  height: 120px;
  cursor: pointer;
  z-index: 999;
  background-color: rgba(20, 157, 204, 1);
  border-radius: 30px 30px 0 0;
  -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;
}
.nja {
  color: #e4453f;
}
.tachado {
  text-decoration: line-through;
}
.borde {
  position: absolute;
  bottom: -1px;
  width: 100%;
  display: block;
  left: 0;
  height: auto;
}.cid-uq501ULHaL .navbar-dropdown {
  position: relative !important;
}
.cid-uq501ULHaL .navbar-dropdown {
  position: absolute !important;
}
.cid-uq501ULHaL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uq501ULHaL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uq501ULHaL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uq501ULHaL .dropdown-item:hover,
.cid-uq501ULHaL .dropdown-item:focus {
  background: #e4453f !important;
  color: white !important;
}
.cid-uq501ULHaL .dropdown-item:hover span {
  color: white;
}
.cid-uq501ULHaL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uq501ULHaL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uq501ULHaL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uq501ULHaL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uq501ULHaL .nav-link {
  position: relative;
  font-weight: bold;
}
.cid-uq501ULHaL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uq501ULHaL .container {
    flex-wrap: nowrap;
  }
}
.cid-uq501ULHaL .dropdown-menu,
.cid-uq501ULHaL .navbar.opened {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.cid-uq501ULHaL .nav-item:focus,
.cid-uq501ULHaL .nav-link:focus {
  outline: none;
}
.cid-uq501ULHaL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uq501ULHaL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uq501ULHaL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uq501ULHaL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uq501ULHaL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uq501ULHaL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uq501ULHaL .navbar {
  min-height: 114px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
  padding: 17px 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uq501ULHaL .navbar.opened {
  transition: all 0.3s;
}
.cid-uq501ULHaL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uq501ULHaL .navbar .navbar-logo img {
  width: auto;
}
.cid-uq501ULHaL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uq501ULHaL .navbar.collapsed {
  justify-content: center;
}
.cid-uq501ULHaL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uq501ULHaL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uq501ULHaL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uq501ULHaL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uq501ULHaL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uq501ULHaL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uq501ULHaL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uq501ULHaL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uq501ULHaL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uq501ULHaL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uq501ULHaL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uq501ULHaL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uq501ULHaL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uq501ULHaL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uq501ULHaL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uq501ULHaL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uq501ULHaL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uq501ULHaL .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uq501ULHaL .navbar.navbar-short {
  min-height: auto;
}
.cid-uq501ULHaL .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uq501ULHaL .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uq501ULHaL .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 20%;
}
.cid-uq501ULHaL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uq501ULHaL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uq501ULHaL .dropdown-item.active,
.cid-uq501ULHaL .dropdown-item:active {
  background-color: transparent;
}
.cid-uq501ULHaL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uq501ULHaL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uq501ULHaL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uq501ULHaL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uq501ULHaL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uq501ULHaL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uq501ULHaL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uq501ULHaL button.navbar-toggler {
  position: relative;
  outline: none;
  width: 80px;
  height: 80px;
  cursor: pointer;
  transition: all 0.3s;
  align-self: center;
  margin-left: auto;
}
.cid-uq501ULHaL button.navbar-toggler:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #1da1f2;
  transition: .2s transform;
}
.cid-uq501ULHaL button.navbar-toggler .hamburger span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 29px;
  height: 2px;
  background-color: #0c1c30;
  transition: .2s all;
}
.cid-uq501ULHaL button.navbar-toggler .hamburger span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.cid-uq501ULHaL button.navbar-toggler:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uq501ULHaL button.navbar-toggler:hover .hamburger span {
  background-color: #ffffff;
}
.cid-uq501ULHaL nav.opened .navbar-toggler {
  transform: rotate(45deg);
}
.cid-uq501ULHaL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uq501ULHaL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uq501ULHaL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uq501ULHaL .navbar {
    height: 70px;
  }
  .cid-uq501ULHaL .navbar.opened {
    height: auto;
  }
  .cid-uq501ULHaL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uq501ULHaL .main-container {
  flex-grow: 1;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.cid-uq501ULHaL .social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 20px;
}
@media (max-width: 767px) {
  .cid-uq501ULHaL .social-list {
    justify-content: flex-start;
  }
}
.cid-uq501ULHaL .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uq501ULHaL .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #1da1f2;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uq501ULHaL .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #0c1c30;
  padding: 10px;
}
.cid-uq501ULHaL .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uq501ULHaL .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uq501ULHaL .navbar-buttons {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  text-align: center;
  flex-shrink: 0;
}
.cid-uq501ULHaL .navbar-buttons .btn {
  margin: 0;
}
.cid-uq501ULHaL .navbar-collapse {
  width: 80%;
}
.cid-uq501ULHaL .navbar-collapse .navbar-nav {
  justify-content: center;
  width: 75%;
  margin-right: auto;
}
@media (min-width: 992px) {
  .cid-uq501ULHaL .navbar-collapse .nav-link:hover {
    color: #e4453f !important;
  }
}
@media (max-width: 991px) {
  .cid-uq501ULHaL .navbar {
    padding: 15px 0 !important;
    box-shadow: none;
    border: none;
    min-height: 110px;
  }
  .cid-uq501ULHaL .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uq501ULHaL .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    width: auto;
  }
  .cid-uq501ULHaL .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
    width: 100%;
  }
  .cid-uq501ULHaL .navbar-collapse .navbar-nav {
    align-items: center;
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-uq501ULHaL .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: center !important;
  }
  .cid-uq501ULHaL .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uq501ULHaL .navbar-collapse .nav-link {
    justify-content: center !important;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto !important;
    padding: 0 0 50px !important;
    font-size: 30px !important;
    line-height: 1 !important;
    transition: .3s  all;
  }
  .cid-uq501ULHaL .navbar-collapse .nav-link:hover {
    color: #e4453f !important;
  }
  .cid-uq501ULHaL .navbar-buttons {
    justify-content: center;
    margin-top: 20px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uq501ULHaL .navbar-collapse .nav-link {
    background: linear-gradient(to right, #e4453f, #e4453f 50%, currentColor 50%, currentColor 100%) !important;
    background-position: right !important;
    background-size: 200% 100% !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uq501ULHaL .navbar-collapse .nav-link:hover {
    background-position: left !important;
    color: currentColor !important;
  }
}
@media (max-width: 575px) {
  .cid-uq501ULHaL .navbar-nav {
    padding-bottom: 1rem !important;
  }
}
.cid-uq501VbRdK {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uq501VbRdK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq501VbRdK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uq501VbRdK .image-wrapper img {
  height: 650px;
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uq501VbRdK .image-wrapper img {
    height: 350px;
  }
}
.cid-uq501VbRdK .text-wrapper {
  display: inline-flex;
  align-items: center;
  margin-top: 16px;
}
.cid-uq501VbRdK .text-wrapper .mbr-iconfont {
  font-size: 28px;
  color: #e4453f;
  margin-right: 17px;
}
.cid-uq501VbRdK .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uq501VbRdK .mbr-text {
  color: #747474;
}
.cid-uq501VbRdK .mbr-text,
.cid-uq501VbRdK .text {
  color: #e4453f;
  text-align: left;
}
.cid-uq501VrzHD {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uq501VrzHD .mbr-text {
  color: #57677c;
}
.cid-uq501VrzHD .mbr-title {
  color: #162436;
}
@media (max-width: 767px) {
  .cid-uq501VrzHD .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uq501VrzHD h3 {
  margin-bottom: 1.2rem;
}
@media (max-width: 992px) {
  .cid-uq501VrzHD .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uq501VrzHD .mbr-text {
    padding-right: 2.5rem;
  }
}
@media (min-width: 767px) {
  .cid-uq501VrzHD .row {
    margin: 0;
  }
}
.cid-uq501VrzHD P {
  color: #57677c;
  text-align: left;
}
.cid-uq6k5FjnC3 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uq6k5FjnC3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uq6k5FjnC3 .row {
  flex-direction: row-reverse;
}
.cid-uq6k5FjnC3 img {
  width: 100%;
  border-radius: 16px;
}
.cid-uq51XVxtA1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uq51XVxtA1 .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-uq51XVxtA1 .item-img {
  aspect-ratio: 1;
}
.cid-uq51XVxtA1 .item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 15px;
}
.cid-uq51XVxtA1 .item:focus,
.cid-uq51XVxtA1 span:focus {
  outline: none;
}
.cid-uq51XVxtA1 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uq51XVxtA1 .row {
  max-width: 1000px;
  margin: 0 auto;
}
.cid-uq501VZHum {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uq501VZHum .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uq501VZHum .row {
  flex-direction: row-reverse;
}
.cid-uq501VZHum img {
  width: 100%;
}
.cid-uq56040d1L {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uq56040d1L .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uq56040d1L .row {
  flex-direction: row-reverse;
}
.cid-uq56040d1L img {
  width: 100%;
  border-radius: 16px;
}
.cid-uq501WGGJb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uq501WGGJb .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-uq501WGGJb .item-img {
  aspect-ratio: 1;
}
.cid-uq501WGGJb .item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 15px;
}
.cid-uq501WGGJb .item:focus,
.cid-uq501WGGJb span:focus {
  outline: none;
}
.cid-uq501WGGJb .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uq501WGGJb .row {
  max-width: 1000px;
  margin: 0 auto;
}
.cid-uq501WZs7O {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uq501WZs7O .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uq501WZs7O .row {
  flex-direction: row-reverse;
}
.cid-uq501WZs7O img {
  width: 100%;
  border-radius: 16px;
}
.cid-uq5IuYu4xX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uq5IuYu4xX .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-uq5IuYu4xX .item-img {
  aspect-ratio: 1;
}
.cid-uq5IuYu4xX .item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 15px;
}
.cid-uq5IuYu4xX .item:focus,
.cid-uq5IuYu4xX span:focus {
  outline: none;
}
.cid-uq5IuYu4xX .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uq5IuYu4xX .row {
  max-width: 1000px;
  margin: 0 auto;
}
.cid-uq501XiJKx {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uq501XiJKx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uq501XiJKx .row {
  flex-direction: row-reverse;
}
.cid-uq501XiJKx img {
  width: 100%;
  border-radius: 16px;
}
.cid-uq5Vkj9Wrf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uq5Vkj9Wrf .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-uq5Vkj9Wrf .item-img {
  aspect-ratio: 1;
}
.cid-uq5Vkj9Wrf .item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 15px;
}
.cid-uq5Vkj9Wrf .item:focus,
.cid-uq5Vkj9Wrf span:focus {
  outline: none;
}
.cid-uq5Vkj9Wrf .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uq5Vkj9Wrf .row {
  max-width: 1000px;
  margin: 0 auto;
}
.cid-uq501XBguf {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uq501XBguf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uq501XBguf .row {
  flex-direction: row-reverse;
}
.cid-uq501XBguf img {
  width: 100%;
  border-radius: 16px;
}
.cid-uq501XU278 {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uq501XU278 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq501XU278 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uq501XU278 .mbr-section-title {
  color: #162436;
}
.cid-uq501XU278 .mbr-section-subtitle {
  color: #57677c;
}
.cid-uq501YgBrD {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #162436;
}
.cid-uq501YgBrD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq501YgBrD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uq501YgBrD .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uq501YgBrD .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uq501YgBrD .media-wrap img {
    width: 120px;
    margin: 0 auto;
  }
}
.cid-uq501YgBrD .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uq501YgBrD .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uq501YgBrD .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uq501YgBrD .list {
    margin-bottom: 0rem;
  }
}
.cid-uq501YgBrD .mbr-text {
  color: #57677c;
  text-align: left;
}
.cid-uq501YgBrD .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #1da1f2;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uq501YgBrD .mbr-iconfont {
  color: white;
}
@media (max-width: 991px) {
  .cid-uq501YgBrD div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uq501YgBrD .mbr-section-subtitle {
  color: #57677c;
}
.cid-uq501YgBrD .copyright {
  color: #57677c;
  text-align: center;
}
.cid-uq501YgBrD H5 {
  text-align: left;
  color: #57677c;
}
@media (max-width: 767px) {
  .cid-uq501YgBrD .row {
    text-align: center;
  }
  .cid-uq501YgBrD .row > div {
    margin: auto;
  }
  .cid-uq501YgBrD .social-row {
    justify-content: center;
  }
  .cid-uq501YgBrD .mbr-text,
  .cid-uq501YgBrD .list,
  .cid-uq501YgBrD .mbr-section-subtitle,
  .cid-uq501YgBrD H5 {
    text-align: center;
  }
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

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;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

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: #111111;
}

.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;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
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 {
  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;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
    letter-spacing: 1px;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  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: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.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;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            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;
}

.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;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .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;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  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 {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  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;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.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;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.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: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
/*# estilos extras */
.borde-top {
  position: absolute;
  top: -1px;
  width: 100%;
  display: block;
  left: 0;
  height: auto;
}
.borde_bot {
  position: absolute;
  bottom: -1px;
  width: 100%;
  min-width: 600px;
  display: block;
  left: 0;
  height: auto;
}
.num {
  color: #e4453f;
}
.btn-whapp {
position:fixed;
bottom:0px; right:20px;
z-index:999;	
background: #3cb579 url(https://ae-estudio.com/whapp-ico50x50.svg) no-repeat center;
    transition: background-color 1s;
	-webkit-transition: background-color 1s;
	text-decoration:none;
	display: inline-block;
	margin: 2.8em .5em;
	width:50px; height:50px;
	border-radius:50%;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
	box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
}
.btn-whapp:hover {
    background-color:#3cb579;  cursor:pointer; color:#DE3D4D;
	-webkit-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	-moz-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.mbr-arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60px;
  height: 120px;
  cursor: pointer;
  z-index: 999;
  background-color: rgba(20, 157, 204, 1);
  border-radius: 30px 30px 0 0;
  -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;
}
.nja {
  color: #e4453f;
}
.tachado {
  text-decoration: line-through;
}
.borde {
  position: absolute;
  bottom: -1px;
  width: 100%;
  display: block;
  left: 0;
  height: auto;
}.cid-uqazpGd2KY .navbar-dropdown {
  position: relative !important;
}
.cid-uqazpGd2KY .navbar-dropdown {
  position: absolute !important;
}
.cid-uqazpGd2KY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqazpGd2KY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uqazpGd2KY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uqazpGd2KY .dropdown-item:hover,
.cid-uqazpGd2KY .dropdown-item:focus {
  background: #e4453f !important;
  color: white !important;
}
.cid-uqazpGd2KY .dropdown-item:hover span {
  color: white;
}
.cid-uqazpGd2KY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uqazpGd2KY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uqazpGd2KY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uqazpGd2KY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uqazpGd2KY .nav-link {
  position: relative;
  font-weight: bold;
}
.cid-uqazpGd2KY .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uqazpGd2KY .container {
    flex-wrap: nowrap;
  }
}
.cid-uqazpGd2KY .dropdown-menu,
.cid-uqazpGd2KY .navbar.opened {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.cid-uqazpGd2KY .nav-item:focus,
.cid-uqazpGd2KY .nav-link:focus {
  outline: none;
}
.cid-uqazpGd2KY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqazpGd2KY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqazpGd2KY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqazpGd2KY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqazpGd2KY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqazpGd2KY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqazpGd2KY .navbar {
  min-height: 114px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
  padding: 17px 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uqazpGd2KY .navbar.opened {
  transition: all 0.3s;
}
.cid-uqazpGd2KY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uqazpGd2KY .navbar .navbar-logo img {
  width: auto;
}
.cid-uqazpGd2KY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uqazpGd2KY .navbar.collapsed {
  justify-content: center;
}
.cid-uqazpGd2KY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqazpGd2KY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqazpGd2KY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uqazpGd2KY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqazpGd2KY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqazpGd2KY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uqazpGd2KY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqazpGd2KY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uqazpGd2KY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqazpGd2KY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqazpGd2KY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqazpGd2KY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqazpGd2KY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uqazpGd2KY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uqazpGd2KY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqazpGd2KY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uqazpGd2KY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uqazpGd2KY .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uqazpGd2KY .navbar.navbar-short {
  min-height: auto;
}
.cid-uqazpGd2KY .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uqazpGd2KY .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uqazpGd2KY .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 20%;
}
.cid-uqazpGd2KY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uqazpGd2KY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqazpGd2KY .dropdown-item.active,
.cid-uqazpGd2KY .dropdown-item:active {
  background-color: transparent;
}
.cid-uqazpGd2KY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqazpGd2KY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqazpGd2KY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqazpGd2KY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uqazpGd2KY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uqazpGd2KY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqazpGd2KY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqazpGd2KY button.navbar-toggler {
  position: relative;
  outline: none;
  width: 80px;
  height: 80px;
  cursor: pointer;
  transition: all 0.3s;
  align-self: center;
  margin-left: auto;
}
.cid-uqazpGd2KY button.navbar-toggler:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #1da1f2;
  transition: .2s transform;
}
.cid-uqazpGd2KY button.navbar-toggler .hamburger span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 29px;
  height: 2px;
  background-color: #0c1c30;
  transition: .2s all;
}
.cid-uqazpGd2KY button.navbar-toggler .hamburger span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.cid-uqazpGd2KY button.navbar-toggler:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uqazpGd2KY button.navbar-toggler:hover .hamburger span {
  background-color: #ffffff;
}
.cid-uqazpGd2KY nav.opened .navbar-toggler {
  transform: rotate(45deg);
}
.cid-uqazpGd2KY .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uqazpGd2KY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uqazpGd2KY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqazpGd2KY .navbar {
    height: 70px;
  }
  .cid-uqazpGd2KY .navbar.opened {
    height: auto;
  }
  .cid-uqazpGd2KY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqazpGd2KY .main-container {
  flex-grow: 1;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.cid-uqazpGd2KY .social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 20px;
}
@media (max-width: 767px) {
  .cid-uqazpGd2KY .social-list {
    justify-content: flex-start;
  }
}
.cid-uqazpGd2KY .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uqazpGd2KY .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #1da1f2;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uqazpGd2KY .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #0c1c30;
  padding: 10px;
}
.cid-uqazpGd2KY .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uqazpGd2KY .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uqazpGd2KY .navbar-buttons {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  text-align: center;
  flex-shrink: 0;
}
.cid-uqazpGd2KY .navbar-buttons .btn {
  margin: 0;
}
.cid-uqazpGd2KY .navbar-collapse {
  width: 80%;
}
.cid-uqazpGd2KY .navbar-collapse .navbar-nav {
  justify-content: center;
  width: 75%;
  margin-right: auto;
}
@media (min-width: 992px) {
  .cid-uqazpGd2KY .navbar-collapse .nav-link:hover {
    color: #e4453f !important;
  }
}
@media (max-width: 991px) {
  .cid-uqazpGd2KY .navbar {
    padding: 15px 0 !important;
    box-shadow: none;
    border: none;
    min-height: 110px;
  }
  .cid-uqazpGd2KY .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uqazpGd2KY .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    width: auto;
  }
  .cid-uqazpGd2KY .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
    width: 100%;
  }
  .cid-uqazpGd2KY .navbar-collapse .navbar-nav {
    align-items: center;
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-uqazpGd2KY .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: center !important;
  }
  .cid-uqazpGd2KY .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uqazpGd2KY .navbar-collapse .nav-link {
    justify-content: center !important;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto !important;
    padding: 0 0 50px !important;
    font-size: 30px !important;
    line-height: 1 !important;
    transition: .3s  all;
  }
  .cid-uqazpGd2KY .navbar-collapse .nav-link:hover {
    color: #e4453f !important;
  }
  .cid-uqazpGd2KY .navbar-buttons {
    justify-content: center;
    margin-top: 20px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uqazpGd2KY .navbar-collapse .nav-link {
    background: linear-gradient(to right, #e4453f, #e4453f 50%, currentColor 50%, currentColor 100%) !important;
    background-position: right !important;
    background-size: 200% 100% !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uqazpGd2KY .navbar-collapse .nav-link:hover {
    background-position: left !important;
    color: currentColor !important;
  }
}
@media (max-width: 575px) {
  .cid-uqazpGd2KY .navbar-nav {
    padding-bottom: 1rem !important;
  }
}
.cid-uqazpGCCM6 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uqazpGCCM6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqazpGCCM6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqazpGCCM6 .image-wrapper img {
  height: 650px;
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uqazpGCCM6 .image-wrapper img {
    height: 350px;
  }
}
.cid-uqazpGCCM6 .text-wrapper {
  display: inline-flex;
  align-items: center;
  margin-top: 16px;
}
.cid-uqazpGCCM6 .text-wrapper .mbr-iconfont {
  font-size: 28px;
  color: #e4453f;
  margin-right: 17px;
}
.cid-uqazpGCCM6 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uqazpGCCM6 .mbr-text {
  color: #747474;
}
.cid-uqazpGCCM6 .mbr-text,
.cid-uqazpGCCM6 .text {
  color: #e4453f;
  text-align: left;
}
.cid-uqazpGVMod {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uqazpGVMod .mbr-text {
  color: #57677c;
}
.cid-uqazpGVMod .mbr-title {
  color: #162436;
}
@media (max-width: 767px) {
  .cid-uqazpGVMod .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uqazpGVMod h3 {
  margin-bottom: 1.2rem;
}
@media (max-width: 992px) {
  .cid-uqazpGVMod .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uqazpGVMod .mbr-text {
    padding-right: 2.5rem;
  }
}
@media (min-width: 767px) {
  .cid-uqazpGVMod .row {
    margin: 0;
  }
}
.cid-uqazpGVMod P {
  color: #57677c;
  text-align: left;
}
.cid-uqazpHya7t {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uqazpHya7t .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-uqazpHya7t .item-img {
  aspect-ratio: 1;
}
.cid-uqazpHya7t .item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 15px;
}
.cid-uqazpHya7t .item:focus,
.cid-uqazpHya7t span:focus {
  outline: none;
}
.cid-uqazpHya7t .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uqazpHya7t .row {
  max-width: 1000px;
  margin: 0 auto;
}
.cid-uqazpIpYwa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uqazpIpYwa .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-uqazpIpYwa .item-img {
  aspect-ratio: 1;
}
.cid-uqazpIpYwa .item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 15px;
}
.cid-uqazpIpYwa .item:focus,
.cid-uqazpIpYwa span:focus {
  outline: none;
}
.cid-uqazpIpYwa .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uqazpIpYwa .row {
  max-width: 1000px;
  margin: 0 auto;
}
.cid-uqgTWCQOwZ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uqgTWCQOwZ .carousel {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.cid-uqgTWCQOwZ .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.cid-uqgTWCQOwZ .carousel-item,
.cid-uqgTWCQOwZ .carousel-inner {
  height: 100%;
}
.cid-uqgTWCQOwZ .carousel-caption {
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 280px;
}
@media (min-width: 768px) {
  .cid-uqgTWCQOwZ .carousel-caption {
    width: 680px;
  }
}
@media (min-width: 992px) {
  .cid-uqgTWCQOwZ .carousel-caption {
    width: 900px;
  }
}
.cid-uqgTWCQOwZ .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uqgTWCQOwZ .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uqgTWCQOwZ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 0;
}
.cid-uqgTWCQOwZ .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uqgTWCQOwZ .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uqgTWCQOwZ .content-slider-wrap {
    width: 100% !important;
  }
  .cid-uqgTWCQOwZ .carousel {
    width: 100%;
  }
}
.cid-uqgTWCQOwZ .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uqgTWCQOwZ .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 0;
}
.cid-uqgTWCQOwZ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uqgTWCQOwZ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uqgTWCQOwZ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uqgTWCQOwZ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uqgTWCQOwZ .carousel-indicators li {
  max-width: 7px;
  height: 7px;
  width: 7px;
  max-height: 7px;
  margin: 0 10px;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1 !important;
}
.cid-uqgTWCQOwZ .carousel-indicators li.active {
  background-color: #ffffff;
  opacity: 1 !important;
}
.cid-uqgTWCQOwZ .carousel-indicators li::after,
.cid-uqgTWCQOwZ .carousel-indicators li::before {
  content: none;
}
.cid-uqgTWCQOwZ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-uqgTWCQOwZ P {
  color: #edf4fc;
}
.cid-uqazpJ5Kca {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uqazpJ5Kca .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-uqazpJ5Kca .item-img {
  aspect-ratio: 1;
}
.cid-uqazpJ5Kca .item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 15px;
}
.cid-uqazpJ5Kca .item:focus,
.cid-uqazpJ5Kca span:focus {
  outline: none;
}
.cid-uqazpJ5Kca .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uqazpJ5Kca .row {
  max-width: 1000px;
  margin: 0 auto;
}
.cid-uqazpHRxJP {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uqazpHRxJP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uqazpHRxJP .row {
  flex-direction: row-reverse;
}
.cid-uqazpHRxJP img {
  width: 100%;
}
.cid-uqhL3nUsIr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uqhL3nUsIr .carousel {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.cid-uqhL3nUsIr .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.cid-uqhL3nUsIr .carousel-item,
.cid-uqhL3nUsIr .carousel-inner {
  height: 100%;
}
.cid-uqhL3nUsIr .carousel-caption {
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 280px;
}
@media (min-width: 768px) {
  .cid-uqhL3nUsIr .carousel-caption {
    width: 680px;
  }
}
@media (min-width: 992px) {
  .cid-uqhL3nUsIr .carousel-caption {
    width: 900px;
  }
}
.cid-uqhL3nUsIr .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uqhL3nUsIr .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uqhL3nUsIr .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 0;
}
.cid-uqhL3nUsIr .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uqhL3nUsIr .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uqhL3nUsIr .content-slider-wrap {
    width: 100% !important;
  }
  .cid-uqhL3nUsIr .carousel {
    width: 100%;
  }
}
.cid-uqhL3nUsIr .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uqhL3nUsIr .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 0;
}
.cid-uqhL3nUsIr .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uqhL3nUsIr .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uqhL3nUsIr .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uqhL3nUsIr .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uqhL3nUsIr .carousel-indicators li {
  max-width: 7px;
  height: 7px;
  width: 7px;
  max-height: 7px;
  margin: 0 10px;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1 !important;
}
.cid-uqhL3nUsIr .carousel-indicators li.active {
  background-color: #ffffff;
  opacity: 1 !important;
}
.cid-uqhL3nUsIr .carousel-indicators li::after,
.cid-uqhL3nUsIr .carousel-indicators li::before {
  content: none;
}
.cid-uqhL3nUsIr .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-uqhL3nUsIr P {
  color: #edf4fc;
}
.cid-uqazpJHFgI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uqazpJHFgI .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-uqazpJHFgI .item-img {
  aspect-ratio: 1;
}
.cid-uqazpJHFgI .item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 15px;
}
.cid-uqazpJHFgI .item:focus,
.cid-uqazpJHFgI span:focus {
  outline: none;
}
.cid-uqazpJHFgI .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uqazpJHFgI .row {
  max-width: 1000px;
  margin: 0 auto;
}
.cid-uqRT0KAUqp {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uqRT0KAUqp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uqRT0KAUqp .row {
  flex-direction: row-reverse;
}
.cid-uqRT0KAUqp img {
  width: 100%;
  border-radius: 16px;
}
.cid-uqsh42itVz {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uqsh42itVz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uqsh42itVz .row {
  flex-direction: row-reverse;
  max-width: 1000px;
  margin: 0 auto;
}
.cid-uqsh42itVz img {
  width: 100%;
  border-radius: 16px;
}
.cid-uqazpI8gRk {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uqazpI8gRk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uqazpI8gRk .row {
  flex-direction: row-reverse;
}
.cid-uqazpI8gRk img {
  width: 100%;
  border-radius: 16px;
}
.cid-uqazpKlNQa {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uqazpKlNQa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqazpKlNQa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqazpKlNQa .mbr-section-title {
  color: #162436;
}
.cid-uqazpKlNQa .mbr-section-subtitle {
  color: #57677c;
}
.cid-uqazpKHMpu {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #162436;
}
.cid-uqazpKHMpu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqazpKHMpu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqazpKHMpu .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uqazpKHMpu .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uqazpKHMpu .media-wrap img {
    width: 120px;
    margin: 0 auto;
  }
}
.cid-uqazpKHMpu .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uqazpKHMpu .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uqazpKHMpu .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uqazpKHMpu .list {
    margin-bottom: 0rem;
  }
}
.cid-uqazpKHMpu .mbr-text {
  color: #57677c;
  text-align: left;
}
.cid-uqazpKHMpu .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #1da1f2;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uqazpKHMpu .mbr-iconfont {
  color: white;
}
@media (max-width: 991px) {
  .cid-uqazpKHMpu div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uqazpKHMpu .mbr-section-subtitle {
  color: #57677c;
}
.cid-uqazpKHMpu .copyright {
  color: #57677c;
  text-align: center;
}
.cid-uqazpKHMpu H5 {
  text-align: left;
  color: #57677c;
}
@media (max-width: 767px) {
  .cid-uqazpKHMpu .row {
    text-align: center;
  }
  .cid-uqazpKHMpu .row > div {
    margin: auto;
  }
  .cid-uqazpKHMpu .social-row {
    justify-content: center;
  }
  .cid-uqazpKHMpu .mbr-text,
  .cid-uqazpKHMpu .list,
  .cid-uqazpKHMpu .mbr-section-subtitle,
  .cid-uqazpKHMpu H5 {
    text-align: center;
  }
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

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;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

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: #111111;
}

.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;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
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 {
  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;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
    letter-spacing: 1px;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  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: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.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;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            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;
}

.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;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .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;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  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 {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  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;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.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;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.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: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
/*# estilos extras */
.borde-top {
  position: absolute;
  top: -1px;
  width: 100%;
  display: block;
  left: 0;
  height: auto;
}
.borde_bot {
  position: absolute;
  bottom: -1px;
  width: 100%;
  min-width: 600px;
  display: block;
  left: 0;
  height: auto;
}
.num {
  color: #e4453f;
}
.btn-whapp {
position:fixed;
bottom:0px; right:20px;
z-index:999;	
background: #3cb579 url(https://ae-estudio.com/whapp-ico50x50.svg) no-repeat center;
    transition: background-color 1s;
	-webkit-transition: background-color 1s;
	text-decoration:none;
	display: inline-block;
	margin: 2.8em .5em;
	width:50px; height:50px;
	border-radius:50%;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
	box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
}
.btn-whapp:hover {
    background-color:#3cb579;  cursor:pointer; color:#DE3D4D;
	-webkit-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	-moz-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.mbr-arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60px;
  height: 120px;
  cursor: pointer;
  z-index: 999;
  background-color: rgba(20, 157, 204, 1);
  border-radius: 30px 30px 0 0;
  -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;
}
.nja {
  color: #e4453f;
}
.tachado {
  text-decoration: line-through;
}
.borde {
  position: absolute;
  bottom: -1px;
  width: 100%;
  display: block;
  left: 0;
  height: auto;
}.cid-uqxTgb3tkH .navbar-dropdown {
  position: relative !important;
}
.cid-uqxTgb3tkH .navbar-dropdown {
  position: absolute !important;
}
.cid-uqxTgb3tkH .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqxTgb3tkH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uqxTgb3tkH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uqxTgb3tkH .dropdown-item:hover,
.cid-uqxTgb3tkH .dropdown-item:focus {
  background: #e4453f !important;
  color: white !important;
}
.cid-uqxTgb3tkH .dropdown-item:hover span {
  color: white;
}
.cid-uqxTgb3tkH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uqxTgb3tkH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uqxTgb3tkH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uqxTgb3tkH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uqxTgb3tkH .nav-link {
  position: relative;
  font-weight: bold;
}
.cid-uqxTgb3tkH .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uqxTgb3tkH .container {
    flex-wrap: nowrap;
  }
}
.cid-uqxTgb3tkH .dropdown-menu,
.cid-uqxTgb3tkH .navbar.opened {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.cid-uqxTgb3tkH .nav-item:focus,
.cid-uqxTgb3tkH .nav-link:focus {
  outline: none;
}
.cid-uqxTgb3tkH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqxTgb3tkH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqxTgb3tkH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqxTgb3tkH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqxTgb3tkH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqxTgb3tkH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqxTgb3tkH .navbar {
  min-height: 114px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
  padding: 17px 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uqxTgb3tkH .navbar.opened {
  transition: all 0.3s;
}
.cid-uqxTgb3tkH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uqxTgb3tkH .navbar .navbar-logo img {
  width: auto;
}
.cid-uqxTgb3tkH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uqxTgb3tkH .navbar.collapsed {
  justify-content: center;
}
.cid-uqxTgb3tkH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqxTgb3tkH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqxTgb3tkH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uqxTgb3tkH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqxTgb3tkH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqxTgb3tkH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uqxTgb3tkH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqxTgb3tkH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uqxTgb3tkH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqxTgb3tkH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqxTgb3tkH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqxTgb3tkH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqxTgb3tkH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uqxTgb3tkH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uqxTgb3tkH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqxTgb3tkH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uqxTgb3tkH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uqxTgb3tkH .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uqxTgb3tkH .navbar.navbar-short {
  min-height: auto;
}
.cid-uqxTgb3tkH .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uqxTgb3tkH .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uqxTgb3tkH .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 20%;
}
.cid-uqxTgb3tkH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uqxTgb3tkH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqxTgb3tkH .dropdown-item.active,
.cid-uqxTgb3tkH .dropdown-item:active {
  background-color: transparent;
}
.cid-uqxTgb3tkH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqxTgb3tkH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqxTgb3tkH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqxTgb3tkH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uqxTgb3tkH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uqxTgb3tkH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqxTgb3tkH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqxTgb3tkH button.navbar-toggler {
  position: relative;
  outline: none;
  width: 80px;
  height: 80px;
  cursor: pointer;
  transition: all 0.3s;
  align-self: center;
  margin-left: auto;
}
.cid-uqxTgb3tkH button.navbar-toggler:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #1da1f2;
  transition: .2s transform;
}
.cid-uqxTgb3tkH button.navbar-toggler .hamburger span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 29px;
  height: 2px;
  background-color: #0c1c30;
  transition: .2s all;
}
.cid-uqxTgb3tkH button.navbar-toggler .hamburger span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.cid-uqxTgb3tkH button.navbar-toggler:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uqxTgb3tkH button.navbar-toggler:hover .hamburger span {
  background-color: #ffffff;
}
.cid-uqxTgb3tkH nav.opened .navbar-toggler {
  transform: rotate(45deg);
}
.cid-uqxTgb3tkH .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uqxTgb3tkH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uqxTgb3tkH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqxTgb3tkH .navbar {
    height: 70px;
  }
  .cid-uqxTgb3tkH .navbar.opened {
    height: auto;
  }
  .cid-uqxTgb3tkH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqxTgb3tkH .main-container {
  flex-grow: 1;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.cid-uqxTgb3tkH .social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 20px;
}
@media (max-width: 767px) {
  .cid-uqxTgb3tkH .social-list {
    justify-content: flex-start;
  }
}
.cid-uqxTgb3tkH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uqxTgb3tkH .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #1da1f2;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uqxTgb3tkH .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #0c1c30;
  padding: 10px;
}
.cid-uqxTgb3tkH .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uqxTgb3tkH .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uqxTgb3tkH .navbar-buttons {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  text-align: center;
  flex-shrink: 0;
}
.cid-uqxTgb3tkH .navbar-buttons .btn {
  margin: 0;
}
.cid-uqxTgb3tkH .navbar-collapse {
  width: 80%;
}
.cid-uqxTgb3tkH .navbar-collapse .navbar-nav {
  justify-content: center;
  width: 75%;
  margin-right: auto;
}
@media (min-width: 992px) {
  .cid-uqxTgb3tkH .navbar-collapse .nav-link:hover {
    color: #e4453f !important;
  }
}
@media (max-width: 991px) {
  .cid-uqxTgb3tkH .navbar {
    padding: 15px 0 !important;
    box-shadow: none;
    border: none;
    min-height: 110px;
  }
  .cid-uqxTgb3tkH .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uqxTgb3tkH .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    width: auto;
  }
  .cid-uqxTgb3tkH .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
    width: 100%;
  }
  .cid-uqxTgb3tkH .navbar-collapse .navbar-nav {
    align-items: center;
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-uqxTgb3tkH .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: center !important;
  }
  .cid-uqxTgb3tkH .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uqxTgb3tkH .navbar-collapse .nav-link {
    justify-content: center !important;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto !important;
    padding: 0 0 50px !important;
    font-size: 30px !important;
    line-height: 1 !important;
    transition: .3s  all;
  }
  .cid-uqxTgb3tkH .navbar-collapse .nav-link:hover {
    color: #e4453f !important;
  }
  .cid-uqxTgb3tkH .navbar-buttons {
    justify-content: center;
    margin-top: 20px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uqxTgb3tkH .navbar-collapse .nav-link {
    background: linear-gradient(to right, #e4453f, #e4453f 50%, currentColor 50%, currentColor 100%) !important;
    background-position: right !important;
    background-size: 200% 100% !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uqxTgb3tkH .navbar-collapse .nav-link:hover {
    background-position: left !important;
    color: currentColor !important;
  }
}
@media (max-width: 575px) {
  .cid-uqxTgb3tkH .navbar-nav {
    padding-bottom: 1rem !important;
  }
}
.cid-uqxTgbwciz {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uqxTgbwciz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqxTgbwciz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqxTgbwciz .image-wrapper img {
  height: 650px;
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uqxTgbwciz .image-wrapper img {
    height: 350px;
  }
}
.cid-uqxTgbwciz .text-wrapper {
  display: inline-flex;
  align-items: center;
  margin-top: 16px;
}
.cid-uqxTgbwciz .text-wrapper .mbr-iconfont {
  font-size: 28px;
  color: #e4453f;
  margin-right: 17px;
}
.cid-uqxTgbwciz .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uqxTgbwciz .mbr-text {
  color: #747474;
}
.cid-uqxTgbwciz .mbr-text,
.cid-uqxTgbwciz .text {
  color: #e4453f;
  text-align: left;
}
.cid-uqxTgbOO3l {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uqxTgbOO3l .mbr-text {
  color: #57677c;
}
.cid-uqxTgbOO3l .mbr-title {
  color: #162436;
}
@media (max-width: 767px) {
  .cid-uqxTgbOO3l .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uqxTgbOO3l h3 {
  margin-bottom: 1.2rem;
}
@media (max-width: 992px) {
  .cid-uqxTgbOO3l .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uqxTgbOO3l .mbr-text {
    padding-right: 2.5rem;
  }
}
@media (min-width: 767px) {
  .cid-uqxTgbOO3l .row {
    margin: 0;
  }
}
.cid-uqxTgbOO3l P {
  color: #57677c;
  text-align: left;
}
.cid-uqxTgfe0mf {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uqxTgfe0mf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uqxTgfe0mf .row {
  flex-direction: row-reverse;
}
.cid-uqxTgfe0mf img {
  width: 100%;
  border-radius: 16px;
}
.cid-uvWxuIow1C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvWxuIow1C .mbr-text {
  color: #57677c;
  text-align: center;
}
.cid-uvWxuIow1C .mbr-section-subtitle {
  text-align: center;
}
.cid-uqVh3GoLtB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uqVh3GoLtB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uqVh3GoLtB .row {
  flex-direction: row-reverse;
}
.cid-uqVh3GoLtB img {
  width: 100%;
  border-radius: 16px;
}
.cid-uqxTgdDDrm {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uqxTgdDDrm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uqxTgdDDrm .row {
  flex-direction: row-reverse;
}
.cid-uqxTgdDDrm img {
  width: 100%;
}
.cid-uqxTgcLeE8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uqxTgcLeE8 .carousel {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.cid-uqxTgcLeE8 .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.cid-uqxTgcLeE8 .carousel-item,
.cid-uqxTgcLeE8 .carousel-inner {
  height: 100%;
}
.cid-uqxTgcLeE8 .carousel-caption {
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 280px;
}
@media (min-width: 768px) {
  .cid-uqxTgcLeE8 .carousel-caption {
    width: 680px;
  }
}
@media (min-width: 992px) {
  .cid-uqxTgcLeE8 .carousel-caption {
    width: 900px;
  }
}
.cid-uqxTgcLeE8 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uqxTgcLeE8 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uqxTgcLeE8 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 0;
}
.cid-uqxTgcLeE8 .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uqxTgcLeE8 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uqxTgcLeE8 .content-slider-wrap {
    width: 100% !important;
  }
  .cid-uqxTgcLeE8 .carousel {
    width: 100%;
  }
}
.cid-uqxTgcLeE8 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uqxTgcLeE8 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 0;
}
.cid-uqxTgcLeE8 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uqxTgcLeE8 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uqxTgcLeE8 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uqxTgcLeE8 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uqxTgcLeE8 .carousel-indicators li {
  max-width: 7px;
  height: 7px;
  width: 7px;
  max-height: 7px;
  margin: 0 10px;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1 !important;
}
.cid-uqxTgcLeE8 .carousel-indicators li.active {
  background-color: #ffffff;
  opacity: 1 !important;
}
.cid-uqxTgcLeE8 .carousel-indicators li::after,
.cid-uqxTgcLeE8 .carousel-indicators li::before {
  content: none;
}
.cid-uqxTgcLeE8 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-uqxTgcLeE8 P {
  color: #57677c;
}
.cid-uqxTgc7FXE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uqxTgc7FXE .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-uqxTgc7FXE .item-img {
  aspect-ratio: 1;
}
.cid-uqxTgc7FXE .item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 15px;
}
.cid-uqxTgc7FXE .item:focus,
.cid-uqxTgc7FXE span:focus {
  outline: none;
}
.cid-uqxTgc7FXE .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uqxTgc7FXE .row {
  max-width: 1000px;
  margin: 0 auto;
}
.cid-uw8b6P5Yfg {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uw8b6P5Yfg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uw8b6P5Yfg .row {
  flex-direction: row-reverse;
}
.cid-uw8b6P5Yfg img {
  width: 100%;
  border-radius: 16px;
}
.cid-uqxTgfAlMQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uqxTgfAlMQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqxTgfAlMQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqxTgfAlMQ .mbr-section-title {
  color: #162436;
}
.cid-uqxTgfAlMQ .mbr-section-subtitle {
  color: #57677c;
}
.cid-uqxTgfYvef {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #162436;
}
.cid-uqxTgfYvef .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqxTgfYvef .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqxTgfYvef .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uqxTgfYvef .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uqxTgfYvef .media-wrap img {
    width: 120px;
    margin: 0 auto;
  }
}
.cid-uqxTgfYvef .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uqxTgfYvef .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uqxTgfYvef .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uqxTgfYvef .list {
    margin-bottom: 0rem;
  }
}
.cid-uqxTgfYvef .mbr-text {
  color: #57677c;
  text-align: left;
}
.cid-uqxTgfYvef .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #1da1f2;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uqxTgfYvef .mbr-iconfont {
  color: white;
}
@media (max-width: 991px) {
  .cid-uqxTgfYvef div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uqxTgfYvef .mbr-section-subtitle {
  color: #57677c;
}
.cid-uqxTgfYvef .copyright {
  color: #57677c;
  text-align: center;
}
.cid-uqxTgfYvef H5 {
  text-align: left;
  color: #57677c;
}
@media (max-width: 767px) {
  .cid-uqxTgfYvef .row {
    text-align: center;
  }
  .cid-uqxTgfYvef .row > div {
    margin: auto;
  }
  .cid-uqxTgfYvef .social-row {
    justify-content: center;
  }
  .cid-uqxTgfYvef .mbr-text,
  .cid-uqxTgfYvef .list,
  .cid-uqxTgfYvef .mbr-section-subtitle,
  .cid-uqxTgfYvef H5 {
    text-align: center;
  }
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

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;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

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: #111111;
}

.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;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
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 {
  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;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
    letter-spacing: 1px;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  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: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.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;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            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;
}

.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;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .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;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  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 {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  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;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.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;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.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: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
/*# estilos extras */
.borde-top {
  position: absolute;
  top: -1px;
  width: 100%;
  display: block;
  left: 0;
  height: auto;
}
.borde_bot {
  position: absolute;
  bottom: -1px;
  width: 100%;
  min-width: 600px;
  display: block;
  left: 0;
  height: auto;
}
.num {
  color: #e4453f;
}
.btn-whapp {
position:fixed;
bottom:0px; right:20px;
z-index:999;	
background: #3cb579 url(https://ae-estudio.com/whapp-ico50x50.svg) no-repeat center;
    transition: background-color 1s;
	-webkit-transition: background-color 1s;
	text-decoration:none;
	display: inline-block;
	margin: 2.8em .5em;
	width:50px; height:50px;
	border-radius:50%;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
	box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
}
.btn-whapp:hover {
    background-color:#3cb579;  cursor:pointer; color:#DE3D4D;
	-webkit-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	-moz-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.mbr-arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60px;
  height: 120px;
  cursor: pointer;
  z-index: 999;
  background-color: rgba(20, 157, 204, 1);
  border-radius: 30px 30px 0 0;
  -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;
}
.nja {
  color: #e4453f;
}
.tachado {
  text-decoration: line-through;
}
.borde {
  position: absolute;
  bottom: -1px;
  width: 100%;
  display: block;
  left: 0;
  height: auto;
}.cid-usgmRWIAY9 .navbar-dropdown {
  position: relative !important;
}
.cid-usgmRWIAY9 .navbar-dropdown {
  position: absolute !important;
}
.cid-usgmRWIAY9 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usgmRWIAY9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-usgmRWIAY9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-usgmRWIAY9 .dropdown-item:hover,
.cid-usgmRWIAY9 .dropdown-item:focus {
  background: #e4453f !important;
  color: white !important;
}
.cid-usgmRWIAY9 .dropdown-item:hover span {
  color: white;
}
.cid-usgmRWIAY9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-usgmRWIAY9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-usgmRWIAY9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-usgmRWIAY9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-usgmRWIAY9 .nav-link {
  position: relative;
  font-weight: bold;
}
.cid-usgmRWIAY9 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-usgmRWIAY9 .container {
    flex-wrap: nowrap;
  }
}
.cid-usgmRWIAY9 .dropdown-menu,
.cid-usgmRWIAY9 .navbar.opened {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.cid-usgmRWIAY9 .nav-item:focus,
.cid-usgmRWIAY9 .nav-link:focus {
  outline: none;
}
.cid-usgmRWIAY9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-usgmRWIAY9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-usgmRWIAY9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-usgmRWIAY9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usgmRWIAY9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-usgmRWIAY9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-usgmRWIAY9 .navbar {
  min-height: 114px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
  padding: 17px 0 !important;
  box-shadow: none;
  border: none;
}
.cid-usgmRWIAY9 .navbar.opened {
  transition: all 0.3s;
}
.cid-usgmRWIAY9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-usgmRWIAY9 .navbar .navbar-logo img {
  width: auto;
}
.cid-usgmRWIAY9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-usgmRWIAY9 .navbar.collapsed {
  justify-content: center;
}
.cid-usgmRWIAY9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-usgmRWIAY9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-usgmRWIAY9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-usgmRWIAY9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-usgmRWIAY9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-usgmRWIAY9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-usgmRWIAY9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-usgmRWIAY9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-usgmRWIAY9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usgmRWIAY9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usgmRWIAY9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usgmRWIAY9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-usgmRWIAY9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-usgmRWIAY9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-usgmRWIAY9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-usgmRWIAY9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-usgmRWIAY9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-usgmRWIAY9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-usgmRWIAY9 .navbar.navbar-short {
  min-height: auto;
}
.cid-usgmRWIAY9 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-usgmRWIAY9 .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-usgmRWIAY9 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 20%;
}
.cid-usgmRWIAY9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-usgmRWIAY9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-usgmRWIAY9 .dropdown-item.active,
.cid-usgmRWIAY9 .dropdown-item:active {
  background-color: transparent;
}
.cid-usgmRWIAY9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-usgmRWIAY9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usgmRWIAY9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usgmRWIAY9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-usgmRWIAY9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-usgmRWIAY9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-usgmRWIAY9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-usgmRWIAY9 button.navbar-toggler {
  position: relative;
  outline: none;
  width: 80px;
  height: 80px;
  cursor: pointer;
  transition: all 0.3s;
  align-self: center;
  margin-left: auto;
}
.cid-usgmRWIAY9 button.navbar-toggler:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #1da1f2;
  transition: .2s transform;
}
.cid-usgmRWIAY9 button.navbar-toggler .hamburger span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 29px;
  height: 2px;
  background-color: #0c1c30;
  transition: .2s all;
}
.cid-usgmRWIAY9 button.navbar-toggler .hamburger span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.cid-usgmRWIAY9 button.navbar-toggler:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-usgmRWIAY9 button.navbar-toggler:hover .hamburger span {
  background-color: #ffffff;
}
.cid-usgmRWIAY9 nav.opened .navbar-toggler {
  transform: rotate(45deg);
}
.cid-usgmRWIAY9 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-usgmRWIAY9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-usgmRWIAY9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-usgmRWIAY9 .navbar {
    height: 70px;
  }
  .cid-usgmRWIAY9 .navbar.opened {
    height: auto;
  }
  .cid-usgmRWIAY9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usgmRWIAY9 .main-container {
  flex-grow: 1;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.cid-usgmRWIAY9 .social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 20px;
}
@media (max-width: 767px) {
  .cid-usgmRWIAY9 .social-list {
    justify-content: flex-start;
  }
}
.cid-usgmRWIAY9 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-usgmRWIAY9 .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #1da1f2;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-usgmRWIAY9 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #0c1c30;
  padding: 10px;
}
.cid-usgmRWIAY9 .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-usgmRWIAY9 .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-usgmRWIAY9 .navbar-buttons {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  text-align: center;
  flex-shrink: 0;
}
.cid-usgmRWIAY9 .navbar-buttons .btn {
  margin: 0;
}
.cid-usgmRWIAY9 .navbar-collapse {
  width: 80%;
}
.cid-usgmRWIAY9 .navbar-collapse .navbar-nav {
  justify-content: center;
  width: 75%;
  margin-right: auto;
}
@media (min-width: 992px) {
  .cid-usgmRWIAY9 .navbar-collapse .nav-link:hover {
    color: #e4453f !important;
  }
}
@media (max-width: 991px) {
  .cid-usgmRWIAY9 .navbar {
    padding: 15px 0 !important;
    box-shadow: none;
    border: none;
    min-height: 110px;
  }
  .cid-usgmRWIAY9 .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-usgmRWIAY9 .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    width: auto;
  }
  .cid-usgmRWIAY9 .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
    width: 100%;
  }
  .cid-usgmRWIAY9 .navbar-collapse .navbar-nav {
    align-items: center;
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-usgmRWIAY9 .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: center !important;
  }
  .cid-usgmRWIAY9 .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-usgmRWIAY9 .navbar-collapse .nav-link {
    justify-content: center !important;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto !important;
    padding: 0 0 50px !important;
    font-size: 30px !important;
    line-height: 1 !important;
    transition: .3s  all;
  }
  .cid-usgmRWIAY9 .navbar-collapse .nav-link:hover {
    color: #e4453f !important;
  }
  .cid-usgmRWIAY9 .navbar-buttons {
    justify-content: center;
    margin-top: 20px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-usgmRWIAY9 .navbar-collapse .nav-link {
    background: linear-gradient(to right, #e4453f, #e4453f 50%, currentColor 50%, currentColor 100%) !important;
    background-position: right !important;
    background-size: 200% 100% !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-usgmRWIAY9 .navbar-collapse .nav-link:hover {
    background-position: left !important;
    color: currentColor !important;
  }
}
@media (max-width: 575px) {
  .cid-usgmRWIAY9 .navbar-nav {
    padding-bottom: 1rem !important;
  }
}
.cid-usgmRXj4hN {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-color: #edf4fc;
}
@media (max-width: 992px) {
  .cid-usgmRXj4hN .container {
    padding: 0 22px;
  }
}
.cid-usgmRXj4hN .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 5px;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .cid-usgmRXj4hN .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-usgmRXj4hN .embla__slide .slide-content {
  width: 600px;
}
.cid-usgmRXj4hN .embla__slide .slide-content .item-wrapper .item-img img {
  height: 470px;
  object-fit: contain;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .cid-usgmRXj4hN .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-usgmRXj4hN .embla__slide .slide-content .item-content {
  position: relative;
  top: -30px;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 10px 30px;
}
@media (max-width: 767px) {
  .cid-usgmRXj4hN .embla__slide .slide-content .item-content {
    padding: 10px 20px;
  }
}
.cid-usgmRXj4hN .embla__slide .slide-content .item-content:hover .item-number,
.cid-usgmRXj4hN .embla__slide .slide-content .item-content:focus .item-number {
  -webkit-text-stroke-color: transparent;
  -webkit-text-fill-color: #000000;
}
.cid-usgmRXj4hN .embla__slide .slide-content .item-content:hover .icon-wrapper .mbr-iconfont,
.cid-usgmRXj4hN .embla__slide .slide-content .item-content:focus .icon-wrapper .mbr-iconfont {
  transform: rotate(0);
}
.cid-usgmRXj4hN .embla__slide .slide-content .item-content .item-number {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000000;
  -webkit-text-fill-color: transparent;
  transition: all 0.5s ease-in-out;
  min-width: 45px;
  margin-bottom: 0;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .cid-usgmRXj4hN .embla__slide .slide-content .item-content .item-number {
    min-width: 35px;
  }
}
.cid-usgmRXj4hN .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 0;
  background: #ffffff;
  border-radius: 24px;
  padding: 8px 16px;
}
.cid-usgmRXj4hN .embla__slide .slide-content .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 30px;
  transform: rotate(-45deg);
  margin-left: 20px;
  color: #facb1d;
  transition: all 0.3s ease-in-out;
}
.cid-usgmRXj4hN .embla__slide .slide-content a {
  display: block;
}
.cid-usgmRXj4hN .embla__button--next,
.cid-usgmRXj4hN .embla__button--prev {
  display: flex;
}
.cid-usgmRXj4hN .embla__button {
  top: 50%;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: #FFF !important;
  border: none;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .7 !important;
}
@media (max-width: 768px) {
  .cid-usgmRXj4hN .embla__button {
    display: none;
  }
}
.cid-usgmRXj4hN .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-usgmRXj4hN .embla__button:hover {
  opacity: 1 !important;
}
.cid-usgmRXj4hN .embla__button.embla__button--prev {
  left: 0;
}
@media (max-width: 992px) {
  .cid-usgmRXj4hN .embla__button.embla__button--prev {
    left: 20px;
  }
}
.cid-usgmRXj4hN .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 992px) {
  .cid-usgmRXj4hN .embla__button.embla__button--next {
    right: 20px;
  }
}
.cid-usgmRXj4hN .card {
  justify-content: center;
}
.cid-usgmRXj4hN .embla {
  position: relative;
  width: 100%;
  padding: 0 40px;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-usgmRXj4hN .embla {
    margin: 0 0 20px;
    padding: 0;
  }
}
.cid-usgmRXj4hN .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-usgmRXj4hN .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-usgmRXj4hN .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-usgmRXj4hN .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-usgmRXj4hN .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-usgmRXj4hN .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-usgmRXj4hN .mbr-section-title {
  color: #e4453f;
  letter-spacing: -1px;
}
.cid-usgmRXj4hN .mbr-text {
  color: #57677c;
  text-align: left;
}
.cid-usgmRXj4hN .mbr-section-title,
.cid-usgmRXj4hN .mbr-section-btn DIV {
  text-align: center;
}
.cid-usgmRXj4hN .mbr-section-title,
.cid-usgmRXj4hN .mbr-section-btn {
  color: #162436;
  text-align: left;
}
.cid-usgmRXj4hN .item-title {
  color: #e4453f;
  text-align: left;
}
.cid-usgmRXj4hN .mbr-section-subtitle {
  color: #e4453f;
  text-align: left;
}
.cid-usgmRXj4hN .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-usgmRXj4hN .counter-container ul li {
  position: relative;
  list-style: none;
  padding: 0;
  line-height: 1;
  margin-bottom: 1rem;
}
.cid-usgmRXj4hN .counter-container ul li:before {
  position: absolute;
  font-family: 'Moririse2' !important;
  left: -1.5em;
  content: "\e97c";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #e4453f;
  width: 0.5em;
  height: 0.5em;
  top: 0.3em;
  border-radius: 50%;
}
.cid-usgmRXXS20 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-usgmRXXS20 .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-usgmRXXS20 .counter-container ul li {
  position: relative;
  list-style: none;
  padding: 0;
  line-height: 1;
  margin-bottom: 1rem;
}
.cid-usgmRXXS20 .counter-container ul li:before {
  position: absolute;
  font-family: 'Moririse2' !important;
  left: -1.5em;
  content: "\e97c";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1da1f2;
  width: 0.5em;
  height: 0.5em;
  top: 0.3em;
  border-radius: 50%;
}
.cid-usgmRXXS20 .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-usgmRXXS20 .mbr-text UL {
  text-align: left;
}
.cid-usgmRXXS20 .mbr-text {
  color: #57677c;
}
.cid-usgmRXXS20 .mbr-section-title {
  color: #162436;
  text-align: left;
}
.cid-usgmRXXS20 .image-wrapper {
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-usgmRXXS20 .image-wrapper {
    padding: 0;
    margin-top: 0px;
  }
}
.cid-usgmRXXS20 .image-wrapper img {
  height: 350px;
  object-fit: contain;
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .cid-usgmRXXS20 .image-wrapper img {
    height: 350px;
  }
}
.cid-usgmRYp5ZD {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-usgmRYp5ZD .item {
  display: flex;
  border-radius: 25px;
  background-color: #eff6fa;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-usgmRYp5ZD .item {
    padding: 3rem 4.5rem 3rem 3rem;
  }
}
@media (max-width: 991px) {
  .cid-usgmRYp5ZD .item {
    padding: 3rem;
    flex-direction: column;
  }
}
.cid-usgmRYp5ZD .icon-box {
  background: #3cb579;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 0.7rem;
}
@media (max-width: 991px) {
  .cid-usgmRYp5ZD .icon-box {
    margin-top: 0;
    margin-bottom: 1.2rem;
  }
}
.cid-usgmRYp5ZD .step-number {
  color: #f3f6f9;
}
@media (max-width: 991px) {
  .cid-usgmRYp5ZD .card {
    margin-bottom: 2rem;
  }
  .cid-usgmRYp5ZD .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-usgmRYp5ZD .card-title {
  color: #2e6b75;
}
.cid-usgmRYp5ZD .icon-text {
  color: #6c7577;
}
.cid-usgmRYp5ZD .icon-title {
  color: #2e6b75;
}
.cid-usgmRYp5ZD .mbr-fallback-image.disabled {
  display: none;
}
.cid-usgmRYp5ZD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usgmRYp5ZD .card-title,
.cid-usgmRYp5ZD .card-box {
  color: #162436;
  text-align: left;
}
.cid-usgmRYp5ZD .mbr-section-title {
  text-align: left;
}
.cid-usgmRYY0bq {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-usgmRYY0bq .mbr-section-title {
  text-align: center;
  color: #4479d9;
}
.cid-usgmRYY0bq .mbr-text,
.cid-usgmRYY0bq .mbr-section-btn {
  text-align: center;
}
.cid-usgmRYY0bq .mbr-section-subtitle {
  text-align: center;
  color: #57677c;
}
.cid-usgmRZqul4 {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-usgmRZqul4 .container-fluid {
  padding: 0 3rem;
}
.cid-usgmRZqul4 ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-usgmRZqul4 ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-usgmRZqul4 ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-usgmRZqul4 ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-usgmRZqul4 .container-fluid {
    padding: 0 1rem;
  }
  .cid-usgmRZqul4 .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-usgmRZqul4 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-usgmRZqul4 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #e4453f, #1da1f2);
  display: inline-block;
}
.cid-usgmRZqul4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-usgmRZqul4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usgmRZqul4 .mbr-section-title,
.cid-usgmRZqul4 .underline {
  color: #162436;
}
.cid-usgmS03q0U {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #162436;
}
.cid-usgmS03q0U .mbr-fallback-image.disabled {
  display: none;
}
.cid-usgmS03q0U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usgmS03q0U .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-usgmS03q0U .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-usgmS03q0U .media-wrap img {
    width: 120px;
    margin: 0 auto;
  }
}
.cid-usgmS03q0U .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-usgmS03q0U .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-usgmS03q0U .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-usgmS03q0U .list {
    margin-bottom: 0rem;
  }
}
.cid-usgmS03q0U .mbr-text {
  color: #57677c;
  text-align: left;
}
.cid-usgmS03q0U .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #1da1f2;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-usgmS03q0U .mbr-iconfont {
  color: white;
}
@media (max-width: 991px) {
  .cid-usgmS03q0U div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-usgmS03q0U .mbr-section-subtitle {
  color: #57677c;
}
.cid-usgmS03q0U .copyright {
  color: #57677c;
  text-align: center;
}
.cid-usgmS03q0U H5 {
  text-align: left;
  color: #57677c;
}
@media (max-width: 767px) {
  .cid-usgmS03q0U .row {
    text-align: center;
  }
  .cid-usgmS03q0U .row > div {
    margin: auto;
  }
  .cid-usgmS03q0U .social-row {
    justify-content: center;
  }
  .cid-usgmS03q0U .mbr-text,
  .cid-usgmS03q0U .list,
  .cid-usgmS03q0U .mbr-section-subtitle,
  .cid-usgmS03q0U H5 {
    text-align: center;
  }
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

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;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

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: #111111;
}

.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;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
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 {
  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;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
    letter-spacing: 1px;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  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: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.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;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            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;
}

.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;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .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;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  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 {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  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;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.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;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.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: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
/*# estilos extras */
.borde-top {
  position: absolute;
  top: -1px;
  width: 100%;
  display: block;
  left: 0;
  height: auto;
}
.borde_bot {
  position: absolute;
  bottom: -1px;
  width: 100%;
  min-width: 600px;
  display: block;
  left: 0;
  height: auto;
}
.num {
  color: #e4453f;
}
.btn-whapp {
position:fixed;
bottom:0px; right:20px;
z-index:999;	
background: #3cb579 url(https://ae-estudio.com/whapp-ico50x50.svg) no-repeat center;
    transition: background-color 1s;
	-webkit-transition: background-color 1s;
	text-decoration:none;
	display: inline-block;
	margin: 2.8em .5em;
	width:50px; height:50px;
	border-radius:50%;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
	box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
}
.btn-whapp:hover {
    background-color:#3cb579;  cursor:pointer; color:#DE3D4D;
	-webkit-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	-moz-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.mbr-arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60px;
  height: 120px;
  cursor: pointer;
  z-index: 999;
  background-color: rgba(20, 157, 204, 1);
  border-radius: 30px 30px 0 0;
  -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;
}
.nja {
  color: #e4453f;
}
.tachado {
  text-decoration: line-through;
}
.borde {
  position: absolute;
  bottom: -1px;
  width: 100%;
  display: block;
  left: 0;
  height: auto;
}.cid-usgmXT62d5 .navbar-dropdown {
  position: relative !important;
}
.cid-usgmXT62d5 .navbar-dropdown {
  position: absolute !important;
}
.cid-usgmXT62d5 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usgmXT62d5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-usgmXT62d5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-usgmXT62d5 .dropdown-item:hover,
.cid-usgmXT62d5 .dropdown-item:focus {
  background: #e4453f !important;
  color: white !important;
}
.cid-usgmXT62d5 .dropdown-item:hover span {
  color: white;
}
.cid-usgmXT62d5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-usgmXT62d5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-usgmXT62d5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-usgmXT62d5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-usgmXT62d5 .nav-link {
  position: relative;
  font-weight: bold;
}
.cid-usgmXT62d5 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-usgmXT62d5 .container {
    flex-wrap: nowrap;
  }
}
.cid-usgmXT62d5 .dropdown-menu,
.cid-usgmXT62d5 .navbar.opened {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.cid-usgmXT62d5 .nav-item:focus,
.cid-usgmXT62d5 .nav-link:focus {
  outline: none;
}
.cid-usgmXT62d5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-usgmXT62d5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-usgmXT62d5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-usgmXT62d5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usgmXT62d5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-usgmXT62d5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-usgmXT62d5 .navbar {
  min-height: 114px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
  padding: 17px 0 !important;
  box-shadow: none;
  border: none;
}
.cid-usgmXT62d5 .navbar.opened {
  transition: all 0.3s;
}
.cid-usgmXT62d5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-usgmXT62d5 .navbar .navbar-logo img {
  width: auto;
}
.cid-usgmXT62d5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-usgmXT62d5 .navbar.collapsed {
  justify-content: center;
}
.cid-usgmXT62d5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-usgmXT62d5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-usgmXT62d5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-usgmXT62d5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-usgmXT62d5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-usgmXT62d5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-usgmXT62d5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-usgmXT62d5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-usgmXT62d5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usgmXT62d5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usgmXT62d5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usgmXT62d5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-usgmXT62d5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-usgmXT62d5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-usgmXT62d5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-usgmXT62d5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-usgmXT62d5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-usgmXT62d5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-usgmXT62d5 .navbar.navbar-short {
  min-height: auto;
}
.cid-usgmXT62d5 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-usgmXT62d5 .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-usgmXT62d5 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 20%;
}
.cid-usgmXT62d5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-usgmXT62d5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-usgmXT62d5 .dropdown-item.active,
.cid-usgmXT62d5 .dropdown-item:active {
  background-color: transparent;
}
.cid-usgmXT62d5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-usgmXT62d5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usgmXT62d5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usgmXT62d5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-usgmXT62d5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-usgmXT62d5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-usgmXT62d5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-usgmXT62d5 button.navbar-toggler {
  position: relative;
  outline: none;
  width: 80px;
  height: 80px;
  cursor: pointer;
  transition: all 0.3s;
  align-self: center;
  margin-left: auto;
}
.cid-usgmXT62d5 button.navbar-toggler:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #1da1f2;
  transition: .2s transform;
}
.cid-usgmXT62d5 button.navbar-toggler .hamburger span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 29px;
  height: 2px;
  background-color: #0c1c30;
  transition: .2s all;
}
.cid-usgmXT62d5 button.navbar-toggler .hamburger span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.cid-usgmXT62d5 button.navbar-toggler:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-usgmXT62d5 button.navbar-toggler:hover .hamburger span {
  background-color: #ffffff;
}
.cid-usgmXT62d5 nav.opened .navbar-toggler {
  transform: rotate(45deg);
}
.cid-usgmXT62d5 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-usgmXT62d5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-usgmXT62d5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-usgmXT62d5 .navbar {
    height: 70px;
  }
  .cid-usgmXT62d5 .navbar.opened {
    height: auto;
  }
  .cid-usgmXT62d5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usgmXT62d5 .main-container {
  flex-grow: 1;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.cid-usgmXT62d5 .social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 20px;
}
@media (max-width: 767px) {
  .cid-usgmXT62d5 .social-list {
    justify-content: flex-start;
  }
}
.cid-usgmXT62d5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-usgmXT62d5 .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #1da1f2;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-usgmXT62d5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #0c1c30;
  padding: 10px;
}
.cid-usgmXT62d5 .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-usgmXT62d5 .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-usgmXT62d5 .navbar-buttons {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  text-align: center;
  flex-shrink: 0;
}
.cid-usgmXT62d5 .navbar-buttons .btn {
  margin: 0;
}
.cid-usgmXT62d5 .navbar-collapse {
  width: 80%;
}
.cid-usgmXT62d5 .navbar-collapse .navbar-nav {
  justify-content: center;
  width: 75%;
  margin-right: auto;
}
@media (min-width: 992px) {
  .cid-usgmXT62d5 .navbar-collapse .nav-link:hover {
    color: #e4453f !important;
  }
}
@media (max-width: 991px) {
  .cid-usgmXT62d5 .navbar {
    padding: 15px 0 !important;
    box-shadow: none;
    border: none;
    min-height: 110px;
  }
  .cid-usgmXT62d5 .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-usgmXT62d5 .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    width: auto;
  }
  .cid-usgmXT62d5 .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
    width: 100%;
  }
  .cid-usgmXT62d5 .navbar-collapse .navbar-nav {
    align-items: center;
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-usgmXT62d5 .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: center !important;
  }
  .cid-usgmXT62d5 .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-usgmXT62d5 .navbar-collapse .nav-link {
    justify-content: center !important;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto !important;
    padding: 0 0 50px !important;
    font-size: 30px !important;
    line-height: 1 !important;
    transition: .3s  all;
  }
  .cid-usgmXT62d5 .navbar-collapse .nav-link:hover {
    color: #e4453f !important;
  }
  .cid-usgmXT62d5 .navbar-buttons {
    justify-content: center;
    margin-top: 20px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-usgmXT62d5 .navbar-collapse .nav-link {
    background: linear-gradient(to right, #e4453f, #e4453f 50%, currentColor 50%, currentColor 100%) !important;
    background-position: right !important;
    background-size: 200% 100% !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-usgmXT62d5 .navbar-collapse .nav-link:hover {
    background-position: left !important;
    color: currentColor !important;
  }
}
@media (max-width: 575px) {
  .cid-usgmXT62d5 .navbar-nav {
    padding-bottom: 1rem !important;
  }
}
.cid-usgmXTKOdc {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-color: #edf4fc;
}
@media (max-width: 992px) {
  .cid-usgmXTKOdc .container {
    padding: 0 22px;
  }
}
.cid-usgmXTKOdc .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 5px;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .cid-usgmXTKOdc .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-usgmXTKOdc .embla__slide .slide-content {
  width: 600px;
}
.cid-usgmXTKOdc .embla__slide .slide-content .item-wrapper .item-img img {
  height: 470px;
  object-fit: contain;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .cid-usgmXTKOdc .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-usgmXTKOdc .embla__slide .slide-content .item-content {
  position: relative;
  top: -30px;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 10px 30px;
}
@media (max-width: 767px) {
  .cid-usgmXTKOdc .embla__slide .slide-content .item-content {
    padding: 10px 20px;
  }
}
.cid-usgmXTKOdc .embla__slide .slide-content .item-content:hover .item-number,
.cid-usgmXTKOdc .embla__slide .slide-content .item-content:focus .item-number {
  -webkit-text-stroke-color: transparent;
  -webkit-text-fill-color: #000000;
}
.cid-usgmXTKOdc .embla__slide .slide-content .item-content:hover .icon-wrapper .mbr-iconfont,
.cid-usgmXTKOdc .embla__slide .slide-content .item-content:focus .icon-wrapper .mbr-iconfont {
  transform: rotate(0);
}
.cid-usgmXTKOdc .embla__slide .slide-content .item-content .item-number {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000000;
  -webkit-text-fill-color: transparent;
  transition: all 0.5s ease-in-out;
  min-width: 45px;
  margin-bottom: 0;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .cid-usgmXTKOdc .embla__slide .slide-content .item-content .item-number {
    min-width: 35px;
  }
}
.cid-usgmXTKOdc .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 0;
  background: #ffffff;
  border-radius: 24px;
  padding: 8px 16px;
}
.cid-usgmXTKOdc .embla__slide .slide-content .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 30px;
  transform: rotate(-45deg);
  margin-left: 20px;
  color: #facb1d;
  transition: all 0.3s ease-in-out;
}
.cid-usgmXTKOdc .embla__slide .slide-content a {
  display: block;
}
.cid-usgmXTKOdc .embla__button--next,
.cid-usgmXTKOdc .embla__button--prev {
  display: flex;
}
.cid-usgmXTKOdc .embla__button {
  top: 50%;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: #FFF !important;
  border: none;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .7 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-usgmXTKOdc .embla__button {
    display: none;
  }
}
.cid-usgmXTKOdc .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-usgmXTKOdc .embla__button:hover {
  opacity: 1 !important;
}
.cid-usgmXTKOdc .embla__button.embla__button--prev {
  left: 0;
}
@media (max-width: 992px) {
  .cid-usgmXTKOdc .embla__button.embla__button--prev {
    left: 20px;
  }
}
.cid-usgmXTKOdc .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 992px) {
  .cid-usgmXTKOdc .embla__button.embla__button--next {
    right: 20px;
  }
}
.cid-usgmXTKOdc .card {
  justify-content: center;
}
.cid-usgmXTKOdc .embla {
  position: relative;
  width: 100%;
  padding: 0 40px;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-usgmXTKOdc .embla {
    margin: 0 0 20px;
    padding: 0;
  }
}
.cid-usgmXTKOdc .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-usgmXTKOdc .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-usgmXTKOdc .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-usgmXTKOdc .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-usgmXTKOdc .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-usgmXTKOdc .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-usgmXTKOdc .mbr-section-title {
  color: #e4453f;
  letter-spacing: -1px;
}
.cid-usgmXTKOdc .mbr-text {
  color: #57677c;
  text-align: left;
}
.cid-usgmXTKOdc .mbr-section-title,
.cid-usgmXTKOdc .mbr-section-btn DIV {
  text-align: center;
}
.cid-usgmXTKOdc .mbr-section-title,
.cid-usgmXTKOdc .mbr-section-btn {
  color: #162436;
  text-align: left;
}
.cid-usgmXTKOdc .item-title {
  color: #e4453f;
  text-align: left;
}
.cid-usgmXTKOdc .mbr-section-subtitle {
  color: #e4453f;
  text-align: left;
}
.cid-usgmXTKOdc .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-usgmXTKOdc .counter-container ul li {
  position: relative;
  list-style: none;
  padding: 0;
  line-height: 1;
  margin-bottom: 1rem;
}
.cid-usgmXTKOdc .counter-container ul li:before {
  position: absolute;
  font-family: 'Moririse2' !important;
  left: -1.5em;
  content: "\e97c";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #e4453f;
  width: 0.5em;
  height: 0.5em;
  top: 0.3em;
  border-radius: 50%;
}
.cid-usgmXUsEem {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-usgmXUsEem .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-usgmXUsEem .counter-container ul li {
  position: relative;
  list-style: none;
  padding: 0;
  line-height: 1;
  margin-bottom: 1rem;
}
.cid-usgmXUsEem .counter-container ul li:before {
  position: absolute;
  font-family: 'Moririse2' !important;
  left: -1.5em;
  content: "\e97c";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1da1f2;
  width: 0.5em;
  height: 0.5em;
  top: 0.3em;
  border-radius: 50%;
}
.cid-usgmXUsEem .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-usgmXUsEem .mbr-text UL {
  text-align: left;
}
.cid-usgmXUsEem .mbr-text {
  color: #57677c;
}
.cid-usgmXUsEem .mbr-section-title {
  color: #162436;
  text-align: left;
}
.cid-usgmXUsEem .image-wrapper {
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-usgmXUsEem .image-wrapper {
    padding: 0;
    margin-top: 0px;
  }
}
.cid-usgmXUsEem .image-wrapper img {
  height: 350px;
  object-fit: contain;
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .cid-usgmXUsEem .image-wrapper img {
    height: 350px;
  }
}
.cid-usgmXUUNoc {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-usgmXUUNoc .item {
  display: flex;
  border-radius: 25px;
  background-color: #eff6fa;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-usgmXUUNoc .item {
    padding: 3rem 4.5rem 3rem 3rem;
  }
}
@media (max-width: 991px) {
  .cid-usgmXUUNoc .item {
    padding: 3rem;
    flex-direction: column;
  }
}
.cid-usgmXUUNoc .icon-box {
  background: #3cb579;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 0.7rem;
}
@media (max-width: 991px) {
  .cid-usgmXUUNoc .icon-box {
    margin-top: 0;
    margin-bottom: 1.2rem;
  }
}
.cid-usgmXUUNoc .step-number {
  color: #f3f6f9;
}
@media (max-width: 991px) {
  .cid-usgmXUUNoc .card {
    margin-bottom: 2rem;
  }
  .cid-usgmXUUNoc .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-usgmXUUNoc .card-title {
  color: #2e6b75;
}
.cid-usgmXUUNoc .icon-text {
  color: #6c7577;
}
.cid-usgmXUUNoc .icon-title {
  color: #2e6b75;
}
.cid-usgmXUUNoc .mbr-fallback-image.disabled {
  display: none;
}
.cid-usgmXUUNoc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usgmXUUNoc .card-title,
.cid-usgmXUUNoc .card-box {
  color: #162436;
  text-align: left;
}
.cid-usgmXUUNoc .mbr-section-title {
  text-align: left;
}
.cid-usgmXVv1Bx {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-usgmXVv1Bx .mbr-section-title {
  text-align: center;
  color: #4479d9;
}
.cid-usgmXVv1Bx .mbr-text,
.cid-usgmXVv1Bx .mbr-section-btn {
  text-align: center;
}
.cid-usgmXVv1Bx .mbr-section-subtitle {
  text-align: center;
  color: #57677c;
}
.cid-usgmXVWzCF {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-usgmXVWzCF .container-fluid {
  padding: 0 3rem;
}
.cid-usgmXVWzCF ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-usgmXVWzCF ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-usgmXVWzCF ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-usgmXVWzCF ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-usgmXVWzCF .container-fluid {
    padding: 0 1rem;
  }
  .cid-usgmXVWzCF .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-usgmXVWzCF .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-usgmXVWzCF .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #e4453f, #1da1f2);
  display: inline-block;
}
.cid-usgmXVWzCF .mbr-fallback-image.disabled {
  display: none;
}
.cid-usgmXVWzCF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usgmXVWzCF .mbr-section-title,
.cid-usgmXVWzCF .underline {
  color: #162436;
}
.cid-usgmXWxHfu {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #162436;
}
.cid-usgmXWxHfu .mbr-fallback-image.disabled {
  display: none;
}
.cid-usgmXWxHfu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usgmXWxHfu .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-usgmXWxHfu .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-usgmXWxHfu .media-wrap img {
    width: 120px;
    margin: 0 auto;
  }
}
.cid-usgmXWxHfu .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-usgmXWxHfu .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-usgmXWxHfu .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-usgmXWxHfu .list {
    margin-bottom: 0rem;
  }
}
.cid-usgmXWxHfu .mbr-text {
  color: #57677c;
  text-align: left;
}
.cid-usgmXWxHfu .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #1da1f2;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-usgmXWxHfu .mbr-iconfont {
  color: white;
}
@media (max-width: 991px) {
  .cid-usgmXWxHfu div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-usgmXWxHfu .mbr-section-subtitle {
  color: #57677c;
}
.cid-usgmXWxHfu .copyright {
  color: #57677c;
  text-align: center;
}
.cid-usgmXWxHfu H5 {
  text-align: left;
  color: #57677c;
}
@media (max-width: 767px) {
  .cid-usgmXWxHfu .row {
    text-align: center;
  }
  .cid-usgmXWxHfu .row > div {
    margin: auto;
  }
  .cid-usgmXWxHfu .social-row {
    justify-content: center;
  }
  .cid-usgmXWxHfu .mbr-text,
  .cid-usgmXWxHfu .list,
  .cid-usgmXWxHfu .mbr-section-subtitle,
  .cid-usgmXWxHfu H5 {
    text-align: center;
  }
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

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;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

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: #111111;
}

.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;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
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 {
  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;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
    letter-spacing: 1px;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  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: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.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;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            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;
}

.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;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .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;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  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 {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  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;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.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;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.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: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
/*# estilos extras */
.borde-top {
  position: absolute;
  top: -1px;
  width: 100%;
  display: block;
  left: 0;
  height: auto;
}
.borde_bot {
  position: absolute;
  bottom: -1px;
  width: 100%;
  min-width: 600px;
  display: block;
  left: 0;
  height: auto;
}
.num {
  color: #e4453f;
}
.btn-whapp {
position:fixed;
bottom:0px; right:20px;
z-index:999;	
background: #3cb579 url(https://ae-estudio.com/whapp-ico50x50.svg) no-repeat center;
    transition: background-color 1s;
	-webkit-transition: background-color 1s;
	text-decoration:none;
	display: inline-block;
	margin: 2.8em .5em;
	width:50px; height:50px;
	border-radius:50%;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
	box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
}
.btn-whapp:hover {
    background-color:#3cb579;  cursor:pointer; color:#DE3D4D;
	-webkit-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	-moz-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.mbr-arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60px;
  height: 120px;
  cursor: pointer;
  z-index: 999;
  background-color: rgba(20, 157, 204, 1);
  border-radius: 30px 30px 0 0;
  -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;
}
.nja {
  color: #e4453f;
}
.tachado {
  text-decoration: line-through;
}
.borde {
  position: absolute;
  bottom: -1px;
  width: 100%;
  display: block;
  left: 0;
  height: auto;
}.cid-usUXSEOcix .navbar-dropdown {
  position: relative !important;
}
.cid-usUXSEOcix .navbar-dropdown {
  position: absolute !important;
}
.cid-usUXSEOcix .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usUXSEOcix .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-usUXSEOcix .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-usUXSEOcix .dropdown-item:hover,
.cid-usUXSEOcix .dropdown-item:focus {
  background: #e4453f !important;
  color: white !important;
}
.cid-usUXSEOcix .dropdown-item:hover span {
  color: white;
}
.cid-usUXSEOcix .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-usUXSEOcix .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-usUXSEOcix .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-usUXSEOcix .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-usUXSEOcix .nav-link {
  position: relative;
  font-weight: bold;
}
.cid-usUXSEOcix .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-usUXSEOcix .container {
    flex-wrap: nowrap;
  }
}
.cid-usUXSEOcix .dropdown-menu,
.cid-usUXSEOcix .navbar.opened {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.cid-usUXSEOcix .nav-item:focus,
.cid-usUXSEOcix .nav-link:focus {
  outline: none;
}
.cid-usUXSEOcix .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-usUXSEOcix .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-usUXSEOcix .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-usUXSEOcix .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usUXSEOcix .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-usUXSEOcix .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-usUXSEOcix .navbar {
  min-height: 114px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
  padding: 17px 0 !important;
  box-shadow: none;
  border: none;
}
.cid-usUXSEOcix .navbar.opened {
  transition: all 0.3s;
}
.cid-usUXSEOcix .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-usUXSEOcix .navbar .navbar-logo img {
  width: auto;
}
.cid-usUXSEOcix .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-usUXSEOcix .navbar.collapsed {
  justify-content: center;
}
.cid-usUXSEOcix .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-usUXSEOcix .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-usUXSEOcix .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-usUXSEOcix .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-usUXSEOcix .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-usUXSEOcix .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-usUXSEOcix .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-usUXSEOcix .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-usUXSEOcix .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usUXSEOcix .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usUXSEOcix .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usUXSEOcix .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-usUXSEOcix .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-usUXSEOcix .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-usUXSEOcix .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-usUXSEOcix .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-usUXSEOcix .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-usUXSEOcix .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-usUXSEOcix .navbar.navbar-short {
  min-height: auto;
}
.cid-usUXSEOcix .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-usUXSEOcix .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-usUXSEOcix .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 20%;
}
.cid-usUXSEOcix .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-usUXSEOcix .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-usUXSEOcix .dropdown-item.active,
.cid-usUXSEOcix .dropdown-item:active {
  background-color: transparent;
}
.cid-usUXSEOcix .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-usUXSEOcix .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usUXSEOcix .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usUXSEOcix .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-usUXSEOcix .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-usUXSEOcix .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-usUXSEOcix ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-usUXSEOcix button.navbar-toggler {
  position: relative;
  outline: none;
  width: 80px;
  height: 80px;
  cursor: pointer;
  transition: all 0.3s;
  align-self: center;
  margin-left: auto;
}
.cid-usUXSEOcix button.navbar-toggler:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #1da1f2;
  transition: .2s transform;
}
.cid-usUXSEOcix button.navbar-toggler .hamburger span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 29px;
  height: 2px;
  background-color: #0c1c30;
  transition: .2s all;
}
.cid-usUXSEOcix button.navbar-toggler .hamburger span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.cid-usUXSEOcix button.navbar-toggler:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-usUXSEOcix button.navbar-toggler:hover .hamburger span {
  background-color: #ffffff;
}
.cid-usUXSEOcix nav.opened .navbar-toggler {
  transform: rotate(45deg);
}
.cid-usUXSEOcix .navbar-dropdown {
  padding: 0 1rem;
}
.cid-usUXSEOcix a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-usUXSEOcix .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-usUXSEOcix .navbar {
    height: 70px;
  }
  .cid-usUXSEOcix .navbar.opened {
    height: auto;
  }
  .cid-usUXSEOcix .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usUXSEOcix .main-container {
  flex-grow: 1;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.cid-usUXSEOcix .social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 20px;
}
@media (max-width: 767px) {
  .cid-usUXSEOcix .social-list {
    justify-content: flex-start;
  }
}
.cid-usUXSEOcix .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-usUXSEOcix .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #1da1f2;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-usUXSEOcix .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #0c1c30;
  padding: 10px;
}
.cid-usUXSEOcix .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-usUXSEOcix .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-usUXSEOcix .navbar-buttons {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  text-align: center;
  flex-shrink: 0;
}
.cid-usUXSEOcix .navbar-buttons .btn {
  margin: 0;
}
.cid-usUXSEOcix .navbar-collapse {
  width: 80%;
}
.cid-usUXSEOcix .navbar-collapse .navbar-nav {
  justify-content: center;
  width: 75%;
  margin-right: auto;
}
@media (min-width: 992px) {
  .cid-usUXSEOcix .navbar-collapse .nav-link:hover {
    color: #e4453f !important;
  }
}
@media (max-width: 991px) {
  .cid-usUXSEOcix .navbar {
    padding: 15px 0 !important;
    box-shadow: none;
    border: none;
    min-height: 110px;
  }
  .cid-usUXSEOcix .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-usUXSEOcix .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    width: auto;
  }
  .cid-usUXSEOcix .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
    width: 100%;
  }
  .cid-usUXSEOcix .navbar-collapse .navbar-nav {
    align-items: center;
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-usUXSEOcix .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: center !important;
  }
  .cid-usUXSEOcix .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-usUXSEOcix .navbar-collapse .nav-link {
    justify-content: center !important;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto !important;
    padding: 0 0 50px !important;
    font-size: 30px !important;
    line-height: 1 !important;
    transition: .3s  all;
  }
  .cid-usUXSEOcix .navbar-collapse .nav-link:hover {
    color: #e4453f !important;
  }
  .cid-usUXSEOcix .navbar-buttons {
    justify-content: center;
    margin-top: 20px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-usUXSEOcix .navbar-collapse .nav-link {
    background: linear-gradient(to right, #e4453f, #e4453f 50%, currentColor 50%, currentColor 100%) !important;
    background-position: right !important;
    background-size: 200% 100% !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-usUXSEOcix .navbar-collapse .nav-link:hover {
    background-position: left !important;
    color: currentColor !important;
  }
}
@media (max-width: 575px) {
  .cid-usUXSEOcix .navbar-nav {
    padding-bottom: 1rem !important;
  }
}
.cid-usUXSFwxw1 {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-color: #edf4fc;
}
@media (max-width: 992px) {
  .cid-usUXSFwxw1 .container {
    padding: 0 22px;
  }
}
.cid-usUXSFwxw1 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 5px;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .cid-usUXSFwxw1 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-usUXSFwxw1 .embla__slide .slide-content {
  width: 600px;
}
.cid-usUXSFwxw1 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 470px;
  object-fit: contain;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .cid-usUXSFwxw1 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-usUXSFwxw1 .embla__slide .slide-content .item-content {
  position: relative;
  top: -30px;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 10px 30px;
}
@media (max-width: 767px) {
  .cid-usUXSFwxw1 .embla__slide .slide-content .item-content {
    padding: 10px 20px;
  }
}
.cid-usUXSFwxw1 .embla__slide .slide-content .item-content:hover .item-number,
.cid-usUXSFwxw1 .embla__slide .slide-content .item-content:focus .item-number {
  -webkit-text-stroke-color: transparent;
  -webkit-text-fill-color: #000000;
}
.cid-usUXSFwxw1 .embla__slide .slide-content .item-content:hover .icon-wrapper .mbr-iconfont,
.cid-usUXSFwxw1 .embla__slide .slide-content .item-content:focus .icon-wrapper .mbr-iconfont {
  transform: rotate(0);
}
.cid-usUXSFwxw1 .embla__slide .slide-content .item-content .item-number {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000000;
  -webkit-text-fill-color: transparent;
  transition: all 0.5s ease-in-out;
  min-width: 45px;
  margin-bottom: 0;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .cid-usUXSFwxw1 .embla__slide .slide-content .item-content .item-number {
    min-width: 35px;
  }
}
.cid-usUXSFwxw1 .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 0;
  background: #ffffff;
  border-radius: 24px;
  padding: 8px 16px;
}
.cid-usUXSFwxw1 .embla__slide .slide-content .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 30px;
  transform: rotate(-45deg);
  margin-left: 20px;
  color: #facb1d;
  transition: all 0.3s ease-in-out;
}
.cid-usUXSFwxw1 .embla__slide .slide-content a {
  display: block;
}
.cid-usUXSFwxw1 .embla__button--next,
.cid-usUXSFwxw1 .embla__button--prev {
  display: flex;
}
.cid-usUXSFwxw1 .embla__button {
  top: 50%;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: #FFF !important;
  border: none;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .7 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-usUXSFwxw1 .embla__button {
    display: none;
  }
}
.cid-usUXSFwxw1 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-usUXSFwxw1 .embla__button:hover {
  opacity: 1 !important;
}
.cid-usUXSFwxw1 .embla__button.embla__button--prev {
  left: 0;
}
@media (max-width: 992px) {
  .cid-usUXSFwxw1 .embla__button.embla__button--prev {
    left: 20px;
  }
}
.cid-usUXSFwxw1 .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 992px) {
  .cid-usUXSFwxw1 .embla__button.embla__button--next {
    right: 20px;
  }
}
.cid-usUXSFwxw1 .card {
  justify-content: center;
}
.cid-usUXSFwxw1 .embla {
  position: relative;
  width: 100%;
  padding: 0 40px;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-usUXSFwxw1 .embla {
    margin: 0 0 20px;
    padding: 0;
  }
}
.cid-usUXSFwxw1 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-usUXSFwxw1 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-usUXSFwxw1 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-usUXSFwxw1 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-usUXSFwxw1 .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-usUXSFwxw1 .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-usUXSFwxw1 .mbr-section-title {
  color: #e4453f;
  letter-spacing: -1px;
}
.cid-usUXSFwxw1 .mbr-text {
  color: #57677c;
  text-align: left;
}
.cid-usUXSFwxw1 .mbr-section-title,
.cid-usUXSFwxw1 .mbr-section-btn DIV {
  text-align: center;
}
.cid-usUXSFwxw1 .mbr-section-title,
.cid-usUXSFwxw1 .mbr-section-btn {
  color: #162436;
  text-align: left;
}
.cid-usUXSFwxw1 .item-title {
  color: #e4453f;
  text-align: left;
}
.cid-usUXSFwxw1 .mbr-section-subtitle {
  color: #e4453f;
  text-align: left;
  letter-spacing: 1.6px;
}
.cid-usUXSFwxw1 .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-usUXSFwxw1 .counter-container ul li {
  position: relative;
  list-style: none;
  padding: 0;
  line-height: 1;
  margin-bottom: 1rem;
}
.cid-usUXSFwxw1 .counter-container ul li:before {
  position: absolute;
  font-family: 'Moririse2' !important;
  left: -1.5em;
  content: "\e97c";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #e4453f;
  width: 0.5em;
  height: 0.5em;
  top: 0.3em;
  border-radius: 50%;
}
.cid-usUY89NCcu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-usUY89NCcu .title_block {
  margin-bottom: 80px;
}
.cid-usUY89NCcu .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #e4453f;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
  text-align: left;
}
.cid-usUY89NCcu .mbr-section-title {
  color: #162436;
  text-align: left;
}
.cid-usUY89NCcu .card_wrap {
  overflow: hidden;
  padding: 50px 40px;
  position: relative;
  background-color: #f3f6f9;
  border-radius: 16px;
  box-shadow: 0px 2px 4px 0px rgba(255, 255, 255, 0.06);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-usUY89NCcu .card_wrap:hover {
  transform: translateY(-16px);
  box-shadow: 0px 40px 80px 0px rgba(255, 255, 255, 0.08);
}
.cid-usUY89NCcu .favorite {
  color: #ffffff;
  background: #3cb579;
  transform: rotate(90deg);
  position: absolute;
  top: 32px;
  right: -21px;
  padding: 3.2px 26px;
  border: 0;
  display: block;
}
.cid-usUY89NCcu .favorite:before {
  content: "";
  border-top: 15px solid #3cb579;
  border-bottom: 15px solid #3cb579;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
  position: absolute;
  right: -11px;
  top: 0;
}
.cid-usUY89NCcu .card_header {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e0e5ff;
  text-align: center;
}
.cid-usUY89NCcu .card_title {
  margin-bottom: 30px;
  color: #e4453f;
}
.cid-usUY89NCcu .card_price {
  color: #162436;
}
.cid-usUY89NCcu .card_price sup {
  margin-right: 5px;
  font-size: 50%;
}
.cid-usUY89NCcu .card_price sub {
  font-size: 16px;
  line-height: 1;
}
.cid-usUY89NCcu .card_body {
  margin-bottom: 40px;
}
.cid-usUY89NCcu .card_body .list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-usUY89NCcu .card_body .list li {
  line-height: 1.1;
  margin-bottom: 25px;
}
.cid-usUY89NCcu .card_body .mbr-iconfont {
  left: -1.5em;
  margin-right: 10px;
  color: green;
}
.cid-usUY89NCcu .mbr-section-btn .btn {
  margin: 0 !important;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-usUY89NCcu .title_block {
    margin-bottom: 60px;
  }
  .cid-usUY89NCcu .card_wrap {
    margin-bottom: 35px;
    padding: 40px 30px;
  }
  .cid-usUY89NCcu .card_header {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .cid-usUY89NCcu .card_title {
    margin-bottom: 20px;
  }
  .cid-usUY89NCcu .card_body {
    margin-bottom: 40px;
  }
  .cid-usUY89NCcu .card_body li {
    margin-bottom: 20px;
  }
}
.cid-usUY89NCcu .mbr-fallback-image.disabled {
  display: none;
}
.cid-usUY89NCcu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usUY89NCcu .list {
  color: #57677c;
}
.cid-uttd1hNVfR {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uttd1hNVfR .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uttd1hNVfR .counter-container ul li {
  position: relative;
  list-style: none;
  padding: 0;
  line-height: 1;
  margin-bottom: 1rem;
}
.cid-uttd1hNVfR .counter-container ul li:before {
  position: absolute;
  font-family: 'Moririse2' !important;
  left: -1.5em;
  content: "\e97c";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1da1f2;
  width: 0.5em;
  height: 0.5em;
  top: 0.3em;
  border-radius: 50%;
}
.cid-uttd1hNVfR .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-uttd1hNVfR .mbr-text UL {
  text-align: left;
}
.cid-uttd1hNVfR .mbr-text {
  color: #57677c;
}
.cid-uttd1hNVfR .mbr-section-title {
  color: #162436;
  text-align: left;
}
.cid-uttd1hNVfR .image-wrapper {
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-uttd1hNVfR .image-wrapper {
    padding: 0;
    margin-top: 0px;
  }
}
.cid-uttd1hNVfR .image-wrapper img {
  height: 350px;
  object-fit: contain;
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .cid-uttd1hNVfR .image-wrapper img {
    height: 350px;
  }
}
.cid-usUXSGN6td {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-usUXSGN6td .item {
  display: flex;
  border-radius: 25px;
  background-color: #f3f6f9;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-usUXSGN6td .item {
    padding: 3rem 4.5rem 3rem 3rem;
  }
}
@media (max-width: 991px) {
  .cid-usUXSGN6td .item {
    padding: 3rem;
    flex-direction: column;
  }
}
.cid-usUXSGN6td .icon-box {
  background: #3cb579;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 0.7rem;
}
@media (max-width: 991px) {
  .cid-usUXSGN6td .icon-box {
    margin-top: 0;
    margin-bottom: 1.2rem;
  }
}
.cid-usUXSGN6td .step-number {
  color: #f3f6f9;
}
@media (max-width: 991px) {
  .cid-usUXSGN6td .card {
    margin-bottom: 2rem;
  }
  .cid-usUXSGN6td .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-usUXSGN6td .card-title {
  color: #2e6b75;
}
.cid-usUXSGN6td .icon-text {
  color: #6c7577;
}
.cid-usUXSGN6td .icon-title {
  color: #2e6b75;
}
.cid-usUXSGN6td .mbr-fallback-image.disabled {
  display: none;
}
.cid-usUXSGN6td .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usUXSGN6td .card-title,
.cid-usUXSGN6td .card-box {
  color: #162436;
  text-align: left;
}
.cid-usUXSGN6td .mbr-section-title {
  text-align: left;
}
.cid-usUXSHZbAZ {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-usUXSHZbAZ .container-fluid {
  padding: 0 3rem;
}
.cid-usUXSHZbAZ ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-usUXSHZbAZ ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-usUXSHZbAZ ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-usUXSHZbAZ ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-usUXSHZbAZ .container-fluid {
    padding: 0 1rem;
  }
  .cid-usUXSHZbAZ .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-usUXSHZbAZ .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-usUXSHZbAZ .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #e4453f, #1da1f2);
  display: inline-block;
}
.cid-usUXSHZbAZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-usUXSHZbAZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usUXSHZbAZ .mbr-section-title,
.cid-usUXSHZbAZ .underline {
  color: #162436;
}
.cid-usUXSIGGGv {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #162436;
}
.cid-usUXSIGGGv .mbr-fallback-image.disabled {
  display: none;
}
.cid-usUXSIGGGv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usUXSIGGGv .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-usUXSIGGGv .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-usUXSIGGGv .media-wrap img {
    width: 120px;
    margin: 0 auto;
  }
}
.cid-usUXSIGGGv .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-usUXSIGGGv .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-usUXSIGGGv .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-usUXSIGGGv .list {
    margin-bottom: 0rem;
  }
}
.cid-usUXSIGGGv .mbr-text {
  color: #57677c;
  text-align: left;
}
.cid-usUXSIGGGv .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #1da1f2;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-usUXSIGGGv .mbr-iconfont {
  color: white;
}
@media (max-width: 991px) {
  .cid-usUXSIGGGv div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-usUXSIGGGv .mbr-section-subtitle {
  color: #57677c;
}
.cid-usUXSIGGGv .copyright {
  color: #57677c;
  text-align: center;
}
.cid-usUXSIGGGv H5 {
  text-align: left;
  color: #57677c;
}
@media (max-width: 767px) {
  .cid-usUXSIGGGv .row {
    text-align: center;
  }
  .cid-usUXSIGGGv .row > div {
    margin: auto;
  }
  .cid-usUXSIGGGv .social-row {
    justify-content: center;
  }
  .cid-usUXSIGGGv .mbr-text,
  .cid-usUXSIGGGv .list,
  .cid-usUXSIGGGv .mbr-section-subtitle,
  .cid-usUXSIGGGv H5 {
    text-align: center;
  }
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

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;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

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: #111111;
}

.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;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
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 {
  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;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
    letter-spacing: 1px;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  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: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.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;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            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;
}

.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;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .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;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  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 {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  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;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.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;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.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: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
/*# estilos extras */
.borde-top {
  position: absolute;
  top: -1px;
  width: 100%;
  display: block;
  left: 0;
  height: auto;
}
.borde_bot {
  position: absolute;
  bottom: -1px;
  width: 100%;
  min-width: 600px;
  display: block;
  left: 0;
  height: auto;
}
.num {
  color: #e4453f;
}
.btn-whapp {
position:fixed;
bottom:0px; right:20px;
z-index:999;	
background: #3cb579 url(https://ae-estudio.com/whapp-ico50x50.svg) no-repeat center;
    transition: background-color 1s;
	-webkit-transition: background-color 1s;
	text-decoration:none;
	display: inline-block;
	margin: 2.8em .5em;
	width:50px; height:50px;
	border-radius:50%;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
	box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
}
.btn-whapp:hover {
    background-color:#3cb579;  cursor:pointer; color:#DE3D4D;
	-webkit-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	-moz-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.mbr-arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60px;
  height: 120px;
  cursor: pointer;
  z-index: 999;
  background-color: rgba(20, 157, 204, 1);
  border-radius: 30px 30px 0 0;
  -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;
}
.nja {
  color: #e4453f;
}
.tachado {
  text-decoration: line-through;
}
.borde {
  position: absolute;
  bottom: -1px;
  width: 100%;
  display: block;
  left: 0;
  height: auto;
}.cid-utorQs2sn3 .navbar-dropdown {
  position: relative !important;
}
.cid-utorQs2sn3 .navbar-dropdown {
  position: absolute !important;
}
.cid-utorQs2sn3 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utorQs2sn3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utorQs2sn3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utorQs2sn3 .dropdown-item:hover,
.cid-utorQs2sn3 .dropdown-item:focus {
  background: #e4453f !important;
  color: white !important;
}
.cid-utorQs2sn3 .dropdown-item:hover span {
  color: white;
}
.cid-utorQs2sn3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utorQs2sn3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utorQs2sn3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utorQs2sn3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utorQs2sn3 .nav-link {
  position: relative;
  font-weight: bold;
}
.cid-utorQs2sn3 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utorQs2sn3 .container {
    flex-wrap: nowrap;
  }
}
.cid-utorQs2sn3 .dropdown-menu,
.cid-utorQs2sn3 .navbar.opened {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.cid-utorQs2sn3 .nav-item:focus,
.cid-utorQs2sn3 .nav-link:focus {
  outline: none;
}
.cid-utorQs2sn3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utorQs2sn3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utorQs2sn3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utorQs2sn3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utorQs2sn3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utorQs2sn3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utorQs2sn3 .navbar {
  min-height: 114px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
  padding: 17px 0 !important;
  box-shadow: none;
  border: none;
}
.cid-utorQs2sn3 .navbar.opened {
  transition: all 0.3s;
}
.cid-utorQs2sn3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utorQs2sn3 .navbar .navbar-logo img {
  width: auto;
}
.cid-utorQs2sn3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utorQs2sn3 .navbar.collapsed {
  justify-content: center;
}
.cid-utorQs2sn3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utorQs2sn3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utorQs2sn3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-utorQs2sn3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utorQs2sn3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utorQs2sn3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-utorQs2sn3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utorQs2sn3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-utorQs2sn3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utorQs2sn3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utorQs2sn3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utorQs2sn3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utorQs2sn3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-utorQs2sn3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utorQs2sn3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utorQs2sn3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utorQs2sn3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-utorQs2sn3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-utorQs2sn3 .navbar.navbar-short {
  min-height: auto;
}
.cid-utorQs2sn3 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-utorQs2sn3 .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-utorQs2sn3 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 20%;
}
.cid-utorQs2sn3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-utorQs2sn3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utorQs2sn3 .dropdown-item.active,
.cid-utorQs2sn3 .dropdown-item:active {
  background-color: transparent;
}
.cid-utorQs2sn3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utorQs2sn3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utorQs2sn3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utorQs2sn3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utorQs2sn3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utorQs2sn3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utorQs2sn3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utorQs2sn3 button.navbar-toggler {
  position: relative;
  outline: none;
  width: 80px;
  height: 80px;
  cursor: pointer;
  transition: all 0.3s;
  align-self: center;
  margin-left: auto;
}
.cid-utorQs2sn3 button.navbar-toggler:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #1da1f2;
  transition: .2s transform;
}
.cid-utorQs2sn3 button.navbar-toggler .hamburger span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 29px;
  height: 2px;
  background-color: #0c1c30;
  transition: .2s all;
}
.cid-utorQs2sn3 button.navbar-toggler .hamburger span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.cid-utorQs2sn3 button.navbar-toggler:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-utorQs2sn3 button.navbar-toggler:hover .hamburger span {
  background-color: #ffffff;
}
.cid-utorQs2sn3 nav.opened .navbar-toggler {
  transform: rotate(45deg);
}
.cid-utorQs2sn3 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utorQs2sn3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utorQs2sn3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utorQs2sn3 .navbar {
    height: 70px;
  }
  .cid-utorQs2sn3 .navbar.opened {
    height: auto;
  }
  .cid-utorQs2sn3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utorQs2sn3 .main-container {
  flex-grow: 1;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.cid-utorQs2sn3 .social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 20px;
}
@media (max-width: 767px) {
  .cid-utorQs2sn3 .social-list {
    justify-content: flex-start;
  }
}
.cid-utorQs2sn3 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-utorQs2sn3 .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #1da1f2;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-utorQs2sn3 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #0c1c30;
  padding: 10px;
}
.cid-utorQs2sn3 .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-utorQs2sn3 .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-utorQs2sn3 .navbar-buttons {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  text-align: center;
  flex-shrink: 0;
}
.cid-utorQs2sn3 .navbar-buttons .btn {
  margin: 0;
}
.cid-utorQs2sn3 .navbar-collapse {
  width: 80%;
}
.cid-utorQs2sn3 .navbar-collapse .navbar-nav {
  justify-content: center;
  width: 75%;
  margin-right: auto;
}
@media (min-width: 992px) {
  .cid-utorQs2sn3 .navbar-collapse .nav-link:hover {
    color: #e4453f !important;
  }
}
@media (max-width: 991px) {
  .cid-utorQs2sn3 .navbar {
    padding: 15px 0 !important;
    box-shadow: none;
    border: none;
    min-height: 110px;
  }
  .cid-utorQs2sn3 .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-utorQs2sn3 .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    width: auto;
  }
  .cid-utorQs2sn3 .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
    width: 100%;
  }
  .cid-utorQs2sn3 .navbar-collapse .navbar-nav {
    align-items: center;
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-utorQs2sn3 .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: center !important;
  }
  .cid-utorQs2sn3 .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-utorQs2sn3 .navbar-collapse .nav-link {
    justify-content: center !important;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto !important;
    padding: 0 0 50px !important;
    font-size: 30px !important;
    line-height: 1 !important;
    transition: .3s  all;
  }
  .cid-utorQs2sn3 .navbar-collapse .nav-link:hover {
    color: #e4453f !important;
  }
  .cid-utorQs2sn3 .navbar-buttons {
    justify-content: center;
    margin-top: 20px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-utorQs2sn3 .navbar-collapse .nav-link {
    background: linear-gradient(to right, #e4453f, #e4453f 50%, currentColor 50%, currentColor 100%) !important;
    background-position: right !important;
    background-size: 200% 100% !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-utorQs2sn3 .navbar-collapse .nav-link:hover {
    background-position: left !important;
    color: currentColor !important;
  }
}
@media (max-width: 575px) {
  .cid-utorQs2sn3 .navbar-nav {
    padding-bottom: 1rem !important;
  }
}
.cid-utorQst0QL {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-color: #edf4fc;
}
@media (max-width: 992px) {
  .cid-utorQst0QL .container {
    padding: 0 22px;
  }
}
.cid-utorQst0QL .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 5px;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .cid-utorQst0QL .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-utorQst0QL .embla__slide .slide-content {
  width: 600px;
}
.cid-utorQst0QL .embla__slide .slide-content .item-wrapper .item-img img {
  height: 470px;
  object-fit: contain;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .cid-utorQst0QL .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-utorQst0QL .embla__slide .slide-content .item-content {
  position: relative;
  top: -30px;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 10px 30px;
}
@media (max-width: 767px) {
  .cid-utorQst0QL .embla__slide .slide-content .item-content {
    padding: 10px 20px;
  }
}
.cid-utorQst0QL .embla__slide .slide-content .item-content:hover .item-number,
.cid-utorQst0QL .embla__slide .slide-content .item-content:focus .item-number {
  -webkit-text-stroke-color: transparent;
  -webkit-text-fill-color: #000000;
}
.cid-utorQst0QL .embla__slide .slide-content .item-content:hover .icon-wrapper .mbr-iconfont,
.cid-utorQst0QL .embla__slide .slide-content .item-content:focus .icon-wrapper .mbr-iconfont {
  transform: rotate(0);
}
.cid-utorQst0QL .embla__slide .slide-content .item-content .item-number {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000000;
  -webkit-text-fill-color: transparent;
  transition: all 0.5s ease-in-out;
  min-width: 45px;
  margin-bottom: 0;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .cid-utorQst0QL .embla__slide .slide-content .item-content .item-number {
    min-width: 35px;
  }
}
.cid-utorQst0QL .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 0;
  background: #ffffff;
  border-radius: 24px;
  padding: 8px 16px;
}
.cid-utorQst0QL .embla__slide .slide-content .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 30px;
  transform: rotate(-45deg);
  margin-left: 20px;
  color: #facb1d;
  transition: all 0.3s ease-in-out;
}
.cid-utorQst0QL .embla__slide .slide-content a {
  display: block;
}
.cid-utorQst0QL .embla__button--next,
.cid-utorQst0QL .embla__button--prev {
  display: flex;
}
.cid-utorQst0QL .embla__button {
  top: 50%;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: #FFF !important;
  border: none;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .7 !important;
}
@media (max-width: 768px) {
  .cid-utorQst0QL .embla__button {
    display: none;
  }
}
.cid-utorQst0QL .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-utorQst0QL .embla__button:hover {
  opacity: 1 !important;
}
.cid-utorQst0QL .embla__button.embla__button--prev {
  left: 0;
}
@media (max-width: 992px) {
  .cid-utorQst0QL .embla__button.embla__button--prev {
    left: 20px;
  }
}
.cid-utorQst0QL .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 992px) {
  .cid-utorQst0QL .embla__button.embla__button--next {
    right: 20px;
  }
}
.cid-utorQst0QL .card {
  justify-content: center;
}
.cid-utorQst0QL .embla {
  position: relative;
  width: 100%;
  padding: 0 40px;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-utorQst0QL .embla {
    margin: 0 0 20px;
    padding: 0;
  }
}
.cid-utorQst0QL .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-utorQst0QL .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-utorQst0QL .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-utorQst0QL .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-utorQst0QL .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-utorQst0QL .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-utorQst0QL .mbr-section-title {
  color: #e4453f;
  letter-spacing: -1px;
}
.cid-utorQst0QL .mbr-text {
  color: #57677c;
  text-align: left;
}
.cid-utorQst0QL .mbr-section-title,
.cid-utorQst0QL .mbr-section-btn DIV {
  text-align: center;
}
.cid-utorQst0QL .mbr-section-title,
.cid-utorQst0QL .mbr-section-btn {
  color: #162436;
  text-align: left;
}
.cid-utorQst0QL .item-title {
  color: #e4453f;
  text-align: left;
}
.cid-utorQst0QL .mbr-section-subtitle {
  color: #e4453f;
  text-align: left;
  letter-spacing: 1.6px;
}
.cid-utorQst0QL .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-utorQst0QL .counter-container ul li {
  position: relative;
  list-style: none;
  padding: 0;
  line-height: 1;
  margin-bottom: 1rem;
}
.cid-utorQst0QL .counter-container ul li:before {
  position: absolute;
  font-family: 'Moririse2' !important;
  left: -1.5em;
  content: "\e97c";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #e4453f;
  width: 0.5em;
  height: 0.5em;
  top: 0.3em;
  border-radius: 50%;
}
.cid-utorQu73SQ {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-utorQu73SQ .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-utorQu73SQ .counter-container ul li {
  position: relative;
  list-style: none;
  padding: 0;
  line-height: 1;
  margin-bottom: 1rem;
}
.cid-utorQu73SQ .counter-container ul li:before {
  position: absolute;
  font-family: 'Moririse2' !important;
  left: -1.5em;
  content: "\e97c";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1da1f2;
  width: 0.5em;
  height: 0.5em;
  top: 0.3em;
  border-radius: 50%;
}
.cid-utorQu73SQ .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-utorQu73SQ .mbr-text UL {
  text-align: left;
}
.cid-utorQu73SQ .mbr-text {
  color: #57677c;
}
.cid-utorQu73SQ .mbr-section-title {
  color: #162436;
  text-align: left;
}
.cid-utorQu73SQ .image-wrapper {
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-utorQu73SQ .image-wrapper {
    padding: 0;
    margin-top: 0px;
  }
}
.cid-utorQu73SQ .image-wrapper img {
  height: 350px;
  object-fit: contain;
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .cid-utorQu73SQ .image-wrapper img {
    height: 350px;
  }
}
.cid-utorQuuoHr {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-utorQuuoHr .item {
  display: flex;
  border-radius: 25px;
  background-color: #eff6fa;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-utorQuuoHr .item {
    padding: 3rem 4.5rem 3rem 3rem;
  }
}
@media (max-width: 991px) {
  .cid-utorQuuoHr .item {
    padding: 3rem;
    flex-direction: column;
  }
}
.cid-utorQuuoHr .icon-box {
  background: #3cb579;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 0.7rem;
}
@media (max-width: 991px) {
  .cid-utorQuuoHr .icon-box {
    margin-top: 0;
    margin-bottom: 1.2rem;
  }
}
.cid-utorQuuoHr .step-number {
  color: #f3f6f9;
}
@media (max-width: 991px) {
  .cid-utorQuuoHr .card {
    margin-bottom: 2rem;
  }
  .cid-utorQuuoHr .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-utorQuuoHr .card-title {
  color: #2e6b75;
}
.cid-utorQuuoHr .icon-text {
  color: #6c7577;
}
.cid-utorQuuoHr .icon-title {
  color: #2e6b75;
}
.cid-utorQuuoHr .mbr-fallback-image.disabled {
  display: none;
}
.cid-utorQuuoHr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utorQuuoHr .card-title,
.cid-utorQuuoHr .card-box {
  color: #162436;
  text-align: left;
}
.cid-utorQuuoHr .mbr-section-title {
  text-align: left;
}
.cid-utorQvswb7 {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-utorQvswb7 .container-fluid {
  padding: 0 3rem;
}
.cid-utorQvswb7 ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-utorQvswb7 ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-utorQvswb7 ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-utorQvswb7 ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-utorQvswb7 .container-fluid {
    padding: 0 1rem;
  }
  .cid-utorQvswb7 .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-utorQvswb7 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-utorQvswb7 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #e4453f, #1da1f2);
  display: inline-block;
}
.cid-utorQvswb7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-utorQvswb7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utorQvswb7 .mbr-section-title,
.cid-utorQvswb7 .underline {
  color: #162436;
}
.cid-utorQw1Zeq {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #162436;
}
.cid-utorQw1Zeq .mbr-fallback-image.disabled {
  display: none;
}
.cid-utorQw1Zeq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utorQw1Zeq .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utorQw1Zeq .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-utorQw1Zeq .media-wrap img {
    width: 120px;
    margin: 0 auto;
  }
}
.cid-utorQw1Zeq .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-utorQw1Zeq .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-utorQw1Zeq .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-utorQw1Zeq .list {
    margin-bottom: 0rem;
  }
}
.cid-utorQw1Zeq .mbr-text {
  color: #57677c;
  text-align: left;
}
.cid-utorQw1Zeq .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #1da1f2;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-utorQw1Zeq .mbr-iconfont {
  color: white;
}
@media (max-width: 991px) {
  .cid-utorQw1Zeq div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-utorQw1Zeq .mbr-section-subtitle {
  color: #57677c;
}
.cid-utorQw1Zeq .copyright {
  color: #57677c;
  text-align: center;
}
.cid-utorQw1Zeq H5 {
  text-align: left;
  color: #57677c;
}
@media (max-width: 767px) {
  .cid-utorQw1Zeq .row {
    text-align: center;
  }
  .cid-utorQw1Zeq .row > div {
    margin: auto;
  }
  .cid-utorQw1Zeq .social-row {
    justify-content: center;
  }
  .cid-utorQw1Zeq .mbr-text,
  .cid-utorQw1Zeq .list,
  .cid-utorQw1Zeq .mbr-section-subtitle,
  .cid-utorQw1Zeq H5 {
    text-align: center;
  }
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

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;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

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: #111111;
}

.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;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
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 {
  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;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
    letter-spacing: 1px;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  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: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.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;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            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;
}

.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;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .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;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  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 {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  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;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.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;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.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: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
/*# estilos extras */
.borde-top {
  position: absolute;
  top: -1px;
  width: 100%;
  display: block;
  left: 0;
  height: auto;
}
.borde_bot {
  position: absolute;
  bottom: -1px;
  width: 100%;
  min-width: 600px;
  display: block;
  left: 0;
  height: auto;
}
.num {
  color: #e4453f;
}
.btn-whapp {
position:fixed;
bottom:0px; right:20px;
z-index:999;	
background: #3cb579 url(https://ae-estudio.com/whapp-ico50x50.svg) no-repeat center;
    transition: background-color 1s;
	-webkit-transition: background-color 1s;
	text-decoration:none;
	display: inline-block;
	margin: 2.8em .5em;
	width:50px; height:50px;
	border-radius:50%;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
	box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
}
.btn-whapp:hover {
    background-color:#3cb579;  cursor:pointer; color:#DE3D4D;
	-webkit-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	-moz-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.mbr-arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60px;
  height: 120px;
  cursor: pointer;
  z-index: 999;
  background-color: rgba(20, 157, 204, 1);
  border-radius: 30px 30px 0 0;
  -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;
}
.nja {
  color: #e4453f;
}
.tachado {
  text-decoration: line-through;
}
.borde {
  position: absolute;
  bottom: -1px;
  width: 100%;
  display: block;
  left: 0;
  height: auto;
}.cid-utteTMH0fL .navbar-dropdown {
  position: relative !important;
}
.cid-utteTMH0fL .navbar-dropdown {
  position: absolute !important;
}
.cid-utteTMH0fL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utteTMH0fL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utteTMH0fL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utteTMH0fL .dropdown-item:hover,
.cid-utteTMH0fL .dropdown-item:focus {
  background: #e4453f !important;
  color: white !important;
}
.cid-utteTMH0fL .dropdown-item:hover span {
  color: white;
}
.cid-utteTMH0fL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utteTMH0fL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utteTMH0fL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utteTMH0fL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utteTMH0fL .nav-link {
  position: relative;
  font-weight: bold;
}
.cid-utteTMH0fL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utteTMH0fL .container {
    flex-wrap: nowrap;
  }
}
.cid-utteTMH0fL .dropdown-menu,
.cid-utteTMH0fL .navbar.opened {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.cid-utteTMH0fL .nav-item:focus,
.cid-utteTMH0fL .nav-link:focus {
  outline: none;
}
.cid-utteTMH0fL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utteTMH0fL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utteTMH0fL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utteTMH0fL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utteTMH0fL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utteTMH0fL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utteTMH0fL .navbar {
  min-height: 114px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
  padding: 17px 0 !important;
  box-shadow: none;
  border: none;
}
.cid-utteTMH0fL .navbar.opened {
  transition: all 0.3s;
}
.cid-utteTMH0fL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utteTMH0fL .navbar .navbar-logo img {
  width: auto;
}
.cid-utteTMH0fL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utteTMH0fL .navbar.collapsed {
  justify-content: center;
}
.cid-utteTMH0fL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utteTMH0fL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utteTMH0fL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-utteTMH0fL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utteTMH0fL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utteTMH0fL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-utteTMH0fL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utteTMH0fL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-utteTMH0fL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utteTMH0fL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utteTMH0fL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utteTMH0fL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utteTMH0fL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-utteTMH0fL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utteTMH0fL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utteTMH0fL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utteTMH0fL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-utteTMH0fL .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-utteTMH0fL .navbar.navbar-short {
  min-height: auto;
}
.cid-utteTMH0fL .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-utteTMH0fL .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-utteTMH0fL .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 20%;
}
.cid-utteTMH0fL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-utteTMH0fL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utteTMH0fL .dropdown-item.active,
.cid-utteTMH0fL .dropdown-item:active {
  background-color: transparent;
}
.cid-utteTMH0fL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utteTMH0fL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utteTMH0fL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utteTMH0fL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utteTMH0fL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utteTMH0fL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utteTMH0fL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utteTMH0fL button.navbar-toggler {
  position: relative;
  outline: none;
  width: 80px;
  height: 80px;
  cursor: pointer;
  transition: all 0.3s;
  align-self: center;
  margin-left: auto;
}
.cid-utteTMH0fL button.navbar-toggler:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #1da1f2;
  transition: .2s transform;
}
.cid-utteTMH0fL button.navbar-toggler .hamburger span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 29px;
  height: 2px;
  background-color: #0c1c30;
  transition: .2s all;
}
.cid-utteTMH0fL button.navbar-toggler .hamburger span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.cid-utteTMH0fL button.navbar-toggler:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-utteTMH0fL button.navbar-toggler:hover .hamburger span {
  background-color: #ffffff;
}
.cid-utteTMH0fL nav.opened .navbar-toggler {
  transform: rotate(45deg);
}
.cid-utteTMH0fL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utteTMH0fL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utteTMH0fL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utteTMH0fL .navbar {
    height: 70px;
  }
  .cid-utteTMH0fL .navbar.opened {
    height: auto;
  }
  .cid-utteTMH0fL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utteTMH0fL .main-container {
  flex-grow: 1;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.cid-utteTMH0fL .social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 20px;
}
@media (max-width: 767px) {
  .cid-utteTMH0fL .social-list {
    justify-content: flex-start;
  }
}
.cid-utteTMH0fL .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-utteTMH0fL .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #1da1f2;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-utteTMH0fL .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #0c1c30;
  padding: 10px;
}
.cid-utteTMH0fL .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-utteTMH0fL .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-utteTMH0fL .navbar-buttons {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  text-align: center;
  flex-shrink: 0;
}
.cid-utteTMH0fL .navbar-buttons .btn {
  margin: 0;
}
.cid-utteTMH0fL .navbar-collapse {
  width: 80%;
}
.cid-utteTMH0fL .navbar-collapse .navbar-nav {
  justify-content: center;
  width: 75%;
  margin-right: auto;
}
@media (min-width: 992px) {
  .cid-utteTMH0fL .navbar-collapse .nav-link:hover {
    color: #e4453f !important;
  }
}
@media (max-width: 991px) {
  .cid-utteTMH0fL .navbar {
    padding: 15px 0 !important;
    box-shadow: none;
    border: none;
    min-height: 110px;
  }
  .cid-utteTMH0fL .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-utteTMH0fL .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    width: auto;
  }
  .cid-utteTMH0fL .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
    width: 100%;
  }
  .cid-utteTMH0fL .navbar-collapse .navbar-nav {
    align-items: center;
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-utteTMH0fL .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: center !important;
  }
  .cid-utteTMH0fL .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-utteTMH0fL .navbar-collapse .nav-link {
    justify-content: center !important;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto !important;
    padding: 0 0 50px !important;
    font-size: 30px !important;
    line-height: 1 !important;
    transition: .3s  all;
  }
  .cid-utteTMH0fL .navbar-collapse .nav-link:hover {
    color: #e4453f !important;
  }
  .cid-utteTMH0fL .navbar-buttons {
    justify-content: center;
    margin-top: 20px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-utteTMH0fL .navbar-collapse .nav-link {
    background: linear-gradient(to right, #e4453f, #e4453f 50%, currentColor 50%, currentColor 100%) !important;
    background-position: right !important;
    background-size: 200% 100% !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-utteTMH0fL .navbar-collapse .nav-link:hover {
    background-position: left !important;
    color: currentColor !important;
  }
}
@media (max-width: 575px) {
  .cid-utteTMH0fL .navbar-nav {
    padding-bottom: 1rem !important;
  }
}
.cid-utteTNjzc1 {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-color: #edf4fc;
}
@media (max-width: 992px) {
  .cid-utteTNjzc1 .container {
    padding: 0 22px;
  }
}
.cid-utteTNjzc1 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 5px;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .cid-utteTNjzc1 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-utteTNjzc1 .embla__slide .slide-content {
  width: 600px;
}
.cid-utteTNjzc1 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 470px;
  object-fit: contain;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .cid-utteTNjzc1 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-utteTNjzc1 .embla__slide .slide-content .item-content {
  position: relative;
  top: -30px;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 10px 30px;
}
@media (max-width: 767px) {
  .cid-utteTNjzc1 .embla__slide .slide-content .item-content {
    padding: 10px 20px;
  }
}
.cid-utteTNjzc1 .embla__slide .slide-content .item-content:hover .item-number,
.cid-utteTNjzc1 .embla__slide .slide-content .item-content:focus .item-number {
  -webkit-text-stroke-color: transparent;
  -webkit-text-fill-color: #000000;
}
.cid-utteTNjzc1 .embla__slide .slide-content .item-content:hover .icon-wrapper .mbr-iconfont,
.cid-utteTNjzc1 .embla__slide .slide-content .item-content:focus .icon-wrapper .mbr-iconfont {
  transform: rotate(0);
}
.cid-utteTNjzc1 .embla__slide .slide-content .item-content .item-number {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000000;
  -webkit-text-fill-color: transparent;
  transition: all 0.5s ease-in-out;
  min-width: 45px;
  margin-bottom: 0;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .cid-utteTNjzc1 .embla__slide .slide-content .item-content .item-number {
    min-width: 35px;
  }
}
.cid-utteTNjzc1 .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 0;
  background: #ffffff;
  border-radius: 24px;
  padding: 8px 16px;
}
.cid-utteTNjzc1 .embla__slide .slide-content .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 30px;
  transform: rotate(-45deg);
  margin-left: 20px;
  color: #facb1d;
  transition: all 0.3s ease-in-out;
}
.cid-utteTNjzc1 .embla__slide .slide-content a {
  display: block;
}
.cid-utteTNjzc1 .embla__button--next,
.cid-utteTNjzc1 .embla__button--prev {
  display: flex;
}
.cid-utteTNjzc1 .embla__button {
  top: 50%;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: #FFF !important;
  border: none;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .7 !important;
}
@media (max-width: 768px) {
  .cid-utteTNjzc1 .embla__button {
    display: none;
  }
}
.cid-utteTNjzc1 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-utteTNjzc1 .embla__button:hover {
  opacity: 1 !important;
}
.cid-utteTNjzc1 .embla__button.embla__button--prev {
  left: 0;
}
@media (max-width: 992px) {
  .cid-utteTNjzc1 .embla__button.embla__button--prev {
    left: 20px;
  }
}
.cid-utteTNjzc1 .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 992px) {
  .cid-utteTNjzc1 .embla__button.embla__button--next {
    right: 20px;
  }
}
.cid-utteTNjzc1 .card {
  justify-content: center;
}
.cid-utteTNjzc1 .embla {
  position: relative;
  width: 100%;
  padding: 0 40px;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-utteTNjzc1 .embla {
    margin: 0 0 20px;
    padding: 0;
  }
}
.cid-utteTNjzc1 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-utteTNjzc1 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-utteTNjzc1 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-utteTNjzc1 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-utteTNjzc1 .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-utteTNjzc1 .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-utteTNjzc1 .mbr-section-title {
  color: #e4453f;
  letter-spacing: -1px;
}
.cid-utteTNjzc1 .mbr-text {
  color: #57677c;
  text-align: left;
}
.cid-utteTNjzc1 .mbr-section-title,
.cid-utteTNjzc1 .mbr-section-btn DIV {
  text-align: center;
}
.cid-utteTNjzc1 .mbr-section-title,
.cid-utteTNjzc1 .mbr-section-btn {
  color: #162436;
  text-align: left;
}
.cid-utteTNjzc1 .item-title {
  color: #e4453f;
  text-align: left;
}
.cid-utteTNjzc1 .mbr-section-subtitle {
  color: #e4453f;
  text-align: left;
  letter-spacing: 1.6px;
}
.cid-utteTNjzc1 .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-utteTNjzc1 .counter-container ul li {
  position: relative;
  list-style: none;
  padding: 0;
  line-height: 1;
  margin-bottom: 1rem;
}
.cid-utteTNjzc1 .counter-container ul li:before {
  position: absolute;
  font-family: 'Moririse2' !important;
  left: -1.5em;
  content: "\e97c";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #e4453f;
  width: 0.5em;
  height: 0.5em;
  top: 0.3em;
  border-radius: 50%;
}
.cid-utteTNQtTz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-utteTNQtTz .mbr-fallback-image.disabled {
  display: none;
}
.cid-utteTNQtTz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-utteTNQtTz .container {
    padding: 0 20px;
  }
}
.cid-utteTNQtTz .row {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-utteTNQtTz .row {
    padding: 46px 0;
  }
}
.cid-utteTNQtTz .row .card {
  justify-content: flex-end;
}
.cid-utteTNQtTz .content-wrapper {
  margin-bottom: 50px;
}
.cid-utteTNQtTz .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-utteTNQtTz .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-utteTNQtTz .tabs-wrap {
  margin-bottom: 40px;
  text-align: right;
}
.cid-utteTNQtTz .tabs-wrap .nav.nav-tabs {
  display: inline-flex;
  border: none;
}
.cid-utteTNQtTz .tabs-wrap .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  margin: 0 5px 10px;
  transition: all 0.3s ease-in-out;
}
.cid-utteTNQtTz .tabs-wrap .nav.nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.cid-utteTNQtTz .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  font-weight: bold;
  letter-spacing: 1px;
  align-items: center;
  justify-content: center;
  padding: 14px 16px;
  margin-bottom: 0;
  border: none;
  color: #57677c;
  background-color: #f3f6f9;
  border-radius: 50px !important;
  transition: all 0.3s ease-in-out;
}
.cid-utteTNQtTz .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #57677c;
  color: #ffffff;
}
.cid-utteTNQtTz .tab-content .tab-pane .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1200px) {
  .cid-utteTNQtTz .tab-content .tab-pane .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-utteTNQtTz .tab-content .tab-pane .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-utteTNQtTz .tab-content .tab-pane .items-wrapper .item {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #f3f6f9;
  border-radius: 20px !important;
  padding: 60px 40px 40px;
}
@media (max-width: 1200px) {
  .cid-utteTNQtTz .tab-content .tab-pane .items-wrapper .item {
    padding: 60px 20px 40px;
  }
}
.cid-utteTNQtTz .tab-content .tab-pane .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.cid-utteTNQtTz .tab-content .tab-pane .items-wrapper .item .item-wrapper .item-img img {
  width: 100px;
  height: 100px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-utteTNQtTz .tab-content .tab-pane .items-wrapper .item .item-wrapper .item-content {
  z-index: 1;
  position: relative;
}
.cid-utteTNQtTz .tab-content .tab-pane .items-wrapper .item .item-wrapper .item-content .card-name {
  margin-bottom: 20px;
}
.cid-utteTNQtTz .tab-content .tab-pane .items-wrapper .item .item-wrapper .item-content .card-role {
  margin-bottom: 25px;
}
.cid-utteTNQtTz .tab-content .tab-pane .items-wrapper .item .item-wrapper .item-content .tags-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-utteTNQtTz .tab-content .tab-pane .items-wrapper .item .item-wrapper .item-content .tags-wrapper .list .item-wrap {
  margin-right: 10px;
  margin-bottom: 0;
}
.cid-utteTNQtTz .tab-content .tab-pane .items-wrapper .item .item-wrapper .item-content .tags-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-utteTNQtTz .tab-content .tab-pane .items-wrapper .item .mbr-section-btn {
  z-index: 1;
  position: relative;
  margin-top: 20px;
}
.cid-utteTNQtTz .tab-content .tab-pane .items-wrapper .item .mbr-section-btn .btn-primary,
.cid-utteTNQtTz .tab-content .tab-pane .items-wrapper .item .mbr-section-btn .btn-secondary,
.cid-utteTNQtTz .tab-content .tab-pane .items-wrapper .item .mbr-section-btn .btn-success,
.cid-utteTNQtTz .tab-content .tab-pane .items-wrapper .item .mbr-section-btn .btn-info,
.cid-utteTNQtTz .tab-content .tab-pane .items-wrapper .item .mbr-section-btn .btn-warning,
.cid-utteTNQtTz .tab-content .tab-pane .items-wrapper .item .mbr-section-btn .btn-danger,
.cid-utteTNQtTz .tab-content .tab-pane .items-wrapper .item .mbr-section-btn .btn-black,
.cid-utteTNQtTz .tab-content .tab-pane .items-wrapper .item .mbr-section-btn .btn-white {
  border: 2px solid #f3f6f9 !important;
}
.cid-utteTNQtTz .mbr-section-title {
  color: #162436;
}
.cid-utteTNQtTz .mbr-desc {
  color: #e4453f;
}
.cid-utteTNQtTz .card-name {
  color: #000000;
}
.cid-utteTNQtTz .card-role {
  color: #57677c;
  text-align: center;
}
.cid-utteTNQtTz .list,
.cid-utteTNQtTz .tags-wrapper {
  color: #000000;
  text-align: center;
}
.cid-utteTNQtTz .card-name,
.cid-utteTNQtTz .mbr-section-btn {
  text-align: center;
  color: #162436;
}
.cid-utteTNQtTz .mbr-section-title .tabs-wrap {
  color: #162436;
}
.cid-utteTNQtTz .list,
.cid-utteTNQtTz .item-wrap,
.cid-utteTNQtTz .tags-wrapper {
  color: #e4453f;
  text-align: center;
}
.cid-utteTNQtTz .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
  color: #84858a;
  text-align: center;
}
.cid-utteTP1cqK {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-utteTP1cqK .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-utteTP1cqK .counter-container ul li {
  position: relative;
  list-style: none;
  padding: 0;
  line-height: 1;
  margin-bottom: 1rem;
}
.cid-utteTP1cqK .counter-container ul li:before {
  position: absolute;
  font-family: 'Moririse2' !important;
  left: -1.5em;
  content: "\e97c";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1da1f2;
  width: 0.5em;
  height: 0.5em;
  top: 0.3em;
  border-radius: 50%;
}
.cid-utteTP1cqK .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-utteTP1cqK .mbr-text UL {
  text-align: left;
}
.cid-utteTP1cqK .mbr-text {
  color: #57677c;
}
.cid-utteTP1cqK .mbr-section-title {
  color: #162436;
  text-align: left;
}
.cid-utteTP1cqK .image-wrapper {
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-utteTP1cqK .image-wrapper {
    padding: 0;
    margin-top: 0px;
  }
}
.cid-utteTP1cqK .image-wrapper img {
  height: 350px;
  object-fit: contain;
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .cid-utteTP1cqK .image-wrapper img {
    height: 350px;
  }
}
.cid-utteTPqC6s {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-utteTPqC6s .item {
  display: flex;
  border-radius: 25px;
  background-color: #eff6fa;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-utteTPqC6s .item {
    padding: 3rem 4.5rem 3rem 3rem;
  }
}
@media (max-width: 991px) {
  .cid-utteTPqC6s .item {
    padding: 3rem;
    flex-direction: column;
  }
}
.cid-utteTPqC6s .icon-box {
  background: #3cb579;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 0.7rem;
}
@media (max-width: 991px) {
  .cid-utteTPqC6s .icon-box {
    margin-top: 0;
    margin-bottom: 1.2rem;
  }
}
.cid-utteTPqC6s .step-number {
  color: #f3f6f9;
}
@media (max-width: 991px) {
  .cid-utteTPqC6s .card {
    margin-bottom: 2rem;
  }
  .cid-utteTPqC6s .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-utteTPqC6s .card-title {
  color: #2e6b75;
}
.cid-utteTPqC6s .icon-text {
  color: #6c7577;
}
.cid-utteTPqC6s .icon-title {
  color: #2e6b75;
}
.cid-utteTPqC6s .mbr-fallback-image.disabled {
  display: none;
}
.cid-utteTPqC6s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utteTPqC6s .card-title,
.cid-utteTPqC6s .card-box {
  color: #162436;
  text-align: left;
}
.cid-utteTPqC6s .mbr-section-title {
  text-align: left;
}
.cid-utteTQoI78 {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-utteTQoI78 .container-fluid {
  padding: 0 3rem;
}
.cid-utteTQoI78 ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-utteTQoI78 ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-utteTQoI78 ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-utteTQoI78 ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-utteTQoI78 .container-fluid {
    padding: 0 1rem;
  }
  .cid-utteTQoI78 .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-utteTQoI78 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-utteTQoI78 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #e4453f, #1da1f2);
  display: inline-block;
}
.cid-utteTQoI78 .mbr-fallback-image.disabled {
  display: none;
}
.cid-utteTQoI78 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utteTQoI78 .mbr-section-title,
.cid-utteTQoI78 .underline {
  color: #162436;
}
.cid-utteTQXdQg {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #162436;
}
.cid-utteTQXdQg .mbr-fallback-image.disabled {
  display: none;
}
.cid-utteTQXdQg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utteTQXdQg .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utteTQXdQg .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-utteTQXdQg .media-wrap img {
    width: 120px;
    margin: 0 auto;
  }
}
.cid-utteTQXdQg .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-utteTQXdQg .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-utteTQXdQg .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-utteTQXdQg .list {
    margin-bottom: 0rem;
  }
}
.cid-utteTQXdQg .mbr-text {
  color: #57677c;
  text-align: left;
}
.cid-utteTQXdQg .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #1da1f2;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-utteTQXdQg .mbr-iconfont {
  color: white;
}
@media (max-width: 991px) {
  .cid-utteTQXdQg div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-utteTQXdQg .mbr-section-subtitle {
  color: #57677c;
}
.cid-utteTQXdQg .copyright {
  color: #57677c;
  text-align: center;
}
.cid-utteTQXdQg H5 {
  text-align: left;
  color: #57677c;
}
@media (max-width: 767px) {
  .cid-utteTQXdQg .row {
    text-align: center;
  }
  .cid-utteTQXdQg .row > div {
    margin: auto;
  }
  .cid-utteTQXdQg .social-row {
    justify-content: center;
  }
  .cid-utteTQXdQg .mbr-text,
  .cid-utteTQXdQg .list,
  .cid-utteTQXdQg .mbr-section-subtitle,
  .cid-utteTQXdQg H5 {
    text-align: center;
  }
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

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;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

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: #111111;
}

.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;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
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 {
  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;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
    letter-spacing: 1px;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  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: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.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;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            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;
}

.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;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .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;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  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 {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  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;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.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;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.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: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
/*# estilos extras */
.borde-top {
  position: absolute;
  top: -1px;
  width: 100%;
  display: block;
  left: 0;
  height: auto;
}
.borde_bot {
  position: absolute;
  bottom: -1px;
  width: 100%;
  min-width: 600px;
  display: block;
  left: 0;
  height: auto;
}
.num {
  color: #e4453f;
}
.btn-whapp {
position:fixed;
bottom:0px; right:20px;
z-index:999;	
background: #3cb579 url(https://ae-estudio.com/whapp-ico50x50.svg) no-repeat center;
    transition: background-color 1s;
	-webkit-transition: background-color 1s;
	text-decoration:none;
	display: inline-block;
	margin: 2.8em .5em;
	width:50px; height:50px;
	border-radius:50%;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
	box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
}
.btn-whapp:hover {
    background-color:#3cb579;  cursor:pointer; color:#DE3D4D;
	-webkit-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	-moz-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.mbr-arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60px;
  height: 120px;
  cursor: pointer;
  z-index: 999;
  background-color: rgba(20, 157, 204, 1);
  border-radius: 30px 30px 0 0;
  -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;
}
.nja {
  color: #e4453f;
}
.tachado {
  text-decoration: line-through;
}
.borde {
  position: absolute;
  bottom: -1px;
  width: 100%;
  display: block;
  left: 0;
  height: auto;
}.cid-u6O6yxcwYm .navbar-dropdown {
  position: relative !important;
}
.cid-u6O6yxcwYm .navbar-dropdown {
  position: absolute !important;
}
.cid-u6O6yxcwYm .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6O6yxcwYm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6O6yxcwYm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6O6yxcwYm .dropdown-item:hover,
.cid-u6O6yxcwYm .dropdown-item:focus {
  background: #e4453f !important;
  color: white !important;
}
.cid-u6O6yxcwYm .dropdown-item:hover span {
  color: white;
}
.cid-u6O6yxcwYm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6O6yxcwYm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6O6yxcwYm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6O6yxcwYm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6O6yxcwYm .nav-link {
  position: relative;
  font-weight: bold;
}
.cid-u6O6yxcwYm .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6O6yxcwYm .container {
    flex-wrap: nowrap;
  }
}
.cid-u6O6yxcwYm .dropdown-menu,
.cid-u6O6yxcwYm .navbar.opened {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.cid-u6O6yxcwYm .nav-item:focus,
.cid-u6O6yxcwYm .nav-link:focus {
  outline: none;
}
.cid-u6O6yxcwYm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6O6yxcwYm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6O6yxcwYm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6O6yxcwYm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6O6yxcwYm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6O6yxcwYm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6O6yxcwYm .navbar {
  min-height: 114px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
  padding: 17px 0 !important;
  box-shadow: none;
  border: none;
}
.cid-u6O6yxcwYm .navbar.opened {
  transition: all 0.3s;
}
.cid-u6O6yxcwYm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6O6yxcwYm .navbar .navbar-logo img {
  width: auto;
}
.cid-u6O6yxcwYm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6O6yxcwYm .navbar.collapsed {
  justify-content: center;
}
.cid-u6O6yxcwYm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6O6yxcwYm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6O6yxcwYm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-u6O6yxcwYm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6O6yxcwYm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6O6yxcwYm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6O6yxcwYm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6O6yxcwYm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u6O6yxcwYm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6O6yxcwYm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6O6yxcwYm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6O6yxcwYm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6O6yxcwYm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6O6yxcwYm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6O6yxcwYm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6O6yxcwYm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6O6yxcwYm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u6O6yxcwYm .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u6O6yxcwYm .navbar.navbar-short {
  min-height: auto;
}
.cid-u6O6yxcwYm .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-u6O6yxcwYm .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-u6O6yxcwYm .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 20%;
}
.cid-u6O6yxcwYm .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-u6O6yxcwYm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6O6yxcwYm .dropdown-item.active,
.cid-u6O6yxcwYm .dropdown-item:active {
  background-color: transparent;
}
.cid-u6O6yxcwYm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6O6yxcwYm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6O6yxcwYm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6O6yxcwYm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u6O6yxcwYm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6O6yxcwYm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6O6yxcwYm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6O6yxcwYm button.navbar-toggler {
  position: relative;
  outline: none;
  width: 80px;
  height: 80px;
  cursor: pointer;
  transition: all 0.3s;
  align-self: center;
  margin-left: auto;
}
.cid-u6O6yxcwYm button.navbar-toggler:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #1da1f2;
  transition: .2s transform;
}
.cid-u6O6yxcwYm button.navbar-toggler .hamburger span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 29px;
  height: 2px;
  background-color: #0c1c30;
  transition: .2s all;
}
.cid-u6O6yxcwYm button.navbar-toggler .hamburger span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.cid-u6O6yxcwYm button.navbar-toggler:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-u6O6yxcwYm button.navbar-toggler:hover .hamburger span {
  background-color: #ffffff;
}
.cid-u6O6yxcwYm nav.opened .navbar-toggler {
  transform: rotate(45deg);
}
.cid-u6O6yxcwYm .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u6O6yxcwYm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6O6yxcwYm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u6O6yxcwYm .navbar {
    height: 70px;
  }
  .cid-u6O6yxcwYm .navbar.opened {
    height: auto;
  }
  .cid-u6O6yxcwYm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6O6yxcwYm .main-container {
  flex-grow: 1;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.cid-u6O6yxcwYm .social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 20px;
}
@media (max-width: 767px) {
  .cid-u6O6yxcwYm .social-list {
    justify-content: flex-start;
  }
}
.cid-u6O6yxcwYm .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-u6O6yxcwYm .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #1da1f2;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-u6O6yxcwYm .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #0c1c30;
  padding: 10px;
}
.cid-u6O6yxcwYm .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-u6O6yxcwYm .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-u6O6yxcwYm .navbar-buttons {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  text-align: center;
  flex-shrink: 0;
}
.cid-u6O6yxcwYm .navbar-buttons .btn {
  margin: 0;
}
.cid-u6O6yxcwYm .navbar-collapse {
  width: 80%;
}
.cid-u6O6yxcwYm .navbar-collapse .navbar-nav {
  justify-content: center;
  width: 75%;
  margin-right: auto;
}
@media (min-width: 992px) {
  .cid-u6O6yxcwYm .navbar-collapse .nav-link:hover {
    color: #e4453f !important;
  }
}
@media (max-width: 991px) {
  .cid-u6O6yxcwYm .navbar {
    padding: 15px 0 !important;
    box-shadow: none;
    border: none;
    min-height: 110px;
  }
  .cid-u6O6yxcwYm .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-u6O6yxcwYm .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    width: auto;
  }
  .cid-u6O6yxcwYm .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
    width: 100%;
  }
  .cid-u6O6yxcwYm .navbar-collapse .navbar-nav {
    align-items: center;
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-u6O6yxcwYm .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: center !important;
  }
  .cid-u6O6yxcwYm .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-u6O6yxcwYm .navbar-collapse .nav-link {
    justify-content: center !important;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto !important;
    padding: 0 0 50px !important;
    font-size: 30px !important;
    line-height: 1 !important;
    transition: .3s  all;
  }
  .cid-u6O6yxcwYm .navbar-collapse .nav-link:hover {
    color: #e4453f !important;
  }
  .cid-u6O6yxcwYm .navbar-buttons {
    justify-content: center;
    margin-top: 20px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u6O6yxcwYm .navbar-collapse .nav-link {
    background: linear-gradient(to right, #e4453f, #e4453f 50%, currentColor 50%, currentColor 100%) !important;
    background-position: right !important;
    background-size: 200% 100% !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u6O6yxcwYm .navbar-collapse .nav-link:hover {
    background-position: left !important;
    color: currentColor !important;
  }
}
@media (max-width: 575px) {
  .cid-u6O6yxcwYm .navbar-nav {
    padding-bottom: 1rem !important;
  }
}
.cid-u9rfPH5vjz {
  padding-top: 10rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/ae-div03-fdo.svg");
}
.cid-u9rfPH5vjz .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9rfPH5vjz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u9rfPH5vjz .container {
    padding: 0 16px;
  }
}
.cid-u9rfPH5vjz .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u9rfPH5vjz .title-wrapper {
    margin-bottom: 40px;
    height: auto;
  }
}
.cid-u9rfPH5vjz .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u9rfPH5vjz .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u9rfPH5vjz .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u9rfPH5vjz .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-u9rfPH5vjz .image-wrapper {
  position: relative;
  margin-left: 70px;
  min-height: 620px;
}
@media (max-width: 768px) {
  .cid-u9rfPH5vjz .image-wrapper {
    min-height: 300px;
  }
}
.cid-u9rfPH5vjz .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vh;
  height: 100%;
  border: 30px solid #ffffff;
  border-radius: 80px;
  left: -68vh;
}
@media (max-width: 768px) {
  .cid-u9rfPH5vjz .image-wrapper .image-wrap {
    border: 15px solid #ffffff;
    border-radius: 20px;
  }
}
.cid-u9rfPH5vjz .image-wrapper .image-wrap .main-image {
  width: 100%;
  height: 100%;
  border-radius: 40px;
  object-fit: cover;
}
.cid-u9rfPH5vjz .image-wrapper .sec-image {
  position: absolute;
  bottom: 6rem;
  left: -4rem;
  height: 220px;
  width: 220px;
  object-fit: cover;
  border-radius: 200px;
  left: 40%;
}
@media (max-width: 768px) {
  .cid-u9rfPH5vjz .image-wrapper .sec-image {
    display: flex;
    height: 160px;
    width: 160px;
  }
}
.cid-u9rfPH5vjz .mbr-section-title {
  color: #08323C;
}
.cid-u9rfPH5vjz .mbr-text {
  color: #57677c;
}
.cid-u9rfPH5vjz .mbr-section-title,
.cid-u9rfPH5vjz .mbr-section-btn {
  color: #162436;
}
.cid-uoz3iYs9XU {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uoz3iYs9XU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoz3iYs9XU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoz3iYs9XU .embla__slide {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  position: relative;
  min-width: 420px;
  max-width: 420px;
  min-height: 300px;
  border-radius: 16px;
}
@media (max-width: 768px) {
  .cid-uoz3iYs9XU .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uoz3iYs9XU .embla__slide .card-wrap {
  z-index: 1;
}
.cid-uoz3iYs9XU .embla__slide .card-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  border-radius: 16px;
  z-index: -1;
}
.cid-uoz3iYs9XU .embla__slide .card-wrap .mbr-desc {
  padding: 0 5px;
  margin: -3rem 0 0 0;
  z-index: 1;
}
.cid-uoz3iYs9XU .embla__button--next,
.cid-uoz3iYs9XU .embla__button--prev {
  display: flex;
}
.cid-uoz3iYs9XU .embla__button {
  top: -3rem;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #e4453f;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-uoz3iYs9XU .embla__button {
    display: none;
  }
}
.cid-uoz3iYs9XU .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uoz3iYs9XU .embla__button:hover {
  background: #e4453f;
  color: #e4453f;
  opacity: .7;
}
.cid-uoz3iYs9XU .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uoz3iYs9XU .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uoz3iYs9XU .embla__button {
    top: auto;
    bottom: -4rem;
  }
}
.cid-uoz3iYs9XU .embla {
  position: relative;
  width: 100%;
}
.cid-uoz3iYs9XU .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uoz3iYs9XU .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uoz3iYs9XU .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uoz3iYs9XU .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uoz3iYs9XU .mbr-desc {
  color: #f4efe8;
  text-align: right;
}
.cid-u9wJal8NaE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u9wJal8NaE .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9wJal8NaE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u9wJal8NaE .container {
    padding: 0 20px;
  }
}
.cid-u9wJal8NaE .row {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-u9wJal8NaE .row {
    padding: 46px 0;
  }
}
.cid-u9wJal8NaE .row .card {
  justify-content: flex-end;
}
.cid-u9wJal8NaE .content-wrapper {
  margin-bottom: 50px;
}
.cid-u9wJal8NaE .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-u9wJal8NaE .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9wJal8NaE .tabs-wrap {
  margin-bottom: 40px;
  text-align: right;
}
.cid-u9wJal8NaE .tabs-wrap .nav.nav-tabs {
  display: inline-flex;
  border: none;
}
.cid-u9wJal8NaE .tabs-wrap .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  margin: 0 5px 10px;
  transition: all 0.3s ease-in-out;
}
.cid-u9wJal8NaE .tabs-wrap .nav.nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.cid-u9wJal8NaE .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  font-weight: bold;
  letter-spacing: 1px;
  align-items: center;
  justify-content: center;
  padding: 14px 16px;
  margin-bottom: 0;
  border: none;
  color: #57677c;
  background-color: #f3f6f9;
  border-radius: 50px !important;
  transition: all 0.3s ease-in-out;
}
.cid-u9wJal8NaE .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #57677c;
  color: #ffffff;
}
.cid-u9wJal8NaE .tab-content .tab-pane .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1200px) {
  .cid-u9wJal8NaE .tab-content .tab-pane .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-u9wJal8NaE .tab-content .tab-pane .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-u9wJal8NaE .tab-content .tab-pane .items-wrapper .item {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #f3f6f9;
  border-radius: 20px !important;
  padding: 60px 40px 40px;
}
@media (max-width: 1200px) {
  .cid-u9wJal8NaE .tab-content .tab-pane .items-wrapper .item {
    padding: 60px 20px 40px;
  }
}
.cid-u9wJal8NaE .tab-content .tab-pane .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.cid-u9wJal8NaE .tab-content .tab-pane .items-wrapper .item .item-wrapper .item-img img {
  width: 100px;
  height: 100px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-u9wJal8NaE .tab-content .tab-pane .items-wrapper .item .item-wrapper .item-content {
  z-index: 1;
  position: relative;
}
.cid-u9wJal8NaE .tab-content .tab-pane .items-wrapper .item .item-wrapper .item-content .card-name {
  margin-bottom: 20px;
}
.cid-u9wJal8NaE .tab-content .tab-pane .items-wrapper .item .item-wrapper .item-content .card-role {
  margin-bottom: 25px;
}
.cid-u9wJal8NaE .tab-content .tab-pane .items-wrapper .item .item-wrapper .item-content .tags-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u9wJal8NaE .tab-content .tab-pane .items-wrapper .item .item-wrapper .item-content .tags-wrapper .list .item-wrap {
  margin-right: 10px;
  margin-bottom: 0;
}
.cid-u9wJal8NaE .tab-content .tab-pane .items-wrapper .item .item-wrapper .item-content .tags-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-u9wJal8NaE .tab-content .tab-pane .items-wrapper .item .mbr-section-btn {
  z-index: 1;
  position: relative;
  margin-top: 20px;
}
.cid-u9wJal8NaE .tab-content .tab-pane .items-wrapper .item .mbr-section-btn .btn-primary,
.cid-u9wJal8NaE .tab-content .tab-pane .items-wrapper .item .mbr-section-btn .btn-secondary,
.cid-u9wJal8NaE .tab-content .tab-pane .items-wrapper .item .mbr-section-btn .btn-success,
.cid-u9wJal8NaE .tab-content .tab-pane .items-wrapper .item .mbr-section-btn .btn-info,
.cid-u9wJal8NaE .tab-content .tab-pane .items-wrapper .item .mbr-section-btn .btn-warning,
.cid-u9wJal8NaE .tab-content .tab-pane .items-wrapper .item .mbr-section-btn .btn-danger,
.cid-u9wJal8NaE .tab-content .tab-pane .items-wrapper .item .mbr-section-btn .btn-black,
.cid-u9wJal8NaE .tab-content .tab-pane .items-wrapper .item .mbr-section-btn .btn-white {
  border: 2px solid #f3f6f9 !important;
}
.cid-u9wJal8NaE .mbr-section-title {
  color: #162436;
}
.cid-u9wJal8NaE .mbr-desc {
  color: #e4453f;
}
.cid-u9wJal8NaE .card-name {
  color: #000000;
}
.cid-u9wJal8NaE .card-role {
  color: #57677c;
  text-align: center;
}
.cid-u9wJal8NaE .list,
.cid-u9wJal8NaE .tags-wrapper {
  color: #000000;
  text-align: center;
}
.cid-u9wJal8NaE .card-name,
.cid-u9wJal8NaE .mbr-section-btn {
  text-align: center;
  color: #162436;
}
.cid-u9wJal8NaE .mbr-section-title .tabs-wrap {
  color: #162436;
}
.cid-u9wJal8NaE .list,
.cid-u9wJal8NaE .item-wrap,
.cid-u9wJal8NaE .tags-wrapper {
  color: #e4453f;
  text-align: center;
}
.cid-u9wJal8NaE .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
  color: #84858a;
  text-align: center;
}
.cid-un9r4BE8ie {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-un9r4BE8ie .container {
    max-width: 1162px;
  }
}
.cid-un9r4BE8ie .wrapper {
  min-height: 385px;
  border-radius: 16px;
  position: relative;
  background-color: #1da1f2;
}
@media (max-width: 991px) {
  .cid-un9r4BE8ie .wrapper {
    padding: 5rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-un9r4BE8ie .wrapper {
    padding: 104px 80px 90px 80px;
  }
}
.cid-un9r4BE8ie .mbr-title {
  font-size: 36px;
  line-height: 1;
}
.cid-un9r4BE8ie .btn {
  padding: 15px 37px;
  border-radius: 30px;
}
.cid-un9r4BE8ie .btn:hover,
.cid-un9r4BE8ie .btn:active {
  background-color: #fef7f2 !important;
  border-color: #fef7f2 !important;
}
.cid-un9r4BE8ie .text {
  z-index: 3;
}
.cid-un9r4BE8ie .mbr-text {
  color: #9fdbf8;
  font-size: 18px;
  text-align: left;
}
.cid-un9r4BE8ie .mbr-section-text {
  color: #ffffff;
  position: relative;
  top: -15%;
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
@media (max-width: 991px) {
  .cid-un9r4BE8ie .mbr-section-text {
    position: absolute;
    top: 70%;
    width: 350px;
    left: 5%;
  }
}
@media (max-width: 768px) {
  .cid-un9r4BE8ie .mbr-section-text {
    position: absolute;
    top: 80%;
  }
}
.cid-un9r4BE8ie .image-wrapper {
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-un9r4BE8ie .image-wrapper {
    position: relative;
    margin-top: 3rem;
    bottom: -81px;
  }
}
.cid-un9r4BE8ie .image-wrapper img {
  max-width: 500px;
  max-height: 500px;
  object-fit: contain;
  height: auto;
  position: relative;
}
@media (min-width: 992px) {
  .cid-un9r4BE8ie .image-wrapper img {
    position: absolute;
    bottom: 0;
    right: 5%;
  }
}
.cid-un9r4BE8ie .mbr-title,
.cid-un9r4BE8ie .mbr-section-btn {
  color: #ffffff;
}
.cid-u8VfZauA7B {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #162436;
}
.cid-u8VfZauA7B .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8VfZauA7B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8VfZauA7B .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u8VfZauA7B .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u8VfZauA7B .media-wrap img {
    width: 120px;
    margin: 0 auto;
  }
}
.cid-u8VfZauA7B .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u8VfZauA7B .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-u8VfZauA7B .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u8VfZauA7B .list {
    margin-bottom: 0rem;
  }
}
.cid-u8VfZauA7B .mbr-text {
  color: #57677c;
  text-align: left;
}
.cid-u8VfZauA7B .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #1da1f2;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-u8VfZauA7B .mbr-iconfont {
  color: white;
}
@media (max-width: 991px) {
  .cid-u8VfZauA7B div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u8VfZauA7B .mbr-section-subtitle {
  color: #57677c;
}
.cid-u8VfZauA7B .copyright {
  color: #57677c;
  text-align: center;
}
.cid-u8VfZauA7B H5 {
  text-align: left;
  color: #57677c;
}
@media (max-width: 767px) {
  .cid-u8VfZauA7B .row {
    text-align: center;
  }
  .cid-u8VfZauA7B .row > div {
    margin: auto;
  }
  .cid-u8VfZauA7B .social-row {
    justify-content: center;
  }
  .cid-u8VfZauA7B .mbr-text,
  .cid-u8VfZauA7B .list,
  .cid-u8VfZauA7B .mbr-section-subtitle,
  .cid-u8VfZauA7B H5 {
    text-align: center;
  }
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

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;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

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: #111111;
}

.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;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
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 {
  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;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
    letter-spacing: 1px;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  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: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.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;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            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;
}

.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;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .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;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  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 {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  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;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.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;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.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: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
/*# estilos extras */
.borde-top {
  position: absolute;
  top: -1px;
  width: 100%;
  display: block;
  left: 0;
  height: auto;
}
.borde_bot {
  position: absolute;
  bottom: -1px;
  width: 100%;
  min-width: 600px;
  display: block;
  left: 0;
  height: auto;
}
.num {
  color: #e4453f;
}
.btn-whapp {
position:fixed;
bottom:0px; right:20px;
z-index:999;	
background: #3cb579 url(https://ae-estudio.com/whapp-ico50x50.svg) no-repeat center;
    transition: background-color 1s;
	-webkit-transition: background-color 1s;
	text-decoration:none;
	display: inline-block;
	margin: 2.8em .5em;
	width:50px; height:50px;
	border-radius:50%;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
	box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
}
.btn-whapp:hover {
    background-color:#3cb579;  cursor:pointer; color:#DE3D4D;
	-webkit-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	-moz-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.mbr-arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60px;
  height: 120px;
  cursor: pointer;
  z-index: 999;
  background-color: rgba(20, 157, 204, 1);
  border-radius: 30px 30px 0 0;
  -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;
}
.nja {
  color: #e4453f;
}
.tachado {
  text-decoration: line-through;
}
.borde {
  position: absolute;
  bottom: -1px;
  width: 100%;
  display: block;
  left: 0;
  height: auto;
}.cid-uthTOC12Rc .navbar-dropdown {
  position: relative !important;
}
.cid-uthTOC12Rc .navbar-dropdown {
  position: absolute !important;
}
.cid-uthTOC12Rc .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uthTOC12Rc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uthTOC12Rc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uthTOC12Rc .dropdown-item:hover,
.cid-uthTOC12Rc .dropdown-item:focus {
  background: #e4453f !important;
  color: white !important;
}
.cid-uthTOC12Rc .dropdown-item:hover span {
  color: white;
}
.cid-uthTOC12Rc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uthTOC12Rc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uthTOC12Rc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uthTOC12Rc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uthTOC12Rc .nav-link {
  position: relative;
  font-weight: bold;
}
.cid-uthTOC12Rc .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uthTOC12Rc .container {
    flex-wrap: nowrap;
  }
}
.cid-uthTOC12Rc .dropdown-menu,
.cid-uthTOC12Rc .navbar.opened {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.cid-uthTOC12Rc .nav-item:focus,
.cid-uthTOC12Rc .nav-link:focus {
  outline: none;
}
.cid-uthTOC12Rc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uthTOC12Rc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uthTOC12Rc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uthTOC12Rc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uthTOC12Rc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uthTOC12Rc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uthTOC12Rc .navbar {
  min-height: 114px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
  padding: 17px 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uthTOC12Rc .navbar.opened {
  transition: all 0.3s;
}
.cid-uthTOC12Rc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uthTOC12Rc .navbar .navbar-logo img {
  width: auto;
}
.cid-uthTOC12Rc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uthTOC12Rc .navbar.collapsed {
  justify-content: center;
}
.cid-uthTOC12Rc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uthTOC12Rc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uthTOC12Rc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uthTOC12Rc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uthTOC12Rc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uthTOC12Rc .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uthTOC12Rc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uthTOC12Rc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uthTOC12Rc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uthTOC12Rc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uthTOC12Rc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uthTOC12Rc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uthTOC12Rc .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uthTOC12Rc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uthTOC12Rc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uthTOC12Rc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uthTOC12Rc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uthTOC12Rc .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uthTOC12Rc .navbar.navbar-short {
  min-height: auto;
}
.cid-uthTOC12Rc .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uthTOC12Rc .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uthTOC12Rc .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 20%;
}
.cid-uthTOC12Rc .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uthTOC12Rc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uthTOC12Rc .dropdown-item.active,
.cid-uthTOC12Rc .dropdown-item:active {
  background-color: transparent;
}
.cid-uthTOC12Rc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uthTOC12Rc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uthTOC12Rc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uthTOC12Rc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uthTOC12Rc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uthTOC12Rc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uthTOC12Rc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uthTOC12Rc button.navbar-toggler {
  position: relative;
  outline: none;
  width: 80px;
  height: 80px;
  cursor: pointer;
  transition: all 0.3s;
  align-self: center;
  margin-left: auto;
}
.cid-uthTOC12Rc button.navbar-toggler:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #1da1f2;
  transition: .2s transform;
}
.cid-uthTOC12Rc button.navbar-toggler .hamburger span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 29px;
  height: 2px;
  background-color: #0c1c30;
  transition: .2s all;
}
.cid-uthTOC12Rc button.navbar-toggler .hamburger span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.cid-uthTOC12Rc button.navbar-toggler:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uthTOC12Rc button.navbar-toggler:hover .hamburger span {
  background-color: #ffffff;
}
.cid-uthTOC12Rc nav.opened .navbar-toggler {
  transform: rotate(45deg);
}
.cid-uthTOC12Rc .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uthTOC12Rc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uthTOC12Rc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uthTOC12Rc .navbar {
    height: 70px;
  }
  .cid-uthTOC12Rc .navbar.opened {
    height: auto;
  }
  .cid-uthTOC12Rc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uthTOC12Rc .main-container {
  flex-grow: 1;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.cid-uthTOC12Rc .social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 20px;
}
@media (max-width: 767px) {
  .cid-uthTOC12Rc .social-list {
    justify-content: flex-start;
  }
}
.cid-uthTOC12Rc .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uthTOC12Rc .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #1da1f2;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uthTOC12Rc .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #0c1c30;
  padding: 10px;
}
.cid-uthTOC12Rc .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uthTOC12Rc .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uthTOC12Rc .navbar-buttons {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  text-align: center;
  flex-shrink: 0;
}
.cid-uthTOC12Rc .navbar-buttons .btn {
  margin: 0;
}
.cid-uthTOC12Rc .navbar-collapse {
  width: 80%;
}
.cid-uthTOC12Rc .navbar-collapse .navbar-nav {
  justify-content: center;
  width: 75%;
  margin-right: auto;
}
@media (min-width: 992px) {
  .cid-uthTOC12Rc .navbar-collapse .nav-link:hover {
    color: #e4453f !important;
  }
}
@media (max-width: 991px) {
  .cid-uthTOC12Rc .navbar {
    padding: 15px 0 !important;
    box-shadow: none;
    border: none;
    min-height: 110px;
  }
  .cid-uthTOC12Rc .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uthTOC12Rc .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    width: auto;
  }
  .cid-uthTOC12Rc .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
    width: 100%;
  }
  .cid-uthTOC12Rc .navbar-collapse .navbar-nav {
    align-items: center;
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-uthTOC12Rc .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: center !important;
  }
  .cid-uthTOC12Rc .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uthTOC12Rc .navbar-collapse .nav-link {
    justify-content: center !important;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto !important;
    padding: 0 0 50px !important;
    font-size: 30px !important;
    line-height: 1 !important;
    transition: .3s  all;
  }
  .cid-uthTOC12Rc .navbar-collapse .nav-link:hover {
    color: #e4453f !important;
  }
  .cid-uthTOC12Rc .navbar-buttons {
    justify-content: center;
    margin-top: 20px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uthTOC12Rc .navbar-collapse .nav-link {
    background: linear-gradient(to right, #e4453f, #e4453f 50%, currentColor 50%, currentColor 100%) !important;
    background-position: right !important;
    background-size: 200% 100% !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uthTOC12Rc .navbar-collapse .nav-link:hover {
    background-position: left !important;
    color: currentColor !important;
  }
}
@media (max-width: 575px) {
  .cid-uthTOC12Rc .navbar-nav {
    padding-bottom: 1rem !important;
  }
}
.cid-uthTOCrISW {
  padding-top: 10rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/ae-div03-fdo.svg");
}
.cid-uthTOCrISW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uthTOCrISW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uthTOCrISW .container {
    padding: 0 16px;
  }
}
.cid-uthTOCrISW .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uthTOCrISW .title-wrapper {
    margin-bottom: 40px;
    height: auto;
  }
}
.cid-uthTOCrISW .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uthTOCrISW .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uthTOCrISW .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uthTOCrISW .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uthTOCrISW .image-wrapper {
  position: relative;
  margin-left: 70px;
  min-height: 620px;
}
@media (max-width: 768px) {
  .cid-uthTOCrISW .image-wrapper {
    min-height: 300px;
  }
}
.cid-uthTOCrISW .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vh;
  height: 100%;
  border: 30px solid #ffffff;
  border-radius: 80px;
  left: -68vh;
}
@media (max-width: 768px) {
  .cid-uthTOCrISW .image-wrapper .image-wrap {
    border: 15px solid #ffffff;
    border-radius: 20px;
  }
}
.cid-uthTOCrISW .image-wrapper .image-wrap .main-image {
  width: 100%;
  height: 100%;
  border-radius: 40px;
  object-fit: cover;
}
.cid-uthTOCrISW .image-wrapper .sec-image {
  position: absolute;
  bottom: 6rem;
  left: -4rem;
  height: 220px;
  width: 220px;
  object-fit: cover;
  border-radius: 200px;
  left: 40%;
}
@media (max-width: 768px) {
  .cid-uthTOCrISW .image-wrapper .sec-image {
    display: flex;
    height: 160px;
    width: 160px;
  }
}
.cid-uthTOCrISW .mbr-section-title {
  color: #08323C;
}
.cid-uthTOCrISW .mbr-text {
  color: #57677c;
}
.cid-uthTOCrISW .mbr-section-title,
.cid-uthTOCrISW .mbr-section-btn {
  color: #162436;
}
.cid-uthTOCMdpy {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uthTOCMdpy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uthTOCMdpy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uthTOCMdpy .embla__slide {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  position: relative;
  min-width: 420px;
  max-width: 420px;
  min-height: 300px;
  border-radius: 16px;
}
@media (max-width: 768px) {
  .cid-uthTOCMdpy .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uthTOCMdpy .embla__slide .card-wrap {
  z-index: 1;
}
.cid-uthTOCMdpy .embla__slide .card-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  border-radius: 16px;
  z-index: -1;
}
.cid-uthTOCMdpy .embla__slide .card-wrap .mbr-desc {
  padding: 0 5px;
  margin: -3rem 0 0 0;
  z-index: 1;
}
.cid-uthTOCMdpy .embla__button--next,
.cid-uthTOCMdpy .embla__button--prev {
  display: flex;
}
.cid-uthTOCMdpy .embla__button {
  top: -3rem;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #e4453f;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-uthTOCMdpy .embla__button {
    display: none;
  }
}
.cid-uthTOCMdpy .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uthTOCMdpy .embla__button:hover {
  background: #e4453f;
  color: #e4453f;
  opacity: .7;
}
.cid-uthTOCMdpy .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uthTOCMdpy .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uthTOCMdpy .embla__button {
    top: auto;
    bottom: -4rem;
  }
}
.cid-uthTOCMdpy .embla {
  position: relative;
  width: 100%;
}
.cid-uthTOCMdpy .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uthTOCMdpy .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uthTOCMdpy .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uthTOCMdpy .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uthTOCMdpy .mbr-desc {
  color: #f4efe8;
  text-align: right;
}
.cid-uthTODblZM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uthTODblZM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uthTODblZM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uthTODblZM .container {
    padding: 0 20px;
  }
}
.cid-uthTODblZM .row {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uthTODblZM .row {
    padding: 46px 0;
  }
}
.cid-uthTODblZM .row .card {
  justify-content: flex-end;
}
.cid-uthTODblZM .content-wrapper {
  margin-bottom: 50px;
}
.cid-uthTODblZM .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uthTODblZM .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uthTODblZM .tabs-wrap {
  margin-bottom: 40px;
  text-align: right;
}
.cid-uthTODblZM .tabs-wrap .nav.nav-tabs {
  display: inline-flex;
  border: none;
}
.cid-uthTODblZM .tabs-wrap .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  margin: 0 5px 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uthTODblZM .tabs-wrap .nav.nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.cid-uthTODblZM .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  font-weight: bold;
  letter-spacing: 1px;
  align-items: center;
  justify-content: center;
  padding: 14px 16px;
  margin-bottom: 0;
  border: none;
  color: #57677c;
  background-color: #f3f6f9;
  border-radius: 50px !important;
  transition: all 0.3s ease-in-out;
}
.cid-uthTODblZM .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #57677c;
  color: #ffffff;
}
.cid-uthTODblZM .tab-content .tab-pane .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1200px) {
  .cid-uthTODblZM .tab-content .tab-pane .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uthTODblZM .tab-content .tab-pane .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uthTODblZM .tab-content .tab-pane .items-wrapper .item {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #f3f6f9;
  border-radius: 20px !important;
  padding: 60px 40px 40px;
}
@media (max-width: 1200px) {
  .cid-uthTODblZM .tab-content .tab-pane .items-wrapper .item {
    padding: 60px 20px 40px;
  }
}
.cid-uthTODblZM .tab-content .tab-pane .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.cid-uthTODblZM .tab-content .tab-pane .items-wrapper .item .item-wrapper .item-img img {
  width: 100px;
  height: 100px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-uthTODblZM .tab-content .tab-pane .items-wrapper .item .item-wrapper .item-content {
  z-index: 1;
  position: relative;
}
.cid-uthTODblZM .tab-content .tab-pane .items-wrapper .item .item-wrapper .item-content .card-name {
  margin-bottom: 20px;
}
.cid-uthTODblZM .tab-content .tab-pane .items-wrapper .item .item-wrapper .item-content .card-role {
  margin-bottom: 25px;
}
.cid-uthTODblZM .tab-content .tab-pane .items-wrapper .item .item-wrapper .item-content .tags-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uthTODblZM .tab-content .tab-pane .items-wrapper .item .item-wrapper .item-content .tags-wrapper .list .item-wrap {
  margin-right: 10px;
  margin-bottom: 0;
}
.cid-uthTODblZM .tab-content .tab-pane .items-wrapper .item .item-wrapper .item-content .tags-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uthTODblZM .tab-content .tab-pane .items-wrapper .item .mbr-section-btn {
  z-index: 1;
  position: relative;
  margin-top: 20px;
}
.cid-uthTODblZM .tab-content .tab-pane .items-wrapper .item .mbr-section-btn .btn-primary,
.cid-uthTODblZM .tab-content .tab-pane .items-wrapper .item .mbr-section-btn .btn-secondary,
.cid-uthTODblZM .tab-content .tab-pane .items-wrapper .item .mbr-section-btn .btn-success,
.cid-uthTODblZM .tab-content .tab-pane .items-wrapper .item .mbr-section-btn .btn-info,
.cid-uthTODblZM .tab-content .tab-pane .items-wrapper .item .mbr-section-btn .btn-warning,
.cid-uthTODblZM .tab-content .tab-pane .items-wrapper .item .mbr-section-btn .btn-danger,
.cid-uthTODblZM .tab-content .tab-pane .items-wrapper .item .mbr-section-btn .btn-black,
.cid-uthTODblZM .tab-content .tab-pane .items-wrapper .item .mbr-section-btn .btn-white {
  border: 2px solid #f3f6f9 !important;
}
.cid-uthTODblZM .mbr-section-title {
  color: #162436;
}
.cid-uthTODblZM .mbr-desc {
  color: #e4453f;
}
.cid-uthTODblZM .card-name {
  color: #000000;
}
.cid-uthTODblZM .card-role {
  color: #57677c;
  text-align: center;
}
.cid-uthTODblZM .list,
.cid-uthTODblZM .tags-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uthTODblZM .card-name,
.cid-uthTODblZM .mbr-section-btn {
  text-align: center;
  color: #162436;
}
.cid-uthTODblZM .mbr-section-title .tabs-wrap {
  color: #162436;
}
.cid-uthTODblZM .list,
.cid-uthTODblZM .item-wrap,
.cid-uthTODblZM .tags-wrapper {
  color: #e4453f;
  text-align: center;
}
.cid-uthTODblZM .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
  color: #84858a;
  text-align: center;
}
.cid-uthTOEm4Hv {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-uthTOEm4Hv .container {
    max-width: 1162px;
  }
}
.cid-uthTOEm4Hv .wrapper {
  min-height: 385px;
  border-radius: 16px;
  position: relative;
  background-color: #1da1f2;
}
@media (max-width: 991px) {
  .cid-uthTOEm4Hv .wrapper {
    padding: 5rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uthTOEm4Hv .wrapper {
    padding: 104px 80px 90px 80px;
  }
}
.cid-uthTOEm4Hv .mbr-title {
  font-size: 36px;
  line-height: 1;
}
.cid-uthTOEm4Hv .btn {
  padding: 15px 37px;
  border-radius: 30px;
}
.cid-uthTOEm4Hv .btn:hover,
.cid-uthTOEm4Hv .btn:active {
  background-color: #fef7f2 !important;
  border-color: #fef7f2 !important;
}
.cid-uthTOEm4Hv .text {
  z-index: 3;
}
.cid-uthTOEm4Hv .mbr-text {
  color: #9fdbf8;
  font-size: 18px;
  text-align: left;
}
.cid-uthTOEm4Hv .mbr-section-text {
  color: #ffffff;
  position: relative;
  top: -15%;
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
@media (max-width: 991px) {
  .cid-uthTOEm4Hv .mbr-section-text {
    position: absolute;
    top: 70%;
    width: 350px;
    left: 5%;
  }
}
@media (max-width: 768px) {
  .cid-uthTOEm4Hv .mbr-section-text {
    position: absolute;
    top: 80%;
  }
}
.cid-uthTOEm4Hv .image-wrapper {
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-uthTOEm4Hv .image-wrapper {
    position: relative;
    margin-top: 3rem;
    bottom: -81px;
  }
}
.cid-uthTOEm4Hv .image-wrapper img {
  max-width: 500px;
  max-height: 500px;
  object-fit: contain;
  height: auto;
  position: relative;
}
@media (min-width: 992px) {
  .cid-uthTOEm4Hv .image-wrapper img {
    position: absolute;
    bottom: 0;
    right: 5%;
  }
}
.cid-uthTOEm4Hv .mbr-title,
.cid-uthTOEm4Hv .mbr-section-btn {
  color: #ffffff;
}
.cid-uthTOEL42X {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #162436;
}
.cid-uthTOEL42X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uthTOEL42X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uthTOEL42X .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uthTOEL42X .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uthTOEL42X .media-wrap img {
    width: 120px;
    margin: 0 auto;
  }
}
.cid-uthTOEL42X .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uthTOEL42X .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uthTOEL42X .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uthTOEL42X .list {
    margin-bottom: 0rem;
  }
}
.cid-uthTOEL42X .mbr-text {
  color: #57677c;
  text-align: left;
}
.cid-uthTOEL42X .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #1da1f2;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uthTOEL42X .mbr-iconfont {
  color: white;
}
@media (max-width: 991px) {
  .cid-uthTOEL42X div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uthTOEL42X .mbr-section-subtitle {
  color: #57677c;
}
.cid-uthTOEL42X .copyright {
  color: #57677c;
  text-align: center;
}
.cid-uthTOEL42X H5 {
  text-align: left;
  color: #57677c;
}
@media (max-width: 767px) {
  .cid-uthTOEL42X .row {
    text-align: center;
  }
  .cid-uthTOEL42X .row > div {
    margin: auto;
  }
  .cid-uthTOEL42X .social-row {
    justify-content: center;
  }
  .cid-uthTOEL42X .mbr-text,
  .cid-uthTOEL42X .list,
  .cid-uthTOEL42X .mbr-section-subtitle,
  .cid-uthTOEL42X H5 {
    text-align: center;
  }
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

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;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

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: #111111;
}

.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;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
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 {
  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;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
    letter-spacing: 1px;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  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: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.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;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            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;
}

.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;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .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;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  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 {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  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;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.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;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.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: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
/*# estilos extras */
.borde-top {
  position: absolute;
  top: -1px;
  width: 100%;
  display: block;
  left: 0;
  height: auto;
}
.borde_bot {
  position: absolute;
  bottom: -1px;
  width: 100%;
  min-width: 600px;
  display: block;
  left: 0;
  height: auto;
}
.num {
  color: #e4453f;
}
.btn-whapp {
position:fixed;
bottom:0px; right:20px;
z-index:999;	
background: #3cb579 url(https://ae-estudio.com/whapp-ico50x50.svg) no-repeat center;
    transition: background-color 1s;
	-webkit-transition: background-color 1s;
	text-decoration:none;
	display: inline-block;
	margin: 2.8em .5em;
	width:50px; height:50px;
	border-radius:50%;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
	box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
}
.btn-whapp:hover {
    background-color:#3cb579;  cursor:pointer; color:#DE3D4D;
	-webkit-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	-moz-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.mbr-arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60px;
  height: 120px;
  cursor: pointer;
  z-index: 999;
  background-color: rgba(20, 157, 204, 1);
  border-radius: 30px 30px 0 0;
  -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;
}
.nja {
  color: #e4453f;
}
.tachado {
  text-decoration: line-through;
}
.borde {
  position: absolute;
  bottom: -1px;
  width: 100%;
  display: block;
  left: 0;
  height: auto;
}.cid-uthj9GAKCp .navbar-dropdown {
  position: relative !important;
}
.cid-uthj9GAKCp .navbar-dropdown {
  position: absolute !important;
}
.cid-uthj9GAKCp .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uthj9GAKCp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uthj9GAKCp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uthj9GAKCp .dropdown-item:hover,
.cid-uthj9GAKCp .dropdown-item:focus {
  background: #e4453f !important;
  color: white !important;
}
.cid-uthj9GAKCp .dropdown-item:hover span {
  color: white;
}
.cid-uthj9GAKCp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uthj9GAKCp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uthj9GAKCp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uthj9GAKCp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uthj9GAKCp .nav-link {
  position: relative;
  font-weight: bold;
}
.cid-uthj9GAKCp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uthj9GAKCp .container {
    flex-wrap: nowrap;
  }
}
.cid-uthj9GAKCp .dropdown-menu,
.cid-uthj9GAKCp .navbar.opened {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.cid-uthj9GAKCp .nav-item:focus,
.cid-uthj9GAKCp .nav-link:focus {
  outline: none;
}
.cid-uthj9GAKCp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uthj9GAKCp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uthj9GAKCp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uthj9GAKCp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uthj9GAKCp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uthj9GAKCp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uthj9GAKCp .navbar {
  min-height: 114px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
  padding: 17px 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uthj9GAKCp .navbar.opened {
  transition: all 0.3s;
}
.cid-uthj9GAKCp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uthj9GAKCp .navbar .navbar-logo img {
  width: auto;
}
.cid-uthj9GAKCp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uthj9GAKCp .navbar.collapsed {
  justify-content: center;
}
.cid-uthj9GAKCp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uthj9GAKCp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uthj9GAKCp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uthj9GAKCp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uthj9GAKCp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uthj9GAKCp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uthj9GAKCp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uthj9GAKCp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uthj9GAKCp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uthj9GAKCp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uthj9GAKCp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uthj9GAKCp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uthj9GAKCp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uthj9GAKCp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uthj9GAKCp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uthj9GAKCp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uthj9GAKCp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uthj9GAKCp .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uthj9GAKCp .navbar.navbar-short {
  min-height: auto;
}
.cid-uthj9GAKCp .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uthj9GAKCp .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uthj9GAKCp .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 20%;
}
.cid-uthj9GAKCp .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uthj9GAKCp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uthj9GAKCp .dropdown-item.active,
.cid-uthj9GAKCp .dropdown-item:active {
  background-color: transparent;
}
.cid-uthj9GAKCp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uthj9GAKCp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uthj9GAKCp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uthj9GAKCp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uthj9GAKCp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uthj9GAKCp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uthj9GAKCp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uthj9GAKCp button.navbar-toggler {
  position: relative;
  outline: none;
  width: 80px;
  height: 80px;
  cursor: pointer;
  transition: all 0.3s;
  align-self: center;
  margin-left: auto;
}
.cid-uthj9GAKCp button.navbar-toggler:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #1da1f2;
  transition: .2s transform;
}
.cid-uthj9GAKCp button.navbar-toggler .hamburger span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 29px;
  height: 2px;
  background-color: #0c1c30;
  transition: .2s all;
}
.cid-uthj9GAKCp button.navbar-toggler .hamburger span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.cid-uthj9GAKCp button.navbar-toggler:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uthj9GAKCp button.navbar-toggler:hover .hamburger span {
  background-color: #ffffff;
}
.cid-uthj9GAKCp nav.opened .navbar-toggler {
  transform: rotate(45deg);
}
.cid-uthj9GAKCp .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uthj9GAKCp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uthj9GAKCp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uthj9GAKCp .navbar {
    height: 70px;
  }
  .cid-uthj9GAKCp .navbar.opened {
    height: auto;
  }
  .cid-uthj9GAKCp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uthj9GAKCp .main-container {
  flex-grow: 1;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.cid-uthj9GAKCp .social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 20px;
}
@media (max-width: 767px) {
  .cid-uthj9GAKCp .social-list {
    justify-content: flex-start;
  }
}
.cid-uthj9GAKCp .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uthj9GAKCp .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #1da1f2;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uthj9GAKCp .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #0c1c30;
  padding: 10px;
}
.cid-uthj9GAKCp .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uthj9GAKCp .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uthj9GAKCp .navbar-buttons {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  text-align: center;
  flex-shrink: 0;
}
.cid-uthj9GAKCp .navbar-buttons .btn {
  margin: 0;
}
.cid-uthj9GAKCp .navbar-collapse {
  width: 80%;
}
.cid-uthj9GAKCp .navbar-collapse .navbar-nav {
  justify-content: center;
  width: 75%;
  margin-right: auto;
}
@media (min-width: 992px) {
  .cid-uthj9GAKCp .navbar-collapse .nav-link:hover {
    color: #e4453f !important;
  }
}
@media (max-width: 991px) {
  .cid-uthj9GAKCp .navbar {
    padding: 15px 0 !important;
    box-shadow: none;
    border: none;
    min-height: 110px;
  }
  .cid-uthj9GAKCp .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uthj9GAKCp .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    width: auto;
  }
  .cid-uthj9GAKCp .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
    width: 100%;
  }
  .cid-uthj9GAKCp .navbar-collapse .navbar-nav {
    align-items: center;
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-uthj9GAKCp .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: center !important;
  }
  .cid-uthj9GAKCp .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uthj9GAKCp .navbar-collapse .nav-link {
    justify-content: center !important;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto !important;
    padding: 0 0 50px !important;
    font-size: 30px !important;
    line-height: 1 !important;
    transition: .3s  all;
  }
  .cid-uthj9GAKCp .navbar-collapse .nav-link:hover {
    color: #e4453f !important;
  }
  .cid-uthj9GAKCp .navbar-buttons {
    justify-content: center;
    margin-top: 20px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uthj9GAKCp .navbar-collapse .nav-link {
    background: linear-gradient(to right, #e4453f, #e4453f 50%, currentColor 50%, currentColor 100%) !important;
    background-position: right !important;
    background-size: 200% 100% !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uthj9GAKCp .navbar-collapse .nav-link:hover {
    background-position: left !important;
    color: currentColor !important;
  }
}
@media (max-width: 575px) {
  .cid-uthj9GAKCp .navbar-nav {
    padding-bottom: 1rem !important;
  }
}
.cid-uthj9HnE62 {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-color: #edf4fc;
}
@media (max-width: 992px) {
  .cid-uthj9HnE62 .container {
    padding: 0 22px;
  }
}
.cid-uthj9HnE62 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 5px;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .cid-uthj9HnE62 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uthj9HnE62 .embla__slide .slide-content {
  width: 600px;
}
.cid-uthj9HnE62 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 470px;
  object-fit: contain;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .cid-uthj9HnE62 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uthj9HnE62 .embla__slide .slide-content .item-content {
  position: relative;
  top: -30px;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 10px 30px;
}
@media (max-width: 767px) {
  .cid-uthj9HnE62 .embla__slide .slide-content .item-content {
    padding: 10px 20px;
  }
}
.cid-uthj9HnE62 .embla__slide .slide-content .item-content:hover .item-number,
.cid-uthj9HnE62 .embla__slide .slide-content .item-content:focus .item-number {
  -webkit-text-stroke-color: transparent;
  -webkit-text-fill-color: #000000;
}
.cid-uthj9HnE62 .embla__slide .slide-content .item-content:hover .icon-wrapper .mbr-iconfont,
.cid-uthj9HnE62 .embla__slide .slide-content .item-content:focus .icon-wrapper .mbr-iconfont {
  transform: rotate(0);
}
.cid-uthj9HnE62 .embla__slide .slide-content .item-content .item-number {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000000;
  -webkit-text-fill-color: transparent;
  transition: all 0.5s ease-in-out;
  min-width: 45px;
  margin-bottom: 0;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .cid-uthj9HnE62 .embla__slide .slide-content .item-content .item-number {
    min-width: 35px;
  }
}
.cid-uthj9HnE62 .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 0;
  background: #ffffff;
  border-radius: 24px;
  padding: 8px 16px;
}
.cid-uthj9HnE62 .embla__slide .slide-content .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 30px;
  transform: rotate(-45deg);
  margin-left: 20px;
  color: #facb1d;
  transition: all 0.3s ease-in-out;
}
.cid-uthj9HnE62 .embla__slide .slide-content a {
  display: block;
}
.cid-uthj9HnE62 .embla__button--next,
.cid-uthj9HnE62 .embla__button--prev {
  display: flex;
}
.cid-uthj9HnE62 .embla__button {
  top: 50%;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: #FFF !important;
  border: none;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .7 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-uthj9HnE62 .embla__button {
    display: none;
  }
}
.cid-uthj9HnE62 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uthj9HnE62 .embla__button:hover {
  opacity: 1 !important;
}
.cid-uthj9HnE62 .embla__button.embla__button--prev {
  left: 0;
}
@media (max-width: 992px) {
  .cid-uthj9HnE62 .embla__button.embla__button--prev {
    left: 20px;
  }
}
.cid-uthj9HnE62 .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 992px) {
  .cid-uthj9HnE62 .embla__button.embla__button--next {
    right: 20px;
  }
}
.cid-uthj9HnE62 .card {
  justify-content: center;
}
.cid-uthj9HnE62 .embla {
  position: relative;
  width: 100%;
  padding: 0 40px;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-uthj9HnE62 .embla {
    margin: 0 0 20px;
    padding: 0;
  }
}
.cid-uthj9HnE62 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uthj9HnE62 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uthj9HnE62 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uthj9HnE62 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uthj9HnE62 .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uthj9HnE62 .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uthj9HnE62 .mbr-section-title {
  color: #e4453f;
  letter-spacing: -1px;
}
.cid-uthj9HnE62 .mbr-text {
  color: #57677c;
  text-align: left;
}
.cid-uthj9HnE62 .mbr-section-title,
.cid-uthj9HnE62 .mbr-section-btn DIV {
  text-align: center;
}
.cid-uthj9HnE62 .mbr-section-title,
.cid-uthj9HnE62 .mbr-section-btn {
  color: #162436;
  text-align: left;
}
.cid-uthj9HnE62 .item-title {
  color: #e4453f;
  text-align: left;
}
.cid-uthj9HnE62 .mbr-section-subtitle {
  color: #e4453f;
  text-align: left;
  letter-spacing: 1.6px;
}
.cid-uthj9HnE62 .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uthj9HnE62 .counter-container ul li {
  position: relative;
  list-style: none;
  padding: 0;
  line-height: 1;
  margin-bottom: 1rem;
}
.cid-uthj9HnE62 .counter-container ul li:before {
  position: absolute;
  font-family: 'Moririse2' !important;
  left: -1.5em;
  content: "\e97c";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #e4453f;
  width: 0.5em;
  height: 0.5em;
  top: 0.3em;
  border-radius: 50%;
}
.cid-uthj9IpsP4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uthj9IpsP4 .title_block {
  margin-bottom: 80px;
}
.cid-uthj9IpsP4 .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #e4453f;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
  text-align: left;
}
.cid-uthj9IpsP4 .mbr-section-title {
  color: #162436;
  text-align: left;
}
.cid-uthj9IpsP4 .card_wrap {
  overflow: hidden;
  padding: 50px 40px;
  position: relative;
  background-color: #f3f6f9;
  border-radius: 16px;
  box-shadow: 0px 2px 4px 0px rgba(255, 255, 255, 0.06);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uthj9IpsP4 .card_wrap:hover {
  transform: translateY(-16px);
  box-shadow: 0px 40px 80px 0px rgba(255, 255, 255, 0.08);
}
.cid-uthj9IpsP4 .favorite {
  color: #ffffff;
  background: #3cb579;
  transform: rotate(90deg);
  position: absolute;
  top: 32px;
  right: -21px;
  padding: 3.2px 26px;
  border: 0;
  display: block;
}
.cid-uthj9IpsP4 .favorite:before {
  content: "";
  border-top: 15px solid #3cb579;
  border-bottom: 15px solid #3cb579;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
  position: absolute;
  right: -11px;
  top: 0;
}
.cid-uthj9IpsP4 .card_header {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e0e5ff;
  text-align: center;
}
.cid-uthj9IpsP4 .card_title {
  margin-bottom: 30px;
  color: #e4453f;
}
.cid-uthj9IpsP4 .card_price {
  color: #162436;
}
.cid-uthj9IpsP4 .card_price sup {
  margin-right: 5px;
  font-size: 50%;
}
.cid-uthj9IpsP4 .card_price sub {
  font-size: 16px;
  line-height: 1;
}
.cid-uthj9IpsP4 .card_body {
  margin-bottom: 40px;
}
.cid-uthj9IpsP4 .card_body .list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uthj9IpsP4 .card_body .list li {
  line-height: 1.1;
  margin-bottom: 25px;
}
.cid-uthj9IpsP4 .card_body .mbr-iconfont {
  left: -1.5em;
  margin-right: 10px;
  color: green;
}
.cid-uthj9IpsP4 .mbr-section-btn .btn {
  margin: 0 !important;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uthj9IpsP4 .title_block {
    margin-bottom: 60px;
  }
  .cid-uthj9IpsP4 .card_wrap {
    margin-bottom: 35px;
    padding: 40px 30px;
  }
  .cid-uthj9IpsP4 .card_header {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .cid-uthj9IpsP4 .card_title {
    margin-bottom: 20px;
  }
  .cid-uthj9IpsP4 .card_body {
    margin-bottom: 40px;
  }
  .cid-uthj9IpsP4 .card_body li {
    margin-bottom: 20px;
  }
}
.cid-uthj9IpsP4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uthj9IpsP4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uthj9IpsP4 .list {
  color: #57677c;
}
.cid-uttbwsEeC0 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uttbwsEeC0 .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uttbwsEeC0 .counter-container ul li {
  position: relative;
  list-style: none;
  padding: 0;
  line-height: 1;
  margin-bottom: 1rem;
}
.cid-uttbwsEeC0 .counter-container ul li:before {
  position: absolute;
  font-family: 'Moririse2' !important;
  left: -1.5em;
  content: "\e97c";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1da1f2;
  width: 0.5em;
  height: 0.5em;
  top: 0.3em;
  border-radius: 50%;
}
.cid-uttbwsEeC0 .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-uttbwsEeC0 .mbr-text UL {
  text-align: left;
}
.cid-uttbwsEeC0 .mbr-text {
  color: #57677c;
}
.cid-uttbwsEeC0 .mbr-section-title {
  color: #162436;
  text-align: left;
}
.cid-uttbwsEeC0 .image-wrapper {
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-uttbwsEeC0 .image-wrapper {
    padding: 0;
    margin-top: 0px;
  }
}
.cid-uttbwsEeC0 .image-wrapper img {
  height: 350px;
  object-fit: contain;
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .cid-uttbwsEeC0 .image-wrapper img {
    height: 350px;
  }
}
.cid-uthj9IVmeX {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uthj9IVmeX .item {
  display: flex;
  border-radius: 25px;
  background-color: #f3f6f9;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-uthj9IVmeX .item {
    padding: 3rem 4.5rem 3rem 3rem;
  }
}
@media (max-width: 991px) {
  .cid-uthj9IVmeX .item {
    padding: 3rem;
    flex-direction: column;
  }
}
.cid-uthj9IVmeX .icon-box {
  background: #3cb579;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 0.7rem;
}
@media (max-width: 991px) {
  .cid-uthj9IVmeX .icon-box {
    margin-top: 0;
    margin-bottom: 1.2rem;
  }
}
.cid-uthj9IVmeX .step-number {
  color: #f3f6f9;
}
@media (max-width: 991px) {
  .cid-uthj9IVmeX .card {
    margin-bottom: 2rem;
  }
  .cid-uthj9IVmeX .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uthj9IVmeX .card-title {
  color: #2e6b75;
}
.cid-uthj9IVmeX .icon-text {
  color: #6c7577;
}
.cid-uthj9IVmeX .icon-title {
  color: #2e6b75;
}
.cid-uthj9IVmeX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uthj9IVmeX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uthj9IVmeX .card-title,
.cid-uthj9IVmeX .card-box {
  color: #162436;
  text-align: left;
}
.cid-uthj9IVmeX .mbr-section-title {
  text-align: left;
}
.cid-uthj9KG6YU {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uthj9KG6YU .container-fluid {
  padding: 0 3rem;
}
.cid-uthj9KG6YU ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uthj9KG6YU ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-uthj9KG6YU ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-uthj9KG6YU ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-uthj9KG6YU .container-fluid {
    padding: 0 1rem;
  }
  .cid-uthj9KG6YU .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-uthj9KG6YU .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uthj9KG6YU .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #e4453f, #1da1f2);
  display: inline-block;
}
.cid-uthj9KG6YU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uthj9KG6YU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uthj9KG6YU .mbr-section-title,
.cid-uthj9KG6YU .underline {
  color: #162436;
}
.cid-uthj9Lo1fl {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #162436;
}
.cid-uthj9Lo1fl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uthj9Lo1fl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uthj9Lo1fl .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uthj9Lo1fl .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uthj9Lo1fl .media-wrap img {
    width: 120px;
    margin: 0 auto;
  }
}
.cid-uthj9Lo1fl .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uthj9Lo1fl .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uthj9Lo1fl .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uthj9Lo1fl .list {
    margin-bottom: 0rem;
  }
}
.cid-uthj9Lo1fl .mbr-text {
  color: #57677c;
  text-align: left;
}
.cid-uthj9Lo1fl .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #1da1f2;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uthj9Lo1fl .mbr-iconfont {
  color: white;
}
@media (max-width: 991px) {
  .cid-uthj9Lo1fl div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uthj9Lo1fl .mbr-section-subtitle {
  color: #57677c;
}
.cid-uthj9Lo1fl .copyright {
  color: #57677c;
  text-align: center;
}
.cid-uthj9Lo1fl H5 {
  text-align: left;
  color: #57677c;
}
@media (max-width: 767px) {
  .cid-uthj9Lo1fl .row {
    text-align: center;
  }
  .cid-uthj9Lo1fl .row > div {
    margin: auto;
  }
  .cid-uthj9Lo1fl .social-row {
    justify-content: center;
  }
  .cid-uthj9Lo1fl .mbr-text,
  .cid-uthj9Lo1fl .list,
  .cid-uthj9Lo1fl .mbr-section-subtitle,
  .cid-uthj9Lo1fl H5 {
    text-align: center;
  }
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

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;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

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: #111111;
}

.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;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
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 {
  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;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
    letter-spacing: 1px;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  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: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.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;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            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;
}

.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;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .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;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  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 {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  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;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.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;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.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: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
/*# estilos extras */
.borde-top {
  position: absolute;
  top: -1px;
  width: 100%;
  display: block;
  left: 0;
  height: auto;
}
.borde_bot {
  position: absolute;
  bottom: -1px;
  width: 100%;
  min-width: 600px;
  display: block;
  left: 0;
  height: auto;
}
.num {
  color: #e4453f;
}
.btn-whapp {
position:fixed;
bottom:0px; right:20px;
z-index:999;	
background: #3cb579 url(https://ae-estudio.com/whapp-ico50x50.svg) no-repeat center;
    transition: background-color 1s;
	-webkit-transition: background-color 1s;
	text-decoration:none;
	display: inline-block;
	margin: 2.8em .5em;
	width:50px; height:50px;
	border-radius:50%;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
	box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
}
.btn-whapp:hover {
    background-color:#3cb579;  cursor:pointer; color:#DE3D4D;
	-webkit-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	-moz-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.mbr-arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60px;
  height: 120px;
  cursor: pointer;
  z-index: 999;
  background-color: rgba(20, 157, 204, 1);
  border-radius: 30px 30px 0 0;
  -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;
}
.nja {
  color: #e4453f;
}
.tachado {
  text-decoration: line-through;
}
.borde {
  position: absolute;
  bottom: -1px;
  width: 100%;
  display: block;
  left: 0;
  height: auto;
}.cid-uvruRtrcV1 .navbar-dropdown {
  position: relative !important;
}
.cid-uvruRtrcV1 .navbar-dropdown {
  position: absolute !important;
}
.cid-uvruRtrcV1 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvruRtrcV1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvruRtrcV1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvruRtrcV1 .dropdown-item:hover,
.cid-uvruRtrcV1 .dropdown-item:focus {
  background: #e4453f !important;
  color: white !important;
}
.cid-uvruRtrcV1 .dropdown-item:hover span {
  color: white;
}
.cid-uvruRtrcV1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvruRtrcV1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvruRtrcV1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvruRtrcV1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvruRtrcV1 .nav-link {
  position: relative;
  font-weight: bold;
}
.cid-uvruRtrcV1 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uvruRtrcV1 .container {
    flex-wrap: nowrap;
  }
}
.cid-uvruRtrcV1 .dropdown-menu,
.cid-uvruRtrcV1 .navbar.opened {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.cid-uvruRtrcV1 .nav-item:focus,
.cid-uvruRtrcV1 .nav-link:focus {
  outline: none;
}
.cid-uvruRtrcV1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvruRtrcV1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvruRtrcV1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvruRtrcV1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvruRtrcV1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvruRtrcV1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvruRtrcV1 .navbar {
  min-height: 114px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
  padding: 17px 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uvruRtrcV1 .navbar.opened {
  transition: all 0.3s;
}
.cid-uvruRtrcV1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvruRtrcV1 .navbar .navbar-logo img {
  width: auto;
}
.cid-uvruRtrcV1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvruRtrcV1 .navbar.collapsed {
  justify-content: center;
}
.cid-uvruRtrcV1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvruRtrcV1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvruRtrcV1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uvruRtrcV1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvruRtrcV1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvruRtrcV1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uvruRtrcV1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvruRtrcV1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uvruRtrcV1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvruRtrcV1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvruRtrcV1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvruRtrcV1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvruRtrcV1 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uvruRtrcV1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvruRtrcV1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvruRtrcV1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvruRtrcV1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uvruRtrcV1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uvruRtrcV1 .navbar.navbar-short {
  min-height: auto;
}
.cid-uvruRtrcV1 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uvruRtrcV1 .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uvruRtrcV1 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 20%;
}
.cid-uvruRtrcV1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uvruRtrcV1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvruRtrcV1 .dropdown-item.active,
.cid-uvruRtrcV1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uvruRtrcV1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvruRtrcV1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvruRtrcV1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvruRtrcV1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uvruRtrcV1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvruRtrcV1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvruRtrcV1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvruRtrcV1 button.navbar-toggler {
  position: relative;
  outline: none;
  width: 80px;
  height: 80px;
  cursor: pointer;
  transition: all 0.3s;
  align-self: center;
  margin-left: auto;
}
.cid-uvruRtrcV1 button.navbar-toggler:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #1da1f2;
  transition: .2s transform;
}
.cid-uvruRtrcV1 button.navbar-toggler .hamburger span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 29px;
  height: 2px;
  background-color: #0c1c30;
  transition: .2s all;
}
.cid-uvruRtrcV1 button.navbar-toggler .hamburger span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.cid-uvruRtrcV1 button.navbar-toggler:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uvruRtrcV1 button.navbar-toggler:hover .hamburger span {
  background-color: #ffffff;
}
.cid-uvruRtrcV1 nav.opened .navbar-toggler {
  transform: rotate(45deg);
}
.cid-uvruRtrcV1 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uvruRtrcV1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvruRtrcV1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvruRtrcV1 .navbar {
    height: 70px;
  }
  .cid-uvruRtrcV1 .navbar.opened {
    height: auto;
  }
  .cid-uvruRtrcV1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvruRtrcV1 .main-container {
  flex-grow: 1;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.cid-uvruRtrcV1 .social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 20px;
}
@media (max-width: 767px) {
  .cid-uvruRtrcV1 .social-list {
    justify-content: flex-start;
  }
}
.cid-uvruRtrcV1 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uvruRtrcV1 .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #1da1f2;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uvruRtrcV1 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #0c1c30;
  padding: 10px;
}
.cid-uvruRtrcV1 .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uvruRtrcV1 .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uvruRtrcV1 .navbar-buttons {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  text-align: center;
  flex-shrink: 0;
}
.cid-uvruRtrcV1 .navbar-buttons .btn {
  margin: 0;
}
.cid-uvruRtrcV1 .navbar-collapse {
  width: 80%;
}
.cid-uvruRtrcV1 .navbar-collapse .navbar-nav {
  justify-content: center;
  width: 75%;
  margin-right: auto;
}
@media (min-width: 992px) {
  .cid-uvruRtrcV1 .navbar-collapse .nav-link:hover {
    color: #e4453f !important;
  }
}
@media (max-width: 991px) {
  .cid-uvruRtrcV1 .navbar {
    padding: 15px 0 !important;
    box-shadow: none;
    border: none;
    min-height: 110px;
  }
  .cid-uvruRtrcV1 .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uvruRtrcV1 .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    width: auto;
  }
  .cid-uvruRtrcV1 .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
    width: 100%;
  }
  .cid-uvruRtrcV1 .navbar-collapse .navbar-nav {
    align-items: center;
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-uvruRtrcV1 .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: center !important;
  }
  .cid-uvruRtrcV1 .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uvruRtrcV1 .navbar-collapse .nav-link {
    justify-content: center !important;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto !important;
    padding: 0 0 50px !important;
    font-size: 30px !important;
    line-height: 1 !important;
    transition: .3s  all;
  }
  .cid-uvruRtrcV1 .navbar-collapse .nav-link:hover {
    color: #e4453f !important;
  }
  .cid-uvruRtrcV1 .navbar-buttons {
    justify-content: center;
    margin-top: 20px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uvruRtrcV1 .navbar-collapse .nav-link {
    background: linear-gradient(to right, #e4453f, #e4453f 50%, currentColor 50%, currentColor 100%) !important;
    background-position: right !important;
    background-size: 200% 100% !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uvruRtrcV1 .navbar-collapse .nav-link:hover {
    background-position: left !important;
    color: currentColor !important;
  }
}
@media (max-width: 575px) {
  .cid-uvruRtrcV1 .navbar-nav {
    padding-bottom: 1rem !important;
  }
}
.cid-uvruRtOo0B {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvruRtOo0B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvruRtOo0B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvruRtOo0B .image-wrapper img {
  height: 650px;
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uvruRtOo0B .image-wrapper img {
    height: 350px;
  }
}
.cid-uvruRtOo0B .text-wrapper {
  display: inline-flex;
  align-items: center;
  margin-top: 16px;
}
.cid-uvruRtOo0B .text-wrapper .mbr-iconfont {
  font-size: 28px;
  color: #e4453f;
  margin-right: 17px;
}
.cid-uvruRtOo0B .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uvruRtOo0B .mbr-text {
  color: #747474;
}
.cid-uvruRtOo0B .mbr-text,
.cid-uvruRtOo0B .text {
  color: #e4453f;
  text-align: left;
}
.cid-uvruRu4F19 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uvruRu4F19 .mbr-text {
  color: #57677c;
}
.cid-uvruRu4F19 .mbr-title {
  color: #162436;
}
@media (max-width: 767px) {
  .cid-uvruRu4F19 .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uvruRu4F19 h3 {
  margin-bottom: 1.2rem;
}
@media (max-width: 992px) {
  .cid-uvruRu4F19 .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvruRu4F19 .mbr-text {
    padding-right: 2.5rem;
  }
}
@media (min-width: 767px) {
  .cid-uvruRu4F19 .row {
    margin: 0;
  }
}
.cid-uvruRu4F19 P {
  color: #57677c;
  text-align: left;
}
.cid-uvruRulHIE {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uvruRulHIE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvruRulHIE .row {
  flex-direction: row-reverse;
}
.cid-uvruRulHIE img {
  width: 100%;
  border-radius: 16px;
}
.cid-uvrEAq5jUC {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uvrEAq5jUC .mbr-text {
  text-align: left;
  color: #57677c;
}
.cid-uvrEAq5jUC .mbr-section-subtitle {
  text-align: left;
  color: #162436;
}
.cid-uvruRw6kSQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvruRw6kSQ .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-uvruRw6kSQ .item-img {
  aspect-ratio: 1;
}
.cid-uvruRw6kSQ .item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 15px;
}
.cid-uvruRw6kSQ .item:focus,
.cid-uvruRw6kSQ span:focus {
  outline: none;
}
.cid-uvruRw6kSQ .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uvruRw6kSQ .row {
  max-width: 1000px;
  margin: 0 auto;
}
.cid-uvrwSHBH12 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uvrwSHBH12 .carousel {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.cid-uvrwSHBH12 .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.cid-uvrwSHBH12 .carousel-item,
.cid-uvrwSHBH12 .carousel-inner {
  height: 100%;
}
.cid-uvrwSHBH12 .carousel-caption {
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 280px;
}
@media (min-width: 768px) {
  .cid-uvrwSHBH12 .carousel-caption {
    width: 680px;
  }
}
@media (min-width: 992px) {
  .cid-uvrwSHBH12 .carousel-caption {
    width: 900px;
  }
}
.cid-uvrwSHBH12 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uvrwSHBH12 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uvrwSHBH12 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 0;
}
.cid-uvrwSHBH12 .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uvrwSHBH12 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uvrwSHBH12 .content-slider-wrap {
    width: 100% !important;
  }
  .cid-uvrwSHBH12 .carousel {
    width: 100%;
  }
}
.cid-uvrwSHBH12 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uvrwSHBH12 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 0;
}
.cid-uvrwSHBH12 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uvrwSHBH12 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uvrwSHBH12 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uvrwSHBH12 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uvrwSHBH12 .carousel-indicators li {
  max-width: 7px;
  height: 7px;
  width: 7px;
  max-height: 7px;
  margin: 0 10px;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1 !important;
}
.cid-uvrwSHBH12 .carousel-indicators li.active {
  background-color: #ffffff;
  opacity: 1 !important;
}
.cid-uvrwSHBH12 .carousel-indicators li::after,
.cid-uvrwSHBH12 .carousel-indicators li::before {
  content: none;
}
.cid-uvrwSHBH12 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-uvrwSHBH12 P {
  color: #57677c;
}
.cid-uvruRuV2Ie {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uvruRuV2Ie .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvruRuV2Ie .row {
  flex-direction: row-reverse;
}
.cid-uvruRuV2Ie img {
  width: 100%;
}
.cid-uvsfnifmV5 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uvsfnifmV5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvsfnifmV5 .row {
  flex-direction: row-reverse;
}
.cid-uvsfnifmV5 img {
  width: 100%;
  border-radius: 16px;
}
.cid-uvruRuCN8g {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvruRuCN8g .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-uvruRuCN8g .item-img {
  aspect-ratio: 1;
}
.cid-uvruRuCN8g .item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 15px;
}
.cid-uvruRuCN8g .item:focus,
.cid-uvruRuCN8g span:focus {
  outline: none;
}
.cid-uvruRuCN8g .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uvruRuCN8g .row {
  max-width: 1000px;
  margin: 0 auto;
}
.cid-uvruRvc9vZ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uvruRvc9vZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvruRvc9vZ .row {
  flex-direction: row-reverse;
}
.cid-uvruRvc9vZ img {
  width: 100%;
  border-radius: 16px;
}
.cid-uvruRvOJ9b {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uvruRvOJ9b .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvruRvOJ9b .row {
  flex-direction: row-reverse;
}
.cid-uvruRvOJ9b img {
  width: 100%;
  border-radius: 16px;
}
.cid-uvruRvtbBF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvruRvtbBF .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-uvruRvtbBF .item-img {
  aspect-ratio: 1;
}
.cid-uvruRvtbBF .item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 15px;
}
.cid-uvruRvtbBF .item:focus,
.cid-uvruRvtbBF span:focus {
  outline: none;
}
.cid-uvruRvtbBF .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uvruRvtbBF .row {
  max-width: 1000px;
  margin: 0 auto;
}
.cid-uvruRwqbNQ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uvruRwqbNQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvruRwqbNQ .row {
  flex-direction: row-reverse;
}
.cid-uvruRwqbNQ img {
  width: 100%;
  border-radius: 16px;
}
.cid-uvrzR3RpxY {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uvrzR3RpxY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvrzR3RpxY .row {
  flex-direction: row-reverse;
  max-width: 1000px;
  margin: 0 auto;
}
.cid-uvrzR3RpxY img {
  width: 100%;
  border-radius: 16px;
}
.cid-uvruRxquc0 {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uvruRxquc0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvruRxquc0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvruRxquc0 .mbr-section-title {
  color: #162436;
}
.cid-uvruRxquc0 .mbr-section-subtitle {
  color: #57677c;
}
.cid-uvruRxKbZC {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #162436;
}
.cid-uvruRxKbZC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvruRxKbZC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvruRxKbZC .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uvruRxKbZC .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uvruRxKbZC .media-wrap img {
    width: 120px;
    margin: 0 auto;
  }
}
.cid-uvruRxKbZC .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uvruRxKbZC .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uvruRxKbZC .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvruRxKbZC .list {
    margin-bottom: 0rem;
  }
}
.cid-uvruRxKbZC .mbr-text {
  color: #57677c;
  text-align: left;
}
.cid-uvruRxKbZC .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #1da1f2;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uvruRxKbZC .mbr-iconfont {
  color: white;
}
@media (max-width: 991px) {
  .cid-uvruRxKbZC div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uvruRxKbZC .mbr-section-subtitle {
  color: #57677c;
}
.cid-uvruRxKbZC .copyright {
  color: #57677c;
  text-align: center;
}
.cid-uvruRxKbZC H5 {
  text-align: left;
  color: #57677c;
}
@media (max-width: 767px) {
  .cid-uvruRxKbZC .row {
    text-align: center;
  }
  .cid-uvruRxKbZC .row > div {
    margin: auto;
  }
  .cid-uvruRxKbZC .social-row {
    justify-content: center;
  }
  .cid-uvruRxKbZC .mbr-text,
  .cid-uvruRxKbZC .list,
  .cid-uvruRxKbZC .mbr-section-subtitle,
  .cid-uvruRxKbZC H5 {
    text-align: center;
  }
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

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;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

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: #111111;
}

.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;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
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 {
  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;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
    letter-spacing: 1px;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  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: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.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;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            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;
}

.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;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .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;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  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 {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  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;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.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;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.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: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
/*# estilos extras */
.borde-top {
  position: absolute;
  top: -1px;
  width: 100%;
  display: block;
  left: 0;
  height: auto;
}
.borde_bot {
  position: absolute;
  bottom: -1px;
  width: 100%;
  min-width: 600px;
  display: block;
  left: 0;
  height: auto;
}
.num {
  color: #e4453f;
}
.btn-whapp {
position:fixed;
bottom:0px; right:20px;
z-index:999;	
background: #3cb579 url(https://ae-estudio.com/whapp-ico50x50.svg) no-repeat center;
    transition: background-color 1s;
	-webkit-transition: background-color 1s;
	text-decoration:none;
	display: inline-block;
	margin: 2.8em .5em;
	width:50px; height:50px;
	border-radius:50%;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
	box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
}
.btn-whapp:hover {
    background-color:#3cb579;  cursor:pointer; color:#DE3D4D;
	-webkit-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	-moz-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.mbr-arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60px;
  height: 120px;
  cursor: pointer;
  z-index: 999;
  background-color: rgba(20, 157, 204, 1);
  border-radius: 30px 30px 0 0;
  -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;
}
.nja {
  color: #e4453f;
}
.tachado {
  text-decoration: line-through;
}
.borde {
  position: absolute;
  bottom: -1px;
  width: 100%;
  display: block;
  left: 0;
  height: auto;
}.cid-uvsqFbEiGs .navbar-dropdown {
  position: relative !important;
}
.cid-uvsqFbEiGs .navbar-dropdown {
  position: absolute !important;
}
.cid-uvsqFbEiGs .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvsqFbEiGs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvsqFbEiGs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvsqFbEiGs .dropdown-item:hover,
.cid-uvsqFbEiGs .dropdown-item:focus {
  background: #e4453f !important;
  color: white !important;
}
.cid-uvsqFbEiGs .dropdown-item:hover span {
  color: white;
}
.cid-uvsqFbEiGs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvsqFbEiGs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvsqFbEiGs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvsqFbEiGs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvsqFbEiGs .nav-link {
  position: relative;
  font-weight: bold;
}
.cid-uvsqFbEiGs .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uvsqFbEiGs .container {
    flex-wrap: nowrap;
  }
}
.cid-uvsqFbEiGs .dropdown-menu,
.cid-uvsqFbEiGs .navbar.opened {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.cid-uvsqFbEiGs .nav-item:focus,
.cid-uvsqFbEiGs .nav-link:focus {
  outline: none;
}
.cid-uvsqFbEiGs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvsqFbEiGs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvsqFbEiGs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvsqFbEiGs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvsqFbEiGs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvsqFbEiGs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvsqFbEiGs .navbar {
  min-height: 114px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
  padding: 17px 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uvsqFbEiGs .navbar.opened {
  transition: all 0.3s;
}
.cid-uvsqFbEiGs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvsqFbEiGs .navbar .navbar-logo img {
  width: auto;
}
.cid-uvsqFbEiGs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvsqFbEiGs .navbar.collapsed {
  justify-content: center;
}
.cid-uvsqFbEiGs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvsqFbEiGs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvsqFbEiGs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uvsqFbEiGs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvsqFbEiGs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvsqFbEiGs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uvsqFbEiGs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvsqFbEiGs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uvsqFbEiGs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvsqFbEiGs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvsqFbEiGs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvsqFbEiGs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvsqFbEiGs .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uvsqFbEiGs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvsqFbEiGs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvsqFbEiGs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvsqFbEiGs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uvsqFbEiGs .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uvsqFbEiGs .navbar.navbar-short {
  min-height: auto;
}
.cid-uvsqFbEiGs .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uvsqFbEiGs .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uvsqFbEiGs .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 20%;
}
.cid-uvsqFbEiGs .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uvsqFbEiGs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvsqFbEiGs .dropdown-item.active,
.cid-uvsqFbEiGs .dropdown-item:active {
  background-color: transparent;
}
.cid-uvsqFbEiGs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvsqFbEiGs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvsqFbEiGs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvsqFbEiGs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uvsqFbEiGs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvsqFbEiGs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvsqFbEiGs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvsqFbEiGs button.navbar-toggler {
  position: relative;
  outline: none;
  width: 80px;
  height: 80px;
  cursor: pointer;
  transition: all 0.3s;
  align-self: center;
  margin-left: auto;
}
.cid-uvsqFbEiGs button.navbar-toggler:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #1da1f2;
  transition: .2s transform;
}
.cid-uvsqFbEiGs button.navbar-toggler .hamburger span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 29px;
  height: 2px;
  background-color: #0c1c30;
  transition: .2s all;
}
.cid-uvsqFbEiGs button.navbar-toggler .hamburger span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.cid-uvsqFbEiGs button.navbar-toggler:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uvsqFbEiGs button.navbar-toggler:hover .hamburger span {
  background-color: #ffffff;
}
.cid-uvsqFbEiGs nav.opened .navbar-toggler {
  transform: rotate(45deg);
}
.cid-uvsqFbEiGs .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uvsqFbEiGs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvsqFbEiGs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvsqFbEiGs .navbar {
    height: 70px;
  }
  .cid-uvsqFbEiGs .navbar.opened {
    height: auto;
  }
  .cid-uvsqFbEiGs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvsqFbEiGs .main-container {
  flex-grow: 1;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.cid-uvsqFbEiGs .social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 20px;
}
@media (max-width: 767px) {
  .cid-uvsqFbEiGs .social-list {
    justify-content: flex-start;
  }
}
.cid-uvsqFbEiGs .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uvsqFbEiGs .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #1da1f2;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uvsqFbEiGs .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #0c1c30;
  padding: 10px;
}
.cid-uvsqFbEiGs .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uvsqFbEiGs .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uvsqFbEiGs .navbar-buttons {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  text-align: center;
  flex-shrink: 0;
}
.cid-uvsqFbEiGs .navbar-buttons .btn {
  margin: 0;
}
.cid-uvsqFbEiGs .navbar-collapse {
  width: 80%;
}
.cid-uvsqFbEiGs .navbar-collapse .navbar-nav {
  justify-content: center;
  width: 75%;
  margin-right: auto;
}
@media (min-width: 992px) {
  .cid-uvsqFbEiGs .navbar-collapse .nav-link:hover {
    color: #e4453f !important;
  }
}
@media (max-width: 991px) {
  .cid-uvsqFbEiGs .navbar {
    padding: 15px 0 !important;
    box-shadow: none;
    border: none;
    min-height: 110px;
  }
  .cid-uvsqFbEiGs .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uvsqFbEiGs .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    width: auto;
  }
  .cid-uvsqFbEiGs .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
    width: 100%;
  }
  .cid-uvsqFbEiGs .navbar-collapse .navbar-nav {
    align-items: center;
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-uvsqFbEiGs .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: center !important;
  }
  .cid-uvsqFbEiGs .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uvsqFbEiGs .navbar-collapse .nav-link {
    justify-content: center !important;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto !important;
    padding: 0 0 50px !important;
    font-size: 30px !important;
    line-height: 1 !important;
    transition: .3s  all;
  }
  .cid-uvsqFbEiGs .navbar-collapse .nav-link:hover {
    color: #e4453f !important;
  }
  .cid-uvsqFbEiGs .navbar-buttons {
    justify-content: center;
    margin-top: 20px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uvsqFbEiGs .navbar-collapse .nav-link {
    background: linear-gradient(to right, #e4453f, #e4453f 50%, currentColor 50%, currentColor 100%) !important;
    background-position: right !important;
    background-size: 200% 100% !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uvsqFbEiGs .navbar-collapse .nav-link:hover {
    background-position: left !important;
    color: currentColor !important;
  }
}
@media (max-width: 575px) {
  .cid-uvsqFbEiGs .navbar-nav {
    padding-bottom: 1rem !important;
  }
}
.cid-uvsqFc2KFR {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvsqFc2KFR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvsqFc2KFR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvsqFc2KFR .image-wrapper img {
  height: 650px;
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uvsqFc2KFR .image-wrapper img {
    height: 350px;
  }
}
.cid-uvsqFc2KFR .text-wrapper {
  display: inline-flex;
  align-items: center;
  margin-top: 16px;
}
.cid-uvsqFc2KFR .text-wrapper .mbr-iconfont {
  font-size: 28px;
  color: #e4453f;
  margin-right: 17px;
}
.cid-uvsqFc2KFR .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uvsqFc2KFR .mbr-text {
  color: #747474;
}
.cid-uvsqFc2KFR .mbr-text,
.cid-uvsqFc2KFR .text {
  color: #e4453f;
  text-align: left;
}
.cid-uvsqFciuKB {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uvsqFciuKB .mbr-text {
  color: #57677c;
}
.cid-uvsqFciuKB .mbr-title {
  color: #162436;
}
@media (max-width: 767px) {
  .cid-uvsqFciuKB .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uvsqFciuKB h3 {
  margin-bottom: 1.2rem;
}
@media (max-width: 992px) {
  .cid-uvsqFciuKB .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvsqFciuKB .mbr-text {
    padding-right: 2.5rem;
  }
}
@media (min-width: 767px) {
  .cid-uvsqFciuKB .row {
    margin: 0;
  }
}
.cid-uvsqFciuKB P {
  color: #57677c;
  text-align: left;
}
.cid-uvsqFd7yvF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvsqFd7yvF .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-uvsqFd7yvF .item-img {
  aspect-ratio: 1;
}
.cid-uvsqFd7yvF .item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 15px;
}
.cid-uvsqFd7yvF .item:focus,
.cid-uvsqFd7yvF span:focus {
  outline: none;
}
.cid-uvsqFd7yvF .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uvsqFd7yvF .row {
  max-width: 1000px;
  margin: 0 auto;
}
.cid-uvsqFcRNZR {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uvsqFcRNZR .mbr-text {
  text-align: left;
  color: #57677c;
}
.cid-uvsqFcRNZR .mbr-section-subtitle {
  text-align: left;
  color: #162436;
}
.cid-uvsqFeqBNn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvsqFeqBNn .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-uvsqFeqBNn .item-img {
  aspect-ratio: 1;
}
.cid-uvsqFeqBNn .item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 15px;
}
.cid-uvsqFeqBNn .item:focus,
.cid-uvsqFeqBNn span:focus {
  outline: none;
}
.cid-uvsqFeqBNn .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uvsqFeqBNn .row {
  max-width: 1000px;
  margin: 0 auto;
}
.cid-uvsqFdMpRH {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uvsqFdMpRH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvsqFdMpRH .row {
  flex-direction: row-reverse;
}
.cid-uvsqFdMpRH img {
  width: 100%;
}
.cid-uvsqFe7sWH {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uvsqFe7sWH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvsqFe7sWH .row {
  flex-direction: row-reverse;
}
.cid-uvsqFe7sWH img {
  width: 100%;
  border-radius: 16px;
}
.cid-uvsqFfqwpo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvsqFfqwpo .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-uvsqFfqwpo .item-img {
  aspect-ratio: 1;
}
.cid-uvsqFfqwpo .item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 15px;
}
.cid-uvsqFfqwpo .item:focus,
.cid-uvsqFfqwpo span:focus {
  outline: none;
}
.cid-uvsqFfqwpo .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uvsqFfqwpo .row {
  max-width: 1000px;
  margin: 0 auto;
}
.cid-uvsqFcz0DQ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uvsqFcz0DQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvsqFcz0DQ .row {
  flex-direction: row-reverse;
}
.cid-uvsqFcz0DQ img {
  width: 100%;
  border-radius: 16px;
}
.cid-uvsqFgxsuR {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uvsqFgxsuR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvsqFgxsuR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvsqFgxsuR .mbr-section-title {
  color: #162436;
}
.cid-uvsqFgxsuR .mbr-section-subtitle {
  color: #57677c;
}
.cid-uvsqFgTIvQ {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #162436;
}
.cid-uvsqFgTIvQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvsqFgTIvQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvsqFgTIvQ .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uvsqFgTIvQ .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uvsqFgTIvQ .media-wrap img {
    width: 120px;
    margin: 0 auto;
  }
}
.cid-uvsqFgTIvQ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uvsqFgTIvQ .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uvsqFgTIvQ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvsqFgTIvQ .list {
    margin-bottom: 0rem;
  }
}
.cid-uvsqFgTIvQ .mbr-text {
  color: #57677c;
  text-align: left;
}
.cid-uvsqFgTIvQ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #1da1f2;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uvsqFgTIvQ .mbr-iconfont {
  color: white;
}
@media (max-width: 991px) {
  .cid-uvsqFgTIvQ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uvsqFgTIvQ .mbr-section-subtitle {
  color: #57677c;
}
.cid-uvsqFgTIvQ .copyright {
  color: #57677c;
  text-align: center;
}
.cid-uvsqFgTIvQ H5 {
  text-align: left;
  color: #57677c;
}
@media (max-width: 767px) {
  .cid-uvsqFgTIvQ .row {
    text-align: center;
  }
  .cid-uvsqFgTIvQ .row > div {
    margin: auto;
  }
  .cid-uvsqFgTIvQ .social-row {
    justify-content: center;
  }
  .cid-uvsqFgTIvQ .mbr-text,
  .cid-uvsqFgTIvQ .list,
  .cid-uvsqFgTIvQ .mbr-section-subtitle,
  .cid-uvsqFgTIvQ H5 {
    text-align: center;
  }
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

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;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

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: #111111;
}

.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;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
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 {
  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;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
    letter-spacing: 1px;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  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: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.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;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            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;
}

.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;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .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;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  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 {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  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;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.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;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.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: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
/*# estilos extras */
.borde-top {
  position: absolute;
  top: -1px;
  width: 100%;
  display: block;
  left: 0;
  height: auto;
}
.borde_bot {
  position: absolute;
  bottom: -1px;
  width: 100%;
  min-width: 600px;
  display: block;
  left: 0;
  height: auto;
}
.num {
  color: #e4453f;
}
.btn-whapp {
position:fixed;
bottom:0px; right:20px;
z-index:999;	
background: #3cb579 url(https://ae-estudio.com/whapp-ico50x50.svg) no-repeat center;
    transition: background-color 1s;
	-webkit-transition: background-color 1s;
	text-decoration:none;
	display: inline-block;
	margin: 2.8em .5em;
	width:50px; height:50px;
	border-radius:50%;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
	box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
}
.btn-whapp:hover {
    background-color:#3cb579;  cursor:pointer; color:#DE3D4D;
	-webkit-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	-moz-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.mbr-arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60px;
  height: 120px;
  cursor: pointer;
  z-index: 999;
  background-color: rgba(20, 157, 204, 1);
  border-radius: 30px 30px 0 0;
  -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;
}
.nja {
  color: #e4453f;
}
.tachado {
  text-decoration: line-through;
}
.borde {
  position: absolute;
  bottom: -1px;
  width: 100%;
  display: block;
  left: 0;
  height: auto;
}.cid-uvsxAIn5HR .navbar-dropdown {
  position: relative !important;
}
.cid-uvsxAIn5HR .navbar-dropdown {
  position: absolute !important;
}
.cid-uvsxAIn5HR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvsxAIn5HR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvsxAIn5HR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvsxAIn5HR .dropdown-item:hover,
.cid-uvsxAIn5HR .dropdown-item:focus {
  background: #e4453f !important;
  color: white !important;
}
.cid-uvsxAIn5HR .dropdown-item:hover span {
  color: white;
}
.cid-uvsxAIn5HR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvsxAIn5HR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvsxAIn5HR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvsxAIn5HR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvsxAIn5HR .nav-link {
  position: relative;
  font-weight: bold;
}
.cid-uvsxAIn5HR .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uvsxAIn5HR .container {
    flex-wrap: nowrap;
  }
}
.cid-uvsxAIn5HR .dropdown-menu,
.cid-uvsxAIn5HR .navbar.opened {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.cid-uvsxAIn5HR .nav-item:focus,
.cid-uvsxAIn5HR .nav-link:focus {
  outline: none;
}
.cid-uvsxAIn5HR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvsxAIn5HR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvsxAIn5HR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvsxAIn5HR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvsxAIn5HR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvsxAIn5HR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvsxAIn5HR .navbar {
  min-height: 114px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
  padding: 17px 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uvsxAIn5HR .navbar.opened {
  transition: all 0.3s;
}
.cid-uvsxAIn5HR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvsxAIn5HR .navbar .navbar-logo img {
  width: auto;
}
.cid-uvsxAIn5HR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvsxAIn5HR .navbar.collapsed {
  justify-content: center;
}
.cid-uvsxAIn5HR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvsxAIn5HR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvsxAIn5HR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uvsxAIn5HR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvsxAIn5HR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvsxAIn5HR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uvsxAIn5HR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvsxAIn5HR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uvsxAIn5HR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvsxAIn5HR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvsxAIn5HR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvsxAIn5HR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvsxAIn5HR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uvsxAIn5HR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvsxAIn5HR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvsxAIn5HR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvsxAIn5HR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uvsxAIn5HR .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uvsxAIn5HR .navbar.navbar-short {
  min-height: auto;
}
.cid-uvsxAIn5HR .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uvsxAIn5HR .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uvsxAIn5HR .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 20%;
}
.cid-uvsxAIn5HR .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uvsxAIn5HR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvsxAIn5HR .dropdown-item.active,
.cid-uvsxAIn5HR .dropdown-item:active {
  background-color: transparent;
}
.cid-uvsxAIn5HR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvsxAIn5HR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvsxAIn5HR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvsxAIn5HR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uvsxAIn5HR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvsxAIn5HR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvsxAIn5HR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvsxAIn5HR button.navbar-toggler {
  position: relative;
  outline: none;
  width: 80px;
  height: 80px;
  cursor: pointer;
  transition: all 0.3s;
  align-self: center;
  margin-left: auto;
}
.cid-uvsxAIn5HR button.navbar-toggler:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #1da1f2;
  transition: .2s transform;
}
.cid-uvsxAIn5HR button.navbar-toggler .hamburger span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 29px;
  height: 2px;
  background-color: #0c1c30;
  transition: .2s all;
}
.cid-uvsxAIn5HR button.navbar-toggler .hamburger span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.cid-uvsxAIn5HR button.navbar-toggler:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uvsxAIn5HR button.navbar-toggler:hover .hamburger span {
  background-color: #ffffff;
}
.cid-uvsxAIn5HR nav.opened .navbar-toggler {
  transform: rotate(45deg);
}
.cid-uvsxAIn5HR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uvsxAIn5HR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvsxAIn5HR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvsxAIn5HR .navbar {
    height: 70px;
  }
  .cid-uvsxAIn5HR .navbar.opened {
    height: auto;
  }
  .cid-uvsxAIn5HR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvsxAIn5HR .main-container {
  flex-grow: 1;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.cid-uvsxAIn5HR .social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 20px;
}
@media (max-width: 767px) {
  .cid-uvsxAIn5HR .social-list {
    justify-content: flex-start;
  }
}
.cid-uvsxAIn5HR .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uvsxAIn5HR .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #1da1f2;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uvsxAIn5HR .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #0c1c30;
  padding: 10px;
}
.cid-uvsxAIn5HR .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uvsxAIn5HR .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uvsxAIn5HR .navbar-buttons {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  text-align: center;
  flex-shrink: 0;
}
.cid-uvsxAIn5HR .navbar-buttons .btn {
  margin: 0;
}
.cid-uvsxAIn5HR .navbar-collapse {
  width: 80%;
}
.cid-uvsxAIn5HR .navbar-collapse .navbar-nav {
  justify-content: center;
  width: 75%;
  margin-right: auto;
}
@media (min-width: 992px) {
  .cid-uvsxAIn5HR .navbar-collapse .nav-link:hover {
    color: #e4453f !important;
  }
}
@media (max-width: 991px) {
  .cid-uvsxAIn5HR .navbar {
    padding: 15px 0 !important;
    box-shadow: none;
    border: none;
    min-height: 110px;
  }
  .cid-uvsxAIn5HR .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uvsxAIn5HR .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    width: auto;
  }
  .cid-uvsxAIn5HR .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
    width: 100%;
  }
  .cid-uvsxAIn5HR .navbar-collapse .navbar-nav {
    align-items: center;
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-uvsxAIn5HR .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: center !important;
  }
  .cid-uvsxAIn5HR .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uvsxAIn5HR .navbar-collapse .nav-link {
    justify-content: center !important;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto !important;
    padding: 0 0 50px !important;
    font-size: 30px !important;
    line-height: 1 !important;
    transition: .3s  all;
  }
  .cid-uvsxAIn5HR .navbar-collapse .nav-link:hover {
    color: #e4453f !important;
  }
  .cid-uvsxAIn5HR .navbar-buttons {
    justify-content: center;
    margin-top: 20px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uvsxAIn5HR .navbar-collapse .nav-link {
    background: linear-gradient(to right, #e4453f, #e4453f 50%, currentColor 50%, currentColor 100%) !important;
    background-position: right !important;
    background-size: 200% 100% !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uvsxAIn5HR .navbar-collapse .nav-link:hover {
    background-position: left !important;
    color: currentColor !important;
  }
}
@media (max-width: 575px) {
  .cid-uvsxAIn5HR .navbar-nav {
    padding-bottom: 1rem !important;
  }
}
.cid-uvsxAIMX1M {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvsxAIMX1M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvsxAIMX1M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvsxAIMX1M .image-wrapper img {
  height: 650px;
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uvsxAIMX1M .image-wrapper img {
    height: 350px;
  }
}
.cid-uvsxAIMX1M .text-wrapper {
  display: inline-flex;
  align-items: center;
  margin-top: 16px;
}
.cid-uvsxAIMX1M .text-wrapper .mbr-iconfont {
  font-size: 28px;
  color: #e4453f;
  margin-right: 17px;
}
.cid-uvsxAIMX1M .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uvsxAIMX1M .mbr-text {
  color: #747474;
}
.cid-uvsxAIMX1M .mbr-text,
.cid-uvsxAIMX1M .text {
  color: #e4453f;
  text-align: left;
}
.cid-uvsxAJ2XmL {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uvsxAJ2XmL .mbr-text {
  color: #57677c;
}
.cid-uvsxAJ2XmL .mbr-title {
  color: #162436;
}
@media (max-width: 767px) {
  .cid-uvsxAJ2XmL .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uvsxAJ2XmL h3 {
  margin-bottom: 1.2rem;
}
@media (max-width: 992px) {
  .cid-uvsxAJ2XmL .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvsxAJ2XmL .mbr-text {
    padding-right: 2.5rem;
  }
}
@media (min-width: 767px) {
  .cid-uvsxAJ2XmL .row {
    margin: 0;
  }
}
.cid-uvsxAJ2XmL P {
  color: #57677c;
  text-align: left;
}
.cid-uvsxAJyFJv {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvsxAJyFJv .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-uvsxAJyFJv .item-img {
  aspect-ratio: 1;
}
.cid-uvsxAJyFJv .item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 15px;
}
.cid-uvsxAJyFJv .item:focus,
.cid-uvsxAJyFJv span:focus {
  outline: none;
}
.cid-uvsxAJyFJv .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uvsxAJyFJv .row {
  max-width: 1000px;
  margin: 0 auto;
}
.cid-uvsxAJj4Gu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uvsxAJj4Gu .mbr-text {
  text-align: left;
  color: #57677c;
}
.cid-uvsxAJj4Gu .mbr-section-subtitle {
  text-align: left;
  color: #162436;
}
.cid-uvsxAK8lcb {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uvsxAK8lcb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvsxAK8lcb .row {
  flex-direction: row-reverse;
}
.cid-uvsxAK8lcb img {
  width: 100%;
}
.cid-uvsxAJPpw1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvsxAJPpw1 .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-uvsxAJPpw1 .item-img {
  aspect-ratio: 1;
}
.cid-uvsxAJPpw1 .item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 15px;
}
.cid-uvsxAJPpw1 .item:focus,
.cid-uvsxAJPpw1 span:focus {
  outline: none;
}
.cid-uvsxAJPpw1 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uvsxAJPpw1 .row {
  max-width: 1000px;
  margin: 0 auto;
}
.cid-uvsxAKp2T0 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uvsxAKp2T0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvsxAKp2T0 .row {
  flex-direction: row-reverse;
}
.cid-uvsxAKp2T0 img {
  width: 100%;
  border-radius: 16px;
}
.cid-uvsxAKJln4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvsxAKJln4 .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-uvsxAKJln4 .item-img {
  aspect-ratio: 1;
}
.cid-uvsxAKJln4 .item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 15px;
}
.cid-uvsxAKJln4 .item:focus,
.cid-uvsxAKJln4 span:focus {
  outline: none;
}
.cid-uvsxAKJln4 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uvsxAKJln4 .row {
  max-width: 1000px;
  margin: 0 auto;
}
.cid-uvsAv3lxsB {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uvsAv3lxsB .carousel {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.cid-uvsAv3lxsB .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.cid-uvsAv3lxsB .carousel-item,
.cid-uvsAv3lxsB .carousel-inner {
  height: 100%;
}
.cid-uvsAv3lxsB .carousel-caption {
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 280px;
}
@media (min-width: 768px) {
  .cid-uvsAv3lxsB .carousel-caption {
    width: 680px;
  }
}
@media (min-width: 992px) {
  .cid-uvsAv3lxsB .carousel-caption {
    width: 900px;
  }
}
.cid-uvsAv3lxsB .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uvsAv3lxsB .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uvsAv3lxsB .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 0;
}
.cid-uvsAv3lxsB .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uvsAv3lxsB .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uvsAv3lxsB .content-slider-wrap {
    width: 100% !important;
  }
  .cid-uvsAv3lxsB .carousel {
    width: 100%;
  }
}
.cid-uvsAv3lxsB .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uvsAv3lxsB .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 0;
}
.cid-uvsAv3lxsB .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uvsAv3lxsB .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uvsAv3lxsB .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uvsAv3lxsB .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uvsAv3lxsB .carousel-indicators li {
  max-width: 7px;
  height: 7px;
  width: 7px;
  max-height: 7px;
  margin: 0 10px;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1 !important;
}
.cid-uvsAv3lxsB .carousel-indicators li.active {
  background-color: #ffffff;
  opacity: 1 !important;
}
.cid-uvsAv3lxsB .carousel-indicators li::after,
.cid-uvsAv3lxsB .carousel-indicators li::before {
  content: none;
}
.cid-uvsAv3lxsB .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-uvsAv3lxsB P {
  color: #57677c;
}
.cid-uvsxAL2scb {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uvsxAL2scb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvsxAL2scb .row {
  flex-direction: row-reverse;
}
.cid-uvsxAL2scb img {
  width: 100%;
  border-radius: 16px;
}
.cid-uvsBeklrcg {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uvsBeklrcg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvsBeklrcg .row {
  flex-direction: row-reverse;
  max-width: 1000px;
  margin: 0 auto;
}
.cid-uvsBeklrcg img {
  width: 100%;
  border-radius: 16px;
}
.cid-uvsBsrQ2PG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uvsBsrQ2PG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvsBsrQ2PG .row {
  flex-direction: row-reverse;
}
.cid-uvsBsrQ2PG img {
  width: 100%;
  border-radius: 16px;
}
.cid-uvsxALlQvK {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uvsxALlQvK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvsxALlQvK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvsxALlQvK .mbr-section-title {
  color: #162436;
}
.cid-uvsxALlQvK .mbr-section-subtitle {
  color: #57677c;
}
.cid-uvsxALEojF {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #162436;
}
.cid-uvsxALEojF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvsxALEojF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvsxALEojF .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uvsxALEojF .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uvsxALEojF .media-wrap img {
    width: 120px;
    margin: 0 auto;
  }
}
.cid-uvsxALEojF .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uvsxALEojF .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uvsxALEojF .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvsxALEojF .list {
    margin-bottom: 0rem;
  }
}
.cid-uvsxALEojF .mbr-text {
  color: #57677c;
  text-align: left;
}
.cid-uvsxALEojF .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #1da1f2;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uvsxALEojF .mbr-iconfont {
  color: white;
}
@media (max-width: 991px) {
  .cid-uvsxALEojF div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uvsxALEojF .mbr-section-subtitle {
  color: #57677c;
}
.cid-uvsxALEojF .copyright {
  color: #57677c;
  text-align: center;
}
.cid-uvsxALEojF H5 {
  text-align: left;
  color: #57677c;
}
@media (max-width: 767px) {
  .cid-uvsxALEojF .row {
    text-align: center;
  }
  .cid-uvsxALEojF .row > div {
    margin: auto;
  }
  .cid-uvsxALEojF .social-row {
    justify-content: center;
  }
  .cid-uvsxALEojF .mbr-text,
  .cid-uvsxALEojF .list,
  .cid-uvsxALEojF .mbr-section-subtitle,
  .cid-uvsxALEojF H5 {
    text-align: center;
  }
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

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;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

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: #111111;
}

.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;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
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 {
  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;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
    letter-spacing: 1px;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  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: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.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;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            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;
}

.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;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .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;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  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 {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  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;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.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;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.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: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
/*# estilos extras */
.borde-top {
  position: absolute;
  top: -1px;
  width: 100%;
  display: block;
  left: 0;
  height: auto;
}
.borde_bot {
  position: absolute;
  bottom: -1px;
  width: 100%;
  min-width: 600px;
  display: block;
  left: 0;
  height: auto;
}
.num {
  color: #e4453f;
}
.btn-whapp {
position:fixed;
bottom:0px; right:20px;
z-index:999;	
background: #3cb579 url(https://ae-estudio.com/whapp-ico50x50.svg) no-repeat center;
    transition: background-color 1s;
	-webkit-transition: background-color 1s;
	text-decoration:none;
	display: inline-block;
	margin: 2.8em .5em;
	width:50px; height:50px;
	border-radius:50%;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
	box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
}
.btn-whapp:hover {
    background-color:#3cb579;  cursor:pointer; color:#DE3D4D;
	-webkit-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	-moz-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.mbr-arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60px;
  height: 120px;
  cursor: pointer;
  z-index: 999;
  background-color: rgba(20, 157, 204, 1);
  border-radius: 30px 30px 0 0;
  -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;
}
.nja {
  color: #e4453f;
}
.tachado {
  text-decoration: line-through;
}
.borde {
  position: absolute;
  bottom: -1px;
  width: 100%;
  display: block;
  left: 0;
  height: auto;
}.cid-uvtdgL4iBU .navbar-dropdown {
  position: relative !important;
}
.cid-uvtdgL4iBU .navbar-dropdown {
  position: absolute !important;
}
.cid-uvtdgL4iBU .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvtdgL4iBU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvtdgL4iBU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvtdgL4iBU .dropdown-item:hover,
.cid-uvtdgL4iBU .dropdown-item:focus {
  background: #e4453f !important;
  color: white !important;
}
.cid-uvtdgL4iBU .dropdown-item:hover span {
  color: white;
}
.cid-uvtdgL4iBU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvtdgL4iBU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvtdgL4iBU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvtdgL4iBU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvtdgL4iBU .nav-link {
  position: relative;
  font-weight: bold;
}
.cid-uvtdgL4iBU .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uvtdgL4iBU .container {
    flex-wrap: nowrap;
  }
}
.cid-uvtdgL4iBU .dropdown-menu,
.cid-uvtdgL4iBU .navbar.opened {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.cid-uvtdgL4iBU .nav-item:focus,
.cid-uvtdgL4iBU .nav-link:focus {
  outline: none;
}
.cid-uvtdgL4iBU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvtdgL4iBU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvtdgL4iBU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvtdgL4iBU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvtdgL4iBU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvtdgL4iBU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvtdgL4iBU .navbar {
  min-height: 114px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
  padding: 17px 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uvtdgL4iBU .navbar.opened {
  transition: all 0.3s;
}
.cid-uvtdgL4iBU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvtdgL4iBU .navbar .navbar-logo img {
  width: auto;
}
.cid-uvtdgL4iBU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvtdgL4iBU .navbar.collapsed {
  justify-content: center;
}
.cid-uvtdgL4iBU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvtdgL4iBU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvtdgL4iBU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uvtdgL4iBU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvtdgL4iBU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvtdgL4iBU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uvtdgL4iBU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvtdgL4iBU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uvtdgL4iBU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvtdgL4iBU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvtdgL4iBU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvtdgL4iBU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvtdgL4iBU .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uvtdgL4iBU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvtdgL4iBU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvtdgL4iBU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvtdgL4iBU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uvtdgL4iBU .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uvtdgL4iBU .navbar.navbar-short {
  min-height: auto;
}
.cid-uvtdgL4iBU .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uvtdgL4iBU .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uvtdgL4iBU .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 20%;
}
.cid-uvtdgL4iBU .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uvtdgL4iBU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvtdgL4iBU .dropdown-item.active,
.cid-uvtdgL4iBU .dropdown-item:active {
  background-color: transparent;
}
.cid-uvtdgL4iBU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvtdgL4iBU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvtdgL4iBU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvtdgL4iBU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uvtdgL4iBU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvtdgL4iBU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvtdgL4iBU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvtdgL4iBU button.navbar-toggler {
  position: relative;
  outline: none;
  width: 80px;
  height: 80px;
  cursor: pointer;
  transition: all 0.3s;
  align-self: center;
  margin-left: auto;
}
.cid-uvtdgL4iBU button.navbar-toggler:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #1da1f2;
  transition: .2s transform;
}
.cid-uvtdgL4iBU button.navbar-toggler .hamburger span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 29px;
  height: 2px;
  background-color: #0c1c30;
  transition: .2s all;
}
.cid-uvtdgL4iBU button.navbar-toggler .hamburger span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.cid-uvtdgL4iBU button.navbar-toggler:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uvtdgL4iBU button.navbar-toggler:hover .hamburger span {
  background-color: #ffffff;
}
.cid-uvtdgL4iBU nav.opened .navbar-toggler {
  transform: rotate(45deg);
}
.cid-uvtdgL4iBU .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uvtdgL4iBU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvtdgL4iBU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvtdgL4iBU .navbar {
    height: 70px;
  }
  .cid-uvtdgL4iBU .navbar.opened {
    height: auto;
  }
  .cid-uvtdgL4iBU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvtdgL4iBU .main-container {
  flex-grow: 1;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.cid-uvtdgL4iBU .social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 20px;
}
@media (max-width: 767px) {
  .cid-uvtdgL4iBU .social-list {
    justify-content: flex-start;
  }
}
.cid-uvtdgL4iBU .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uvtdgL4iBU .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #1da1f2;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uvtdgL4iBU .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #0c1c30;
  padding: 10px;
}
.cid-uvtdgL4iBU .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uvtdgL4iBU .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uvtdgL4iBU .navbar-buttons {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  text-align: center;
  flex-shrink: 0;
}
.cid-uvtdgL4iBU .navbar-buttons .btn {
  margin: 0;
}
.cid-uvtdgL4iBU .navbar-collapse {
  width: 80%;
}
.cid-uvtdgL4iBU .navbar-collapse .navbar-nav {
  justify-content: center;
  width: 75%;
  margin-right: auto;
}
@media (min-width: 992px) {
  .cid-uvtdgL4iBU .navbar-collapse .nav-link:hover {
    color: #e4453f !important;
  }
}
@media (max-width: 991px) {
  .cid-uvtdgL4iBU .navbar {
    padding: 15px 0 !important;
    box-shadow: none;
    border: none;
    min-height: 110px;
  }
  .cid-uvtdgL4iBU .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uvtdgL4iBU .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    width: auto;
  }
  .cid-uvtdgL4iBU .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
    width: 100%;
  }
  .cid-uvtdgL4iBU .navbar-collapse .navbar-nav {
    align-items: center;
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-uvtdgL4iBU .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: center !important;
  }
  .cid-uvtdgL4iBU .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uvtdgL4iBU .navbar-collapse .nav-link {
    justify-content: center !important;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto !important;
    padding: 0 0 50px !important;
    font-size: 30px !important;
    line-height: 1 !important;
    transition: .3s  all;
  }
  .cid-uvtdgL4iBU .navbar-collapse .nav-link:hover {
    color: #e4453f !important;
  }
  .cid-uvtdgL4iBU .navbar-buttons {
    justify-content: center;
    margin-top: 20px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uvtdgL4iBU .navbar-collapse .nav-link {
    background: linear-gradient(to right, #e4453f, #e4453f 50%, currentColor 50%, currentColor 100%) !important;
    background-position: right !important;
    background-size: 200% 100% !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uvtdgL4iBU .navbar-collapse .nav-link:hover {
    background-position: left !important;
    color: currentColor !important;
  }
}
@media (max-width: 575px) {
  .cid-uvtdgL4iBU .navbar-nav {
    padding-bottom: 1rem !important;
  }
}
.cid-uvtdgLuyhN {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvtdgLuyhN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvtdgLuyhN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvtdgLuyhN .image-wrapper img {
  height: 650px;
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uvtdgLuyhN .image-wrapper img {
    height: 350px;
  }
}
.cid-uvtdgLuyhN .text-wrapper {
  display: inline-flex;
  align-items: center;
  margin-top: 16px;
}
.cid-uvtdgLuyhN .text-wrapper .mbr-iconfont {
  font-size: 28px;
  color: #e4453f;
  margin-right: 17px;
}
.cid-uvtdgLuyhN .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uvtdgLuyhN .mbr-text {
  color: #747474;
}
.cid-uvtdgLuyhN .mbr-text,
.cid-uvtdgLuyhN .text {
  color: #e4453f;
  text-align: left;
}
.cid-uvtdgLNHn2 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uvtdgLNHn2 .mbr-text {
  color: #57677c;
}
.cid-uvtdgLNHn2 .mbr-title {
  color: #162436;
}
@media (max-width: 767px) {
  .cid-uvtdgLNHn2 .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uvtdgLNHn2 h3 {
  margin-bottom: 1.2rem;
}
@media (max-width: 992px) {
  .cid-uvtdgLNHn2 .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvtdgLNHn2 .mbr-text {
    padding-right: 2.5rem;
  }
}
@media (min-width: 767px) {
  .cid-uvtdgLNHn2 .row {
    margin: 0;
  }
}
.cid-uvtdgLNHn2 P {
  color: #57677c;
  text-align: left;
}
.cid-uvtdgM5nVJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvtdgM5nVJ .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-uvtdgM5nVJ .item-img {
  aspect-ratio: 1;
}
.cid-uvtdgM5nVJ .item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 15px;
}
.cid-uvtdgM5nVJ .item:focus,
.cid-uvtdgM5nVJ span:focus {
  outline: none;
}
.cid-uvtdgM5nVJ .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uvtdgM5nVJ .row {
  max-width: 1000px;
  margin: 0 auto;
}
.cid-uvtdgMoDHE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uvtdgMoDHE .mbr-text {
  text-align: center;
  color: #57677c;
}
.cid-uvtdgMoDHE .mbr-section-subtitle {
  text-align: center;
  color: #162436;
}
.cid-uvtdgMFk4N {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uvtdgMFk4N .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvtdgMFk4N .row {
  flex-direction: row-reverse;
}
.cid-uvtdgMFk4N img {
  width: 100%;
}
.cid-uvthgwAnwH {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uvthgwAnwH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvthgwAnwH .row {
  flex-direction: row-reverse;
  max-width: 1000px;
  margin: 0 auto;
}
.cid-uvthgwAnwH img {
  width: 100%;
  border-radius: 16px;
}
.cid-uvthpArvfV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uvthpArvfV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvthpArvfV .row {
  flex-direction: row-reverse;
  max-width: 1000px;
  margin: 0 auto;
}
.cid-uvthpArvfV img {
  width: 100%;
  border-radius: 16px;
}
.cid-uvtdgNz6xg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvtdgNz6xg .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-uvtdgNz6xg .item-img {
  aspect-ratio: 1;
}
.cid-uvtdgNz6xg .item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 15px;
}
.cid-uvtdgNz6xg .item:focus,
.cid-uvtdgNz6xg span:focus {
  outline: none;
}
.cid-uvtdgNz6xg .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uvtdgNz6xg .row {
  max-width: 1000px;
  margin: 0 auto;
}
.cid-uvtdgNg9ga {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uvtdgNg9ga .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvtdgNg9ga .row {
  flex-direction: row-reverse;
}
.cid-uvtdgNg9ga img {
  width: 100%;
  border-radius: 16px;
}
.cid-uvtdgOrz1X {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uvtdgOrz1X .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvtdgOrz1X .row {
  flex-direction: row-reverse;
}
.cid-uvtdgOrz1X img {
  width: 100%;
  border-radius: 16px;
}
.cid-uvtdgOMgx0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uvtdgOMgx0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvtdgOMgx0 .row {
  flex-direction: row-reverse;
  max-width: 1000px;
  margin: 0 auto;
}
.cid-uvtdgOMgx0 img {
  width: 100%;
  border-radius: 16px;
}
.cid-uvtdgP7VdM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uvtdgP7VdM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvtdgP7VdM .row {
  flex-direction: row-reverse;
}
.cid-uvtdgP7VdM img {
  width: 100%;
  border-radius: 16px;
}
.cid-uvtdgPrRdX {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uvtdgPrRdX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvtdgPrRdX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvtdgPrRdX .mbr-section-title {
  color: #162436;
}
.cid-uvtdgPrRdX .mbr-section-subtitle {
  color: #57677c;
}
.cid-uvtdgPOdfY {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #162436;
}
.cid-uvtdgPOdfY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvtdgPOdfY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvtdgPOdfY .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uvtdgPOdfY .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uvtdgPOdfY .media-wrap img {
    width: 120px;
    margin: 0 auto;
  }
}
.cid-uvtdgPOdfY .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uvtdgPOdfY .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uvtdgPOdfY .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvtdgPOdfY .list {
    margin-bottom: 0rem;
  }
}
.cid-uvtdgPOdfY .mbr-text {
  color: #57677c;
  text-align: left;
}
.cid-uvtdgPOdfY .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #1da1f2;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uvtdgPOdfY .mbr-iconfont {
  color: white;
}
@media (max-width: 991px) {
  .cid-uvtdgPOdfY div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uvtdgPOdfY .mbr-section-subtitle {
  color: #57677c;
}
.cid-uvtdgPOdfY .copyright {
  color: #57677c;
  text-align: center;
}
.cid-uvtdgPOdfY H5 {
  text-align: left;
  color: #57677c;
}
@media (max-width: 767px) {
  .cid-uvtdgPOdfY .row {
    text-align: center;
  }
  .cid-uvtdgPOdfY .row > div {
    margin: auto;
  }
  .cid-uvtdgPOdfY .social-row {
    justify-content: center;
  }
  .cid-uvtdgPOdfY .mbr-text,
  .cid-uvtdgPOdfY .list,
  .cid-uvtdgPOdfY .mbr-section-subtitle,
  .cid-uvtdgPOdfY H5 {
    text-align: center;
  }
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

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;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

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: #111111;
}

.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;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
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 {
  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;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
    letter-spacing: 1px;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  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: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.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;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            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;
}

.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;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .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;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  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 {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  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;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.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;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.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: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
/*# estilos extras */
.borde-top {
  position: absolute;
  top: -1px;
  width: 100%;
  display: block;
  left: 0;
  height: auto;
}
.borde_bot {
  position: absolute;
  bottom: -1px;
  width: 100%;
  min-width: 600px;
  display: block;
  left: 0;
  height: auto;
}
.num {
  color: #e4453f;
}
.btn-whapp {
position:fixed;
bottom:0px; right:20px;
z-index:999;	
background: #3cb579 url(https://ae-estudio.com/whapp-ico50x50.svg) no-repeat center;
    transition: background-color 1s;
	-webkit-transition: background-color 1s;
	text-decoration:none;
	display: inline-block;
	margin: 2.8em .5em;
	width:50px; height:50px;
	border-radius:50%;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
	box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
}
.btn-whapp:hover {
    background-color:#3cb579;  cursor:pointer; color:#DE3D4D;
	-webkit-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	-moz-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.mbr-arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60px;
  height: 120px;
  cursor: pointer;
  z-index: 999;
  background-color: rgba(20, 157, 204, 1);
  border-radius: 30px 30px 0 0;
  -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;
}
.nja {
  color: #e4453f;
}
.tachado {
  text-decoration: line-through;
}
.borde {
  position: absolute;
  bottom: -1px;
  width: 100%;
  display: block;
  left: 0;
  height: auto;
}.cid-uvytyeHVn8 .navbar-dropdown {
  position: relative !important;
}
.cid-uvytyeHVn8 .navbar-dropdown {
  position: absolute !important;
}
.cid-uvytyeHVn8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvytyeHVn8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvytyeHVn8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvytyeHVn8 .dropdown-item:hover,
.cid-uvytyeHVn8 .dropdown-item:focus {
  background: #e4453f !important;
  color: white !important;
}
.cid-uvytyeHVn8 .dropdown-item:hover span {
  color: white;
}
.cid-uvytyeHVn8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvytyeHVn8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvytyeHVn8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvytyeHVn8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvytyeHVn8 .nav-link {
  position: relative;
  font-weight: bold;
}
.cid-uvytyeHVn8 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uvytyeHVn8 .container {
    flex-wrap: nowrap;
  }
}
.cid-uvytyeHVn8 .dropdown-menu,
.cid-uvytyeHVn8 .navbar.opened {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.cid-uvytyeHVn8 .nav-item:focus,
.cid-uvytyeHVn8 .nav-link:focus {
  outline: none;
}
.cid-uvytyeHVn8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvytyeHVn8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvytyeHVn8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvytyeHVn8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvytyeHVn8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvytyeHVn8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvytyeHVn8 .navbar {
  min-height: 114px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
  padding: 17px 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uvytyeHVn8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uvytyeHVn8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvytyeHVn8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uvytyeHVn8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvytyeHVn8 .navbar.collapsed {
  justify-content: center;
}
.cid-uvytyeHVn8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvytyeHVn8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvytyeHVn8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uvytyeHVn8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvytyeHVn8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvytyeHVn8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uvytyeHVn8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvytyeHVn8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uvytyeHVn8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvytyeHVn8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvytyeHVn8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvytyeHVn8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvytyeHVn8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uvytyeHVn8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvytyeHVn8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvytyeHVn8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvytyeHVn8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uvytyeHVn8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uvytyeHVn8 .navbar.navbar-short {
  min-height: auto;
}
.cid-uvytyeHVn8 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uvytyeHVn8 .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uvytyeHVn8 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 20%;
}
.cid-uvytyeHVn8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uvytyeHVn8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvytyeHVn8 .dropdown-item.active,
.cid-uvytyeHVn8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uvytyeHVn8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvytyeHVn8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvytyeHVn8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvytyeHVn8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uvytyeHVn8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvytyeHVn8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvytyeHVn8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvytyeHVn8 button.navbar-toggler {
  position: relative;
  outline: none;
  width: 80px;
  height: 80px;
  cursor: pointer;
  transition: all 0.3s;
  align-self: center;
  margin-left: auto;
}
.cid-uvytyeHVn8 button.navbar-toggler:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #1da1f2;
  transition: .2s transform;
}
.cid-uvytyeHVn8 button.navbar-toggler .hamburger span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 29px;
  height: 2px;
  background-color: #0c1c30;
  transition: .2s all;
}
.cid-uvytyeHVn8 button.navbar-toggler .hamburger span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.cid-uvytyeHVn8 button.navbar-toggler:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uvytyeHVn8 button.navbar-toggler:hover .hamburger span {
  background-color: #ffffff;
}
.cid-uvytyeHVn8 nav.opened .navbar-toggler {
  transform: rotate(45deg);
}
.cid-uvytyeHVn8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uvytyeHVn8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvytyeHVn8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvytyeHVn8 .navbar {
    height: 70px;
  }
  .cid-uvytyeHVn8 .navbar.opened {
    height: auto;
  }
  .cid-uvytyeHVn8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvytyeHVn8 .main-container {
  flex-grow: 1;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.cid-uvytyeHVn8 .social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 20px;
}
@media (max-width: 767px) {
  .cid-uvytyeHVn8 .social-list {
    justify-content: flex-start;
  }
}
.cid-uvytyeHVn8 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uvytyeHVn8 .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #1da1f2;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uvytyeHVn8 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #0c1c30;
  padding: 10px;
}
.cid-uvytyeHVn8 .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uvytyeHVn8 .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uvytyeHVn8 .navbar-buttons {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  text-align: center;
  flex-shrink: 0;
}
.cid-uvytyeHVn8 .navbar-buttons .btn {
  margin: 0;
}
.cid-uvytyeHVn8 .navbar-collapse {
  width: 80%;
}
.cid-uvytyeHVn8 .navbar-collapse .navbar-nav {
  justify-content: center;
  width: 75%;
  margin-right: auto;
}
@media (min-width: 992px) {
  .cid-uvytyeHVn8 .navbar-collapse .nav-link:hover {
    color: #e4453f !important;
  }
}
@media (max-width: 991px) {
  .cid-uvytyeHVn8 .navbar {
    padding: 15px 0 !important;
    box-shadow: none;
    border: none;
    min-height: 110px;
  }
  .cid-uvytyeHVn8 .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uvytyeHVn8 .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    width: auto;
  }
  .cid-uvytyeHVn8 .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
    width: 100%;
  }
  .cid-uvytyeHVn8 .navbar-collapse .navbar-nav {
    align-items: center;
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-uvytyeHVn8 .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: center !important;
  }
  .cid-uvytyeHVn8 .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uvytyeHVn8 .navbar-collapse .nav-link {
    justify-content: center !important;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto !important;
    padding: 0 0 50px !important;
    font-size: 30px !important;
    line-height: 1 !important;
    transition: .3s  all;
  }
  .cid-uvytyeHVn8 .navbar-collapse .nav-link:hover {
    color: #e4453f !important;
  }
  .cid-uvytyeHVn8 .navbar-buttons {
    justify-content: center;
    margin-top: 20px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uvytyeHVn8 .navbar-collapse .nav-link {
    background: linear-gradient(to right, #e4453f, #e4453f 50%, currentColor 50%, currentColor 100%) !important;
    background-position: right !important;
    background-size: 200% 100% !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uvytyeHVn8 .navbar-collapse .nav-link:hover {
    background-position: left !important;
    color: currentColor !important;
  }
}
@media (max-width: 575px) {
  .cid-uvytyeHVn8 .navbar-nav {
    padding-bottom: 1rem !important;
  }
}
.cid-uvytyf8p5a {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvytyf8p5a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvytyf8p5a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvytyf8p5a .image-wrapper img {
  height: 650px;
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uvytyf8p5a .image-wrapper img {
    height: 350px;
  }
}
.cid-uvytyf8p5a .text-wrapper {
  display: inline-flex;
  align-items: center;
  margin-top: 16px;
}
.cid-uvytyf8p5a .text-wrapper .mbr-iconfont {
  font-size: 28px;
  color: #e4453f;
  margin-right: 17px;
}
.cid-uvytyf8p5a .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uvytyf8p5a .mbr-text {
  color: #747474;
}
.cid-uvytyf8p5a .mbr-text,
.cid-uvytyf8p5a .text {
  color: #e4453f;
  text-align: left;
}
.cid-uvytyfrobu {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uvytyfrobu .mbr-text {
  color: #57677c;
}
.cid-uvytyfrobu .mbr-title {
  color: #162436;
}
@media (max-width: 767px) {
  .cid-uvytyfrobu .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uvytyfrobu h3 {
  margin-bottom: 1.2rem;
}
@media (max-width: 992px) {
  .cid-uvytyfrobu .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvytyfrobu .mbr-text {
    padding-right: 2.5rem;
  }
}
@media (min-width: 767px) {
  .cid-uvytyfrobu .row {
    margin: 0;
  }
}
.cid-uvytyfrobu P {
  color: #57677c;
  text-align: left;
}
.cid-uvyz2iUe7z {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uvyz2iUe7z .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvyz2iUe7z .row {
  flex-direction: row-reverse;
  max-width: 1000px;
  margin: 0 auto;
}
.cid-uvyz2iUe7z img {
  width: 100%;
  border-radius: 16px;
}
.cid-uvyz2iUe7z .mbr-text {
  color: #bbbbbb;
}
.cid-uvytyg0KHz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uvytyg0KHz .mbr-text {
  text-align: center;
  color: #57677c;
}
.cid-uvytyg0KHz .mbr-section-subtitle {
  text-align: center;
  color: #162436;
}
.cid-uvytyhzRHm {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uvytyhzRHm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvytyhzRHm .row {
  flex-direction: row-reverse;
}
.cid-uvytyhzRHm img {
  width: 100%;
  border-radius: 16px;
}
.cid-uvytygC0eU {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uvytygC0eU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvytygC0eU .row {
  flex-direction: row-reverse;
  max-width: 1000px;
  margin: 0 auto;
}
.cid-uvytygC0eU img {
  width: 100%;
  border-radius: 16px;
}
.cid-uvytygVbwo {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uvytygVbwo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvytygVbwo .row {
  flex-direction: row-reverse;
  max-width: 1000px;
  margin: 0 auto;
}
.cid-uvytygVbwo img {
  width: 100%;
  border-radius: 16px;
}
.cid-uvytyhTNJ9 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uvytyhTNJ9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvytyhTNJ9 .row {
  flex-direction: row-reverse;
}
.cid-uvytyhTNJ9 img {
  width: 100%;
  border-radius: 16px;
}
.cid-uvytyiAjtx {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uvytyiAjtx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvytyiAjtx .row {
  flex-direction: row-reverse;
}
.cid-uvytyiAjtx img {
  width: 100%;
  border-radius: 16px;
}
.cid-uvytyiewxR {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uvytyiewxR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvytyiewxR .row {
  flex-direction: row-reverse;
  max-width: 1000px;
  margin: 0 auto;
}
.cid-uvytyiewxR img {
  width: 100%;
  border-radius: 16px;
}
.cid-uvPtdH1crs {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uvPtdH1crs .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvPtdH1crs .row {
  flex-direction: row-reverse;
}
.cid-uvPtdH1crs img {
  width: 100%;
  border-radius: 16px;
}
.cid-uvytyiT1pw {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uvytyiT1pw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvytyiT1pw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvytyiT1pw .mbr-section-title {
  color: #162436;
}
.cid-uvytyiT1pw .mbr-section-subtitle {
  color: #57677c;
}
.cid-uvytyjdxlJ {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #162436;
}
.cid-uvytyjdxlJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvytyjdxlJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvytyjdxlJ .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uvytyjdxlJ .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uvytyjdxlJ .media-wrap img {
    width: 120px;
    margin: 0 auto;
  }
}
.cid-uvytyjdxlJ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uvytyjdxlJ .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uvytyjdxlJ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvytyjdxlJ .list {
    margin-bottom: 0rem;
  }
}
.cid-uvytyjdxlJ .mbr-text {
  color: #57677c;
  text-align: left;
}
.cid-uvytyjdxlJ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #1da1f2;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uvytyjdxlJ .mbr-iconfont {
  color: white;
}
@media (max-width: 991px) {
  .cid-uvytyjdxlJ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uvytyjdxlJ .mbr-section-subtitle {
  color: #57677c;
}
.cid-uvytyjdxlJ .copyright {
  color: #57677c;
  text-align: center;
}
.cid-uvytyjdxlJ H5 {
  text-align: left;
  color: #57677c;
}
@media (max-width: 767px) {
  .cid-uvytyjdxlJ .row {
    text-align: center;
  }
  .cid-uvytyjdxlJ .row > div {
    margin: auto;
  }
  .cid-uvytyjdxlJ .social-row {
    justify-content: center;
  }
  .cid-uvytyjdxlJ .mbr-text,
  .cid-uvytyjdxlJ .list,
  .cid-uvytyjdxlJ .mbr-section-subtitle,
  .cid-uvytyjdxlJ H5 {
    text-align: center;
  }
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

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;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

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: #111111;
}

.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;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
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 {
  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;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
    letter-spacing: 1px;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  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: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.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;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            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;
}

.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;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .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;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  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 {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  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;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.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;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.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: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
/*# estilos extras */
.borde-top {
  position: absolute;
  top: -1px;
  width: 100%;
  display: block;
  left: 0;
  height: auto;
}
.borde_bot {
  position: absolute;
  bottom: -1px;
  width: 100%;
  min-width: 600px;
  display: block;
  left: 0;
  height: auto;
}
.num {
  color: #e4453f;
}
.btn-whapp {
position:fixed;
bottom:0px; right:20px;
z-index:999;	
background: #3cb579 url(https://ae-estudio.com/whapp-ico50x50.svg) no-repeat center;
    transition: background-color 1s;
	-webkit-transition: background-color 1s;
	text-decoration:none;
	display: inline-block;
	margin: 2.8em .5em;
	width:50px; height:50px;
	border-radius:50%;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
	box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
}
.btn-whapp:hover {
    background-color:#3cb579;  cursor:pointer; color:#DE3D4D;
	-webkit-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	-moz-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.mbr-arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60px;
  height: 120px;
  cursor: pointer;
  z-index: 999;
  background-color: rgba(20, 157, 204, 1);
  border-radius: 30px 30px 0 0;
  -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;
}
.nja {
  color: #e4453f;
}
.tachado {
  text-decoration: line-through;
}
.borde {
  position: absolute;
  bottom: -1px;
  width: 100%;
  display: block;
  left: 0;
  height: auto;
}.cid-uwG8FHTRrD .navbar-dropdown {
  position: relative !important;
}
.cid-uwG8FHTRrD .navbar-dropdown {
  position: absolute !important;
}
.cid-uwG8FHTRrD .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwG8FHTRrD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uwG8FHTRrD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uwG8FHTRrD .dropdown-item:hover,
.cid-uwG8FHTRrD .dropdown-item:focus {
  background: #e4453f !important;
  color: white !important;
}
.cid-uwG8FHTRrD .dropdown-item:hover span {
  color: white;
}
.cid-uwG8FHTRrD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uwG8FHTRrD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uwG8FHTRrD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uwG8FHTRrD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uwG8FHTRrD .nav-link {
  position: relative;
  font-weight: bold;
}
.cid-uwG8FHTRrD .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uwG8FHTRrD .container {
    flex-wrap: nowrap;
  }
}
.cid-uwG8FHTRrD .dropdown-menu,
.cid-uwG8FHTRrD .navbar.opened {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.cid-uwG8FHTRrD .nav-item:focus,
.cid-uwG8FHTRrD .nav-link:focus {
  outline: none;
}
.cid-uwG8FHTRrD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uwG8FHTRrD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uwG8FHTRrD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uwG8FHTRrD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwG8FHTRrD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwG8FHTRrD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uwG8FHTRrD .navbar {
  min-height: 114px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
  padding: 17px 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uwG8FHTRrD .navbar.opened {
  transition: all 0.3s;
}
.cid-uwG8FHTRrD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uwG8FHTRrD .navbar .navbar-logo img {
  width: auto;
}
.cid-uwG8FHTRrD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uwG8FHTRrD .navbar.collapsed {
  justify-content: center;
}
.cid-uwG8FHTRrD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwG8FHTRrD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uwG8FHTRrD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uwG8FHTRrD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwG8FHTRrD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uwG8FHTRrD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uwG8FHTRrD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uwG8FHTRrD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uwG8FHTRrD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwG8FHTRrD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwG8FHTRrD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwG8FHTRrD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uwG8FHTRrD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uwG8FHTRrD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uwG8FHTRrD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uwG8FHTRrD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uwG8FHTRrD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uwG8FHTRrD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uwG8FHTRrD .navbar.navbar-short {
  min-height: auto;
}
.cid-uwG8FHTRrD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uwG8FHTRrD .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uwG8FHTRrD .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 20%;
}
.cid-uwG8FHTRrD .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uwG8FHTRrD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwG8FHTRrD .dropdown-item.active,
.cid-uwG8FHTRrD .dropdown-item:active {
  background-color: transparent;
}
.cid-uwG8FHTRrD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uwG8FHTRrD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwG8FHTRrD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uwG8FHTRrD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uwG8FHTRrD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uwG8FHTRrD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uwG8FHTRrD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uwG8FHTRrD button.navbar-toggler {
  position: relative;
  outline: none;
  width: 80px;
  height: 80px;
  cursor: pointer;
  transition: all 0.3s;
  align-self: center;
  margin-left: auto;
}
.cid-uwG8FHTRrD button.navbar-toggler:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #1da1f2;
  transition: .2s transform;
}
.cid-uwG8FHTRrD button.navbar-toggler .hamburger span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 29px;
  height: 2px;
  background-color: #0c1c30;
  transition: .2s all;
}
.cid-uwG8FHTRrD button.navbar-toggler .hamburger span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.cid-uwG8FHTRrD button.navbar-toggler:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uwG8FHTRrD button.navbar-toggler:hover .hamburger span {
  background-color: #ffffff;
}
.cid-uwG8FHTRrD nav.opened .navbar-toggler {
  transform: rotate(45deg);
}
.cid-uwG8FHTRrD .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uwG8FHTRrD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uwG8FHTRrD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uwG8FHTRrD .navbar {
    height: 70px;
  }
  .cid-uwG8FHTRrD .navbar.opened {
    height: auto;
  }
  .cid-uwG8FHTRrD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uwG8FHTRrD .main-container {
  flex-grow: 1;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.cid-uwG8FHTRrD .social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 20px;
}
@media (max-width: 767px) {
  .cid-uwG8FHTRrD .social-list {
    justify-content: flex-start;
  }
}
.cid-uwG8FHTRrD .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uwG8FHTRrD .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #1da1f2;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uwG8FHTRrD .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #0c1c30;
  padding: 10px;
}
.cid-uwG8FHTRrD .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uwG8FHTRrD .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uwG8FHTRrD .navbar-buttons {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  text-align: center;
  flex-shrink: 0;
}
.cid-uwG8FHTRrD .navbar-buttons .btn {
  margin: 0;
}
.cid-uwG8FHTRrD .navbar-collapse {
  width: 80%;
}
.cid-uwG8FHTRrD .navbar-collapse .navbar-nav {
  justify-content: center;
  width: 75%;
  margin-right: auto;
}
@media (min-width: 992px) {
  .cid-uwG8FHTRrD .navbar-collapse .nav-link:hover {
    color: #e4453f !important;
  }
}
@media (max-width: 991px) {
  .cid-uwG8FHTRrD .navbar {
    padding: 15px 0 !important;
    box-shadow: none;
    border: none;
    min-height: 110px;
  }
  .cid-uwG8FHTRrD .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uwG8FHTRrD .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    width: auto;
  }
  .cid-uwG8FHTRrD .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
    width: 100%;
  }
  .cid-uwG8FHTRrD .navbar-collapse .navbar-nav {
    align-items: center;
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-uwG8FHTRrD .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: center !important;
  }
  .cid-uwG8FHTRrD .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uwG8FHTRrD .navbar-collapse .nav-link {
    justify-content: center !important;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto !important;
    padding: 0 0 50px !important;
    font-size: 30px !important;
    line-height: 1 !important;
    transition: .3s  all;
  }
  .cid-uwG8FHTRrD .navbar-collapse .nav-link:hover {
    color: #e4453f !important;
  }
  .cid-uwG8FHTRrD .navbar-buttons {
    justify-content: center;
    margin-top: 20px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uwG8FHTRrD .navbar-collapse .nav-link {
    background: linear-gradient(to right, #e4453f, #e4453f 50%, currentColor 50%, currentColor 100%) !important;
    background-position: right !important;
    background-size: 200% 100% !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uwG8FHTRrD .navbar-collapse .nav-link:hover {
    background-position: left !important;
    color: currentColor !important;
  }
}
@media (max-width: 575px) {
  .cid-uwG8FHTRrD .navbar-nav {
    padding-bottom: 1rem !important;
  }
}
.cid-uwG8FIm1Wn {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uwG8FIm1Wn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwG8FIm1Wn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwG8FIm1Wn .image-wrapper img {
  height: 650px;
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uwG8FIm1Wn .image-wrapper img {
    height: 350px;
  }
}
.cid-uwG8FIm1Wn .text-wrapper {
  display: inline-flex;
  align-items: center;
  margin-top: 16px;
}
.cid-uwG8FIm1Wn .text-wrapper .mbr-iconfont {
  font-size: 28px;
  color: #e4453f;
  margin-right: 17px;
}
.cid-uwG8FIm1Wn .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uwG8FIm1Wn .mbr-text {
  color: #747474;
}
.cid-uwG8FIm1Wn .mbr-text,
.cid-uwG8FIm1Wn .text {
  color: #e4453f;
  text-align: left;
}
.cid-uwG8FIEPer {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uwG8FIEPer .mbr-text {
  color: #57677c;
}
.cid-uwG8FIEPer .mbr-title {
  color: #162436;
}
@media (max-width: 767px) {
  .cid-uwG8FIEPer .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uwG8FIEPer h3 {
  margin-bottom: 1.2rem;
}
@media (max-width: 992px) {
  .cid-uwG8FIEPer .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uwG8FIEPer .mbr-text {
    padding-right: 2.5rem;
  }
}
@media (min-width: 767px) {
  .cid-uwG8FIEPer .row {
    margin: 0;
  }
}
.cid-uwG8FIEPer P {
  color: #57677c;
  text-align: left;
}
.cid-uwG8FJuNCg {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uwG8FJuNCg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uwG8FJuNCg .row {
  flex-direction: row-reverse;
}
.cid-uwG8FJuNCg img {
  width: 100%;
  border-radius: 16px;
}
.cid-uwG8FJdiJi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uwG8FJdiJi .mbr-text {
  text-align: center;
  color: #57677c;
}
.cid-uwG8FJdiJi .mbr-section-subtitle {
  text-align: center;
  color: #162436;
}
.cid-uwG8FIVqEp {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uwG8FIVqEp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uwG8FIVqEp .row {
  flex-direction: row-reverse;
  max-width: 1000px;
  margin: 0 auto;
}
.cid-uwG8FIVqEp img {
  width: 100%;
  border-radius: 16px;
}
.cid-uwG8FIVqEp .mbr-text {
  color: #bbbbbb;
}
.cid-uwGaWVWoRk {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uwGaWVWoRk .mbr-text {
  text-align: center;
  color: #57677c;
}
.cid-uwGaWVWoRk .mbr-section-subtitle {
  text-align: center;
  color: #162436;
}
.cid-uwG8FK9JjN {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uwG8FK9JjN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uwG8FK9JjN .row {
  flex-direction: row-reverse;
  max-width: 1000px;
  margin: 0 auto;
}
.cid-uwG8FK9JjN img {
  width: 100%;
  border-radius: 16px;
}
.cid-uwG8FKLhv0 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uwG8FKLhv0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uwG8FKLhv0 .row {
  flex-direction: row-reverse;
}
.cid-uwG8FKLhv0 img {
  width: 100%;
  border-radius: 16px;
}
.cid-uwG8FKsaUp {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uwG8FKsaUp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uwG8FKsaUp .row {
  flex-direction: row-reverse;
}
.cid-uwG8FKsaUp img {
  width: 100%;
  border-radius: 16px;
}
.cid-uwG8FL66Yx {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uwG8FL66Yx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uwG8FL66Yx .row {
  flex-direction: row-reverse;
  max-width: 1000px;
  margin: 0 auto;
}
.cid-uwG8FL66Yx img {
  width: 100%;
  border-radius: 16px;
}
.cid-uwG8FLpB9V {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uwG8FLpB9V .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uwG8FLpB9V .row {
  flex-direction: row-reverse;
}
.cid-uwG8FLpB9V img {
  width: 100%;
  border-radius: 16px;
}
.cid-uwGdHlwh1B {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uwGdHlwh1B .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uwGdHlwh1B .row {
  flex-direction: row-reverse;
  max-width: 1000px;
  margin: 0 auto;
}
.cid-uwGdHlwh1B img {
  width: 100%;
  border-radius: 16px;
}
.cid-uwGdDqNuBR {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uwGdDqNuBR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uwGdDqNuBR .row {
  flex-direction: row-reverse;
}
.cid-uwGdDqNuBR img {
  width: 100%;
  border-radius: 16px;
}
.cid-uwG8FLKWkf {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uwG8FLKWkf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwG8FLKWkf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwG8FLKWkf .mbr-section-title {
  color: #162436;
}
.cid-uwG8FLKWkf .mbr-section-subtitle {
  color: #57677c;
}
.cid-uwG8FM6C2b {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #162436;
}
.cid-uwG8FM6C2b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwG8FM6C2b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwG8FM6C2b .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uwG8FM6C2b .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uwG8FM6C2b .media-wrap img {
    width: 120px;
    margin: 0 auto;
  }
}
.cid-uwG8FM6C2b .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uwG8FM6C2b .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uwG8FM6C2b .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uwG8FM6C2b .list {
    margin-bottom: 0rem;
  }
}
.cid-uwG8FM6C2b .mbr-text {
  color: #57677c;
  text-align: left;
}
.cid-uwG8FM6C2b .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #1da1f2;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uwG8FM6C2b .mbr-iconfont {
  color: white;
}
@media (max-width: 991px) {
  .cid-uwG8FM6C2b div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uwG8FM6C2b .mbr-section-subtitle {
  color: #57677c;
}
.cid-uwG8FM6C2b .copyright {
  color: #57677c;
  text-align: center;
}
.cid-uwG8FM6C2b H5 {
  text-align: left;
  color: #57677c;
}
@media (max-width: 767px) {
  .cid-uwG8FM6C2b .row {
    text-align: center;
  }
  .cid-uwG8FM6C2b .row > div {
    margin: auto;
  }
  .cid-uwG8FM6C2b .social-row {
    justify-content: center;
  }
  .cid-uwG8FM6C2b .mbr-text,
  .cid-uwG8FM6C2b .list,
  .cid-uwG8FM6C2b .mbr-section-subtitle,
  .cid-uwG8FM6C2b H5 {
    text-align: center;
  }
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

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;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

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: #111111;
}

.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;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
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 {
  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;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
    letter-spacing: 1px;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  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: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.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;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            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;
}

.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;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .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;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  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 {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  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;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.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;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.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: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
/*# estilos extras */
.borde-top {
  position: absolute;
  top: -1px;
  width: 100%;
  display: block;
  left: 0;
  height: auto;
}
.borde_bot {
  position: absolute;
  bottom: -1px;
  width: 100%;
  min-width: 600px;
  display: block;
  left: 0;
  height: auto;
}
.num {
  color: #e4453f;
}
.btn-whapp {
position:fixed;
bottom:0px; right:20px;
z-index:999;	
background: #3cb579 url(https://ae-estudio.com/whapp-ico50x50.svg) no-repeat center;
    transition: background-color 1s;
	-webkit-transition: background-color 1s;
	text-decoration:none;
	display: inline-block;
	margin: 2.8em .5em;
	width:50px; height:50px;
	border-radius:50%;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
	box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
}
.btn-whapp:hover {
    background-color:#3cb579;  cursor:pointer; color:#DE3D4D;
	-webkit-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	-moz-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.mbr-arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60px;
  height: 120px;
  cursor: pointer;
  z-index: 999;
  background-color: rgba(20, 157, 204, 1);
  border-radius: 30px 30px 0 0;
  -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;
}
.nja {
  color: #e4453f;
}
.tachado {
  text-decoration: line-through;
}
.borde {
  position: absolute;
  bottom: -1px;
  width: 100%;
  display: block;
  left: 0;
  height: auto;
}.cid-uwLYhfJnBJ .navbar-dropdown {
  position: relative !important;
}
.cid-uwLYhfJnBJ .navbar-dropdown {
  position: absolute !important;
}
.cid-uwLYhfJnBJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwLYhfJnBJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uwLYhfJnBJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uwLYhfJnBJ .dropdown-item:hover,
.cid-uwLYhfJnBJ .dropdown-item:focus {
  background: #e4453f !important;
  color: white !important;
}
.cid-uwLYhfJnBJ .dropdown-item:hover span {
  color: white;
}
.cid-uwLYhfJnBJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uwLYhfJnBJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uwLYhfJnBJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uwLYhfJnBJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uwLYhfJnBJ .nav-link {
  position: relative;
  font-weight: bold;
}
.cid-uwLYhfJnBJ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uwLYhfJnBJ .container {
    flex-wrap: nowrap;
  }
}
.cid-uwLYhfJnBJ .dropdown-menu,
.cid-uwLYhfJnBJ .navbar.opened {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.cid-uwLYhfJnBJ .nav-item:focus,
.cid-uwLYhfJnBJ .nav-link:focus {
  outline: none;
}
.cid-uwLYhfJnBJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uwLYhfJnBJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uwLYhfJnBJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uwLYhfJnBJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwLYhfJnBJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwLYhfJnBJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uwLYhfJnBJ .navbar {
  min-height: 114px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
  padding: 17px 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uwLYhfJnBJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uwLYhfJnBJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uwLYhfJnBJ .navbar .navbar-logo img {
  width: auto;
}
.cid-uwLYhfJnBJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uwLYhfJnBJ .navbar.collapsed {
  justify-content: center;
}
.cid-uwLYhfJnBJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwLYhfJnBJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uwLYhfJnBJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uwLYhfJnBJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwLYhfJnBJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uwLYhfJnBJ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uwLYhfJnBJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uwLYhfJnBJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uwLYhfJnBJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwLYhfJnBJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwLYhfJnBJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwLYhfJnBJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uwLYhfJnBJ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uwLYhfJnBJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uwLYhfJnBJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uwLYhfJnBJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uwLYhfJnBJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uwLYhfJnBJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uwLYhfJnBJ .navbar.navbar-short {
  min-height: auto;
}
.cid-uwLYhfJnBJ .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uwLYhfJnBJ .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uwLYhfJnBJ .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 20%;
}
.cid-uwLYhfJnBJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uwLYhfJnBJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwLYhfJnBJ .dropdown-item.active,
.cid-uwLYhfJnBJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uwLYhfJnBJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uwLYhfJnBJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwLYhfJnBJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uwLYhfJnBJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uwLYhfJnBJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uwLYhfJnBJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uwLYhfJnBJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uwLYhfJnBJ button.navbar-toggler {
  position: relative;
  outline: none;
  width: 80px;
  height: 80px;
  cursor: pointer;
  transition: all 0.3s;
  align-self: center;
  margin-left: auto;
}
.cid-uwLYhfJnBJ button.navbar-toggler:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #1da1f2;
  transition: .2s transform;
}
.cid-uwLYhfJnBJ button.navbar-toggler .hamburger span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 29px;
  height: 2px;
  background-color: #0c1c30;
  transition: .2s all;
}
.cid-uwLYhfJnBJ button.navbar-toggler .hamburger span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.cid-uwLYhfJnBJ button.navbar-toggler:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uwLYhfJnBJ button.navbar-toggler:hover .hamburger span {
  background-color: #ffffff;
}
.cid-uwLYhfJnBJ nav.opened .navbar-toggler {
  transform: rotate(45deg);
}
.cid-uwLYhfJnBJ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uwLYhfJnBJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uwLYhfJnBJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uwLYhfJnBJ .navbar {
    height: 70px;
  }
  .cid-uwLYhfJnBJ .navbar.opened {
    height: auto;
  }
  .cid-uwLYhfJnBJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uwLYhfJnBJ .main-container {
  flex-grow: 1;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.cid-uwLYhfJnBJ .social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 20px;
}
@media (max-width: 767px) {
  .cid-uwLYhfJnBJ .social-list {
    justify-content: flex-start;
  }
}
.cid-uwLYhfJnBJ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uwLYhfJnBJ .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #1da1f2;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uwLYhfJnBJ .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #0c1c30;
  padding: 10px;
}
.cid-uwLYhfJnBJ .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uwLYhfJnBJ .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uwLYhfJnBJ .navbar-buttons {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  text-align: center;
  flex-shrink: 0;
}
.cid-uwLYhfJnBJ .navbar-buttons .btn {
  margin: 0;
}
.cid-uwLYhfJnBJ .navbar-collapse {
  width: 80%;
}
.cid-uwLYhfJnBJ .navbar-collapse .navbar-nav {
  justify-content: center;
  width: 75%;
  margin-right: auto;
}
@media (min-width: 992px) {
  .cid-uwLYhfJnBJ .navbar-collapse .nav-link:hover {
    color: #e4453f !important;
  }
}
@media (max-width: 991px) {
  .cid-uwLYhfJnBJ .navbar {
    padding: 15px 0 !important;
    box-shadow: none;
    border: none;
    min-height: 110px;
  }
  .cid-uwLYhfJnBJ .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uwLYhfJnBJ .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    width: auto;
  }
  .cid-uwLYhfJnBJ .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
    width: 100%;
  }
  .cid-uwLYhfJnBJ .navbar-collapse .navbar-nav {
    align-items: center;
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-uwLYhfJnBJ .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: center !important;
  }
  .cid-uwLYhfJnBJ .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uwLYhfJnBJ .navbar-collapse .nav-link {
    justify-content: center !important;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto !important;
    padding: 0 0 50px !important;
    font-size: 30px !important;
    line-height: 1 !important;
    transition: .3s  all;
  }
  .cid-uwLYhfJnBJ .navbar-collapse .nav-link:hover {
    color: #e4453f !important;
  }
  .cid-uwLYhfJnBJ .navbar-buttons {
    justify-content: center;
    margin-top: 20px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uwLYhfJnBJ .navbar-collapse .nav-link {
    background: linear-gradient(to right, #e4453f, #e4453f 50%, currentColor 50%, currentColor 100%) !important;
    background-position: right !important;
    background-size: 200% 100% !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uwLYhfJnBJ .navbar-collapse .nav-link:hover {
    background-position: left !important;
    color: currentColor !important;
  }
}
@media (max-width: 575px) {
  .cid-uwLYhfJnBJ .navbar-nav {
    padding-bottom: 1rem !important;
  }
}
.cid-uwLYhg6pqp {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uwLYhg6pqp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwLYhg6pqp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwLYhg6pqp .image-wrapper img {
  height: 650px;
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uwLYhg6pqp .image-wrapper img {
    height: 350px;
  }
}
.cid-uwLYhg6pqp .text-wrapper {
  display: inline-flex;
  align-items: center;
  margin-top: 16px;
}
.cid-uwLYhg6pqp .text-wrapper .mbr-iconfont {
  font-size: 28px;
  color: #e4453f;
  margin-right: 17px;
}
.cid-uwLYhg6pqp .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uwLYhg6pqp .mbr-text {
  color: #747474;
}
.cid-uwLYhg6pqp .mbr-text,
.cid-uwLYhg6pqp .text {
  color: #e4453f;
  text-align: left;
}
.cid-uwLYhglyXm {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uwLYhglyXm .mbr-text {
  color: #57677c;
}
.cid-uwLYhglyXm .mbr-title {
  color: #162436;
}
@media (max-width: 767px) {
  .cid-uwLYhglyXm .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uwLYhglyXm h3 {
  margin-bottom: 1.2rem;
}
@media (max-width: 992px) {
  .cid-uwLYhglyXm .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uwLYhglyXm .mbr-text {
    padding-right: 2.5rem;
  }
}
@media (min-width: 767px) {
  .cid-uwLYhglyXm .row {
    margin: 0;
  }
}
.cid-uwLYhglyXm P {
  color: #57677c;
  text-align: left;
}
.cid-uwLYhgDJ46 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uwLYhgDJ46 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uwLYhgDJ46 .row {
  flex-direction: row-reverse;
}
.cid-uwLYhgDJ46 img {
  width: 100%;
  border-radius: 16px;
}
.cid-uwLYhgTNZq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uwLYhgTNZq .mbr-text {
  color: #57677c;
  text-align: center;
}
.cid-uwLYhgTNZq .mbr-section-subtitle {
  text-align: center;
}
.cid-uwLYhh7esD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uwLYhh7esD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uwLYhh7esD .row {
  flex-direction: row-reverse;
}
.cid-uwLYhh7esD img {
  width: 100%;
  border-radius: 16px;
}
.cid-uxf9njAKdZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxf9njAKdZ .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-uxf9njAKdZ .item-img {
  aspect-ratio: 1;
}
.cid-uxf9njAKdZ .item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 15px;
}
.cid-uxf9njAKdZ .item:focus,
.cid-uxf9njAKdZ span:focus {
  outline: none;
}
.cid-uxf9njAKdZ .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uxf9njAKdZ .row {
  max-width: 1000px;
  margin: 0 auto;
}
.cid-uwLYhhDpxe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uwLYhhDpxe .carousel {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.cid-uwLYhhDpxe .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.cid-uwLYhhDpxe .carousel-item,
.cid-uwLYhhDpxe .carousel-inner {
  height: 100%;
}
.cid-uwLYhhDpxe .carousel-caption {
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 280px;
}
@media (min-width: 768px) {
  .cid-uwLYhhDpxe .carousel-caption {
    width: 680px;
  }
}
@media (min-width: 992px) {
  .cid-uwLYhhDpxe .carousel-caption {
    width: 900px;
  }
}
.cid-uwLYhhDpxe .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uwLYhhDpxe .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uwLYhhDpxe .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 0;
}
.cid-uwLYhhDpxe .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uwLYhhDpxe .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uwLYhhDpxe .content-slider-wrap {
    width: 100% !important;
  }
  .cid-uwLYhhDpxe .carousel {
    width: 100%;
  }
}
.cid-uwLYhhDpxe .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uwLYhhDpxe .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 0;
}
.cid-uwLYhhDpxe .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uwLYhhDpxe .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uwLYhhDpxe .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uwLYhhDpxe .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uwLYhhDpxe .carousel-indicators li {
  max-width: 7px;
  height: 7px;
  width: 7px;
  max-height: 7px;
  margin: 0 10px;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1 !important;
}
.cid-uwLYhhDpxe .carousel-indicators li.active {
  background-color: #ffffff;
  opacity: 1 !important;
}
.cid-uwLYhhDpxe .carousel-indicators li::after,
.cid-uwLYhhDpxe .carousel-indicators li::before {
  content: none;
}
.cid-uwLYhhDpxe .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-uwLYhhDpxe P {
  color: #232323;
}
.cid-uwLYhi0KF0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uwLYhi0KF0 .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-uwLYhi0KF0 .item-img {
  aspect-ratio: 1;
}
.cid-uwLYhi0KF0 .item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 15px;
}
.cid-uwLYhi0KF0 .item:focus,
.cid-uwLYhi0KF0 span:focus {
  outline: none;
}
.cid-uwLYhi0KF0 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uwLYhi0KF0 .row {
  max-width: 1000px;
  margin: 0 auto;
}
.cid-uwLYhilXDD {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uwLYhilXDD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uwLYhilXDD .row {
  flex-direction: row-reverse;
}
.cid-uwLYhilXDD img {
  width: 100%;
  border-radius: 16px;
}
.cid-uxg7ugsJFn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxg7ugsJFn .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-uxg7ugsJFn .item-img {
  aspect-ratio: 1;
}
.cid-uxg7ugsJFn .item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 15px;
}
.cid-uxg7ugsJFn .item:focus,
.cid-uxg7ugsJFn span:focus {
  outline: none;
}
.cid-uxg7ugsJFn .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uxg7ugsJFn .row {
  max-width: 1000px;
  margin: 0 auto;
}
.cid-uwLYhiCFOU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uwLYhiCFOU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwLYhiCFOU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwLYhiCFOU .mbr-section-title {
  color: #162436;
}
.cid-uwLYhiCFOU .mbr-section-subtitle {
  color: #57677c;
}
.cid-uwLYhiVgop {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #162436;
}
.cid-uwLYhiVgop .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwLYhiVgop .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwLYhiVgop .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uwLYhiVgop .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uwLYhiVgop .media-wrap img {
    width: 120px;
    margin: 0 auto;
  }
}
.cid-uwLYhiVgop .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uwLYhiVgop .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uwLYhiVgop .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uwLYhiVgop .list {
    margin-bottom: 0rem;
  }
}
.cid-uwLYhiVgop .mbr-text {
  color: #57677c;
  text-align: left;
}
.cid-uwLYhiVgop .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #1da1f2;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uwLYhiVgop .mbr-iconfont {
  color: white;
}
@media (max-width: 991px) {
  .cid-uwLYhiVgop div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uwLYhiVgop .mbr-section-subtitle {
  color: #57677c;
}
.cid-uwLYhiVgop .copyright {
  color: #57677c;
  text-align: center;
}
.cid-uwLYhiVgop H5 {
  text-align: left;
  color: #57677c;
}
@media (max-width: 767px) {
  .cid-uwLYhiVgop .row {
    text-align: center;
  }
  .cid-uwLYhiVgop .row > div {
    margin: auto;
  }
  .cid-uwLYhiVgop .social-row {
    justify-content: center;
  }
  .cid-uwLYhiVgop .mbr-text,
  .cid-uwLYhiVgop .list,
  .cid-uwLYhiVgop .mbr-section-subtitle,
  .cid-uwLYhiVgop H5 {
    text-align: center;
  }
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

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;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

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: #111111;
}

.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;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
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 {
  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;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
    letter-spacing: 1px;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  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: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.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;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            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;
}

.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;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .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;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  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 {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  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;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.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;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.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: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
/*# estilos extras */
.borde-top {
  position: absolute;
  top: -1px;
  width: 100%;
  display: block;
  left: 0;
  height: auto;
}
.borde_bot {
  position: absolute;
  bottom: -1px;
  width: 100%;
  min-width: 600px;
  display: block;
  left: 0;
  height: auto;
}
.num {
  color: #e4453f;
}
.btn-whapp {
position:fixed;
bottom:0px; right:20px;
z-index:999;	
background: #3cb579 url(https://ae-estudio.com/whapp-ico50x50.svg) no-repeat center;
    transition: background-color 1s;
	-webkit-transition: background-color 1s;
	text-decoration:none;
	display: inline-block;
	margin: 2.8em .5em;
	width:50px; height:50px;
	border-radius:50%;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
	box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
}
.btn-whapp:hover {
    background-color:#3cb579;  cursor:pointer; color:#DE3D4D;
	-webkit-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	-moz-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.mbr-arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60px;
  height: 120px;
  cursor: pointer;
  z-index: 999;
  background-color: rgba(20, 157, 204, 1);
  border-radius: 30px 30px 0 0;
  -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;
}
.nja {
  color: #e4453f;
}
.tachado {
  text-decoration: line-through;
}
.borde {
  position: absolute;
  bottom: -1px;
  width: 100%;
  display: block;
  left: 0;
  height: auto;
}.cid-uxg8TQLHGP .navbar-dropdown {
  position: relative !important;
}
.cid-uxg8TQLHGP .navbar-dropdown {
  position: absolute !important;
}
.cid-uxg8TQLHGP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxg8TQLHGP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uxg8TQLHGP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uxg8TQLHGP .dropdown-item:hover,
.cid-uxg8TQLHGP .dropdown-item:focus {
  background: #e4453f !important;
  color: white !important;
}
.cid-uxg8TQLHGP .dropdown-item:hover span {
  color: white;
}
.cid-uxg8TQLHGP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uxg8TQLHGP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uxg8TQLHGP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uxg8TQLHGP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uxg8TQLHGP .nav-link {
  position: relative;
  font-weight: bold;
}
.cid-uxg8TQLHGP .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uxg8TQLHGP .container {
    flex-wrap: nowrap;
  }
}
.cid-uxg8TQLHGP .dropdown-menu,
.cid-uxg8TQLHGP .navbar.opened {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.cid-uxg8TQLHGP .nav-item:focus,
.cid-uxg8TQLHGP .nav-link:focus {
  outline: none;
}
.cid-uxg8TQLHGP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxg8TQLHGP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxg8TQLHGP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxg8TQLHGP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxg8TQLHGP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxg8TQLHGP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxg8TQLHGP .navbar {
  min-height: 114px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
  padding: 17px 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uxg8TQLHGP .navbar.opened {
  transition: all 0.3s;
}
.cid-uxg8TQLHGP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxg8TQLHGP .navbar .navbar-logo img {
  width: auto;
}
.cid-uxg8TQLHGP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uxg8TQLHGP .navbar.collapsed {
  justify-content: center;
}
.cid-uxg8TQLHGP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxg8TQLHGP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxg8TQLHGP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uxg8TQLHGP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxg8TQLHGP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxg8TQLHGP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uxg8TQLHGP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxg8TQLHGP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uxg8TQLHGP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxg8TQLHGP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxg8TQLHGP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxg8TQLHGP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxg8TQLHGP .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uxg8TQLHGP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uxg8TQLHGP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxg8TQLHGP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxg8TQLHGP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uxg8TQLHGP .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uxg8TQLHGP .navbar.navbar-short {
  min-height: auto;
}
.cid-uxg8TQLHGP .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uxg8TQLHGP .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uxg8TQLHGP .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 20%;
}
.cid-uxg8TQLHGP .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uxg8TQLHGP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxg8TQLHGP .dropdown-item.active,
.cid-uxg8TQLHGP .dropdown-item:active {
  background-color: transparent;
}
.cid-uxg8TQLHGP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxg8TQLHGP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxg8TQLHGP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxg8TQLHGP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uxg8TQLHGP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxg8TQLHGP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxg8TQLHGP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxg8TQLHGP button.navbar-toggler {
  position: relative;
  outline: none;
  width: 80px;
  height: 80px;
  cursor: pointer;
  transition: all 0.3s;
  align-self: center;
  margin-left: auto;
}
.cid-uxg8TQLHGP button.navbar-toggler:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #1da1f2;
  transition: .2s transform;
}
.cid-uxg8TQLHGP button.navbar-toggler .hamburger span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 29px;
  height: 2px;
  background-color: #0c1c30;
  transition: .2s all;
}
.cid-uxg8TQLHGP button.navbar-toggler .hamburger span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.cid-uxg8TQLHGP button.navbar-toggler:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uxg8TQLHGP button.navbar-toggler:hover .hamburger span {
  background-color: #ffffff;
}
.cid-uxg8TQLHGP nav.opened .navbar-toggler {
  transform: rotate(45deg);
}
.cid-uxg8TQLHGP .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uxg8TQLHGP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxg8TQLHGP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxg8TQLHGP .navbar {
    height: 70px;
  }
  .cid-uxg8TQLHGP .navbar.opened {
    height: auto;
  }
  .cid-uxg8TQLHGP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxg8TQLHGP .main-container {
  flex-grow: 1;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.cid-uxg8TQLHGP .social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 20px;
}
@media (max-width: 767px) {
  .cid-uxg8TQLHGP .social-list {
    justify-content: flex-start;
  }
}
.cid-uxg8TQLHGP .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uxg8TQLHGP .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #1da1f2;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uxg8TQLHGP .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #0c1c30;
  padding: 10px;
}
.cid-uxg8TQLHGP .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uxg8TQLHGP .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uxg8TQLHGP .navbar-buttons {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  text-align: center;
  flex-shrink: 0;
}
.cid-uxg8TQLHGP .navbar-buttons .btn {
  margin: 0;
}
.cid-uxg8TQLHGP .navbar-collapse {
  width: 80%;
}
.cid-uxg8TQLHGP .navbar-collapse .navbar-nav {
  justify-content: center;
  width: 75%;
  margin-right: auto;
}
@media (min-width: 992px) {
  .cid-uxg8TQLHGP .navbar-collapse .nav-link:hover {
    color: #e4453f !important;
  }
}
@media (max-width: 991px) {
  .cid-uxg8TQLHGP .navbar {
    padding: 15px 0 !important;
    box-shadow: none;
    border: none;
    min-height: 110px;
  }
  .cid-uxg8TQLHGP .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uxg8TQLHGP .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    width: auto;
  }
  .cid-uxg8TQLHGP .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
    width: 100%;
  }
  .cid-uxg8TQLHGP .navbar-collapse .navbar-nav {
    align-items: center;
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-uxg8TQLHGP .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: center !important;
  }
  .cid-uxg8TQLHGP .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uxg8TQLHGP .navbar-collapse .nav-link {
    justify-content: center !important;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto !important;
    padding: 0 0 50px !important;
    font-size: 30px !important;
    line-height: 1 !important;
    transition: .3s  all;
  }
  .cid-uxg8TQLHGP .navbar-collapse .nav-link:hover {
    color: #e4453f !important;
  }
  .cid-uxg8TQLHGP .navbar-buttons {
    justify-content: center;
    margin-top: 20px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uxg8TQLHGP .navbar-collapse .nav-link {
    background: linear-gradient(to right, #e4453f, #e4453f 50%, currentColor 50%, currentColor 100%) !important;
    background-position: right !important;
    background-size: 200% 100% !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uxg8TQLHGP .navbar-collapse .nav-link:hover {
    background-position: left !important;
    color: currentColor !important;
  }
}
@media (max-width: 575px) {
  .cid-uxg8TQLHGP .navbar-nav {
    padding-bottom: 1rem !important;
  }
}
.cid-uxg8TRa4wh {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxg8TRa4wh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxg8TRa4wh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxg8TRa4wh .image-wrapper img {
  height: 650px;
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uxg8TRa4wh .image-wrapper img {
    height: 350px;
  }
}
.cid-uxg8TRa4wh .text-wrapper {
  display: inline-flex;
  align-items: center;
  margin-top: 16px;
}
.cid-uxg8TRa4wh .text-wrapper .mbr-iconfont {
  font-size: 28px;
  color: #e4453f;
  margin-right: 17px;
}
.cid-uxg8TRa4wh .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uxg8TRa4wh .mbr-text {
  color: #747474;
}
.cid-uxg8TRa4wh .mbr-text,
.cid-uxg8TRa4wh .text {
  color: #e4453f;
  text-align: left;
}
.cid-uxg8TRs3CU {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uxg8TRs3CU .mbr-text {
  color: #57677c;
}
.cid-uxg8TRs3CU .mbr-title {
  color: #162436;
}
@media (max-width: 767px) {
  .cid-uxg8TRs3CU .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uxg8TRs3CU h3 {
  margin-bottom: 1.2rem;
}
@media (max-width: 992px) {
  .cid-uxg8TRs3CU .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uxg8TRs3CU .mbr-text {
    padding-right: 2.5rem;
  }
}
@media (min-width: 767px) {
  .cid-uxg8TRs3CU .row {
    margin: 0;
  }
}
.cid-uxg8TRs3CU P {
  color: #57677c;
  text-align: left;
}
.cid-uxg8TRJgdF {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uxg8TRJgdF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uxg8TRJgdF .row {
  flex-direction: row-reverse;
}
.cid-uxg8TRJgdF img {
  width: 100%;
  border-radius: 16px;
}
.cid-uxg8TS2idO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uxg8TS2idO .mbr-text {
  text-align: center;
  color: #57677c;
}
.cid-uxg8TS2idO .mbr-section-subtitle {
  text-align: center;
  color: #162436;
}
.cid-uxg8TSiZKG {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uxg8TSiZKG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uxg8TSiZKG .row {
  flex-direction: row-reverse;
  max-width: 1000px;
  margin: 0 auto;
}
.cid-uxg8TSiZKG img {
  width: 100%;
  border-radius: 16px;
}
.cid-uxg8TSiZKG .mbr-text {
  color: #bbbbbb;
}
.cid-uxg8TSAuIo {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uxg8TSAuIo .mbr-text {
  text-align: center;
  color: #57677c;
}
.cid-uxg8TSAuIo .mbr-section-subtitle {
  text-align: center;
  color: #162436;
}
.cid-uxg8TSQCWn {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uxg8TSQCWn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uxg8TSQCWn .row {
  flex-direction: row-reverse;
  max-width: 1000px;
  margin: 0 auto;
}
.cid-uxg8TSQCWn img {
  width: 100%;
  border-radius: 16px;
}
.cid-uxg8TT933c {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uxg8TT933c .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uxg8TT933c .row {
  flex-direction: row-reverse;
}
.cid-uxg8TT933c img {
  width: 100%;
  border-radius: 16px;
}
.cid-uxg8TTrfa6 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uxg8TTrfa6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uxg8TTrfa6 .row {
  flex-direction: row-reverse;
}
.cid-uxg8TTrfa6 img {
  width: 100%;
  border-radius: 16px;
}
.cid-uxxPHpWLoV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uxxPHpWLoV .carousel {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.cid-uxxPHpWLoV .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.cid-uxxPHpWLoV .carousel-item,
.cid-uxxPHpWLoV .carousel-inner {
  height: 100%;
}
.cid-uxxPHpWLoV .carousel-caption {
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 280px;
}
@media (min-width: 768px) {
  .cid-uxxPHpWLoV .carousel-caption {
    width: 680px;
  }
}
@media (min-width: 992px) {
  .cid-uxxPHpWLoV .carousel-caption {
    width: 900px;
  }
}
.cid-uxxPHpWLoV .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uxxPHpWLoV .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uxxPHpWLoV .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 0;
}
.cid-uxxPHpWLoV .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uxxPHpWLoV .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uxxPHpWLoV .content-slider-wrap {
    width: 100% !important;
  }
  .cid-uxxPHpWLoV .carousel {
    width: 100%;
  }
}
.cid-uxxPHpWLoV .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uxxPHpWLoV .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 0;
}
.cid-uxxPHpWLoV .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uxxPHpWLoV .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uxxPHpWLoV .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uxxPHpWLoV .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uxxPHpWLoV .carousel-indicators li {
  max-width: 7px;
  height: 7px;
  width: 7px;
  max-height: 7px;
  margin: 0 10px;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1 !important;
}
.cid-uxxPHpWLoV .carousel-indicators li.active {
  background-color: #ffffff;
  opacity: 1 !important;
}
.cid-uxxPHpWLoV .carousel-indicators li::after,
.cid-uxxPHpWLoV .carousel-indicators li::before {
  content: none;
}
.cid-uxxPHpWLoV .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-uxxPHpWLoV P {
  color: #bbbbbb;
}
.cid-uxg8TTKZFB {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uxg8TTKZFB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uxg8TTKZFB .row {
  flex-direction: row-reverse;
  max-width: 1000px;
  margin: 0 auto;
}
.cid-uxg8TTKZFB img {
  width: 100%;
  border-radius: 16px;
}
.cid-uxg8TU5hyt {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uxg8TU5hyt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uxg8TU5hyt .row {
  flex-direction: row-reverse;
}
.cid-uxg8TU5hyt img {
  width: 100%;
  border-radius: 16px;
}
.cid-uxg8TUoqZh {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uxg8TUoqZh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uxg8TUoqZh .row {
  flex-direction: row-reverse;
  max-width: 1000px;
  margin: 0 auto;
}
.cid-uxg8TUoqZh img {
  width: 100%;
  border-radius: 16px;
}
.cid-uyhFsfzzXG {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uyhFsfzzXG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uyhFsfzzXG .row {
  flex-direction: row-reverse;
  max-width: 1000px;
  margin: 0 auto;
}
.cid-uyhFsfzzXG img {
  width: 100%;
  border-radius: 16px;
}
.cid-uy5y5w7O7p {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uy5y5w7O7p .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uy5y5w7O7p .row {
  flex-direction: row-reverse;
}
.cid-uy5y5w7O7p img {
  width: 100%;
  border-radius: 16px;
}
.cid-uxg8TV2szr {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uxg8TV2szr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxg8TV2szr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxg8TV2szr .mbr-section-title {
  color: #162436;
}
.cid-uxg8TV2szr .mbr-section-subtitle {
  color: #57677c;
}
.cid-uxg8TVmx6x {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #162436;
}
.cid-uxg8TVmx6x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxg8TVmx6x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxg8TVmx6x .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uxg8TVmx6x .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uxg8TVmx6x .media-wrap img {
    width: 120px;
    margin: 0 auto;
  }
}
.cid-uxg8TVmx6x .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uxg8TVmx6x .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uxg8TVmx6x .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uxg8TVmx6x .list {
    margin-bottom: 0rem;
  }
}
.cid-uxg8TVmx6x .mbr-text {
  color: #57677c;
  text-align: left;
}
.cid-uxg8TVmx6x .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #1da1f2;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uxg8TVmx6x .mbr-iconfont {
  color: white;
}
@media (max-width: 991px) {
  .cid-uxg8TVmx6x div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uxg8TVmx6x .mbr-section-subtitle {
  color: #57677c;
}
.cid-uxg8TVmx6x .copyright {
  color: #57677c;
  text-align: center;
}
.cid-uxg8TVmx6x H5 {
  text-align: left;
  color: #57677c;
}
@media (max-width: 767px) {
  .cid-uxg8TVmx6x .row {
    text-align: center;
  }
  .cid-uxg8TVmx6x .row > div {
    margin: auto;
  }
  .cid-uxg8TVmx6x .social-row {
    justify-content: center;
  }
  .cid-uxg8TVmx6x .mbr-text,
  .cid-uxg8TVmx6x .list,
  .cid-uxg8TVmx6x .mbr-section-subtitle,
  .cid-uxg8TVmx6x H5 {
    text-align: center;
  }
}
