@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
  overflow: hidden;
  overflow-y: auto;
}

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.5;
  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;
}

@media (max-width: 767px) {
  .align-left, .align-right {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .md-pb {
    margin-bottom: 2rem !important;
  }
}
/*! 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;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  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;
}

.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;
}

@-webkit-keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}

@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}.btn {
  border-width: 2px;
}
body {
  font-family: 'Open Sans', sans-serif;
}
.display-1 {
  font-family: 'Halcom-Black-BF648a7144cd3a5';
  font-size: 3.1rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.875rem;
}
.display-2 {
  font-family: 'Halcom-Medium-BF648a714568789';
  font-size: 1.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Halcom-Medium-BF648a714568789';
  font-size: 1rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  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: 2.48rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.17rem;
    font-size: calc( 1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .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-white-outline:hover {
  color: #000000 !important;
}
.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: 0.8rem 2.6rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #00edff !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #075e54 !important;
}
.bg-danger {
  background-color: #e43f3f !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ccff00 !important;
  border-color: #ccff00 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #000000 !important;
  background-color: #ccff00 !important;
  border-color: #ccff00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #000000 !important;
  background-color: #ccff00 !important;
  border-color: #ccff00 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success,
.btn-success:active {
  background-color: #00edff !important;
  border-color: #00edff !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #000000 !important;
  background-color: #00edff !important;
  border-color: #00edff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #00edff !important;
  border-color: #00edff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #075e54 !important;
  border-color: #075e54 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #075e54 !important;
  border-color: #075e54 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #075e54 !important;
  border-color: #075e54 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-primary-outline {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition-delay: 0.2s;
  border-radius: 0;
  box-shadow: inset 0px 0px 0px 1px #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000;
  background-color: transparent!important;
  border-color: #000000 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline:before {
  content: "";
  pointer-events: none;
  position: absolute;
  width: 500px;
  height: 100%;
  left: -60%;
  top: 0;
  background-position: 0 0;
  transform: translateY(90%) scale(0.9) translateX(-150px);
  transition: all 1s;
  z-index: -1;
  background: #000000;
  -webkit-mask-image: url("data:image/svg+xml,%0A%3Csvg width='561' height='85' xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='xMinYMax slice'%3E%3Cg%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cg id='svg_1'%3E%3Cpath fill='transparent' class='st0' d='m-6.66292,-4.57555c23.4,0 23.4,6 46.7,6c23.4,0 23.4,-6 46.7,-6c23.4,0 23.4,6 46.8,6s23.4,-6 46.8,-6' id='svg_2'/%3E%3Cpath fill='black' class='st1' d='m187.45162,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_3'/%3E%3Cpath fill='black' class='st1' d='m-0.02952,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_4'/%3E%3Cpath fill='black' class='st1' d='m374.48614,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.btn-primary-outline:hover {
  color: white;
}
.btn-primary-outline:hover:before {
  transform: translateY(-25%) scale(1.5) translateX(140px);
}
.btn-secondary-outline {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition-delay: 0.2s;
  border-radius: 0;
  box-shadow: inset 0px 0px 0px 1px #ccff00 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ccff00;
  color: #ccff00;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ccff00;
  background-color: transparent!important;
  border-color: #ccff00 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #000000 !important;
  background-color: #ccff00 !important;
  border-color: #ccff00 !important;
}
.btn-secondary-outline:before {
  content: "";
  pointer-events: none;
  position: absolute;
  width: 500px;
  height: 100%;
  left: -60%;
  top: 0;
  background-position: 0 0;
  transform: translateY(90%) scale(0.9) translateX(-150px);
  transition: all 1s;
  z-index: -1;
  background: #ccff00;
  -webkit-mask-image: url("data:image/svg+xml,%0A%3Csvg width='561' height='85' xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='xMinYMax slice'%3E%3Cg%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cg id='svg_1'%3E%3Cpath fill='transparent' class='st0' d='m-6.66292,-4.57555c23.4,0 23.4,6 46.7,6c23.4,0 23.4,-6 46.7,-6c23.4,0 23.4,6 46.8,6s23.4,-6 46.8,-6' id='svg_2'/%3E%3Cpath fill='black' class='st1' d='m187.45162,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_3'/%3E%3Cpath fill='black' class='st1' d='m-0.02952,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_4'/%3E%3Cpath fill='black' class='st1' d='m374.48614,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.btn-secondary-outline:hover {
  color: white;
}
.btn-secondary-outline:hover:before {
  transform: translateY(-25%) scale(1.5) translateX(140px);
}
.btn-info-outline {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition-delay: 0.2s;
  border-radius: 0;
  box-shadow: inset 0px 0px 0px 1px #47b5ed !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: #47b5ed;
  background-color: transparent!important;
  border-color: #47b5ed !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-info-outline:before {
  content: "";
  pointer-events: none;
  position: absolute;
  width: 500px;
  height: 100%;
  left: -60%;
  top: 0;
  background-position: 0 0;
  transform: translateY(90%) scale(0.9) translateX(-150px);
  transition: all 1s;
  z-index: -1;
  background: #47b5ed;
  -webkit-mask-image: url("data:image/svg+xml,%0A%3Csvg width='561' height='85' xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='xMinYMax slice'%3E%3Cg%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cg id='svg_1'%3E%3Cpath fill='transparent' class='st0' d='m-6.66292,-4.57555c23.4,0 23.4,6 46.7,6c23.4,0 23.4,-6 46.7,-6c23.4,0 23.4,6 46.8,6s23.4,-6 46.8,-6' id='svg_2'/%3E%3Cpath fill='black' class='st1' d='m187.45162,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_3'/%3E%3Cpath fill='black' class='st1' d='m-0.02952,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_4'/%3E%3Cpath fill='black' class='st1' d='m374.48614,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.btn-info-outline:hover {
  color: white;
}
.btn-info-outline:hover:before {
  transform: translateY(-25%) scale(1.5) translateX(140px);
}
.btn-success-outline {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition-delay: 0.2s;
  border-radius: 0;
  box-shadow: inset 0px 0px 0px 1px #00edff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #00edff;
  color: #00edff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #00edff;
  background-color: transparent!important;
  border-color: #00edff !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #00edff !important;
  border-color: #00edff !important;
}
.btn-success-outline:before {
  content: "";
  pointer-events: none;
  position: absolute;
  width: 500px;
  height: 100%;
  left: -60%;
  top: 0;
  background-position: 0 0;
  transform: translateY(90%) scale(0.9) translateX(-150px);
  transition: all 1s;
  z-index: -1;
  background: #00edff;
  -webkit-mask-image: url("data:image/svg+xml,%0A%3Csvg width='561' height='85' xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='xMinYMax slice'%3E%3Cg%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cg id='svg_1'%3E%3Cpath fill='transparent' class='st0' d='m-6.66292,-4.57555c23.4,0 23.4,6 46.7,6c23.4,0 23.4,-6 46.7,-6c23.4,0 23.4,6 46.8,6s23.4,-6 46.8,-6' id='svg_2'/%3E%3Cpath fill='black' class='st1' d='m187.45162,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_3'/%3E%3Cpath fill='black' class='st1' d='m-0.02952,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_4'/%3E%3Cpath fill='black' class='st1' d='m374.48614,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.btn-success-outline:hover {
  color: white;
}
.btn-success-outline:hover:before {
  transform: translateY(-25%) scale(1.5) translateX(140px);
}
.btn-warning-outline {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition-delay: 0.2s;
  border-radius: 0;
  box-shadow: inset 0px 0px 0px 1px #075e54 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #075e54;
  color: #075e54;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #075e54;
  background-color: transparent!important;
  border-color: #075e54 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #075e54 !important;
  border-color: #075e54 !important;
}
.btn-warning-outline:before {
  content: "";
  pointer-events: none;
  position: absolute;
  width: 500px;
  height: 100%;
  left: -60%;
  top: 0;
  background-position: 0 0;
  transform: translateY(90%) scale(0.9) translateX(-150px);
  transition: all 1s;
  z-index: -1;
  background: #075e54;
  -webkit-mask-image: url("data:image/svg+xml,%0A%3Csvg width='561' height='85' xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='xMinYMax slice'%3E%3Cg%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cg id='svg_1'%3E%3Cpath fill='transparent' class='st0' d='m-6.66292,-4.57555c23.4,0 23.4,6 46.7,6c23.4,0 23.4,-6 46.7,-6c23.4,0 23.4,6 46.8,6s23.4,-6 46.8,-6' id='svg_2'/%3E%3Cpath fill='black' class='st1' d='m187.45162,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_3'/%3E%3Cpath fill='black' class='st1' d='m-0.02952,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_4'/%3E%3Cpath fill='black' class='st1' d='m374.48614,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.btn-warning-outline:hover {
  color: white;
}
.btn-warning-outline:hover:before {
  transform: translateY(-25%) scale(1.5) translateX(140px);
}
.btn-danger-outline {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition-delay: 0.2s;
  border-radius: 0;
  box-shadow: inset 0px 0px 0px 1px #e43f3f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #e43f3f;
  color: #e43f3f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #e43f3f;
  background-color: transparent!important;
  border-color: #e43f3f !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
}
.btn-danger-outline:before {
  content: "";
  pointer-events: none;
  position: absolute;
  width: 500px;
  height: 100%;
  left: -60%;
  top: 0;
  background-position: 0 0;
  transform: translateY(90%) scale(0.9) translateX(-150px);
  transition: all 1s;
  z-index: -1;
  background: #e43f3f;
  -webkit-mask-image: url("data:image/svg+xml,%0A%3Csvg width='561' height='85' xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='xMinYMax slice'%3E%3Cg%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cg id='svg_1'%3E%3Cpath fill='transparent' class='st0' d='m-6.66292,-4.57555c23.4,0 23.4,6 46.7,6c23.4,0 23.4,-6 46.7,-6c23.4,0 23.4,6 46.8,6s23.4,-6 46.8,-6' id='svg_2'/%3E%3Cpath fill='black' class='st1' d='m187.45162,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_3'/%3E%3Cpath fill='black' class='st1' d='m-0.02952,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_4'/%3E%3Cpath fill='black' class='st1' d='m374.48614,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.btn-danger-outline:hover {
  color: white;
}
.btn-danger-outline:hover:before {
  transform: translateY(-25%) scale(1.5) translateX(140px);
}
.btn-black-outline {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition-delay: 0.2s;
  border-radius: 0;
  box-shadow: inset 0px 0px 0px 1px #232323 !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: #232323;
  background-color: transparent!important;
  border-color: #232323 !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-black-outline:before {
  content: "";
  pointer-events: none;
  position: absolute;
  width: 500px;
  height: 100%;
  left: -60%;
  top: 0;
  background-position: 0 0;
  transform: translateY(90%) scale(0.9) translateX(-150px);
  transition: all 1s;
  z-index: -1;
  background: #232323;
  -webkit-mask-image: url("data:image/svg+xml,%0A%3Csvg width='561' height='85' xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='xMinYMax slice'%3E%3Cg%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cg id='svg_1'%3E%3Cpath fill='transparent' class='st0' d='m-6.66292,-4.57555c23.4,0 23.4,6 46.7,6c23.4,0 23.4,-6 46.7,-6c23.4,0 23.4,6 46.8,6s23.4,-6 46.8,-6' id='svg_2'/%3E%3Cpath fill='black' class='st1' d='m187.45162,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_3'/%3E%3Cpath fill='black' class='st1' d='m-0.02952,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_4'/%3E%3Cpath fill='black' class='st1' d='m374.48614,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.btn-black-outline:hover {
  color: white;
}
.btn-black-outline:hover:before {
  transform: translateY(-25%) scale(1.5) translateX(140px);
}
.btn-white-outline {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition-delay: 0.2s;
  border-radius: 0;
  box-shadow: inset 0px 0px 0px 1px #ffffff !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #ffffff;
  background-color: transparent!important;
  border-color: #ffffff !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline:before {
  content: "";
  pointer-events: none;
  position: absolute;
  width: 500px;
  height: 100%;
  left: -60%;
  top: 0;
  background-position: 0 0;
  transform: translateY(90%) scale(0.9) translateX(-150px);
  transition: all 1s;
  z-index: -1;
  background: #ffffff;
  -webkit-mask-image: url("data:image/svg+xml,%0A%3Csvg width='561' height='85' xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='xMinYMax slice'%3E%3Cg%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cg id='svg_1'%3E%3Cpath fill='transparent' class='st0' d='m-6.66292,-4.57555c23.4,0 23.4,6 46.7,6c23.4,0 23.4,-6 46.7,-6c23.4,0 23.4,6 46.8,6s23.4,-6 46.8,-6' id='svg_2'/%3E%3Cpath fill='black' class='st1' d='m187.45162,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_3'/%3E%3Cpath fill='black' class='st1' d='m-0.02952,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_4'/%3E%3Cpath fill='black' class='st1' d='m374.48614,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.btn-white-outline:hover {
  color: white;
}
.btn-white-outline:hover:before {
  transform: translateY(-25%) scale(1.5) translateX(140px);
}
.botao-compra {
  padding: 0.8rem 2.6rem;
  border-radius: 0px;
  background-color: #000000 !important;
  /* Use a cor primária como fundo */
  color: #000000;
  /* Cor do texto */
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #ccff00 !important;
}
.text-success {
  color: #00edff !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #075e54 !important;
}
.text-danger {
  color: #e43f3f !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #7a9900 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #008e99 !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: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #a61717 !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: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #075e54;
}
.alert-danger {
  background-color: #e43f3f;
}
.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: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ccfbff;
}
.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: #10d5be;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fdf2f2;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #000000;
}
/* 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: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.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: #000000;
  border-bottom-color: #000000;
}
.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: #000000 !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: #ccff00 !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='%23000000' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-tNBKG09IAY {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ccff00;
}
.cid-tNBKG09IAY .video-wrapper {
  width: 100%;
}
.cid-tNBKG09IAY .mbr-section-title,
.cid-tNBKG09IAY .mbr-section-subtitle,
.cid-tNBKG09IAY .mbr-text {
  text-align: center;
}
.cid-tNBKG09IAY .mbr-section-subtitle {
  margin-bottom: 15px;
  letter-spacing: .13em;
  color: #FF4712;
  text-align: center;
}
.cid-tNBKG09IAY .mbr-section-title {
  margin-bottom: 5px;
  color: #20232a;
  text-align: center;
}
.cid-tNBKG09IAY .mbr-text {
  margin-bottom: 0;
  color: #505050;
}
.cid-tNBKG09IAY .mbr-section-head {
  margin-bottom: 15px;
}
.cid-tNBKG09IAY .mbr-section-title,
.cid-tNBKG09IAY .mbr-section-btn {
  color: #262626;
}
.cid-tNCIRVGXQj {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ccff00;
}
.cid-tNCIRVGXQj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNCIRVGXQj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNCIRVGXQj .mbr-text,
.cid-tNCIRVGXQj .mbr-section-btn {
  text-align: center;
}
.cid-tNCIRVGXQj .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-tNCIRVGXQj .mbr-section-subtitle {
  text-align: center;
  color: #3d2e7c;
}
.cid-tNCsXb9bhI {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f8f8f8;
}
.cid-tNCsXb9bhI .mbr-section-title {
  color: #1a449a;
}
.cid-tNCsXb9bhI .mbr-text {
  color: #262626;
}
.cid-tNCsXb9bhI .mbr-section-subtitle {
  color: #000000;
}
.cid-tNCsXb9bhI .wave-container {
  position: absolute;
  left: 0;
  top: -58px;
  height: 60px;
  overflow: hidden;
  width: 100%;
}
.cid-tNCsXb9bhI .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #000000;
}
.cid-tNCsXb9bhI .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-tNCsXb9bhI .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-tNDaJttFHv {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f8f8f8;
}
.cid-tNDaJttFHv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNDaJttFHv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNDaJttFHv .content-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tNDaJttFHv .content-container {
    flex-wrap: wrap;
  }
}
.cid-tNDaJttFHv .col-text {
  max-width: 900px;
  width: 100%;
  padding-top: 0px;
  margin-left: 1rem;
}
@media (max-width: 991px) {
  .cid-tNDaJttFHv .col-text {
    max-width: 500px;
    margin-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tNDaJttFHv .col-text {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin: 0.5rem 0 0 !important;
  }
}
.cid-tNDaJttFHv .card-wrapper {
  width: 100%;
}
.cid-tNDaJttFHv .card-box {
  width: 100%;
}
.cid-tNDaJttFHv .card-title {
  color: #75083A;
  margin-bottom: 4px;
  width: 100%;
}
.cid-tNDaJttFHv .card-subtitle {
  color: #1F1D1A;
  margin-bottom: 0;
  opacity: 0.8;
  width: 100%;
}
.cid-tNDaJttFHv .mbr-text {
  color: #262626;
  margin: 0px;
  width: 100%;
}
.cid-tNDaJttFHv .col-img {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tNDaJttFHv .col-img {
    width: 150px;
  }
}
.cid-tNDaJttFHv .image-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
  width: 150px;
  aspect-ratio: 1;
}
@media (max-width: 991px) {
  .cid-tNDaJttFHv .image-wrapper {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .cid-tNDaJttFHv .image-wrapper {
    width: 150px;
  }
}
.cid-tNDaJttFHv .image-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.cid-tNDaJttFHv .iconfont-wrapper {
  position: relative;
  z-index: 11;
  padding: 8px;
}
.cid-tNDaJttFHv .mbr-iconfont {
  font-size: 48px;
  color: #75083a;
}
.cid-tNDlbTiMrj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #00edff;
}
.cid-tNDlbTiMrj .mbr-section-title {
  color: #1a449a;
}
.cid-tNDlbTiMrj .mbr-text {
  color: #262626;
}
.cid-tNDlbTiMrj .mbr-section-subtitle {
  color: #262626;
  text-align: center;
}
.cid-tNDlbTiMrj .wave-container {
  position: absolute;
  left: 0;
  top: -58px;
  height: 60px;
  overflow: hidden;
  width: 100%;
}
.cid-tNDlbTiMrj .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #000000;
}
.cid-tNDlbTiMrj .svg-top .st0 {
  fill: #00edff;
}
@media (max-width: 992px) {
  .cid-tNDlbTiMrj .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-tNEKrykVRO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #00edff;
}
.cid-tNEKrykVRO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNEKrykVRO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNEKrykVRO .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tNEKrykVRO .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-tNEKrykVRO .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tNEKrykVRO .col-img {
  padding: 10px;
}
@media (min-width: 992px) {
  .cid-tNEKrykVRO .col-img {
    padding-right: 60px !important;
  }
}
.cid-tNEKrykVRO .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tNEKrykVRO .col-text {
    order: 2;
  }
}
.cid-tNEKrykVRO .text-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tNEKrykVRO .text-wrapper {
    margin-top: 20px;
  }
}
.cid-tNEKrykVRO .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-tNEKrykVRO .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 22px;
}
.cid-tNEKrykVRO .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-tNEKrykVRO .mbr-text {
  color: #C4CFDE;
  margin-bottom: 20px;
  padding-right: 16%;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tNEKrykVRO .mbr-text {
    padding-right: 0;
  }
}
.cid-tNEKrykVRO .mbr-section-btn {
  margin-top: 20px;
}
.cid-tNEKrykVRO .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-tNEKrykVRO .social-container {
    padding-top: 40px;
  }
}
.cid-tNEKrykVRO .social-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-tNEKrykVRO .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
.cid-tNEKrykVRO .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 10px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-tNEKrykVRO .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tNEKrykVRO .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-tNEKrykVRO .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tNEKrykVRO .soc-item:hover:before {
  opacity: 1;
}
.cid-tNEKrykVRO .img-wrapper {
  padding: 15px;
  border-radius: 6px;
  position: relative;
  width: 100%;
  background: linear-gradient(145deg, #ffffff, #00edff);
  box-shadow: 10px 10px 19px #00c4d4, -10px -10px 19px #00d9e9;
}
.cid-tNEKrykVRO .img-box {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.cid-tNEKrykVRO .img-box img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 0.87102178;
}
.cid-tNEKrykVRO .mbr-text,
.cid-tNEKrykVRO .mbr-section-btn {
  color: #262626;
  text-align: left;
}
.cid-tNETvjowVi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #f8f8f8;
}
.cid-tNETvjowVi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNETvjowVi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNETvjowVi .row {
  flex-direction: row-reverse;
}
.cid-tNETvjowVi .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tNETvjowVi .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-tNETvjowVi .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tNETvjowVi .col-img {
  padding: 10px;
}
@media (min-width: 992px) {
  .cid-tNETvjowVi .col-img {
    padding-left: 60px !important;
  }
}
.cid-tNETvjowVi .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tNETvjowVi .col-text {
    order: 2;
  }
}
.cid-tNETvjowVi .text-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tNETvjowVi .text-wrapper {
    margin-top: 20px;
  }
}
.cid-tNETvjowVi .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-tNETvjowVi .mbr-section-subtitle {
  color: #505050;
  margin-bottom: 22px;
}
.cid-tNETvjowVi .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-tNETvjowVi .mbr-text {
  color: #C4CFDE;
  margin-bottom: 20px;
  padding-right: 16%;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tNETvjowVi .mbr-text {
    padding-right: 0;
  }
}
.cid-tNETvjowVi .mbr-section-btn {
  margin-top: 20px;
}
.cid-tNETvjowVi .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-tNETvjowVi .social-container {
    padding-top: 40px;
  }
}
.cid-tNETvjowVi .social-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-tNETvjowVi .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
.cid-tNETvjowVi .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 10px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-tNETvjowVi .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tNETvjowVi .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-tNETvjowVi .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tNETvjowVi .soc-item:hover:before {
  opacity: 1;
}
.cid-tNETvjowVi .img-wrapper {
  padding: 15px;
  border-radius: 6px;
  position: relative;
  width: 100%;
  background: linear-gradient(145deg, #ffffff, #ebebeb);
  box-shadow: 10px 10px 19px #bbbbbb, -10px -10px 19px #ebebeb;
}
.cid-tNETvjowVi .img-box {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.cid-tNETvjowVi .img-box img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 0.87102178;
}
.cid-tNETvjowVi .mbr-text,
.cid-tNETvjowVi .mbr-section-btn {
  color: #262626;
  text-align: left;
}
.cid-tNETxJu1Vs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #00edff;
}
.cid-tNETxJu1Vs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNETxJu1Vs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNETxJu1Vs .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tNETxJu1Vs .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-tNETxJu1Vs .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tNETxJu1Vs .col-img {
  padding: 10px;
}
@media (min-width: 992px) {
  .cid-tNETxJu1Vs .col-img {
    padding-right: 60px !important;
  }
}
.cid-tNETxJu1Vs .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tNETxJu1Vs .col-text {
    order: 2;
  }
}
.cid-tNETxJu1Vs .text-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tNETxJu1Vs .text-wrapper {
    margin-top: 20px;
  }
}
.cid-tNETxJu1Vs .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-tNETxJu1Vs .mbr-section-subtitle {
  color: #505050;
  margin-bottom: 22px;
}
.cid-tNETxJu1Vs .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-tNETxJu1Vs .mbr-text {
  color: #C4CFDE;
  margin-bottom: 20px;
  padding-right: 16%;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tNETxJu1Vs .mbr-text {
    padding-right: 0;
  }
}
.cid-tNETxJu1Vs .mbr-section-btn {
  margin-top: 20px;
}
.cid-tNETxJu1Vs .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-tNETxJu1Vs .social-container {
    padding-top: 40px;
  }
}
.cid-tNETxJu1Vs .social-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-tNETxJu1Vs .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
.cid-tNETxJu1Vs .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 10px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-tNETxJu1Vs .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tNETxJu1Vs .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-tNETxJu1Vs .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tNETxJu1Vs .soc-item:hover:before {
  opacity: 1;
}
.cid-tNETxJu1Vs .img-wrapper {
  padding: 15px;
  border-radius: 6px;
  position: relative;
  width: 100%;
  background: linear-gradient(145deg, #ffffff, #00edff);
  box-shadow: 10px 10px 19px #00c4d4, -10px -10px 19px #00d9e9;
}
.cid-tNETxJu1Vs .img-box {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.cid-tNETxJu1Vs .img-box img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 0.87102178;
}
.cid-tNETxJu1Vs .mbr-text,
.cid-tNETxJu1Vs .mbr-section-btn {
  color: #262626;
  text-align: left;
}
.cid-tNHCPh8EmA {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #00edff;
}
.cid-tNHCPh8EmA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNHCPh8EmA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNHCPh8EmA .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tNHCPh8EmA .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-tNHCPh8EmA .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tNHCPh8EmA .col-img {
  padding: 0px;
}
@media (min-width: 992px) {
  .cid-tNHCPh8EmA .col-img {
    padding-right: 60px !important;
  }
}
.cid-tNHCPh8EmA .col-text {
  display: flex;
  align-items: center;
  padding: 0px 10px;
}
@media (max-width: 991px) {
  .cid-tNHCPh8EmA .col-text {
    order: 2;
  }
}
.cid-tNHCPh8EmA .text-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tNHCPh8EmA .text-wrapper {
    margin-top: 20px;
  }
}
.cid-tNHCPh8EmA .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-tNHCPh8EmA .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 22px;
}
.cid-tNHCPh8EmA .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-tNHCPh8EmA .mbr-text {
  color: #C4CFDE;
  margin-bottom: 20px;
  padding-right: 16%;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tNHCPh8EmA .mbr-text {
    padding-right: 0;
  }
}
.cid-tNHCPh8EmA .mbr-section-btn {
  margin-top: 20px;
}
.cid-tNHCPh8EmA .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-tNHCPh8EmA .social-container {
    padding-top: 40px;
  }
}
.cid-tNHCPh8EmA .social-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-tNHCPh8EmA .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
.cid-tNHCPh8EmA .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 10px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-tNHCPh8EmA .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tNHCPh8EmA .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-tNHCPh8EmA .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tNHCPh8EmA .soc-item:hover:before {
  opacity: 1;
}
.cid-tNHCPh8EmA .img-wrapper {
  padding: 15px;
  border-radius: 6px;
  position: relative;
  width: 100%;
}
.cid-tNHCPh8EmA .img-box {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.cid-tNHCPh8EmA .img-box img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 0.87102178;
}
.cid-tNHCPh8EmA .mbr-text,
.cid-tNHCPh8EmA .mbr-section-btn {
  color: #262626;
  text-align: left;
}
.cid-tNGrSFNJQm {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f8f8f8;
}
.cid-tNGrSFNJQm .mbr-section-title {
  color: #1a449a;
}
.cid-tNGrSFNJQm .mbr-text {
  color: #262626;
}
.cid-tNGrSFNJQm .mbr-section-subtitle {
  color: #262626;
  text-align: center;
}
.cid-tNGrSFNJQm .wave-container {
  position: absolute;
  left: 0;
  top: -58px;
  height: 60px;
  overflow: hidden;
  width: 100%;
}
.cid-tNGrSFNJQm .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #000000;
}
.cid-tNGrSFNJQm .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-tNGrSFNJQm .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-tNGyQHNlvz {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #f8f8f8;
}
.cid-tNGyQHNlvz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNGyQHNlvz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNGyQHNlvz img {
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tNGyQHNlvz img {
    max-width: 85%;
  }
}
@media (max-width: 992px) {
  .cid-tNGyQHNlvz {
    background-size: cover;
    background-position: center;
  }
}
.cid-tNGyQHNlvz .start {
  width: 300px;
  height: 80px;
  background: #ff526b;
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-tNGyQHNlvz .start:hover {
  background: #ff1f3f;
}
@media (max-width: 992px) {
  .cid-tNGyQHNlvz .align-left {
    text-align: center;
  }
}
.cid-tNGyQHNlvz .mbr-section-title {
  color: #00004c;
}
.cid-tNGyQHNlvz .mbr-text,
.cid-tNGyQHNlvz .mbr-section-btn,
.cid-tNGyQHNlvz .text-wrapper {
  color: #262626;
}
.cid-tNGyQHNlvz .mbr-section-subtitle {
  color: #00004c;
}
.cid-tNNsZyL3Sy {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ccff00;
}
.cid-tNNsZyL3Sy .mbr-section-title {
  color: #1a449a;
  text-align: center;
}
.cid-tNNsZyL3Sy .mbr-text {
  color: #262626;
}
.cid-tNNsZyL3Sy .mbr-section-subtitle {
  color: #262626;
  text-align: center;
}
.cid-tNNsZyL3Sy .wave-container {
  position: absolute;
  left: 0;
  top: -58px;
  height: 60px;
  overflow: hidden;
  width: 100%;
}
.cid-tNNsZyL3Sy .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #000000;
}
.cid-tNNsZyL3Sy .svg-top .st0 {
  fill: #ccff00;
}
@media (max-width: 992px) {
  .cid-tNNsZyL3Sy .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-tNOo8kXoEi {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background: #ccff00;
}
.cid-tNOo8kXoEi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNOo8kXoEi .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-tNOo8kXoEi .container {
    padding: 0 20px;
  }
  .cid-tNOo8kXoEi .container .row {
    padding: 0;
  }
}
.cid-tNOo8kXoEi .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-tNOo8kXoEi .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tNOo8kXoEi .embla__slide .card-wrap {
  width: 700px;
}
.cid-tNOo8kXoEi .embla__slide .card-wrap .item-wrapper {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tNOo8kXoEi .embla__slide .card-wrap .item-wrapper {
    margin-bottom: 10px;
  }
}
.cid-tNOo8kXoEi .embla__slide .card-wrap .item-wrapper .item-link {
  display: block;
}
.cid-tNOo8kXoEi .embla__slide .card-wrap .item-wrapper .item-link .image-wrap img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tNOo8kXoEi .embla__slide .card-wrap .item-wrapper .item-link .image-wrap img {
    height: 100%;
  }
}
.cid-tNOo8kXoEi .embla__slide .card-wrap .content-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 75px;
}
@media (max-width: 992px) {
  .cid-tNOo8kXoEi .embla__slide .card-wrap .content-wrap {
    display: block;
    padding: 0;
  }
}
.cid-tNOo8kXoEi .embla__slide .card-wrap .content-wrap .content-link {
  display: block;
}
.cid-tNOo8kXoEi .embla__slide .card-wrap .content-wrap .content-link:hover .mbr-card-title::before {
  width: 100%;
}
.cid-tNOo8kXoEi .embla__slide .card-wrap .content-wrap .content-link .mbr-card-title {
  position: relative;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tNOo8kXoEi .embla__slide .card-wrap .content-wrap .content-link .mbr-card-title {
    margin-bottom: 10px;
  }
}
.cid-tNOo8kXoEi .embla__slide .card-wrap .content-wrap .content-link .mbr-card-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #00edff;
  transition: all 0.3s ease-out;
}
.cid-tNOo8kXoEi .embla__slide .card-wrap .content-wrap .mbr-section-btn .btn .mbr-iconfont {
  color: #00edff;
}
.cid-tNOo8kXoEi .embla__button--next,
.cid-tNOo8kXoEi .embla__button--prev {
  display: flex;
}
.cid-tNOo8kXoEi .embla__button {
  width: 35px;
  height: 35px;
  font-size: 20px;
  background-color: transparent;
  color: #00edff;
  border: 2px solid #00edff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.cid-tNOo8kXoEi .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tNOo8kXoEi .embla__button:hover {
  background-color: #000000;
  color: #47b5ed;
}
.cid-tNOo8kXoEi .embla__button.embla__button--prev {
  left: 1rem;
  bottom: 45%;
  transform: translateY(50%);
}
.cid-tNOo8kXoEi .embla__button.embla__button--next {
  right: 1rem;
  bottom: 45%;
  transform: translateY(50%);
}
@media (max-width: 767px) {
  .cid-tNOo8kXoEi .embla__button {
    font-size: 25px;
    bottom: 10rem;
  }
}
.cid-tNOo8kXoEi .embla {
  position: relative;
  width: 100%;
}
.cid-tNOo8kXoEi .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tNOo8kXoEi .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tNOo8kXoEi .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tNOo8kXoEi .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tNOo8kXoEi .mbr-card-title {
  color: #000000;
  text-align: left;
}
.cid-tNSdIO0vcN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #00edff;
}
.cid-tNSdIO0vcN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNSdIO0vcN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNSdIO0vcN .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tNSdIO0vcN .container-fluid {
    padding: 0;
  }
}
.cid-tNSdIO0vcN .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tNSdIO0vcN .container {
    padding: 0 20px;
  }
}
.cid-tNSdIO0vcN .row {
  justify-content: center;
}
.cid-tNSdIO0vcN .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-tNSdIO0vcN .title-wrapper .mbr-section-title {
    margin-bottom: 10px;
  }
}
@media (max-width: 992px) {
  .cid-tNSdIO0vcN .video-block {
    margin-bottom: 30px;
  }
}
.cid-tNSdIO0vcN .video-block .video-wrapper iframe {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tNSdIO0vcN .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-tNSdIO0vcN .video-block .video-wrapper .app-video-wrapper::before {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #00edff;
  color: #000000;
  text-shadow: none;
}
.cid-tNSdIO0vcN .video-block .video-wrapper .app-video-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tNSdIO0vcN .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tNSdIO0vcN .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tNVrBD0HRP {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #00edff;
}
.cid-tNVrBD0HRP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNVrBD0HRP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNVrBD0HRP .mbr-text,
.cid-tNVrBD0HRP .mbr-section-btn {
  text-align: center;
}
.cid-tNVrBD0HRP .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-tNVrBD0HRP .mbr-section-subtitle {
  text-align: center;
  color: #3d2e7c;
}
.cid-tNSmZ0jYlM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f8f8f8;
}
.cid-tNSmZ0jYlM .mbr-section-title {
  color: #1a449a;
  text-align: center;
}
.cid-tNSmZ0jYlM .mbr-text {
  color: #262626;
}
.cid-tNSmZ0jYlM .mbr-section-subtitle {
  color: #262626;
  text-align: center;
}
.cid-tNSmZ0jYlM .wave-container {
  position: absolute;
  left: 0;
  top: -58px;
  height: 60px;
  overflow: hidden;
  width: 100%;
}
.cid-tNSmZ0jYlM .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #000000;
}
.cid-tNSmZ0jYlM .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-tNSmZ0jYlM .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-tNTv5xImJc {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background: #f8f8f8;
}
.cid-tNTv5xImJc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNTv5xImJc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNTv5xImJc .container-fluid {
  padding: 0 34px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tNTv5xImJc .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tNTv5xImJc .container {
    padding: 0 20px;
  }
}
.cid-tNTv5xImJc .row {
  margin: 0;
}
.cid-tNTv5xImJc .mbr-section-title {
  margin-bottom: 50px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tNTv5xImJc .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tNTv5xImJc .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 450px;
  max-width: 450px;
}
@media (max-width: 768px) {
  .cid-tNTv5xImJc .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tNTv5xImJc .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 450px;
  object-fit: cover;
  border-radius: 30px 30px 0 0;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .cid-tNTv5xImJc .embla__slide .card-wrap .item-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-tNTv5xImJc .embla__slide .card-wrap .content-wrap .mbr-name {
  margin-bottom: 32px;
}
.cid-tNTv5xImJc .embla__slide .card-wrap .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tNTv5xImJc .embla__button--next,
.cid-tNTv5xImJc .embla__button--prev {
  display: flex;
}
.cid-tNTv5xImJc .embla__button {
  bottom: -4rem;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 24px;
  background-color: transparent;
  color: #47b5ed;
  border: 1px solid #000000;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tNTv5xImJc .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tNTv5xImJc .embla__button:hover {
  background: #000000;
  color: #ccff00;
}
.cid-tNTv5xImJc .embla__button.embla__button--prev {
  left: 1rem;
  transform: translateY(50%);
}
.cid-tNTv5xImJc .embla__button.embla__button--next {
  right: 1rem;
  transform: translateY(50%);
}
@media (max-width: 767px) {
  .cid-tNTv5xImJc .embla__button {
    top: auto;
  }
}
.cid-tNTv5xImJc .embla {
  position: relative;
  width: 100%;
}
.cid-tNTv5xImJc .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tNTv5xImJc .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tNTv5xImJc .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tNTv5xImJc .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tNTv5xImJc .mbr-name {
  color: #0e0e10;
}
.cid-tNTv5xImJc .mbr-text {
  color: #262626;
  text-align: left;
}
.cid-tNVqwjH73t {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #e5e5e5;
}
.cid-tNVqwjH73t .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNVqwjH73t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNVqwjH73t .mbr-section-title {
  color: #24262b;
}
.cid-tNVqwjH73t .mbr-section-subtitle {
  color: #262626;
}
.cid-tNVqwjH73t .mbr-section-btn {
  margin-top: 16px;
}
.cid-tNW6JVdtPV {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e5e5e5;
}
.cid-tNW6JVdtPV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNW6JVdtPV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNW6JVdtPV .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tNW6JVdtPV .container-fluid {
    padding: 0 16px;
  }
}
.cid-tNW6JVdtPV .container-fluid .row {
  padding: 0;
}
.cid-tNW6JVdtPV .row {
  justify-content: center;
}
.cid-tNW6JVdtPV .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tNW6JVdtPV .title-wrapper {
    margin-bottom: 60px;
  }
}
.cid-tNW6JVdtPV .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tNW6JVdtPV .item {
  margin-bottom: 50px;
}
.cid-tNW6JVdtPV .item .item-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 1190px) {
  .cid-tNW6JVdtPV .item .item-wrapper {
    display: block;
  }
}
.cid-tNW6JVdtPV .item .item-wrapper .item-img {
  margin-right: 46px;
}
@media (max-width: 1190px) {
  .cid-tNW6JVdtPV .item .item-wrapper .item-img {
    margin-right: 0;
    margin-bottom: 22px;
  }
}
.cid-tNW6JVdtPV .item .item-wrapper .item-img img {
  width: 275px;
  height: 275px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 1190px) {
  .cid-tNW6JVdtPV .item .item-wrapper .item-img img {
    margin: 0 auto;
  }
}
.cid-tNW6JVdtPV .item .item-wrapper .item-content .mbr-title {
  margin-bottom: 22px;
}
.cid-tNW6JVdtPV .item .item-wrapper .item-content .mbr-text {
  margin: 0;
}
.cid-tNW6JVdtPV .mbr-section-title {
  color: #495DFF;
}
.cid-tNW6JVdtPV .mbr-title {
  color: #262626;
}
.cid-tNW6JVdtPV .mbr-text {
  color: #262626;
  text-align: left;
}
.cid-tOgKCUu9Fw {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #e5e5e5;
}
.cid-tOgKCUu9Fw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOgKCUu9Fw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOgKCUu9Fw .mbr-text,
.cid-tOgKCUu9Fw .mbr-section-btn {
  text-align: center;
  margin-top: 0;
  padding-top: 0;
}
.cid-tOgKCUu9Fw .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-tOgKCUu9Fw .mbr-section-subtitle {
  text-align: center;
  color: #3d2e7c;
}
.cid-tPRVjvhNwG {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #f8f8f8;
}
.cid-tPRVjvhNwG .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-tPRVjvhNwG .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-tPRVjvhNwG .mbr-text {
  color: #52586a;
  margin-bottom: 20px;
}
.cid-tPRVjvhNwG .desc {
  color: #111213;
}
.cid-tPRVjvhNwG .desc1 {
  padding: 0px 10px;
  background: #e43f3f;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-tPRVjvhNwG .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-tPRVjvhNwG .name {
  margin-bottom: 20px;
}
.cid-tPRVjvhNwG .price {
  width: auto;
  display: inline;
}
.cid-tPRVjvhNwG .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-tPRVjvhNwG .plus1 {
  display: inline;
  width: auto;
  color: #099000;
}
.cid-tPRVjvhNwG .desc2 {
  display: inline;
  width: auto;
  color: #ff0000;
}
.cid-tPRVjvhNwG .new-price {
  width: auto;
  display: inline;
}
.cid-tPRVjvhNwG .mbr-section-btn {
  margin-bottom: 0px;
}
.cid-tPRVjvhNwG .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-tPRVjvhNwG .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-tPRVjvhNwG .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-tPRVjvhNwG .plus {
  color: #52586a;
}
.cid-tPRVjvhNwG .desc,
.cid-tPRVjvhNwG .plus {
  display: inline-block;
  width: auto;
}
.cid-tPRVjvhNwG .mbr-text,
.cid-tPRVjvhNwG .mbr-section-btn {
  color: #52586a;
}
.cid-tPRVjvhNwG .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-tPRVjvhNwG .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-tPRVjvhNwG .name,
.cid-tPRVjvhNwG .card,
.cid-tPRVjvhNwG .price-line {
  color: #262626;
}
.cid-tPRVjvhNwG .mbr-text,
.cid-tPRVjvhNwG .mbr-section-btn,
.cid-tPRVjvhNwG .price-line1 {
  color: #505050;
}
.cid-tTnmgmfjzN {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #00edff;
}
.cid-tTnmgmfjzN .mbr-media {
  position: relative;
}
.cid-tTnmgmfjzN .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tTnmgmfjzN a:hover {
  background-image: none!important;
}
.cid-tTnmgmfjzN .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tTnmgmfjzN .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #000000;
}
.cid-tTnmgmfjzN .svg-top .st0 {
  fill: #00edff;
}
@media (max-width: 992px) {
  .cid-tTnmgmfjzN .svg-top {
    width: 1000px;
  }
}
.cid-tTnmgmfjzN .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  transition: all 0.3s;
}
.cid-tTnmgmfjzN .mbr-media span {
  font-size: 5.5rem;
  transition: all 0.3s;
  color: #000000;
}
.cid-tTnmgmfjzN .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tTnmgmfjzN .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tTnmgmfjzN .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tTnmgmfjzN .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-tTnmgmfjzN .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tTnmgmfjzN .mbr-section-title {
  color: #232323;
}
.cid-tNV2U6po22 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #00edff;
}
.cid-tNV2U6po22 .mbr-section-title {
  color: #1a449a;
}
.cid-tNV2U6po22 .mbr-text {
  color: #262626;
}
.cid-tNV2U6po22 .mbr-section-subtitle {
  color: #262626;
  text-align: center;
}
.cid-tNV2U6po22 .wave-container {
  position: absolute;
  left: 0;
  top: -58px;
  height: 60px;
  overflow: hidden;
  width: 100%;
}
.cid-tNV2U6po22 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #000000;
}
.cid-tNV2U6po22 .svg-top .st0 {
  fill: #00edff;
}
@media (max-width: 992px) {
  .cid-tNV2U6po22 .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-tNS2E5sgWv {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #00edff;
}
.cid-tNS2E5sgWv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNS2E5sgWv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNS2E5sgWv .col-title {
  position: relative;
  z-index: 10;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-tNS2E5sgWv .col-title {
    margin-bottom: 30px;
  }
}
.cid-tNS2E5sgWv .mbr-section-title {
  color: #2B2B2B;
}
@media (max-width: 991px) {
  .cid-tNS2E5sgWv .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tNS2E5sgWv .mbr-section-subtitle {
  color: #5F6AD4;
  margin-top: 24px;
}
@media (max-width: 991px) {
  .cid-tNS2E5sgWv .mbr-section-subtitle {
    margin-top: 16px;
    text-align: center !important;
  }
}
.cid-tNS2E5sgWv .panel-group {
  border: none;
  padding: 0 !important;
}
.cid-tNS2E5sgWv .card {
  padding: 0 20px !important;
}
.cid-tNS2E5sgWv .card-border {
  height: 2px;
  width: 100%;
  background-color: #ccff00;
  margin-top: auto;
}
.cid-tNS2E5sgWv .card-border-top {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-tNS2E5sgWv .card-border-top2 {
    display: none;
  }
}
.cid-tNS2E5sgWv .mbr-iconfont {
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #000000;
  margin-left: 1rem;
  padding: 8px;
  background-color: #ccff00;
  transition: all ease-in-out 0.3s;
  border-radius: 50%;
}
.cid-tNS2E5sgWv .card-header {
  border-bottom: none !important;
  padding: 15px 0 !important;
}
.cid-tNS2E5sgWv .card-header:hover .mbr-iconfont {
  background-color: #cecec1 !important;
}
.cid-tNS2E5sgWv .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-tNS2E5sgWv .panel-body {
  padding-bottom: 20px;
}
.cid-tNS2E5sgWv .panel-text {
  margin-bottom: 20px !important;
  color: #232323;
}
.cid-tNS2E5sgWv .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tNS2E5sgWv .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tNS2E5sgWv .panel-title-edit {
  color: #232323;
}
.cid-tNVx4IiPfB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tNVx4IiPfB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNVx4IiPfB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNVx4IiPfB b,
.cid-tNVx4IiPfB strong {
  font-weight: 900;
}
@media (min-width: 992px) {
  .cid-tNVx4IiPfB img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-tNVx4IiPfB img {
    padding-bottom: 2rem;
  }
}
.cid-tNVx4IiPfB .row {
  align-items: center;
}
.cid-tNVx4IiPfB .mbr-section-title {
  color: #000000;
}
.cid-tNVx4IiPfB .mbr-text,
.cid-tNVx4IiPfB .mbr-section-btn {
  color: #262626;
}
.cid-tNVx4IiPfB .mbr-section-subtitle {
  color: #505050;
}
.cid-tNEXTZe7DU {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ccff00;
}
.cid-tNEXTZe7DU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNEXTZe7DU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNEXTZe7DU .mbr-text,
.cid-tNEXTZe7DU .mbr-section-btn {
  text-align: center;
}
.cid-tNEXTZe7DU .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-tNEXTZe7DU .mbr-section-subtitle {
  text-align: center;
  color: #3d2e7c;
}
.cid-tNCuoejJUv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f8f8f8;
}
.cid-tNCuoejJUv .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
  overflow: hidden;
  overflow-y: auto;
}

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.5;
  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;
}

@media (max-width: 767px) {
  .align-left, .align-right {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .md-pb {
    margin-bottom: 2rem !important;
  }
}
/*! 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;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  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;
}

.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;
}

@-webkit-keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}

@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}.cid-tQeqSKl4fW {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ccff00;
}
.cid-tQeqSKl4fW .video-wrapper {
  width: 100%;
}
.cid-tQeqSKl4fW .mbr-section-title,
.cid-tQeqSKl4fW .mbr-section-subtitle,
.cid-tQeqSKl4fW .mbr-text {
  text-align: center;
}
.cid-tQeqSKl4fW .mbr-section-subtitle {
  margin-bottom: 15px;
  letter-spacing: .13em;
  color: #FF4712;
  text-align: center;
}
.cid-tQeqSKl4fW .mbr-section-title {
  margin-bottom: 5px;
  color: #20232a;
  text-align: center;
}
.cid-tQeqSKl4fW .mbr-text {
  margin-bottom: 0;
  color: #505050;
}
.cid-tQeqSKl4fW .mbr-section-head {
  margin-bottom: 15px;
}
.cid-tQeqSKl4fW .mbr-section-title,
.cid-tQeqSKl4fW .mbr-section-btn {
  color: #262626;
}
.cid-tQeqSM8Ya9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f8f8f8;
}
.cid-tQeqSM8Ya9 .mbr-section-title {
  color: #1a449a;
}
.cid-tQeqSM8Ya9 .mbr-text {
  color: #262626;
}
.cid-tQeqSM8Ya9 .mbr-section-subtitle {
  color: #000000;
}
.cid-tQeqSM8Ya9 .wave-container {
  position: absolute;
  left: 0;
  top: -58px;
  height: 60px;
  overflow: hidden;
  width: 100%;
}
.cid-tQeqSM8Ya9 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #000000;
}
.cid-tQeqSM8Ya9 .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-tQeqSM8Ya9 .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-tQeqSMByuz {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f8f8f8;
}
.cid-tQeqSMByuz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQeqSMByuz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQeqSMByuz .content-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tQeqSMByuz .content-container {
    flex-wrap: wrap;
  }
}
.cid-tQeqSMByuz .col-text {
  max-width: 900px;
  width: 100%;
  padding-top: 0px;
  margin-left: 1rem;
}
@media (max-width: 991px) {
  .cid-tQeqSMByuz .col-text {
    max-width: 500px;
    margin-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tQeqSMByuz .col-text {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin: 0.5rem 0 0 !important;
  }
}
.cid-tQeqSMByuz .card-wrapper {
  width: 100%;
}
.cid-tQeqSMByuz .card-box {
  width: 100%;
}
.cid-tQeqSMByuz .card-title {
  color: #75083A;
  margin-bottom: 4px;
  width: 100%;
}
.cid-tQeqSMByuz .card-subtitle {
  color: #1F1D1A;
  margin-bottom: 0;
  opacity: 0.8;
  width: 100%;
}
.cid-tQeqSMByuz .mbr-text {
  color: #262626;
  margin: 0px;
  width: 100%;
}
.cid-tQeqSMByuz .col-img {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tQeqSMByuz .col-img {
    width: 150px;
  }
}
.cid-tQeqSMByuz .image-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
  width: 150px;
  aspect-ratio: 1;
}
@media (max-width: 991px) {
  .cid-tQeqSMByuz .image-wrapper {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .cid-tQeqSMByuz .image-wrapper {
    width: 150px;
  }
}
.cid-tQeqSMByuz .image-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.cid-tQeqSMByuz .iconfont-wrapper {
  position: relative;
  z-index: 11;
  padding: 8px;
}
.cid-tQeqSMByuz .mbr-iconfont {
  font-size: 48px;
  color: #75083a;
}
.cid-tQeqSNfTqO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #00edff;
}
.cid-tQeqSNfTqO .mbr-section-title {
  color: #1a449a;
}
.cid-tQeqSNfTqO .mbr-text {
  color: #262626;
}
.cid-tQeqSNfTqO .mbr-section-subtitle {
  color: #262626;
  text-align: center;
}
.cid-tQeqSNfTqO .wave-container {
  position: absolute;
  left: 0;
  top: -58px;
  height: 60px;
  overflow: hidden;
  width: 100%;
}
.cid-tQeqSNfTqO .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #000000;
}
.cid-tQeqSNfTqO .svg-top .st0 {
  fill: #00edff;
}
@media (max-width: 992px) {
  .cid-tQeqSNfTqO .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-tQeqSNKfPt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #00edff;
}
.cid-tQeqSNKfPt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQeqSNKfPt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQeqSNKfPt .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tQeqSNKfPt .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-tQeqSNKfPt .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tQeqSNKfPt .col-img {
  padding: 10px;
}
@media (min-width: 992px) {
  .cid-tQeqSNKfPt .col-img {
    padding-right: 60px !important;
  }
}
.cid-tQeqSNKfPt .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tQeqSNKfPt .col-text {
    order: 2;
  }
}
.cid-tQeqSNKfPt .text-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tQeqSNKfPt .text-wrapper {
    margin-top: 20px;
  }
}
.cid-tQeqSNKfPt .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-tQeqSNKfPt .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 22px;
}
.cid-tQeqSNKfPt .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-tQeqSNKfPt .mbr-text {
  color: #C4CFDE;
  margin-bottom: 20px;
  padding-right: 16%;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tQeqSNKfPt .mbr-text {
    padding-right: 0;
  }
}
.cid-tQeqSNKfPt .mbr-section-btn {
  margin-top: 20px;
}
.cid-tQeqSNKfPt .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-tQeqSNKfPt .social-container {
    padding-top: 40px;
  }
}
.cid-tQeqSNKfPt .social-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-tQeqSNKfPt .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
.cid-tQeqSNKfPt .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 10px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-tQeqSNKfPt .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tQeqSNKfPt .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-tQeqSNKfPt .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tQeqSNKfPt .soc-item:hover:before {
  opacity: 1;
}
.cid-tQeqSNKfPt .img-wrapper {
  padding: 15px;
  border-radius: 6px;
  position: relative;
  width: 100%;
  background: linear-gradient(145deg, #ffffff, #00edff);
  box-shadow: 10px 10px 19px #00c4d4, -10px -10px 19px #00d9e9;
}
.cid-tQeqSNKfPt .img-box {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.cid-tQeqSNKfPt .img-box img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 0.87102178;
}
.cid-tQeqSNKfPt .mbr-text,
.cid-tQeqSNKfPt .mbr-section-btn {
  color: #262626;
  text-align: left;
}
.cid-tQeqSOuXpI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #f8f8f8;
}
.cid-tQeqSOuXpI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQeqSOuXpI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQeqSOuXpI .row {
  flex-direction: row-reverse;
}
.cid-tQeqSOuXpI .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tQeqSOuXpI .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-tQeqSOuXpI .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tQeqSOuXpI .col-img {
  padding: 10px;
}
@media (min-width: 992px) {
  .cid-tQeqSOuXpI .col-img {
    padding-left: 60px !important;
  }
}
.cid-tQeqSOuXpI .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tQeqSOuXpI .col-text {
    order: 2;
  }
}
.cid-tQeqSOuXpI .text-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tQeqSOuXpI .text-wrapper {
    margin-top: 20px;
  }
}
.cid-tQeqSOuXpI .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-tQeqSOuXpI .mbr-section-subtitle {
  color: #505050;
  margin-bottom: 22px;
}
.cid-tQeqSOuXpI .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-tQeqSOuXpI .mbr-text {
  color: #C4CFDE;
  margin-bottom: 20px;
  padding-right: 16%;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tQeqSOuXpI .mbr-text {
    padding-right: 0;
  }
}
.cid-tQeqSOuXpI .mbr-section-btn {
  margin-top: 20px;
}
.cid-tQeqSOuXpI .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-tQeqSOuXpI .social-container {
    padding-top: 40px;
  }
}
.cid-tQeqSOuXpI .social-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-tQeqSOuXpI .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
.cid-tQeqSOuXpI .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 10px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-tQeqSOuXpI .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tQeqSOuXpI .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-tQeqSOuXpI .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tQeqSOuXpI .soc-item:hover:before {
  opacity: 1;
}
.cid-tQeqSOuXpI .img-wrapper {
  padding: 15px;
  border-radius: 6px;
  position: relative;
  width: 100%;
  background: linear-gradient(145deg, #ffffff, #ebebeb);
  box-shadow: 10px 10px 19px #bbbbbb, -10px -10px 19px #ebebeb;
}
.cid-tQeqSOuXpI .img-box {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.cid-tQeqSOuXpI .img-box img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 0.87102178;
}
.cid-tQeqSOuXpI .mbr-text,
.cid-tQeqSOuXpI .mbr-section-btn {
  color: #262626;
  text-align: left;
}
.cid-tQeqSPxgJ2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #00edff;
}
.cid-tQeqSPxgJ2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQeqSPxgJ2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQeqSPxgJ2 .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tQeqSPxgJ2 .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-tQeqSPxgJ2 .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tQeqSPxgJ2 .col-img {
  padding: 10px;
}
@media (min-width: 992px) {
  .cid-tQeqSPxgJ2 .col-img {
    padding-right: 60px !important;
  }
}
.cid-tQeqSPxgJ2 .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tQeqSPxgJ2 .col-text {
    order: 2;
  }
}
.cid-tQeqSPxgJ2 .text-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tQeqSPxgJ2 .text-wrapper {
    margin-top: 20px;
  }
}
.cid-tQeqSPxgJ2 .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-tQeqSPxgJ2 .mbr-section-subtitle {
  color: #505050;
  margin-bottom: 22px;
}
.cid-tQeqSPxgJ2 .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-tQeqSPxgJ2 .mbr-text {
  color: #C4CFDE;
  margin-bottom: 20px;
  padding-right: 16%;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tQeqSPxgJ2 .mbr-text {
    padding-right: 0;
  }
}
.cid-tQeqSPxgJ2 .mbr-section-btn {
  margin-top: 20px;
}
.cid-tQeqSPxgJ2 .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-tQeqSPxgJ2 .social-container {
    padding-top: 40px;
  }
}
.cid-tQeqSPxgJ2 .social-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-tQeqSPxgJ2 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
.cid-tQeqSPxgJ2 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 10px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-tQeqSPxgJ2 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tQeqSPxgJ2 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-tQeqSPxgJ2 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tQeqSPxgJ2 .soc-item:hover:before {
  opacity: 1;
}
.cid-tQeqSPxgJ2 .img-wrapper {
  padding: 15px;
  border-radius: 6px;
  position: relative;
  width: 100%;
  background: linear-gradient(145deg, #ffffff, #00edff);
  box-shadow: 10px 10px 19px #00c4d4, -10px -10px 19px #00d9e9;
}
.cid-tQeqSPxgJ2 .img-box {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.cid-tQeqSPxgJ2 .img-box img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 0.87102178;
}
.cid-tQeqSPxgJ2 .mbr-text,
.cid-tQeqSPxgJ2 .mbr-section-btn {
  color: #262626;
  text-align: left;
}
.cid-tQeqSQGFPv {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #00edff;
}
.cid-tQeqSQGFPv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQeqSQGFPv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQeqSQGFPv .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tQeqSQGFPv .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-tQeqSQGFPv .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tQeqSQGFPv .col-img {
  padding: 0px;
}
@media (min-width: 992px) {
  .cid-tQeqSQGFPv .col-img {
    padding-right: 60px !important;
  }
}
.cid-tQeqSQGFPv .col-text {
  display: flex;
  align-items: center;
  padding: 0px 10px;
}
@media (max-width: 991px) {
  .cid-tQeqSQGFPv .col-text {
    order: 2;
  }
}
.cid-tQeqSQGFPv .text-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tQeqSQGFPv .text-wrapper {
    margin-top: 20px;
  }
}
.cid-tQeqSQGFPv .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-tQeqSQGFPv .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 22px;
}
.cid-tQeqSQGFPv .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-tQeqSQGFPv .mbr-text {
  color: #C4CFDE;
  margin-bottom: 20px;
  padding-right: 16%;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tQeqSQGFPv .mbr-text {
    padding-right: 0;
  }
}
.cid-tQeqSQGFPv .mbr-section-btn {
  margin-top: 20px;
}
.cid-tQeqSQGFPv .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-tQeqSQGFPv .social-container {
    padding-top: 40px;
  }
}
.cid-tQeqSQGFPv .social-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-tQeqSQGFPv .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
.cid-tQeqSQGFPv .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 10px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-tQeqSQGFPv .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tQeqSQGFPv .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-tQeqSQGFPv .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tQeqSQGFPv .soc-item:hover:before {
  opacity: 1;
}
.cid-tQeqSQGFPv .img-wrapper {
  padding: 15px;
  border-radius: 6px;
  position: relative;
  width: 100%;
}
.cid-tQeqSQGFPv .img-box {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.cid-tQeqSQGFPv .img-box img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 0.87102178;
}
.cid-tQeqSQGFPv .mbr-text,
.cid-tQeqSQGFPv .mbr-section-btn {
  color: #262626;
  text-align: left;
}
.cid-tQeqSRGxA1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f8f8f8;
}
.cid-tQeqSRGxA1 .mbr-section-title {
  color: #1a449a;
}
.cid-tQeqSRGxA1 .mbr-text {
  color: #262626;
}
.cid-tQeqSRGxA1 .mbr-section-subtitle {
  color: #262626;
  text-align: center;
}
.cid-tQeqSRGxA1 .wave-container {
  position: absolute;
  left: 0;
  top: -58px;
  height: 60px;
  overflow: hidden;
  width: 100%;
}
.cid-tQeqSRGxA1 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #000000;
}
.cid-tQeqSRGxA1 .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-tQeqSRGxA1 .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-tQeqSSo1il {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #f8f8f8;
}
.cid-tQeqSSo1il .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQeqSSo1il .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQeqSSo1il img {
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tQeqSSo1il img {
    max-width: 85%;
  }
}
@media (max-width: 992px) {
  .cid-tQeqSSo1il {
    background-size: cover;
    background-position: center;
  }
}
.cid-tQeqSSo1il .start {
  width: 300px;
  height: 80px;
  background: #ff526b;
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-tQeqSSo1il .start:hover {
  background: #ff1f3f;
}
@media (max-width: 992px) {
  .cid-tQeqSSo1il .align-left {
    text-align: center;
  }
}
.cid-tQeqSSo1il .mbr-section-title {
  color: #00004c;
}
.cid-tQeqSSo1il .mbr-text,
.cid-tQeqSSo1il .mbr-section-btn,
.cid-tQeqSSo1il .text-wrapper {
  color: #262626;
}
.cid-tQeqSSo1il .mbr-section-subtitle {
  color: #00004c;
}
.cid-tQeqSTaSU4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ccff00;
}
.cid-tQeqSTaSU4 .mbr-section-title {
  color: #1a449a;
  text-align: center;
}
.cid-tQeqSTaSU4 .mbr-text {
  color: #262626;
}
.cid-tQeqSTaSU4 .mbr-section-subtitle {
  color: #262626;
  text-align: center;
}
.cid-tQeqSTaSU4 .wave-container {
  position: absolute;
  left: 0;
  top: -58px;
  height: 60px;
  overflow: hidden;
  width: 100%;
}
.cid-tQeqSTaSU4 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #000000;
}
.cid-tQeqSTaSU4 .svg-top .st0 {
  fill: #ccff00;
}
@media (max-width: 992px) {
  .cid-tQeqSTaSU4 .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-tQeqSU6VBj {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background: #ccff00;
}
.cid-tQeqSU6VBj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQeqSU6VBj .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-tQeqSU6VBj .container {
    padding: 0 20px;
  }
  .cid-tQeqSU6VBj .container .row {
    padding: 0;
  }
}
.cid-tQeqSU6VBj .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-tQeqSU6VBj .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tQeqSU6VBj .embla__slide .card-wrap {
  width: 700px;
}
.cid-tQeqSU6VBj .embla__slide .card-wrap .item-wrapper {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tQeqSU6VBj .embla__slide .card-wrap .item-wrapper {
    margin-bottom: 10px;
  }
}
.cid-tQeqSU6VBj .embla__slide .card-wrap .item-wrapper .item-link {
  display: block;
}
.cid-tQeqSU6VBj .embla__slide .card-wrap .item-wrapper .item-link .image-wrap img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tQeqSU6VBj .embla__slide .card-wrap .item-wrapper .item-link .image-wrap img {
    height: 100%;
  }
}
.cid-tQeqSU6VBj .embla__slide .card-wrap .content-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 75px;
}
@media (max-width: 992px) {
  .cid-tQeqSU6VBj .embla__slide .card-wrap .content-wrap {
    display: block;
    padding: 0;
  }
}
.cid-tQeqSU6VBj .embla__slide .card-wrap .content-wrap .content-link {
  display: block;
}
.cid-tQeqSU6VBj .embla__slide .card-wrap .content-wrap .content-link:hover .mbr-card-title::before {
  width: 100%;
}
.cid-tQeqSU6VBj .embla__slide .card-wrap .content-wrap .content-link .mbr-card-title {
  position: relative;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tQeqSU6VBj .embla__slide .card-wrap .content-wrap .content-link .mbr-card-title {
    margin-bottom: 10px;
  }
}
.cid-tQeqSU6VBj .embla__slide .card-wrap .content-wrap .content-link .mbr-card-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #00edff;
  transition: all 0.3s ease-out;
}
.cid-tQeqSU6VBj .embla__slide .card-wrap .content-wrap .mbr-section-btn .btn .mbr-iconfont {
  color: #00edff;
}
.cid-tQeqSU6VBj .embla__button--next,
.cid-tQeqSU6VBj .embla__button--prev {
  display: flex;
}
.cid-tQeqSU6VBj .embla__button {
  width: 35px;
  height: 35px;
  font-size: 20px;
  background-color: transparent;
  color: #00edff;
  border: 2px solid #00edff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.cid-tQeqSU6VBj .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tQeqSU6VBj .embla__button:hover {
  background-color: #000000;
  color: #47b5ed;
}
.cid-tQeqSU6VBj .embla__button.embla__button--prev {
  left: 1rem;
  bottom: 45%;
  transform: translateY(50%);
}
.cid-tQeqSU6VBj .embla__button.embla__button--next {
  right: 1rem;
  bottom: 45%;
  transform: translateY(50%);
}
@media (max-width: 767px) {
  .cid-tQeqSU6VBj .embla__button {
    font-size: 25px;
    bottom: 10rem;
  }
}
.cid-tQeqSU6VBj .embla {
  position: relative;
  width: 100%;
}
.cid-tQeqSU6VBj .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tQeqSU6VBj .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tQeqSU6VBj .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tQeqSU6VBj .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tQeqSU6VBj .mbr-card-title {
  color: #000000;
  text-align: left;
}
.cid-tQeqSVODHE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ccff00;
}
.cid-tQeqSVODHE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQeqSVODHE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQeqSVODHE .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tQeqSVODHE .container-fluid {
    padding: 0;
  }
}
.cid-tQeqSVODHE .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tQeqSVODHE .container {
    padding: 0 20px;
  }
}
.cid-tQeqSVODHE .row {
  justify-content: center;
}
.cid-tQeqSVODHE .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-tQeqSVODHE .title-wrapper .mbr-section-title {
    margin-bottom: 10px;
  }
}
@media (max-width: 992px) {
  .cid-tQeqSVODHE .video-block {
    margin-bottom: 30px;
  }
}
.cid-tQeqSVODHE .video-block .video-wrapper iframe {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tQeqSVODHE .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-tQeqSVODHE .video-block .video-wrapper .app-video-wrapper::before {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #00edff;
  color: #000000;
  text-shadow: none;
}
.cid-tQeqSVODHE .video-block .video-wrapper .app-video-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tQeqSVODHE .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tQeqSVODHE .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tQeqSWuhwg {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ccff00;
}
.cid-tQeqSWuhwg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQeqSWuhwg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQeqSWuhwg .mbr-text,
.cid-tQeqSWuhwg .mbr-section-btn {
  text-align: center;
}
.cid-tQeqSWuhwg .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-tQeqSWuhwg .mbr-section-subtitle {
  text-align: center;
  color: #3d2e7c;
}
.cid-tQeqSXhhLA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f8f8f8;
}
.cid-tQeqSXhhLA .mbr-section-title {
  color: #1a449a;
  text-align: center;
}
.cid-tQeqSXhhLA .mbr-text {
  color: #262626;
}
.cid-tQeqSXhhLA .mbr-section-subtitle {
  color: #262626;
  text-align: center;
}
.cid-tQeqSXhhLA .wave-container {
  position: absolute;
  left: 0;
  top: -58px;
  height: 60px;
  overflow: hidden;
  width: 100%;
}
.cid-tQeqSXhhLA .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #000000;
}
.cid-tQeqSXhhLA .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-tQeqSXhhLA .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-tQeqSY1FbT {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background: #f8f8f8;
}
.cid-tQeqSY1FbT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQeqSY1FbT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQeqSY1FbT .container-fluid {
  padding: 0 34px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tQeqSY1FbT .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tQeqSY1FbT .container {
    padding: 0 20px;
  }
}
.cid-tQeqSY1FbT .row {
  margin: 0;
}
.cid-tQeqSY1FbT .mbr-section-title {
  margin-bottom: 50px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tQeqSY1FbT .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tQeqSY1FbT .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 450px;
  max-width: 450px;
}
@media (max-width: 768px) {
  .cid-tQeqSY1FbT .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tQeqSY1FbT .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 450px;
  object-fit: cover;
  border-radius: 30px 30px 0 0;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .cid-tQeqSY1FbT .embla__slide .card-wrap .item-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-tQeqSY1FbT .embla__slide .card-wrap .content-wrap .mbr-name {
  margin-bottom: 32px;
}
.cid-tQeqSY1FbT .embla__slide .card-wrap .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tQeqSY1FbT .embla__button--next,
.cid-tQeqSY1FbT .embla__button--prev {
  display: flex;
}
.cid-tQeqSY1FbT .embla__button {
  bottom: -4rem;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 24px;
  background-color: transparent;
  color: #47b5ed;
  border: 1px solid #000000;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tQeqSY1FbT .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tQeqSY1FbT .embla__button:hover {
  background: #000000;
  color: #ccff00;
}
.cid-tQeqSY1FbT .embla__button.embla__button--prev {
  left: 1rem;
  transform: translateY(50%);
}
.cid-tQeqSY1FbT .embla__button.embla__button--next {
  right: 1rem;
  transform: translateY(50%);
}
@media (max-width: 767px) {
  .cid-tQeqSY1FbT .embla__button {
    top: auto;
  }
}
.cid-tQeqSY1FbT .embla {
  position: relative;
  width: 100%;
}
.cid-tQeqSY1FbT .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tQeqSY1FbT .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tQeqSY1FbT .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tQeqSY1FbT .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tQeqSY1FbT .mbr-name {
  color: #0e0e10;
}
.cid-tQeqSY1FbT .mbr-text {
  color: #262626;
  text-align: left;
}
.cid-tQeqSZnnA7 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #e5e5e5;
}
.cid-tQeqSZnnA7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQeqSZnnA7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQeqSZnnA7 .mbr-section-title {
  color: #24262b;
}
.cid-tQeqSZnnA7 .mbr-section-subtitle {
  color: #262626;
}
.cid-tQeqSZnnA7 .mbr-section-btn {
  margin-top: 16px;
}
.cid-tQeqT08vY4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e5e5e5;
}
.cid-tQeqT08vY4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQeqT08vY4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQeqT08vY4 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tQeqT08vY4 .container-fluid {
    padding: 0 16px;
  }
}
.cid-tQeqT08vY4 .container-fluid .row {
  padding: 0;
}
.cid-tQeqT08vY4 .row {
  justify-content: center;
}
.cid-tQeqT08vY4 .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tQeqT08vY4 .title-wrapper {
    margin-bottom: 60px;
  }
}
.cid-tQeqT08vY4 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tQeqT08vY4 .item {
  margin-bottom: 50px;
}
.cid-tQeqT08vY4 .item .item-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 1190px) {
  .cid-tQeqT08vY4 .item .item-wrapper {
    display: block;
  }
}
.cid-tQeqT08vY4 .item .item-wrapper .item-img {
  margin-right: 46px;
}
@media (max-width: 1190px) {
  .cid-tQeqT08vY4 .item .item-wrapper .item-img {
    margin-right: 0;
    margin-bottom: 22px;
  }
}
.cid-tQeqT08vY4 .item .item-wrapper .item-img img {
  width: 275px;
  height: 275px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 1190px) {
  .cid-tQeqT08vY4 .item .item-wrapper .item-img img {
    margin: 0 auto;
  }
}
.cid-tQeqT08vY4 .item .item-wrapper .item-content .mbr-title {
  margin-bottom: 22px;
}
.cid-tQeqT08vY4 .item .item-wrapper .item-content .mbr-text {
  margin: 0;
}
.cid-tQeqT08vY4 .mbr-section-title {
  color: #495DFF;
}
.cid-tQeqT08vY4 .mbr-title {
  color: #262626;
}
.cid-tQeqT08vY4 .mbr-text {
  color: #262626;
  text-align: left;
}
.cid-tQeqT1aRch {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #e5e5e5;
}
.cid-tQeqT1aRch .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQeqT1aRch .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQeqT1aRch .mbr-text,
.cid-tQeqT1aRch .mbr-section-btn {
  text-align: center;
  margin-top: 0;
  padding-top: 0;
}
.cid-tQeqT1aRch .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-tQeqT1aRch .mbr-section-subtitle {
  text-align: center;
  color: #3d2e7c;
}
.cid-tQeqT1XleX {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #f8f8f8;
}
.cid-tQeqT1XleX .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-tQeqT1XleX .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-tQeqT1XleX .mbr-text {
  color: #52586a;
  margin-bottom: 20px;
}
.cid-tQeqT1XleX .desc {
  color: #111213;
}
.cid-tQeqT1XleX .desc1 {
  padding: 0px 10px;
  background: #e43f3f;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-tQeqT1XleX .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-tQeqT1XleX .name {
  margin-bottom: 20px;
}
.cid-tQeqT1XleX .price {
  width: auto;
  display: inline;
}
.cid-tQeqT1XleX .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-tQeqT1XleX .plus1 {
  display: inline;
  width: auto;
  color: #099000;
}
.cid-tQeqT1XleX .desc2 {
  display: inline;
  width: auto;
  color: #ff0000;
}
.cid-tQeqT1XleX .new-price {
  width: auto;
  display: inline;
}
.cid-tQeqT1XleX .mbr-section-btn {
  margin-bottom: 0px;
}
.cid-tQeqT1XleX .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-tQeqT1XleX .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-tQeqT1XleX .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-tQeqT1XleX .plus {
  color: #52586a;
}
.cid-tQeqT1XleX .desc,
.cid-tQeqT1XleX .plus {
  display: inline-block;
  width: auto;
}
.cid-tQeqT1XleX .mbr-text,
.cid-tQeqT1XleX .mbr-section-btn {
  color: #52586a;
}
.cid-tQeqT1XleX .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-tQeqT1XleX .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-tQeqT1XleX .name,
.cid-tQeqT1XleX .card,
.cid-tQeqT1XleX .price-line {
  color: #262626;
}
.cid-tQeqT1XleX .mbr-text,
.cid-tQeqT1XleX .mbr-section-btn,
.cid-tQeqT1XleX .price-line1 {
  color: #505050;
}
.cid-tQeqT2NHER {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #00edff;
}
.cid-tQeqT2NHER .mbr-section-title {
  color: #1a449a;
}
.cid-tQeqT2NHER .mbr-text {
  color: #262626;
}
.cid-tQeqT2NHER .mbr-section-subtitle {
  color: #262626;
  text-align: center;
}
.cid-tQeqT2NHER .wave-container {
  position: absolute;
  left: 0;
  top: -58px;
  height: 60px;
  overflow: hidden;
  width: 100%;
}
.cid-tQeqT2NHER .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #000000;
}
.cid-tQeqT2NHER .svg-top .st0 {
  fill: #00edff;
}
@media (max-width: 992px) {
  .cid-tQeqT2NHER .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-tQeqT3BENE {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #00edff;
}
.cid-tQeqT3BENE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQeqT3BENE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQeqT3BENE .col-title {
  position: relative;
  z-index: 10;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-tQeqT3BENE .col-title {
    margin-bottom: 30px;
  }
}
.cid-tQeqT3BENE .mbr-section-title {
  color: #2B2B2B;
}
@media (max-width: 991px) {
  .cid-tQeqT3BENE .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tQeqT3BENE .mbr-section-subtitle {
  color: #5F6AD4;
  margin-top: 24px;
}
@media (max-width: 991px) {
  .cid-tQeqT3BENE .mbr-section-subtitle {
    margin-top: 16px;
    text-align: center !important;
  }
}
.cid-tQeqT3BENE .panel-group {
  border: none;
  padding: 0 !important;
}
.cid-tQeqT3BENE .card {
  padding: 0 20px !important;
}
.cid-tQeqT3BENE .card-border {
  height: 2px;
  width: 100%;
  background-color: #ccff00;
  margin-top: auto;
}
.cid-tQeqT3BENE .card-border-top {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-tQeqT3BENE .card-border-top2 {
    display: none;
  }
}
.cid-tQeqT3BENE .mbr-iconfont {
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #000000;
  margin-left: 1rem;
  padding: 8px;
  background-color: #ccff00;
  transition: all ease-in-out 0.3s;
  border-radius: 50%;
}
.cid-tQeqT3BENE .card-header {
  border-bottom: none !important;
  padding: 15px 0 !important;
}
.cid-tQeqT3BENE .card-header:hover .mbr-iconfont {
  background-color: #cecec1 !important;
}
.cid-tQeqT3BENE .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-tQeqT3BENE .panel-body {
  padding-bottom: 20px;
}
.cid-tQeqT3BENE .panel-text {
  margin-bottom: 20px !important;
  color: #232323;
}
.cid-tQeqT3BENE .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tQeqT3BENE .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tQeqT3BENE .panel-title-edit {
  color: #232323;
}
.cid-tQeqT4HIGd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tQeqT4HIGd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQeqT4HIGd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQeqT4HIGd b,
.cid-tQeqT4HIGd strong {
  font-weight: 900;
}
@media (min-width: 992px) {
  .cid-tQeqT4HIGd img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-tQeqT4HIGd img {
    padding-bottom: 2rem;
  }
}
.cid-tQeqT4HIGd .row {
  align-items: center;
}
.cid-tQeqT4HIGd .mbr-section-title {
  color: #000000;
}
.cid-tQeqT4HIGd .mbr-text,
.cid-tQeqT4HIGd .mbr-section-btn {
  color: #262626;
}
.cid-tQeqT4HIGd .mbr-section-subtitle {
  color: #505050;
}
.cid-tQeqT5CnQi {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ccff00;
}
.cid-tQeqT5CnQi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQeqT5CnQi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQeqT5CnQi .mbr-text,
.cid-tQeqT5CnQi .mbr-section-btn {
  text-align: center;
}
.cid-tQeqT5CnQi .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-tQeqT5CnQi .mbr-section-subtitle {
  text-align: center;
  color: #3d2e7c;
}
.cid-tQeqT6tD5x {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f8f8f8;
}
.cid-tQeqT6tD5x .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
  overflow: hidden;
  overflow-y: auto;
}

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.5;
  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;
}

@media (max-width: 767px) {
  .align-left, .align-right {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .md-pb {
    margin-bottom: 2rem !important;
  }
}
/*! 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;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  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;
}

.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;
}

@-webkit-keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}

@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}.cid-tQesvhjiq5 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ccff00;
}
.cid-tQesvhjiq5 .video-wrapper {
  width: 100%;
}
.cid-tQesvhjiq5 .mbr-section-title,
.cid-tQesvhjiq5 .mbr-section-subtitle,
.cid-tQesvhjiq5 .mbr-text {
  text-align: center;
}
.cid-tQesvhjiq5 .mbr-section-subtitle {
  margin-bottom: 15px;
  letter-spacing: .13em;
  color: #FF4712;
  text-align: center;
}
.cid-tQesvhjiq5 .mbr-section-title {
  margin-bottom: 5px;
  color: #20232a;
  text-align: center;
}
.cid-tQesvhjiq5 .mbr-text {
  margin-bottom: 0;
  color: #505050;
}
.cid-tQesvhjiq5 .mbr-section-head {
  margin-bottom: 15px;
}
.cid-tQesvhjiq5 .mbr-section-title,
.cid-tQesvhjiq5 .mbr-section-btn {
  color: #262626;
}
.cid-tQesvhSPpa {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ccff00;
}
.cid-tQesvhSPpa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQesvhSPpa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQesvhSPpa .mbr-text,
.cid-tQesvhSPpa .mbr-section-btn {
  text-align: center;
}
.cid-tQesvhSPpa .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-tQesvhSPpa .mbr-section-subtitle {
  text-align: center;
  color: #3d2e7c;
}
.cid-tQesvisqA6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f8f8f8;
}
.cid-tQesvisqA6 .mbr-section-title {
  color: #1a449a;
}
.cid-tQesvisqA6 .mbr-text {
  color: #262626;
}
.cid-tQesvisqA6 .mbr-section-subtitle {
  color: #000000;
}
.cid-tQesvisqA6 .wave-container {
  position: absolute;
  left: 0;
  top: -58px;
  height: 60px;
  overflow: hidden;
  width: 100%;
}
.cid-tQesvisqA6 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #000000;
}
.cid-tQesvisqA6 .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-tQesvisqA6 .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-tQesviV7hw {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f8f8f8;
}
.cid-tQesviV7hw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQesviV7hw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQesviV7hw .content-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tQesviV7hw .content-container {
    flex-wrap: wrap;
  }
}
.cid-tQesviV7hw .col-text {
  max-width: 900px;
  width: 100%;
  padding-top: 0px;
  margin-left: 1rem;
}
@media (max-width: 991px) {
  .cid-tQesviV7hw .col-text {
    max-width: 500px;
    margin-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tQesviV7hw .col-text {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin: 0.5rem 0 0 !important;
  }
}
.cid-tQesviV7hw .card-wrapper {
  width: 100%;
}
.cid-tQesviV7hw .card-box {
  width: 100%;
}
.cid-tQesviV7hw .card-title {
  color: #75083A;
  margin-bottom: 4px;
  width: 100%;
}
.cid-tQesviV7hw .card-subtitle {
  color: #1F1D1A;
  margin-bottom: 0;
  opacity: 0.8;
  width: 100%;
}
.cid-tQesviV7hw .mbr-text {
  color: #262626;
  margin: 0px;
  width: 100%;
}
.cid-tQesviV7hw .col-img {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tQesviV7hw .col-img {
    width: 150px;
  }
}
.cid-tQesviV7hw .image-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
  width: 150px;
  aspect-ratio: 1;
}
@media (max-width: 991px) {
  .cid-tQesviV7hw .image-wrapper {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .cid-tQesviV7hw .image-wrapper {
    width: 150px;
  }
}
.cid-tQesviV7hw .image-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.cid-tQesviV7hw .iconfont-wrapper {
  position: relative;
  z-index: 11;
  padding: 8px;
}
.cid-tQesviV7hw .mbr-iconfont {
  font-size: 48px;
  color: #75083a;
}
.cid-tQesvjxC9f {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #00edff;
}
.cid-tQesvjxC9f .mbr-section-title {
  color: #1a449a;
}
.cid-tQesvjxC9f .mbr-text {
  color: #262626;
}
.cid-tQesvjxC9f .mbr-section-subtitle {
  color: #262626;
  text-align: center;
}
.cid-tQesvjxC9f .wave-container {
  position: absolute;
  left: 0;
  top: -58px;
  height: 60px;
  overflow: hidden;
  width: 100%;
}
.cid-tQesvjxC9f .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #000000;
}
.cid-tQesvjxC9f .svg-top .st0 {
  fill: #00edff;
}
@media (max-width: 992px) {
  .cid-tQesvjxC9f .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-tQesvk0Bx6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #00edff;
}
.cid-tQesvk0Bx6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQesvk0Bx6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQesvk0Bx6 .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tQesvk0Bx6 .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-tQesvk0Bx6 .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tQesvk0Bx6 .col-img {
  padding: 10px;
}
@media (min-width: 992px) {
  .cid-tQesvk0Bx6 .col-img {
    padding-right: 60px !important;
  }
}
.cid-tQesvk0Bx6 .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tQesvk0Bx6 .col-text {
    order: 2;
  }
}
.cid-tQesvk0Bx6 .text-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tQesvk0Bx6 .text-wrapper {
    margin-top: 20px;
  }
}
.cid-tQesvk0Bx6 .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-tQesvk0Bx6 .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 22px;
}
.cid-tQesvk0Bx6 .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-tQesvk0Bx6 .mbr-text {
  color: #C4CFDE;
  margin-bottom: 20px;
  padding-right: 16%;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tQesvk0Bx6 .mbr-text {
    padding-right: 0;
  }
}
.cid-tQesvk0Bx6 .mbr-section-btn {
  margin-top: 20px;
}
.cid-tQesvk0Bx6 .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-tQesvk0Bx6 .social-container {
    padding-top: 40px;
  }
}
.cid-tQesvk0Bx6 .social-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-tQesvk0Bx6 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
.cid-tQesvk0Bx6 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 10px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-tQesvk0Bx6 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tQesvk0Bx6 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-tQesvk0Bx6 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tQesvk0Bx6 .soc-item:hover:before {
  opacity: 1;
}
.cid-tQesvk0Bx6 .img-wrapper {
  padding: 15px;
  border-radius: 6px;
  position: relative;
  width: 100%;
  background: linear-gradient(145deg, #ffffff, #00edff);
  box-shadow: 10px 10px 19px #00c4d4, -10px -10px 19px #00d9e9;
}
.cid-tQesvk0Bx6 .img-box {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.cid-tQesvk0Bx6 .img-box img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 0.87102178;
}
.cid-tQesvk0Bx6 .mbr-text,
.cid-tQesvk0Bx6 .mbr-section-btn {
  color: #262626;
  text-align: left;
}
.cid-tQesvkMjCD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #f8f8f8;
}
.cid-tQesvkMjCD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQesvkMjCD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQesvkMjCD .row {
  flex-direction: row-reverse;
}
.cid-tQesvkMjCD .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tQesvkMjCD .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-tQesvkMjCD .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tQesvkMjCD .col-img {
  padding: 10px;
}
@media (min-width: 992px) {
  .cid-tQesvkMjCD .col-img {
    padding-left: 60px !important;
  }
}
.cid-tQesvkMjCD .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tQesvkMjCD .col-text {
    order: 2;
  }
}
.cid-tQesvkMjCD .text-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tQesvkMjCD .text-wrapper {
    margin-top: 20px;
  }
}
.cid-tQesvkMjCD .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-tQesvkMjCD .mbr-section-subtitle {
  color: #505050;
  margin-bottom: 22px;
}
.cid-tQesvkMjCD .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-tQesvkMjCD .mbr-text {
  color: #C4CFDE;
  margin-bottom: 20px;
  padding-right: 16%;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tQesvkMjCD .mbr-text {
    padding-right: 0;
  }
}
.cid-tQesvkMjCD .mbr-section-btn {
  margin-top: 20px;
}
.cid-tQesvkMjCD .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-tQesvkMjCD .social-container {
    padding-top: 40px;
  }
}
.cid-tQesvkMjCD .social-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-tQesvkMjCD .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
.cid-tQesvkMjCD .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 10px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-tQesvkMjCD .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tQesvkMjCD .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-tQesvkMjCD .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tQesvkMjCD .soc-item:hover:before {
  opacity: 1;
}
.cid-tQesvkMjCD .img-wrapper {
  padding: 15px;
  border-radius: 6px;
  position: relative;
  width: 100%;
  background: linear-gradient(145deg, #ffffff, #ebebeb);
  box-shadow: 10px 10px 19px #bbbbbb, -10px -10px 19px #ebebeb;
}
.cid-tQesvkMjCD .img-box {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.cid-tQesvkMjCD .img-box img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 0.87102178;
}
.cid-tQesvkMjCD .mbr-text,
.cid-tQesvkMjCD .mbr-section-btn {
  color: #262626;
  text-align: left;
}
.cid-tQesvlrfYl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #00edff;
}
.cid-tQesvlrfYl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQesvlrfYl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQesvlrfYl .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tQesvlrfYl .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-tQesvlrfYl .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tQesvlrfYl .col-img {
  padding: 10px;
}
@media (min-width: 992px) {
  .cid-tQesvlrfYl .col-img {
    padding-right: 60px !important;
  }
}
.cid-tQesvlrfYl .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tQesvlrfYl .col-text {
    order: 2;
  }
}
.cid-tQesvlrfYl .text-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tQesvlrfYl .text-wrapper {
    margin-top: 20px;
  }
}
.cid-tQesvlrfYl .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-tQesvlrfYl .mbr-section-subtitle {
  color: #505050;
  margin-bottom: 22px;
}
.cid-tQesvlrfYl .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-tQesvlrfYl .mbr-text {
  color: #C4CFDE;
  margin-bottom: 20px;
  padding-right: 16%;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tQesvlrfYl .mbr-text {
    padding-right: 0;
  }
}
.cid-tQesvlrfYl .mbr-section-btn {
  margin-top: 20px;
}
.cid-tQesvlrfYl .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-tQesvlrfYl .social-container {
    padding-top: 40px;
  }
}
.cid-tQesvlrfYl .social-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-tQesvlrfYl .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
.cid-tQesvlrfYl .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 10px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-tQesvlrfYl .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tQesvlrfYl .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-tQesvlrfYl .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tQesvlrfYl .soc-item:hover:before {
  opacity: 1;
}
.cid-tQesvlrfYl .img-wrapper {
  padding: 15px;
  border-radius: 6px;
  position: relative;
  width: 100%;
  background: linear-gradient(145deg, #ffffff, #00edff);
  box-shadow: 10px 10px 19px #00c4d4, -10px -10px 19px #00d9e9;
}
.cid-tQesvlrfYl .img-box {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.cid-tQesvlrfYl .img-box img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 0.87102178;
}
.cid-tQesvlrfYl .mbr-text,
.cid-tQesvlrfYl .mbr-section-btn {
  color: #262626;
  text-align: left;
}
.cid-tQesvm5jIj {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #00edff;
}
.cid-tQesvm5jIj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQesvm5jIj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQesvm5jIj .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tQesvm5jIj .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-tQesvm5jIj .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tQesvm5jIj .col-img {
  padding: 0px;
}
@media (min-width: 992px) {
  .cid-tQesvm5jIj .col-img {
    padding-right: 60px !important;
  }
}
.cid-tQesvm5jIj .col-text {
  display: flex;
  align-items: center;
  padding: 0px 10px;
}
@media (max-width: 991px) {
  .cid-tQesvm5jIj .col-text {
    order: 2;
  }
}
.cid-tQesvm5jIj .text-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tQesvm5jIj .text-wrapper {
    margin-top: 20px;
  }
}
.cid-tQesvm5jIj .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-tQesvm5jIj .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 22px;
}
.cid-tQesvm5jIj .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-tQesvm5jIj .mbr-text {
  color: #C4CFDE;
  margin-bottom: 20px;
  padding-right: 16%;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tQesvm5jIj .mbr-text {
    padding-right: 0;
  }
}
.cid-tQesvm5jIj .mbr-section-btn {
  margin-top: 20px;
}
.cid-tQesvm5jIj .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-tQesvm5jIj .social-container {
    padding-top: 40px;
  }
}
.cid-tQesvm5jIj .social-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-tQesvm5jIj .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
.cid-tQesvm5jIj .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 10px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-tQesvm5jIj .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tQesvm5jIj .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-tQesvm5jIj .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tQesvm5jIj .soc-item:hover:before {
  opacity: 1;
}
.cid-tQesvm5jIj .img-wrapper {
  padding: 15px;
  border-radius: 6px;
  position: relative;
  width: 100%;
}
.cid-tQesvm5jIj .img-box {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.cid-tQesvm5jIj .img-box img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 0.87102178;
}
.cid-tQesvm5jIj .mbr-text,
.cid-tQesvm5jIj .mbr-section-btn {
  color: #262626;
  text-align: left;
}
.cid-tQesvmRtFm {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f8f8f8;
}
.cid-tQesvmRtFm .mbr-section-title {
  color: #1a449a;
}
.cid-tQesvmRtFm .mbr-text {
  color: #262626;
}
.cid-tQesvmRtFm .mbr-section-subtitle {
  color: #262626;
  text-align: center;
}
.cid-tQesvmRtFm .wave-container {
  position: absolute;
  left: 0;
  top: -58px;
  height: 60px;
  overflow: hidden;
  width: 100%;
}
.cid-tQesvmRtFm .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #000000;
}
.cid-tQesvmRtFm .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-tQesvmRtFm .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-tQesvns7Ec {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #f8f8f8;
}
.cid-tQesvns7Ec .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQesvns7Ec .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQesvns7Ec img {
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tQesvns7Ec img {
    max-width: 85%;
  }
}
@media (max-width: 992px) {
  .cid-tQesvns7Ec {
    background-size: cover;
    background-position: center;
  }
}
.cid-tQesvns7Ec .start {
  width: 300px;
  height: 80px;
  background: #ff526b;
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-tQesvns7Ec .start:hover {
  background: #ff1f3f;
}
@media (max-width: 992px) {
  .cid-tQesvns7Ec .align-left {
    text-align: center;
  }
}
.cid-tQesvns7Ec .mbr-section-title {
  color: #00004c;
}
.cid-tQesvns7Ec .mbr-text,
.cid-tQesvns7Ec .mbr-section-btn,
.cid-tQesvns7Ec .text-wrapper {
  color: #262626;
}
.cid-tQesvns7Ec .mbr-section-subtitle {
  color: #00004c;
}
.cid-tQesvo5lhs {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ccff00;
}
.cid-tQesvo5lhs .mbr-section-title {
  color: #1a449a;
  text-align: center;
}
.cid-tQesvo5lhs .mbr-text {
  color: #262626;
}
.cid-tQesvo5lhs .mbr-section-subtitle {
  color: #262626;
  text-align: center;
}
.cid-tQesvo5lhs .wave-container {
  position: absolute;
  left: 0;
  top: -58px;
  height: 60px;
  overflow: hidden;
  width: 100%;
}
.cid-tQesvo5lhs .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #000000;
}
.cid-tQesvo5lhs .svg-top .st0 {
  fill: #ccff00;
}
@media (max-width: 992px) {
  .cid-tQesvo5lhs .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-tQesvoEgx3 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background: #ccff00;
}
.cid-tQesvoEgx3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQesvoEgx3 .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-tQesvoEgx3 .container {
    padding: 0 20px;
  }
  .cid-tQesvoEgx3 .container .row {
    padding: 0;
  }
}
.cid-tQesvoEgx3 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-tQesvoEgx3 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tQesvoEgx3 .embla__slide .card-wrap {
  width: 700px;
}
.cid-tQesvoEgx3 .embla__slide .card-wrap .item-wrapper {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tQesvoEgx3 .embla__slide .card-wrap .item-wrapper {
    margin-bottom: 10px;
  }
}
.cid-tQesvoEgx3 .embla__slide .card-wrap .item-wrapper .item-link {
  display: block;
}
.cid-tQesvoEgx3 .embla__slide .card-wrap .item-wrapper .item-link .image-wrap img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tQesvoEgx3 .embla__slide .card-wrap .item-wrapper .item-link .image-wrap img {
    height: 100%;
  }
}
.cid-tQesvoEgx3 .embla__slide .card-wrap .content-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 75px;
}
@media (max-width: 992px) {
  .cid-tQesvoEgx3 .embla__slide .card-wrap .content-wrap {
    display: block;
    padding: 0;
  }
}
.cid-tQesvoEgx3 .embla__slide .card-wrap .content-wrap .content-link {
  display: block;
}
.cid-tQesvoEgx3 .embla__slide .card-wrap .content-wrap .content-link:hover .mbr-card-title::before {
  width: 100%;
}
.cid-tQesvoEgx3 .embla__slide .card-wrap .content-wrap .content-link .mbr-card-title {
  position: relative;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tQesvoEgx3 .embla__slide .card-wrap .content-wrap .content-link .mbr-card-title {
    margin-bottom: 10px;
  }
}
.cid-tQesvoEgx3 .embla__slide .card-wrap .content-wrap .content-link .mbr-card-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #00edff;
  transition: all 0.3s ease-out;
}
.cid-tQesvoEgx3 .embla__slide .card-wrap .content-wrap .mbr-section-btn .btn .mbr-iconfont {
  color: #00edff;
}
.cid-tQesvoEgx3 .embla__button--next,
.cid-tQesvoEgx3 .embla__button--prev {
  display: flex;
}
.cid-tQesvoEgx3 .embla__button {
  width: 35px;
  height: 35px;
  font-size: 20px;
  background-color: transparent;
  color: #00edff;
  border: 2px solid #00edff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.cid-tQesvoEgx3 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tQesvoEgx3 .embla__button:hover {
  background-color: #000000;
  color: #47b5ed;
}
.cid-tQesvoEgx3 .embla__button.embla__button--prev {
  left: 1rem;
  bottom: 45%;
  transform: translateY(50%);
}
.cid-tQesvoEgx3 .embla__button.embla__button--next {
  right: 1rem;
  bottom: 45%;
  transform: translateY(50%);
}
@media (max-width: 767px) {
  .cid-tQesvoEgx3 .embla__button {
    font-size: 25px;
    bottom: 10rem;
  }
}
.cid-tQesvoEgx3 .embla {
  position: relative;
  width: 100%;
}
.cid-tQesvoEgx3 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tQesvoEgx3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tQesvoEgx3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tQesvoEgx3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tQesvoEgx3 .mbr-card-title {
  color: #000000;
  text-align: left;
}
.cid-tQesvq8grI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ccff00;
}
.cid-tQesvq8grI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQesvq8grI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQesvq8grI .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tQesvq8grI .container-fluid {
    padding: 0;
  }
}
.cid-tQesvq8grI .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tQesvq8grI .container {
    padding: 0 20px;
  }
}
.cid-tQesvq8grI .row {
  justify-content: center;
}
.cid-tQesvq8grI .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-tQesvq8grI .title-wrapper .mbr-section-title {
    margin-bottom: 10px;
  }
}
@media (max-width: 992px) {
  .cid-tQesvq8grI .video-block {
    margin-bottom: 30px;
  }
}
.cid-tQesvq8grI .video-block .video-wrapper iframe {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tQesvq8grI .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-tQesvq8grI .video-block .video-wrapper .app-video-wrapper::before {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #00edff;
  color: #000000;
  text-shadow: none;
}
.cid-tQesvq8grI .video-block .video-wrapper .app-video-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tQesvq8grI .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tQesvq8grI .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tQesvqY5SF {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ccff00;
}
.cid-tQesvqY5SF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQesvqY5SF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQesvqY5SF .mbr-text,
.cid-tQesvqY5SF .mbr-section-btn {
  text-align: center;
}
.cid-tQesvqY5SF .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-tQesvqY5SF .mbr-section-subtitle {
  text-align: center;
  color: #3d2e7c;
}
.cid-tQesvrNQXN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f8f8f8;
}
.cid-tQesvrNQXN .mbr-section-title {
  color: #1a449a;
  text-align: center;
}
.cid-tQesvrNQXN .mbr-text {
  color: #262626;
}
.cid-tQesvrNQXN .mbr-section-subtitle {
  color: #262626;
  text-align: center;
}
.cid-tQesvrNQXN .wave-container {
  position: absolute;
  left: 0;
  top: -58px;
  height: 60px;
  overflow: hidden;
  width: 100%;
}
.cid-tQesvrNQXN .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #000000;
}
.cid-tQesvrNQXN .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-tQesvrNQXN .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-tQesvsw2C4 {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background: #f8f8f8;
}
.cid-tQesvsw2C4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQesvsw2C4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQesvsw2C4 .container-fluid {
  padding: 0 34px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tQesvsw2C4 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tQesvsw2C4 .container {
    padding: 0 20px;
  }
}
.cid-tQesvsw2C4 .row {
  margin: 0;
}
.cid-tQesvsw2C4 .mbr-section-title {
  margin-bottom: 50px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tQesvsw2C4 .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tQesvsw2C4 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 450px;
  max-width: 450px;
}
@media (max-width: 768px) {
  .cid-tQesvsw2C4 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tQesvsw2C4 .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 450px;
  object-fit: cover;
  border-radius: 30px 30px 0 0;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .cid-tQesvsw2C4 .embla__slide .card-wrap .item-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-tQesvsw2C4 .embla__slide .card-wrap .content-wrap .mbr-name {
  margin-bottom: 32px;
}
.cid-tQesvsw2C4 .embla__slide .card-wrap .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tQesvsw2C4 .embla__button--next,
.cid-tQesvsw2C4 .embla__button--prev {
  display: flex;
}
.cid-tQesvsw2C4 .embla__button {
  bottom: -4rem;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 24px;
  background-color: transparent;
  color: #47b5ed;
  border: 1px solid #000000;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tQesvsw2C4 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tQesvsw2C4 .embla__button:hover {
  background: #000000;
  color: #ccff00;
}
.cid-tQesvsw2C4 .embla__button.embla__button--prev {
  left: 1rem;
  transform: translateY(50%);
}
.cid-tQesvsw2C4 .embla__button.embla__button--next {
  right: 1rem;
  transform: translateY(50%);
}
@media (max-width: 767px) {
  .cid-tQesvsw2C4 .embla__button {
    top: auto;
  }
}
.cid-tQesvsw2C4 .embla {
  position: relative;
  width: 100%;
}
.cid-tQesvsw2C4 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tQesvsw2C4 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tQesvsw2C4 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tQesvsw2C4 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tQesvsw2C4 .mbr-name {
  color: #0e0e10;
}
.cid-tQesvsw2C4 .mbr-text {
  color: #262626;
  text-align: left;
}
.cid-tQesvtNqTX {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #e5e5e5;
}
.cid-tQesvtNqTX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQesvtNqTX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQesvtNqTX .mbr-section-title {
  color: #24262b;
}
.cid-tQesvtNqTX .mbr-section-subtitle {
  color: #262626;
}
.cid-tQesvtNqTX .mbr-section-btn {
  margin-top: 16px;
}
.cid-tQesvuC7Z6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e5e5e5;
}
.cid-tQesvuC7Z6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQesvuC7Z6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQesvuC7Z6 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tQesvuC7Z6 .container-fluid {
    padding: 0 16px;
  }
}
.cid-tQesvuC7Z6 .container-fluid .row {
  padding: 0;
}
.cid-tQesvuC7Z6 .row {
  justify-content: center;
}
.cid-tQesvuC7Z6 .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tQesvuC7Z6 .title-wrapper {
    margin-bottom: 60px;
  }
}
.cid-tQesvuC7Z6 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tQesvuC7Z6 .item {
  margin-bottom: 50px;
}
.cid-tQesvuC7Z6 .item .item-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 1190px) {
  .cid-tQesvuC7Z6 .item .item-wrapper {
    display: block;
  }
}
.cid-tQesvuC7Z6 .item .item-wrapper .item-img {
  margin-right: 46px;
}
@media (max-width: 1190px) {
  .cid-tQesvuC7Z6 .item .item-wrapper .item-img {
    margin-right: 0;
    margin-bottom: 22px;
  }
}
.cid-tQesvuC7Z6 .item .item-wrapper .item-img img {
  width: 275px;
  height: 275px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 1190px) {
  .cid-tQesvuC7Z6 .item .item-wrapper .item-img img {
    margin: 0 auto;
  }
}
.cid-tQesvuC7Z6 .item .item-wrapper .item-content .mbr-title {
  margin-bottom: 22px;
}
.cid-tQesvuC7Z6 .item .item-wrapper .item-content .mbr-text {
  margin: 0;
}
.cid-tQesvuC7Z6 .mbr-section-title {
  color: #495DFF;
}
.cid-tQesvuC7Z6 .mbr-title {
  color: #262626;
}
.cid-tQesvuC7Z6 .mbr-text {
  color: #262626;
  text-align: left;
}
.cid-tQesvvubbB {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #e5e5e5;
}
.cid-tQesvvubbB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQesvvubbB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQesvvubbB .mbr-text,
.cid-tQesvvubbB .mbr-section-btn {
  text-align: center;
  margin-top: 0;
  padding-top: 0;
}
.cid-tQesvvubbB .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-tQesvvubbB .mbr-section-subtitle {
  text-align: center;
  color: #3d2e7c;
}
.cid-tQesvwkiqz {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #f8f8f8;
}
.cid-tQesvwkiqz .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-tQesvwkiqz .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-tQesvwkiqz .mbr-text {
  color: #52586a;
  margin-bottom: 20px;
}
.cid-tQesvwkiqz .desc {
  color: #111213;
}
.cid-tQesvwkiqz .desc1 {
  padding: 0px 10px;
  background: #e43f3f;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-tQesvwkiqz .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-tQesvwkiqz .name {
  margin-bottom: 20px;
}
.cid-tQesvwkiqz .price {
  width: auto;
  display: inline;
}
.cid-tQesvwkiqz .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-tQesvwkiqz .plus1 {
  display: inline;
  width: auto;
  color: #099000;
}
.cid-tQesvwkiqz .desc2 {
  display: inline;
  width: auto;
  color: #ff0000;
}
.cid-tQesvwkiqz .new-price {
  width: auto;
  display: inline;
}
.cid-tQesvwkiqz .mbr-section-btn {
  margin-bottom: 0px;
}
.cid-tQesvwkiqz .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-tQesvwkiqz .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-tQesvwkiqz .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-tQesvwkiqz .plus {
  color: #52586a;
}
.cid-tQesvwkiqz .desc,
.cid-tQesvwkiqz .plus {
  display: inline-block;
  width: auto;
}
.cid-tQesvwkiqz .mbr-text,
.cid-tQesvwkiqz .mbr-section-btn {
  color: #52586a;
}
.cid-tQesvwkiqz .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-tQesvwkiqz .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-tQesvwkiqz .name,
.cid-tQesvwkiqz .card,
.cid-tQesvwkiqz .price-line {
  color: #262626;
}
.cid-tQesvwkiqz .mbr-text,
.cid-tQesvwkiqz .mbr-section-btn,
.cid-tQesvwkiqz .price-line1 {
  color: #505050;
}
.cid-tQesvxj1fx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #00edff;
}
.cid-tQesvxj1fx .mbr-section-title {
  color: #1a449a;
}
.cid-tQesvxj1fx .mbr-text {
  color: #262626;
}
.cid-tQesvxj1fx .mbr-section-subtitle {
  color: #262626;
  text-align: center;
}
.cid-tQesvxj1fx .wave-container {
  position: absolute;
  left: 0;
  top: -58px;
  height: 60px;
  overflow: hidden;
  width: 100%;
}
.cid-tQesvxj1fx .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #000000;
}
.cid-tQesvxj1fx .svg-top .st0 {
  fill: #00edff;
}
@media (max-width: 992px) {
  .cid-tQesvxj1fx .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-tQesvy9yfL {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #00edff;
}
.cid-tQesvy9yfL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQesvy9yfL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQesvy9yfL .col-title {
  position: relative;
  z-index: 10;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-tQesvy9yfL .col-title {
    margin-bottom: 30px;
  }
}
.cid-tQesvy9yfL .mbr-section-title {
  color: #2B2B2B;
}
@media (max-width: 991px) {
  .cid-tQesvy9yfL .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tQesvy9yfL .mbr-section-subtitle {
  color: #5F6AD4;
  margin-top: 24px;
}
@media (max-width: 991px) {
  .cid-tQesvy9yfL .mbr-section-subtitle {
    margin-top: 16px;
    text-align: center !important;
  }
}
.cid-tQesvy9yfL .panel-group {
  border: none;
  padding: 0 !important;
}
.cid-tQesvy9yfL .card {
  padding: 0 20px !important;
}
.cid-tQesvy9yfL .card-border {
  height: 2px;
  width: 100%;
  background-color: #ccff00;
  margin-top: auto;
}
.cid-tQesvy9yfL .card-border-top {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-tQesvy9yfL .card-border-top2 {
    display: none;
  }
}
.cid-tQesvy9yfL .mbr-iconfont {
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #000000;
  margin-left: 1rem;
  padding: 8px;
  background-color: #ccff00;
  transition: all ease-in-out 0.3s;
  border-radius: 50%;
}
.cid-tQesvy9yfL .card-header {
  border-bottom: none !important;
  padding: 15px 0 !important;
}
.cid-tQesvy9yfL .card-header:hover .mbr-iconfont {
  background-color: #cecec1 !important;
}
.cid-tQesvy9yfL .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-tQesvy9yfL .panel-body {
  padding-bottom: 20px;
}
.cid-tQesvy9yfL .panel-text {
  margin-bottom: 20px !important;
  color: #232323;
}
.cid-tQesvy9yfL .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tQesvy9yfL .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tQesvy9yfL .panel-title-edit {
  color: #232323;
}
.cid-tQesvziQfX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tQesvziQfX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQesvziQfX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQesvziQfX b,
.cid-tQesvziQfX strong {
  font-weight: 900;
}
@media (min-width: 992px) {
  .cid-tQesvziQfX img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-tQesvziQfX img {
    padding-bottom: 2rem;
  }
}
.cid-tQesvziQfX .row {
  align-items: center;
}
.cid-tQesvziQfX .mbr-section-title {
  color: #000000;
}
.cid-tQesvziQfX .mbr-text,
.cid-tQesvziQfX .mbr-section-btn {
  color: #262626;
}
.cid-tQesvziQfX .mbr-section-subtitle {
  color: #505050;
}
.cid-tQesvAmZWa {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ccff00;
}
.cid-tQesvAmZWa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQesvAmZWa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQesvAmZWa .mbr-text,
.cid-tQesvAmZWa .mbr-section-btn {
  text-align: center;
}
.cid-tQesvAmZWa .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-tQesvAmZWa .mbr-section-subtitle {
  text-align: center;
  color: #3d2e7c;
}
.cid-tQWQ1nGJld {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f8f8f8;
}
.cid-tQWQ1nGJld .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
  overflow: hidden;
  overflow-y: auto;
}

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.5;
  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;
}

@media (max-width: 767px) {
  .align-left, .align-right {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .md-pb {
    margin-bottom: 2rem !important;
  }
}
/*! 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;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  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;
}

.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;
}

@-webkit-keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}

@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}.cid-tQety4nlss {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f8f8f8;
}
.cid-tQety4nlss .video-wrapper {
  width: 100%;
}
.cid-tQety4nlss .mbr-section-title,
.cid-tQety4nlss .mbr-section-subtitle,
.cid-tQety4nlss .mbr-text {
  text-align: center;
}
.cid-tQety4nlss .mbr-section-subtitle {
  margin-bottom: 15px;
  letter-spacing: .13em;
  color: #FF4712;
  text-align: center;
}
.cid-tQety4nlss .mbr-section-title {
  margin-bottom: 5px;
  color: #20232a;
  text-align: center;
}
.cid-tQety4nlss .mbr-text {
  margin-bottom: 0;
  color: #505050;
}
.cid-tQety4nlss .mbr-section-head {
  margin-bottom: 15px;
}
.cid-tQety4nlss .mbr-section-title,
.cid-tQety4nlss .mbr-section-btn {
  color: #262626;
}
.cid-tQety5ymWj {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #f8f8f8;
}
.cid-tQety5ymWj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQety5ymWj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQety5ymWj .mbr-text,
.cid-tQety5ymWj .mbr-section-btn {
  text-align: center;
}
.cid-tQety5ymWj .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-tQety5ymWj .mbr-section-subtitle {
  text-align: center;
  color: #3d2e7c;
}
.cid-tQetydJCgf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ccff00;
}
.cid-tQetydJCgf .mbr-section-title {
  color: #1a449a;
  text-align: center;
}
.cid-tQetydJCgf .mbr-text {
  color: #262626;
}
.cid-tQetydJCgf .mbr-section-subtitle {
  color: #262626;
  text-align: center;
}
.cid-tQetydJCgf .wave-container {
  position: absolute;
  left: 0;
  top: -58px;
  height: 60px;
  overflow: hidden;
  width: 100%;
}
.cid-tQetydJCgf .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #000000;
}
.cid-tQetydJCgf .svg-top .st0 {
  fill: #ccff00;
}
@media (max-width: 992px) {
  .cid-tQetydJCgf .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-tQetyelHc8 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background: #ccff00;
}
.cid-tQetyelHc8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQetyelHc8 .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-tQetyelHc8 .container {
    padding: 0 20px;
  }
  .cid-tQetyelHc8 .container .row {
    padding: 0;
  }
}
.cid-tQetyelHc8 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-tQetyelHc8 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tQetyelHc8 .embla__slide .card-wrap {
  width: 700px;
}
.cid-tQetyelHc8 .embla__slide .card-wrap .item-wrapper {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tQetyelHc8 .embla__slide .card-wrap .item-wrapper {
    margin-bottom: 10px;
  }
}
.cid-tQetyelHc8 .embla__slide .card-wrap .item-wrapper .item-link {
  display: block;
}
.cid-tQetyelHc8 .embla__slide .card-wrap .item-wrapper .item-link .image-wrap img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tQetyelHc8 .embla__slide .card-wrap .item-wrapper .item-link .image-wrap img {
    height: 100%;
  }
}
.cid-tQetyelHc8 .embla__slide .card-wrap .content-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 75px;
}
@media (max-width: 992px) {
  .cid-tQetyelHc8 .embla__slide .card-wrap .content-wrap {
    display: block;
    padding: 0;
  }
}
.cid-tQetyelHc8 .embla__slide .card-wrap .content-wrap .content-link {
  display: block;
}
.cid-tQetyelHc8 .embla__slide .card-wrap .content-wrap .content-link:hover .mbr-card-title::before {
  width: 100%;
}
.cid-tQetyelHc8 .embla__slide .card-wrap .content-wrap .content-link .mbr-card-title {
  position: relative;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tQetyelHc8 .embla__slide .card-wrap .content-wrap .content-link .mbr-card-title {
    margin-bottom: 10px;
  }
}
.cid-tQetyelHc8 .embla__slide .card-wrap .content-wrap .content-link .mbr-card-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #00edff;
  transition: all 0.3s ease-out;
}
.cid-tQetyelHc8 .embla__slide .card-wrap .content-wrap .mbr-section-btn .btn .mbr-iconfont {
  color: #00edff;
}
.cid-tQetyelHc8 .embla__button--next,
.cid-tQetyelHc8 .embla__button--prev {
  display: flex;
}
.cid-tQetyelHc8 .embla__button {
  width: 35px;
  height: 35px;
  font-size: 20px;
  background-color: transparent;
  color: #00edff;
  border: 2px solid #00edff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.cid-tQetyelHc8 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tQetyelHc8 .embla__button:hover {
  background-color: #000000;
  color: #47b5ed;
}
.cid-tQetyelHc8 .embla__button.embla__button--prev {
  left: 1rem;
  bottom: 45%;
  transform: translateY(50%);
}
.cid-tQetyelHc8 .embla__button.embla__button--next {
  right: 1rem;
  bottom: 45%;
  transform: translateY(50%);
}
@media (max-width: 767px) {
  .cid-tQetyelHc8 .embla__button {
    font-size: 25px;
    bottom: 10rem;
  }
}
.cid-tQetyelHc8 .embla {
  position: relative;
  width: 100%;
}
.cid-tQetyelHc8 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tQetyelHc8 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tQetyelHc8 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tQetyelHc8 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tQetyelHc8 .mbr-card-title {
  color: #000000;
  text-align: left;
}
.cid-tQetygn0MH {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ccff00;
}
.cid-tQetygn0MH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQetygn0MH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQetygn0MH .mbr-text,
.cid-tQetygn0MH .mbr-section-btn {
  text-align: center;
}
.cid-tQetygn0MH .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-tQetygn0MH .mbr-section-subtitle {
  text-align: center;
  color: #3d2e7c;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
  overflow: hidden;
  overflow-y: auto;
}

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.5;
  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;
}

@media (max-width: 767px) {
  .align-left, .align-right {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .md-pb {
    margin-bottom: 2rem !important;
  }
}
/*! 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;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  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;
}

.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;
}

@-webkit-keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}

@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}.cid-tQdWHT0yCU {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #f8f8f8;
}
.cid-tQdWHT0yCU .mbr-section-title {
  color: #262626;
}
.cid-tQdWHT0yCU .mbr-text {
  color: #353535;
}
.cid-tQdWHT0yCU .mbr-section-subtitle {
  color: #353535;
}
.cid-tQdWHT0yCU .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tQdWHT0yCU .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #000000;
}
.cid-tQdWHT0yCU .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-tQdWHT0yCU .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
  overflow: hidden;
  overflow-y: auto;
}

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.5;
  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;
}

@media (max-width: 767px) {
  .align-left, .align-right {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .md-pb {
    margin-bottom: 2rem !important;
  }
}
/*! 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;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  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;
}

.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;
}

@-webkit-keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}

@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}.cid-tQeeHOZoIp {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #f8f8f8;
}
.cid-tQeeHOZoIp .mbr-section-title {
  color: #262626;
}
.cid-tQeeHOZoIp .mbr-text {
  color: #353535;
}
.cid-tQeeHOZoIp .mbr-section-subtitle {
  color: #353535;
}
.cid-tQeeHOZoIp .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tQeeHOZoIp .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #000000;
}
.cid-tQeeHOZoIp .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-tQeeHOZoIp .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
  overflow: hidden;
  overflow-y: auto;
}

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.5;
  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;
}

@media (max-width: 767px) {
  .align-left, .align-right {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .md-pb {
    margin-bottom: 2rem !important;
  }
}
/*! 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;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  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;
}

.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;
}

@-webkit-keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}

@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}.cid-tQBMBRrbVf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ccff00;
}
.cid-tQBMBRrbVf .video-wrapper {
  width: 100%;
}
.cid-tQBMBRrbVf .mbr-section-title,
.cid-tQBMBRrbVf .mbr-section-subtitle,
.cid-tQBMBRrbVf .mbr-text {
  text-align: center;
}
.cid-tQBMBRrbVf .mbr-section-subtitle {
  margin-bottom: 15px;
  letter-spacing: .13em;
  color: #FF4712;
  text-align: center;
}
.cid-tQBMBRrbVf .mbr-section-title {
  margin-bottom: 5px;
  color: #20232a;
  text-align: center;
}
.cid-tQBMBRrbVf .mbr-text {
  margin-bottom: 0;
  color: #505050;
}
.cid-tQBMBRrbVf .mbr-section-head {
  margin-bottom: 15px;
}
.cid-tQBMBRrbVf .mbr-section-title,
.cid-tQBMBRrbVf .mbr-section-btn {
  color: #262626;
}
.cid-tQBMC7mQfH {
  padding-top: 45px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/bg.webp");
}
.cid-tQBMC7mQfH .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-tQBMC7mQfH .form-control,
.cid-tQBMC7mQfH .field-input {
  padding: 0.5rem;
  background-color: #f8f8f8;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tQBMC7mQfH .form-control::-webkit-input-placeholder,
.cid-tQBMC7mQfH .field-input::-webkit-input-placeholder,
.cid-tQBMC7mQfH .form-control::-webkit-input-placeholder,
.cid-tQBMC7mQfH .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-tQBMC7mQfH .form-control:-moz-placeholder,
.cid-tQBMC7mQfH .field-input:-moz-placeholder,
.cid-tQBMC7mQfH .form-control:-moz-placeholder,
.cid-tQBMC7mQfH .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-tQBMC7mQfH .form-control:hover,
.cid-tQBMC7mQfH .field-input:hover,
.cid-tQBMC7mQfH .form-control:focus,
.cid-tQBMC7mQfH .field-input:focus {
  background-color: #ccff00;
  border-color: #cccccc;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tQBMC7mQfH .form-control:hover::-webkit-input-placeholder,
.cid-tQBMC7mQfH .field-input:hover::-webkit-input-placeholder,
.cid-tQBMC7mQfH .form-control:focus::-webkit-input-placeholder,
.cid-tQBMC7mQfH .field-input:focus::-webkit-input-placeholder,
.cid-tQBMC7mQfH .form-control:hover::-webkit-input-placeholder,
.cid-tQBMC7mQfH .field-input:hover::-webkit-input-placeholder,
.cid-tQBMC7mQfH .form-control:focus::-webkit-input-placeholder,
.cid-tQBMC7mQfH .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-tQBMC7mQfH .form-control:hover:-moz-placeholder,
.cid-tQBMC7mQfH .field-input:hover:-moz-placeholder,
.cid-tQBMC7mQfH .form-control:focus:-moz-placeholder,
.cid-tQBMC7mQfH .field-input:focus:-moz-placeholder,
.cid-tQBMC7mQfH .form-control:hover:-moz-placeholder,
.cid-tQBMC7mQfH .field-input:hover:-moz-placeholder,
.cid-tQBMC7mQfH .form-control:focus:-moz-placeholder,
.cid-tQBMC7mQfH .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-tQBMC7mQfH .jq-number__spin:hover,
.cid-tQBMC7mQfH .jq-number__spin:focus {
  background-color: #ccff00;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tQBMC7mQfH .jq-number__spin {
  background-color: #f8f8f8;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tQBMC7mQfH .jq-selectbox li,
.cid-tQBMC7mQfH .jq-selectbox li {
  background-color: #f8f8f8;
  color: #000000;
}
.cid-tQBMC7mQfH .jq-selectbox li:hover,
.cid-tQBMC7mQfH .jq-selectbox li.selected {
  background-color: #ccff00;
  color: #000000;
}
.cid-tQBMC7mQfH .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tQBMC7mQfH .jq-number__spin.minus:hover:after,
.cid-tQBMC7mQfH .jq-number__spin.plus:hover:after {
  border-top-color: #f8f8f8;
  border-bottom-color: #f8f8f8;
}
.cid-tQBMC7mQfH .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tQBMC7mQfH .jq-number__spin.minus:after,
.cid-tQBMC7mQfH .jq-number__spin.plus:after {
  border-top-color: #ccff00;
  border-bottom-color: #ccff00;
}
.cid-tQBMC7mQfH input::-webkit-clear-button {
  display: none;
}
.cid-tQBMC7mQfH input::-webkit-inner-spin-button {
  display: none;
}
.cid-tQBMC7mQfH input::-webkit-outer-spin-button {
  display: none;
}
.cid-tQBMC7mQfH input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tQBMC7mQfH H4 {
  color: #ccff00;
}
.cid-tQBMC7mQfH LABEL {
  color: #ffffff;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
  overflow: hidden;
  overflow-y: auto;
}

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.5;
  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;
}

@media (max-width: 767px) {
  .align-left, .align-right {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .md-pb {
    margin-bottom: 2rem !important;
  }
}
/*! 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;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  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;
}

.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;
}

@-webkit-keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}

@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}.cid-tTgPT3sdSr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ccff00;
}
.cid-tTgPT3sdSr .video-wrapper {
  width: 100%;
}
.cid-tTgPT3sdSr .mbr-section-title,
.cid-tTgPT3sdSr .mbr-section-subtitle,
.cid-tTgPT3sdSr .mbr-text {
  text-align: center;
}
.cid-tTgPT3sdSr .mbr-section-subtitle {
  margin-bottom: 15px;
  letter-spacing: .13em;
  color: #FF4712;
  text-align: center;
}
.cid-tTgPT3sdSr .mbr-section-title {
  margin-bottom: 5px;
  color: #20232a;
  text-align: center;
}
.cid-tTgPT3sdSr .mbr-text {
  margin-bottom: 0;
  color: #505050;
}
.cid-tTgPT3sdSr .mbr-section-head {
  margin-bottom: 15px;
}
.cid-tTgPT3sdSr .mbr-section-title,
.cid-tTgPT3sdSr .mbr-section-btn {
  color: #262626;
}
.cid-tTgRNcgSjZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bg.webp");
}
.cid-tTgRNcgSjZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTgRNcgSjZ .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-tTgRNcgSjZ .container {
    padding: 0;
  }
}
.cid-tTgRNcgSjZ .title-wrapper {
  padding: 0 16px;
}
.cid-tTgRNcgSjZ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tTgRNcgSjZ .title-wrapper .mbr-text {
  margin: 25px 0 0 0;
}
.cid-tTgRNcgSjZ .title-wrapper .mbr-section-btn {
  margin-top: 25px;
}
@media (max-width: 992px) {
  .cid-tTgRNcgSjZ .title-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-tTgRNcgSjZ .mbr-section-title {
  color: #ffffff;
}
.cid-tTgRNcgSjZ .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tTgRNcgSjZ .mbr-section-title,
.cid-tTgRNcgSjZ .mbr-section-btn {
  text-align: center;
  color: #ccff00;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
  overflow: hidden;
  overflow-y: auto;
}

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.2;
  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;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.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;
}

@media (max-width: 767px) {
  .align-left, .align-right {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .md-pb {
    margin-bottom: 2rem !important;
  }
}
/*! 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;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  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;
}

.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;
}

@-webkit-keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}

@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}.cid-tTOu1nYimc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTOu1nYimc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/bg.webp");
}
.cid-tTOu1nYimc .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-tTOu1nYimc .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-tTOu1nYimc .container {
    padding: 0 25px;
  }
}
.cid-tTOu1nYimc .title-wrapper {
  padding: 0 15%;
}
@media (max-width: 992px) {
  .cid-tTOu1nYimc .title-wrapper {
    padding: 0;
  }
}
.cid-tTOu1nYimc .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tTOu1nYimc .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
.cid-tTOu1nYimc .mbr-section-title {
  color: #ffffff;
}
.cid-tTOu1nYimc .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tTOu1nYimc .mbr-section-title,
.cid-tTOu1nYimc .mbr-section-btn {
  text-align: center;
}
