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

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

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

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

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3 !important;
  text-shadow: 1px 1px 1px #EE2E24 !important;
}

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

.mbr-text {
  font-style: normal;
  line-height: 2rem !important;
}

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

b,
strong {
  font-weight: bold;
}
h3 (
text-shadow: #FFF 1px 1px 2p;)

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

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

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

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

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

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

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

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

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

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

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

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

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

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

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

.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: 75px;
  right: 5px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(6, 73, 126, 0.7);
  border-radius: 20%;
  color: #fff;
  display: inline-block;
  height: 50px;
  width: 50px;
  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(6, 73, 126, 0.9);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

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

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

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

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

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

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

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

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

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

.card-img {
  width: auto;
}

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

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

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

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

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

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

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

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

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

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

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

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

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

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

.item {
  position: relative;
}

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

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

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}body {
  font-family: Anybody;
}
.display-1 {
  font-family: 'Satisfy', handwriting;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Satisfy', handwriting;
  font-size: 3.25rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.0625rem;
}
.display-4 {
  font-family: 'Anybody', display;
  font-size: 1.1125rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.390625rem;
}
.display-5 {
  font-family: 'Satisfy', handwriting;
  font-size: 2.5rem;
  line-height: 1;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Anybody', display;
  font-size: 1.2rem;
  line-height: 1.3;
}
.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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.6rem;
    font-size: calc( 1.7874999999999999rem + (3.25 - 1.7874999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7874999999999999rem + (3.25 - 1.7874999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.89rem;
    font-size: calc( 1.039375rem + (1.1125 - 1.039375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.039375rem + (1.1125 - 1.039375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.525rem + (2.5 - 1.525) * ((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.2 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 1rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #fff182 !important;
}
.bg-success {
  background-color: #78ec80 !important;
}
.bg-info {
  background-color: #06497e !important;
}
.bg-warning {
  background-color: #fffbdd !important;
}
.bg-danger {
  background-color: #ee2e24 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fff182 !important;
  border-color: #fff182 !important;
  color: #827300 !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: #2b2600 !important;
  background-color: #ffe72b !important;
  border-color: #ffe72b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #827300 !important;
  background-color: #ffe72b !important;
  border-color: #ffe72b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd602 !important;
  border-color: #ffd602 !important;
  color: #020200 !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: #ffffff !important;
  background-color: #aa8f00 !important;
  border-color: #aa8f00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #020200 !important;
  background-color: #aa8f00 !important;
  border-color: #aa8f00 !important;
}
.btn-info,
.btn-info:active {
  background-color: #06497e !important;
  border-color: #06497e !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: #02192b !important;
  border-color: #02192b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #02192b !important;
  border-color: #02192b !important;
}
.btn-success,
.btn-success:active {
  background-color: #78ec80 !important;
  border-color: #78ec80 !important;
  color: #0c5912 !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: #ffffff !important;
  background-color: #2ce139 !important;
  border-color: #2ce139 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #0c5912 !important;
  background-color: #2ce139 !important;
  border-color: #2ce139 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fffbdd !important;
  border-color: #fffbdd !important;
  color: #ddc300 !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: #867600 !important;
  background-color: #fff186 !important;
  border-color: #fff186 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ddc300 !important;
  background-color: #fff186 !important;
  border-color: #fff186 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ee2e24 !important;
  border-color: #ee2e24 !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: #ae150d !important;
  border-color: #ae150d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ae150d !important;
  border-color: #ae150d !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: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #2b2b2b !important;
  border-color: #2b2b2b !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fff182;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffe72b !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #827300 !important;
  background-color: #fff182 !important;
  border-color: #fff182 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffd602;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #aa8f00 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #020200 !important;
  background-color: #ffd602 !important;
  border-color: #ffd602 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #06497e;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #02192b !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #06497e !important;
  border-color: #06497e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #78ec80;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2ce139 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #0c5912 !important;
  background-color: #78ec80 !important;
  border-color: #78ec80 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fffbdd;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #fff186 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ddc300 !important;
  background-color: #fffbdd !important;
  border-color: #fffbdd !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ee2e24;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ae150d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ee2e24 !important;
  border-color: #ee2e24 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #2b2b2b;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #2b2b2b !important;
  border-color: #2b2b2b !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #fff182 !important;
}
.text-secondary {
  color: #ffd602 !important;
}
.text-success {
  color: #78ec80 !important;
}
.text-info {
  color: #06497e !important;
}
.text-warning {
  color: #fffbdd !important;
}
.text-danger {
  color: #ee2e24 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #2B2B2B !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ffe61c !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #9b8200 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #1fdf2d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #01111d !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffef77 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #a0140c !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #fff182;
}
.nav-tabs .nav-link:not(.active) {
  color: #2B2B2B;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #06497e;
}
.alert-warning {
  background-color: #fffbdd;
}
.alert-danger {
  background-color: #ee2e24;
}
.mbr-gallery-filter li.active .btn {
  background-color: #fff182;
  border-color: #fff182;
  color: #9b8a00;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #fff182;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #108ff4;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fde3e1;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Anybody', display;
  font-size: 1.1125rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.390625rem;
}
.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: #fff182 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Anybody', display;
  font-size: 1.1125rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.390625rem;
}
blockquote {
  border-color: #fff182;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #fff182;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #fff182;
}
.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: #fff182;
  border-bottom-color: #fff182;
}
.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: #000000 !important;
  background-color: #fff182 !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: #ffd602 !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='%23fff182' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
a:hover {
  background-image: none !important;
}
.container {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1199px) {
  .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 660px;
  }
}
@media (max-width: 639px) {
  .container {
    max-width: 500px;
  }
}
.row {
  margin-left: -20px;
  margin-right: -20px;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 20px;
  padding-right: 20px;
}
.row {
  justify-content: center;
}
.mbr-section-btn .btn {
  min-width: 220px;
  min-height: 60px;
  padding: 12px 20px;
  line-height: 1.55;
  font-weight: 500;
  letter-spacing: -0.5px;
  border-radius: 10px;
  box-shadow: none !important;
  border: none !important;
}
.mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.mbr-section-btn .btn-black-outline {
  color: #2b2b2b !important;
  border: 2px solid #cecec1 !important;
}
.mbr-section-btn .btn-black-outline:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.mbr-section-btn .btn-white-outline {
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
}
.mbr-section-btn .btn-white-outline:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
  border: 2px solid #ffffff !important;
}
@media (max-width: 575px) {
  .mbr-section-btn {
    width: 100%;
  }
  .mbr-section-btn .btn {
    width: 100%;
    min-width: max-content !important;
  }
}
b {
  font-weight: 600 !important;
}
.cid-ujBmKTNb8s {
  z-index: 1000;
  width: 100%;
}
.cid-ujBmKTNb8s #navbar {
  transition: top 0.5s;
}
.cid-ujBmKTNb8s .navbar-dropdown {
  background-color: #06497e !important;
  opacity: 1 !important;
  padding: 0;
  position: fixed;
}
.cid-ujBmKTNb8s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #06497e !important;
  opacity: 1 !important;
  background: #06497e;
}
.cid-ujBmKTNb8s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-ujBmKTNb8s .menu_box .navbar.opened,
  .cid-ujBmKTNb8s .menu_box .navbar-collapse {
    background-color: #06497e !important;
    transition: all 0s ease 0s;
  }
}
.cid-ujBmKTNb8s nav.navbar {
  position: fixed;
  padding-top: .70rem;
  padding-bottom: .70rem;
}
.cid-ujBmKTNb8s .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-ujBmKTNb8s .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ujBmKTNb8s .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ujBmKTNb8s .btn {
  min-height: 55px;
  box-shadow: none;
  margin-top: 0;
}
.cid-ujBmKTNb8s .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ujBmKTNb8s .offcanvas {
    padding: 12rem 80px 0;
    width: 50%;
    background-color: #2c0066;
  }
  .cid-ujBmKTNb8s .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ujBmKTNb8s .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ujBmKTNb8s .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ujBmKTNb8s .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ujBmKTNb8s .offcanvas-body .mbr-text,
  .cid-ujBmKTNb8s .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-ujBmKTNb8s .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-ujBmKTNb8s .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ujBmKTNb8s .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f8f7ff;
  }
  .cid-ujBmKTNb8s .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ujBmKTNb8s .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ujBmKTNb8s .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ujBmKTNb8s .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ujBmKTNb8s ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ujBmKTNb8s .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ujBmKTNb8s .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-ujBmKTNb8s .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ujBmKTNb8s li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ujBmKTNb8s .lg_brand {
    margin: 0 1rem;
  }
}
.cid-ujBmKTNb8s .nav-item {
  margin: 4px 12px;
}
@media (min-width: 1200px) {
  .cid-ujBmKTNb8s .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ujBmKTNb8s .nav-item {
    margin: 0 !important;
  }
}
.cid-ujBmKTNb8s .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ujBmKTNb8s .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ujBmKTNb8s .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ujBmKTNb8s .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ujBmKTNb8s .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-ujBmKTNb8s .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ujBmKTNb8s .offcanvas_box {
    display: none;
  }
}
.cid-ujBmKTNb8s .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-ujBmKTNb8s .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ujBmKTNb8s .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ujBmKTNb8s .container {
  display: flex;
  margin: auto;
}
.cid-ujBmKTNb8s .iconfont-wrapper {
  color: #ffd602;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ujBmKTNb8s .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ujBmKTNb8s .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ujBmKTNb8s .navbar-caption {
  color: #f8f7ff;
}
.cid-ujBmKTNb8s .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ujBmKTNb8s .navbar-nav {
    margin: 0;
  }
}
.cid-ujBmKTNb8s .dropdown-menu,
.cid-ujBmKTNb8s .navbar.opened {
  background-color: #06497e !important;
}
.cid-ujBmKTNb8s .nav-item:focus,
.cid-ujBmKTNb8s .nav-link:focus {
  outline: none;
}
.cid-ujBmKTNb8s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujBmKTNb8s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujBmKTNb8s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujBmKTNb8s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujBmKTNb8s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujBmKTNb8s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujBmKTNb8s .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-ujBmKTNb8s .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-ujBmKTNb8s .navbar.opened {
  transition: all 0.3s;
}
.cid-ujBmKTNb8s .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ujBmKTNb8s .navbar .navbar-logo img {
  max-width: 64px;
  max-height: 64px;
  object-fit: cover;
  border-radius: 100%;
}
.cid-ujBmKTNb8s .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-ujBmKTNb8s .navbar.collapsed {
  justify-content: center;
}
.cid-ujBmKTNb8s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujBmKTNb8s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ujBmKTNb8s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujBmKTNb8s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujBmKTNb8s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujBmKTNb8s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ujBmKTNb8s .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ujBmKTNb8s .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ujBmKTNb8s .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ujBmKTNb8s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujBmKTNb8s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujBmKTNb8s .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ujBmKTNb8s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujBmKTNb8s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ujBmKTNb8s .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ujBmKTNb8s .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ujBmKTNb8s .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ujBmKTNb8s .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ujBmKTNb8s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujBmKTNb8s .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujBmKTNb8s .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ujBmKTNb8s .navbar.navbar-short {
  min-height: 60px;
}
.cid-ujBmKTNb8s .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ujBmKTNb8s .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ujBmKTNb8s .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ujBmKTNb8s .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujBmKTNb8s .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujBmKTNb8s .dropdown-item.active,
.cid-ujBmKTNb8s .dropdown-item:active {
  background-color: transparent;
}
.cid-ujBmKTNb8s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujBmKTNb8s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujBmKTNb8s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujBmKTNb8s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujBmKTNb8s ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-ujBmKTNb8s .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujBmKTNb8s button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #06497e;
  background: #06497e;
}
.cid-ujBmKTNb8s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f8f7ff;
}
.cid-ujBmKTNb8s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujBmKTNb8s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujBmKTNb8s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujBmKTNb8s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujBmKTNb8s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujBmKTNb8s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujBmKTNb8s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujBmKTNb8s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujBmKTNb8s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ujBmKTNb8s .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujBmKTNb8s .navbar {
    height: 70px;
  }
  .cid-ujBmKTNb8s .navbar.opened {
    height: auto;
  }
  .cid-ujBmKTNb8s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujBmKTNb8s .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-ujBmKTNb8s .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-ujBmKTNb8s .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-ujBmKTNb8s .mbr-section-btn-main .btn {
  min-height: 36px;
  max-height: 36px;
  margin: 0 4px 4px 4px;
}
.cid-ujBmKTNb8s .navbar-caption:hover {
  color: #fff182;
}
@media (min-width: 992px) {
  .cid-ujBmKTNb8s .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ujBmKTNb8s .nav-link {
  position: relative;
}
.cid-ujBmKTNb8s .nav-link:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #f8f7ff;
  transition: all .1s ease;
}
.cid-ujBmKTNb8s .nav-link:hover:before {
  width: 100%;
}
.cid-ujBmKTNb8s .mbr-text,
.cid-ujBmKTNb8s .mbr-section-subtitle,
.cid-ujBmKTNb8s .text_widget {
  opacity: .5;
}
.cid-ujBmKTNb8s .mbr-section-subtitle {
  color: #f8f7ff;
}
.cid-ujBmKTNb8s .mbr-text {
  color: #f8f7ff;
  text-align: center;
}
.cid-ujBmKTNb8s .text_widget {
  color: #f8f7ff;
}
.cid-ujBmKTNb8s .mbr-section-subtitle,
.cid-ujBmKTNb8s .text_widget,
.cid-ujBmKTNb8s .mbr-section-btn {
  text-align: center;
}
.cid-ujBmKTNb8s a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-t8Pd7peBUI {
  padding-top: 15rem;
  padding-bottom: 14rem;
  background-image: url("../../../assets/images/275111143-2316517611821180-2144109898161123953-n-1512x2016.jpeg");
  overflow: hidden;
}
.cid-t8Pd7peBUI .mbr-fallback-image.disabled {
  display: none;
}
.cid-t8Pd7peBUI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t8Pd7peBUI .container,
.cid-t8Pd7peBUI .container-fluid {
  position: relative;
}
.cid-t8Pd7peBUI .row {
  justify-content: left;
}
.cid-t8Pd7peBUI .col-content {
  position: relative;
  z-index: 10;
}
.cid-t8Pd7peBUI .mbr-section-title {
  color: #ffe40e;
  text-align: left;
}
.cid-t8Pd7peBUI .mbr-section-subtitle {
  color: #2B2B2B;
}
.cid-t8Pd7peBUI .mbr-text {
  color: #2B2B2B;
}
.cid-t8Pd7peBUI .mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.cid-t8Pd7peBUI .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .cid-t8Pd7peBUI .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.cid-t8Pd7peBUI .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #a47ee3 27%, #a47ee3 50%, #a47ee3 79%);
}
.cid-t8Pd7peBUI .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-t8Pd7peBUI .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-t8Pd7peBUI .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-t8Pj2d23QP {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background: #ffffff;
  overflow: hidden;
}
.cid-t8Pj2d23QP .mbr-fallback-image.disabled {
  display: none;
}
.cid-t8Pj2d23QP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t8Pj2d23QP .col-title {
  position: relative;
  z-index: 10;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-t8Pj2d23QP .col-title {
    margin-bottom: 40px;
  }
}
.cid-t8Pj2d23QP .mbr-section-title {
  color: #06497e;
  text-shadow: 2px 1px 1px #FFF !important;
}
.cid-t8Pj2d23QP .mbr-section-subtitle {
  color: #5F6AD4;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .cid-t8Pj2d23QP .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-t8Pj2d23QP .mbr-section-btn {
  margin-top: 10px;
}
.cid-t8Pj2d23QP .mbr-section-btn .btn {
  padding: 5px 35px !important;
  min-width: max-content !important;
}
.cid-t8Pj2d23QP .col-card {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-t8Pj2d23QP .col-card {
    margin-bottom: 60px;
  }
}
.cid-t8Pj2d23QP .card-wrap {
  border-radius: 0;
}
.cid-t8Pj2d23QP .content-wrap {
  width: 100%;
  margin-top: 20px;
}
.cid-t8Pj2d23QP .col-cardf {
  margin-bottom: 40px;
  background-color: #06497e !important;
}
@media (max-width: 991px) {
  .cid-t8Pj2d23QP .col-cardf {
    margin-bottom: 60px;
  }
}
.cid-t8Pj2d23QP .content-wrapf {
  width: 100%;
  margin-top: 20px;
  background-color: #fff182;
  padding: .5rem;
  border-radius: 5px;
}
.cid-t8Pj2d23QP .card-title {
  color: #2B2B2B;
  text-shadow: 2px 1px 1px #FFF;
}
.cid-t8Pj2d23QP .card-titlef {
  padding-bottom: .55rem;
  color: #fff;
  text-shadow: 2px 1px 1px #000;
}
.cid-t8Pj2d23QP .mbr-text {
  color: #000000;
  margin-top: 8px;
  text-align: center;
}
.cid-t8Pj2d23QP .image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  transition: .3s all;
}
.cid-t8Pj2d23QP .image-wrap img {
  height: 300px;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-t8Pj2d23QP .image-wrap img {
    height: 246px;
  }
}
@media (max-width: 991px) {
  .cid-t8Pj2d23QP .image-wrap img {
    height: 168px;
  }
}
@media (max-width: 767px) {
  .cid-t8Pj2d23QP .image-wrap img {
    height: auto !important;
    max-height: 400px;
  }
}
.cid-t8Pj2d23QP .container,
.cid-t8Pj2d23QP .container-fluid {
  position: relative;
}
.cid-t8Pj2d23QP .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-t8Pj2d23QP .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-t8Pj2d23QP .circle-blur1 {
  top: 0;
  right: 50%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-t8Pj2d23QP .circle-blur2 {
  top: 12%;
  right: 40%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-t8Pj2d23QP .card-title,
.cid-t8Pj2d23QP .mbr-section-btn {
  color: #06497e;
  text-align: center;
}
.cid-t8Pj2d23QP .card-titlef,
.cid-t8Pj2d23QP .mbr-section-btn {
  color: #ffffff;
}
.cid-uq4yGilasG {
  padding-top: 4rem;
  padding-bottom: 0rem !important;
  background-color: #cce3ef;
}
.cid-uq4yGilasG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq4yGilasG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uq4yGilasG .col-title {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .cid-uq4yGilasG .col-title {
    margin-bottom: 50px;
  }
}
.cid-uq4yGilasG .mbr-section-title {
  color: #06497e;
}
.cid-uq4yGilasG .mbr-section-main-subtitle {
  color: #5F6AD4;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .cid-uq4yGilasG .mbr-section-main-subtitle {
    margin-top: 16px;
  }
}
.cid-uq4yGilasG .col-text {
  display: flex;
  flex-wrap: wrap;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .cid-uq4yGilasG .col-text {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
@media (max-width: 991px) {
  .cid-uq4yGilasG .col-text {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.cid-uq4yGilasG .text-container1 {
  width: 100%;
  padding: 0;
}
@media (min-width: 640px) and (max-width: 991px) {
  .cid-uq4yGilasG .text-container1 {
    max-width: 340px;
  }
}
.cid-uq4yGilasG .text-container2 {
  width: 100%;
  padding: 0;
}
@media (min-width: 640px) and (max-width: 991px) {
  .cid-uq4yGilasG .text-container2 {
    max-width: 280px;
    padding-left: 40px;
  }
}
.cid-uq4yGilasG .mbr-section-btn {
  margin-top: 16px;
}
.cid-uq4yGilasG .mbr-section-btn .btn {
  min-width: 280px;
  min-height: 60px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .cid-uq4yGilasG .mbr-section-btn {
    margin-top: 8px;
    width: 100%;
  }
  .cid-uq4yGilasG .mbr-section-btn .btn {
    width: 100%;
    min-width: max-content;
  }
}
.cid-uq4yGilasG .col-carousel {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .cid-uq4yGilasG .col-carousel {
    padding-top: 30px;
  }
}
.cid-uq4yGilasG .col-border .border-line {
  height: 2px;
  background-color: #dfdfd8;
}
.cid-uq4yGilasG .name-text {
  color: #2A2A2A;
  margin-bottom: 0;
}
.cid-uq4yGilasG .roominess-text {
  color: #5F6AD4;
  margin-bottom: 0;
  margin-top: 12px;
}
.cid-uq4yGilasG .mbr-text {
  color: #2A2A2A;
  margin-bottom: 0;
  margin-top: 12px;
}
.cid-uq4yGilasG .list {
  color: #2A2A2A;
  margin-top: 20px;
  width: 100%;
}
.cid-uq4yGilasG .list-item {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uq4yGilasG .list-item:not(:first-child) {
  margin-top: 12px;
}
.cid-uq4yGilasG .list-text {
  flex-grow: 1;
  color: #2A2A2A;
  margin-bottom: 0;
}
.cid-uq4yGilasG .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.cid-uq4yGilasG .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #5f6ad4;
}
.cid-uq4yGilasG .price-text {
  color: #2A2A2A;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-uq4yGilasG .carousel {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
}
.cid-uq4yGilasG .carousel img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-uq4yGilasG .carousel {
    height: 385px;
  }
}
@media (max-width: 991px) {
  .cid-uq4yGilasG .carousel {
    height: 350px;
  }
}
@media (max-width: 575px) {
  .cid-uq4yGilasG .carousel {
    height: 280px;
  }
}
.cid-uq4yGilasG .carousel-inner {
  display: flex;
  align-items: center;
  height: 100%;
  border-radius: 16px;
}
.cid-uq4yGilasG .carousel-item {
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
}
.cid-uq4yGilasG .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uq4yGilasG .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uq4yGilasG .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uq4yGilasG .carousel-control {
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  font-size: 16px;
  background-color: #dfdfd8;
  color: #2B2B2B !important;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1 !important;
}
.cid-uq4yGilasG .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 16px;
}
.cid-uq4yGilasG .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 16px;
}
.cid-uq4yGilasG .carousel-control:hover {
  background-color: #646464;
  color: #FFFFFF !important;
}
.cid-uq4yGilasG .carousel-indicators {
  display: none !important;
}
.cid-uq4yGilasG .item-menu-overlay {
  opacity: 0 !important;
}
.cid-u71jNC6t59 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background: #ffffff;
  overflow: hidden;
}
.cid-u71jNC6t59 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u71jNC6t59 a {
  text-decoration: none !important;
}
.cid-u71jNC6t59 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u71jNC6t59 #text-info {
  text-decoration: none !important;
}
.cid-u71jNC6t59 .col-title {
  position: relative;
  z-index: 10;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-u71jNC6t59 .col-title {
    margin-bottom: 40px;
  }
}
.cid-u71jNC6t59 .mbr-section-title {
  color: #06497e;
  text-shadow: 2px 1px 1px #FFF !important;
}
.cid-u71jNC6t59 .mbr-section-subtitle {
  color: #5F6AD4;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .cid-u71jNC6t59 .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-u71jNC6t59 .mbr-section-btn {
  margin-top: 10px;
}
.cid-u71jNC6t59 .mbr-section-btn .btn {
  padding: 5px 35px !important;
  min-width: max-content !important;
}
.cid-u71jNC6t59 .col-card {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-u71jNC6t59 .col-card {
    margin-bottom: 60px;
  }
}
.cid-u71jNC6t59 .card-wrap {
  border-radius: 0;
}
.cid-u71jNC6t59 .content-wrap {
  width: 100%;
  margin-top: 20px;
}
.cid-u71jNC6t59 .col-cardf {
  margin-bottom: 40px;
  background-color: #06497e !important;
}
@media (max-width: 991px) {
  .cid-u71jNC6t59 .col-cardf {
    margin-bottom: 60px;
  }
}
.cid-u71jNC6t59 .content-wrapf {
  width: 100%;
  margin-top: 20px;
  background-color: #fff182;
  padding: .5rem;
  border-radius: 5px;
}
.cid-u71jNC6t59 .card-title {
  color: #2B2B2B;
  text-shadow: 2px 1px 1px #FFF;
}
.cid-u71jNC6t59 .card-titlef {
  padding-bottom: .55rem;
  color: #fff;
  text-shadow: 2px 1px 1px #000;
}
.cid-u71jNC6t59 .mbr-text {
  color: #000000;
  margin-top: 8px;
}
.cid-u71jNC6t59 .image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  transition: .3s all;
}
.cid-u71jNC6t59 .image-wrap img {
  height: 300px;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-u71jNC6t59 .image-wrap img {
    height: 246px;
  }
}
@media (max-width: 991px) {
  .cid-u71jNC6t59 .image-wrap img {
    height: 168px;
  }
}
@media (max-width: 767px) {
  .cid-u71jNC6t59 .image-wrap img {
    height: auto !important;
    max-height: 400px;
  }
}
.cid-u71jNC6t59 .container,
.cid-u71jNC6t59 .container-fluid {
  position: relative;
}
.cid-u71jNC6t59 .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-u71jNC6t59 .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-u71jNC6t59 .circle-blur1 {
  top: 0;
  right: 50%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-u71jNC6t59 .circle-blur2 {
  top: 12%;
  right: 40%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-u71jNC6t59 .card-title,
.cid-u71jNC6t59 .mbr-section-btn {
  color: #06497e;
  text-align: center;
  text-decoration: none !important;
}
.cid-u71jNC6t59 .card-titlef,
.cid-u71jNC6t59 .mbr-section-btn {
  color: #ffffff;
}
.cid-t8Pn3TSLMG {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/346268520-643448110446952-856010057664328464-n-1170x981.jpg");
}
.cid-t8Pn3TSLMG .mbr-fallback-image.disabled {
  display: none;
}
.cid-t8Pn3TSLMG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t8Pn3TSLMG .mbr-section-title {
  color: #2A2A2A;
  text-align: left;
}
.cid-t8Pn3TSLMG .mbr-section-subtitle {
  margin-top: 24px;
  color: #2b2b2b;
  text-align: left;
}
.cid-tpgcKmzEan {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #06497e;
}
.cid-tpgcKmzEan .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpgcKmzEan .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tpgcKmzEan .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tpgcKmzEan .text-shadow {
  text-shadow: 2px 1px 1px #000 !important;
  font-size: 1.45rem;
  font-weight: bold;
}
.cid-tpgcKmzEan .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tpgcKmzEan .socicon {
  color: #fffbdd !important;
}
@media (max-width: 767px) {
  .cid-tpgcKmzEan .row {
    text-align: center;
  }
  .cid-tpgcKmzEan .social-row {
    justify-content: center;
  }
}
.cid-tpgcKmzEan .list {
  text-align: center;
  list-style: none;
  padding-left: 0;
  color: #fffbdd;
}
@media (max-width: 991px) {
  .cid-tpgcKmzEan .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tpgcKmzEan .list {
    margin-bottom: 0rem;
  }
}
.cid-tpgcKmzEan .mbr-text {
  line-height: 1.75rem;
}
.cid-tpgcKmzEan .mbr-iconfont {
  color: black;
}
.cid-tpgcKmzEan .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-t8Pd8pLmAE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffd602;
  overflow: hidden;
  border-top: 1px solid #06497e;
}
.cid-t8Pd8pLmAE .mbr-text {
  color: #efefec;
  font-size: .90rem;
}
.cid-t8Pd8pLmAE .media-container-row .mbr-text {
  color: #000000;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

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

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

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

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3 !important;
  text-shadow: 1px 1px 1px #EE2E24 !important;
}

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

.mbr-text {
  font-style: normal;
  line-height: 2rem !important;
}

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

b,
strong {
  font-weight: bold;
}
h3 (
text-shadow: #FFF 1px 1px 2p;)

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

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

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

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

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

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

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

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

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

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

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

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

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

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

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

.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: 75px;
  right: 5px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(6, 73, 126, 0.7);
  border-radius: 20%;
  color: #fff;
  display: inline-block;
  height: 50px;
  width: 50px;
  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(6, 73, 126, 0.9);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

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

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

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

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

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

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

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

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

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

.card-img {
  width: auto;
}

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

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

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

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

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

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

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

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

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

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

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

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

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

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

.item {
  position: relative;
}

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

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

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-tplZ2yqIiu {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/281502439-2371416219664652-4715598005135110263-n-1532x1532.jpeg");
  overflow: hidden;
}
.cid-tplZ2yqIiu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tplZ2yqIiu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tplZ2yqIiu .container,
.cid-tplZ2yqIiu .container-fluid {
  position: relative;
}
.cid-tplZ2yqIiu .row {
  justify-content: left;
}
.cid-tplZ2yqIiu .col-content {
  position: relative;
  z-index: 10;
}
.cid-tplZ2yqIiu .mbr-section-title {
  color: #ffe40e;
  text-align: left;
}
.cid-tplZ2yqIiu .mbr-section-subtitle {
  color: #2B2B2B;
}
.cid-tplZ2yqIiu .mbr-text {
  color: #2B2B2B;
}
.cid-tplZ2yqIiu .mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.cid-tplZ2yqIiu .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .cid-tplZ2yqIiu .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.cid-tplZ2yqIiu .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #a47ee3 27%, #a47ee3 50%, #a47ee3 79%);
}
.cid-tplZ2yqIiu .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-tplZ2yqIiu .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-tplZ2yqIiu .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-tpm0cDkLXx {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tpm0cDkLXx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpm0cDkLXx .mbr-iconfont {
  font-size: 1.6rem;
  color: #fff182;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed #ffd602;
  border-radius: 50%;
  transition: all 0.3s;
  margin: 0 0.5rem;
}
.cid-tpm0cDkLXx .mbr-iconfont:hover {
  background: #fff182;
  color: #ffd602;
}
.cid-tpm0cDkLXx .icon-wrap {
  display: flex;
}
.cid-tpm0cDkLXx .link-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-tpm0cDkLXx .link {
  display: flex;
}
.cid-tpm0cDkLXx .mbr-linkiconfont {
  font-size: 0.8rem;
  color: #ffd602;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #ffd602;
  margin-right: 1rem;
  border-radius: 50%;
  background: #78ec80;
  transition: all 0.3s;
}
.cid-tpm0cDkLXx .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-tpm0cDkLXx .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #d4ceff;
  z-index: -1;
}
.cid-tpm0cDkLXx .text-wrapper {
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tpm0cDkLXx .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tpm0cDkLXx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tpm0cDkLXx .row {
  align-items: center;
  background: #ffffff;
  transition: all 0.3s;
  margin: 0;
  padding: 2rem 0;
}
.cid-tpm0cDkLXx .row:hover {
  background: #fffbdd;
}
.cid-tpm0cDkLXx .mbr-link {
  color: #132835;
}
.cid-tpm0cDkLXx .mbr-text,
.cid-tpm0cDkLXx .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tpm0cDkLXx .mbr-section-subtitle,
.cid-tpm0cDkLXx .subtitle-wrap {
  text-align: center;
}
.cid-tpm0cDkLXx .mbr-section-title {
  text-align: center;
  color: #06497e;
  text-shadow: 2px 1px 1px #FFF !important;
}
.cid-ugulX8AMVQ {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background: #fffbdd;
}
.cid-ugulX8AMVQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugulX8AMVQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugulX8AMVQ .mbr-section-title {
  color: #2A2A2A;
}
.cid-ugulX8AMVQ .mbr-section-subtitle {
  margin-top: 24px;
  color: #000000;
}
.cid-tplZ2B687S {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/348258042-783234906703940-4488006303337958404-n-1556x2048.jpeg");
}
.cid-tplZ2B687S .mbr-fallback-image.disabled {
  display: none;
}
.cid-tplZ2B687S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tplZ2B687S .mbr-section-title {
  color: #2A2A2A;
  text-align: left;
}
.cid-tplZ2B687S .mbr-section-subtitle {
  margin-top: 24px;
  color: #2b2b2b;
  text-align: left;
}
.cid-tplZ2BUHYX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #06497e;
}
.cid-tplZ2BUHYX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tplZ2BUHYX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tplZ2BUHYX .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tplZ2BUHYX .text-shadow {
  text-shadow: 2px 1px 1px #000 !important;
  font-size: 1.45rem;
  font-weight: bold;
}
.cid-tplZ2BUHYX .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tplZ2BUHYX .socicon {
  color: #fffbdd !important;
}
@media (max-width: 767px) {
  .cid-tplZ2BUHYX .row {
    text-align: center;
  }
  .cid-tplZ2BUHYX .social-row {
    justify-content: center;
  }
}
.cid-tplZ2BUHYX .list {
  text-align: center;
  list-style: none;
  padding-left: 0;
  color: #fffbdd;
}
@media (max-width: 991px) {
  .cid-tplZ2BUHYX .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tplZ2BUHYX .list {
    margin-bottom: 0rem;
  }
}
.cid-tplZ2BUHYX .mbr-text {
  line-height: 1.75rem;
}
.cid-tplZ2BUHYX .mbr-iconfont {
  color: black;
}
.cid-tplZ2BUHYX .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-tplZ2CVuGv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffd602;
  overflow: hidden;
  border-top: 1px solid #06497e;
}
.cid-tplZ2CVuGv .mbr-text {
  color: #efefec;
  font-size: .90rem;
}
.cid-tplZ2CVuGv .media-container-row .mbr-text {
  color: #000000;
}
.cid-ujBmKTNb8s {
  z-index: 1000;
  width: 100%;
}
.cid-ujBmKTNb8s #navbar {
  transition: top 0.5s;
}
.cid-ujBmKTNb8s .navbar-dropdown {
  background-color: #06497e !important;
  opacity: 1 !important;
  padding: 0;
  position: fixed;
}
.cid-ujBmKTNb8s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #06497e !important;
  opacity: 1 !important;
  background: #06497e;
}
.cid-ujBmKTNb8s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-ujBmKTNb8s .menu_box .navbar.opened,
  .cid-ujBmKTNb8s .menu_box .navbar-collapse {
    background-color: #06497e !important;
    transition: all 0s ease 0s;
  }
}
.cid-ujBmKTNb8s nav.navbar {
  position: fixed;
  padding-top: .70rem;
  padding-bottom: .70rem;
}
.cid-ujBmKTNb8s .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-ujBmKTNb8s .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ujBmKTNb8s .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ujBmKTNb8s .btn {
  min-height: 55px;
  box-shadow: none;
  margin-top: 0;
}
.cid-ujBmKTNb8s .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ujBmKTNb8s .offcanvas {
    padding: 12rem 80px 0;
    width: 50%;
    background-color: #2c0066;
  }
  .cid-ujBmKTNb8s .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ujBmKTNb8s .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ujBmKTNb8s .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ujBmKTNb8s .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ujBmKTNb8s .offcanvas-body .mbr-text,
  .cid-ujBmKTNb8s .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-ujBmKTNb8s .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-ujBmKTNb8s .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ujBmKTNb8s .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f8f7ff;
  }
  .cid-ujBmKTNb8s .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ujBmKTNb8s .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ujBmKTNb8s .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ujBmKTNb8s .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ujBmKTNb8s ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ujBmKTNb8s .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ujBmKTNb8s .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-ujBmKTNb8s .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ujBmKTNb8s li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ujBmKTNb8s .lg_brand {
    margin: 0 1rem;
  }
}
.cid-ujBmKTNb8s .nav-item {
  margin: 4px 12px;
}
@media (min-width: 1200px) {
  .cid-ujBmKTNb8s .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ujBmKTNb8s .nav-item {
    margin: 0 !important;
  }
}
.cid-ujBmKTNb8s .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ujBmKTNb8s .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ujBmKTNb8s .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ujBmKTNb8s .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ujBmKTNb8s .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-ujBmKTNb8s .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ujBmKTNb8s .offcanvas_box {
    display: none;
  }
}
.cid-ujBmKTNb8s .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-ujBmKTNb8s .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ujBmKTNb8s .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ujBmKTNb8s .container {
  display: flex;
  margin: auto;
}
.cid-ujBmKTNb8s .iconfont-wrapper {
  color: #ffd602;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ujBmKTNb8s .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ujBmKTNb8s .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ujBmKTNb8s .navbar-caption {
  color: #f8f7ff;
}
.cid-ujBmKTNb8s .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ujBmKTNb8s .navbar-nav {
    margin: 0;
  }
}
.cid-ujBmKTNb8s .dropdown-menu,
.cid-ujBmKTNb8s .navbar.opened {
  background-color: #06497e !important;
}
.cid-ujBmKTNb8s .nav-item:focus,
.cid-ujBmKTNb8s .nav-link:focus {
  outline: none;
}
.cid-ujBmKTNb8s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujBmKTNb8s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujBmKTNb8s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujBmKTNb8s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujBmKTNb8s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujBmKTNb8s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujBmKTNb8s .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-ujBmKTNb8s .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-ujBmKTNb8s .navbar.opened {
  transition: all 0.3s;
}
.cid-ujBmKTNb8s .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ujBmKTNb8s .navbar .navbar-logo img {
  max-width: 64px;
  max-height: 64px;
  object-fit: cover;
  border-radius: 100%;
}
.cid-ujBmKTNb8s .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-ujBmKTNb8s .navbar.collapsed {
  justify-content: center;
}
.cid-ujBmKTNb8s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujBmKTNb8s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ujBmKTNb8s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujBmKTNb8s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujBmKTNb8s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujBmKTNb8s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ujBmKTNb8s .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ujBmKTNb8s .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ujBmKTNb8s .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ujBmKTNb8s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujBmKTNb8s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujBmKTNb8s .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ujBmKTNb8s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujBmKTNb8s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ujBmKTNb8s .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ujBmKTNb8s .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ujBmKTNb8s .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ujBmKTNb8s .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ujBmKTNb8s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujBmKTNb8s .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujBmKTNb8s .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ujBmKTNb8s .navbar.navbar-short {
  min-height: 60px;
}
.cid-ujBmKTNb8s .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ujBmKTNb8s .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ujBmKTNb8s .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ujBmKTNb8s .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujBmKTNb8s .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujBmKTNb8s .dropdown-item.active,
.cid-ujBmKTNb8s .dropdown-item:active {
  background-color: transparent;
}
.cid-ujBmKTNb8s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujBmKTNb8s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujBmKTNb8s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujBmKTNb8s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujBmKTNb8s ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-ujBmKTNb8s .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujBmKTNb8s button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #06497e;
  background: #06497e;
}
.cid-ujBmKTNb8s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f8f7ff;
}
.cid-ujBmKTNb8s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujBmKTNb8s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujBmKTNb8s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujBmKTNb8s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujBmKTNb8s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujBmKTNb8s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujBmKTNb8s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujBmKTNb8s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujBmKTNb8s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ujBmKTNb8s .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujBmKTNb8s .navbar {
    height: 70px;
  }
  .cid-ujBmKTNb8s .navbar.opened {
    height: auto;
  }
  .cid-ujBmKTNb8s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujBmKTNb8s .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-ujBmKTNb8s .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-ujBmKTNb8s .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-ujBmKTNb8s .mbr-section-btn-main .btn {
  min-height: 36px;
  max-height: 36px;
  margin: 0 4px 4px 4px;
}
.cid-ujBmKTNb8s .navbar-caption:hover {
  color: #fff182;
}
@media (min-width: 992px) {
  .cid-ujBmKTNb8s .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ujBmKTNb8s .nav-link {
  position: relative;
}
.cid-ujBmKTNb8s .nav-link:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #f8f7ff;
  transition: all .1s ease;
}
.cid-ujBmKTNb8s .nav-link:hover:before {
  width: 100%;
}
.cid-ujBmKTNb8s .mbr-text,
.cid-ujBmKTNb8s .mbr-section-subtitle,
.cid-ujBmKTNb8s .text_widget {
  opacity: .5;
}
.cid-ujBmKTNb8s .mbr-section-subtitle {
  color: #f8f7ff;
}
.cid-ujBmKTNb8s .mbr-text {
  color: #f8f7ff;
  text-align: center;
}
.cid-ujBmKTNb8s .text_widget {
  color: #f8f7ff;
}
.cid-ujBmKTNb8s .mbr-section-subtitle,
.cid-ujBmKTNb8s .text_widget,
.cid-ujBmKTNb8s .mbr-section-btn {
  text-align: center;
}
.cid-ujBmKTNb8s a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

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

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

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

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3 !important;
  text-shadow: 1px 1px 1px #EE2E24 !important;
}

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

.mbr-text {
  font-style: normal;
  line-height: 2rem !important;
}

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

b,
strong {
  font-weight: bold;
}
h3 (
text-shadow: #FFF 1px 1px 2p;)

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

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

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

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

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

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

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

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

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

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

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

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

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

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

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

.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: 75px;
  right: 5px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(6, 73, 126, 0.7);
  border-radius: 20%;
  color: #fff;
  display: inline-block;
  height: 50px;
  width: 50px;
  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(6, 73, 126, 0.9);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

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

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

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

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

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

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

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

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

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

.card-img {
  width: auto;
}

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

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

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

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

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

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

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

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

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

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

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

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

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

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

.item {
  position: relative;
}

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

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

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-tRGiwDF0vU {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/341603556-752925619607250-1056197252349646090-n-1-1200x1600.jpeg");
  overflow: hidden;
}
.cid-tRGiwDF0vU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRGiwDF0vU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRGiwDF0vU .container,
.cid-tRGiwDF0vU .container-fluid {
  position: relative;
}
.cid-tRGiwDF0vU .row {
  justify-content: left;
}
.cid-tRGiwDF0vU .col-content {
  position: relative;
  z-index: 10;
}
.cid-tRGiwDF0vU .mbr-section-title {
  color: #ffe40e;
  text-align: left;
}
.cid-tRGiwDF0vU .mbr-section-subtitle {
  color: #2B2B2B;
}
.cid-tRGiwDF0vU .mbr-text {
  color: #2B2B2B;
}
.cid-tRGiwDF0vU .mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.cid-tRGiwDF0vU .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .cid-tRGiwDF0vU .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.cid-tRGiwDF0vU .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #a47ee3 27%, #a47ee3 50%, #a47ee3 79%);
}
.cid-tRGiwDF0vU .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-tRGiwDF0vU .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-tRGiwDF0vU .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-tRGiwF3BlT {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tRGiwF3BlT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRGiwF3BlT .mbr-iconfont {
  font-size: 1.6rem;
  color: #fff182;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed #ffd602;
  border-radius: 50%;
  transition: all 0.3s;
  margin: 0 0.5rem;
}
.cid-tRGiwF3BlT .mbr-iconfont:hover {
  background: #fff182;
  color: #ffd602;
}
.cid-tRGiwF3BlT .icon-wrap {
  display: flex;
}
.cid-tRGiwF3BlT .link-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-tRGiwF3BlT .link {
  display: flex;
}
.cid-tRGiwF3BlT .mbr-linkiconfont {
  font-size: 0.8rem;
  color: #ffd602;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #ffd602;
  margin-right: 1rem;
  border-radius: 50%;
  background: #78ec80;
  transition: all 0.3s;
}
.cid-tRGiwF3BlT .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-tRGiwF3BlT .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #d4ceff;
  z-index: -1;
}
.cid-tRGiwF3BlT .text-wrapper {
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tRGiwF3BlT .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tRGiwF3BlT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRGiwF3BlT .row {
  align-items: center;
  background: #ffffff;
  transition: all 0.3s;
  margin: 0;
  padding: 2rem 0;
}
.cid-tRGiwF3BlT .row:hover {
  background: #fffbdd;
}
.cid-tRGiwF3BlT .mbr-link {
  color: #132835;
}
.cid-tRGiwF3BlT .mbr-text,
.cid-tRGiwF3BlT .mbr-section-btn {
  color: #19303d;
  text-align: left;
}
.cid-tRGiwF3BlT .mbr-section-subtitle,
.cid-tRGiwF3BlT .subtitle-wrap {
  text-align: center;
}
.cid-tRGiwF3BlT .mbr-section-title {
  text-align: center;
  color: #06497e;
  text-shadow: 2px 1px 1px #FFF !important;
}
.cid-tRGiwFMU5v {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/384538179-2475427432626990-7428159657716224951-n-2000x1628.jpeg");
}
.cid-tRGiwFMU5v .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRGiwFMU5v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRGiwFMU5v .mbr-section-title {
  color: #2A2A2A;
  text-align: left;
}
.cid-tRGiwFMU5v .mbr-section-subtitle {
  margin-top: 24px;
  color: #2b2b2b;
  text-align: left;
}
.cid-tRGiwGePeS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #06497e;
}
.cid-tRGiwGePeS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRGiwGePeS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRGiwGePeS .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRGiwGePeS .text-shadow {
  text-shadow: 2px 1px 1px #000 !important;
  font-size: 1.45rem;
  font-weight: bold;
}
.cid-tRGiwGePeS .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tRGiwGePeS .socicon {
  color: #fffbdd !important;
}
@media (max-width: 767px) {
  .cid-tRGiwGePeS .row {
    text-align: center;
  }
  .cid-tRGiwGePeS .social-row {
    justify-content: center;
  }
}
.cid-tRGiwGePeS .list {
  text-align: center;
  list-style: none;
  padding-left: 0;
  color: #fffbdd;
}
@media (max-width: 991px) {
  .cid-tRGiwGePeS .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRGiwGePeS .list {
    margin-bottom: 0rem;
  }
}
.cid-tRGiwGePeS .mbr-text {
  line-height: 1.75rem;
}
.cid-tRGiwGePeS .mbr-iconfont {
  color: black;
}
.cid-tRGiwGePeS .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-tRGiwGVl0c {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffd602;
  overflow: hidden;
  border-top: 1px solid #06497e;
}
.cid-tRGiwGVl0c .mbr-text {
  color: #efefec;
  font-size: .90rem;
}
.cid-tRGiwGVl0c .media-container-row .mbr-text {
  color: #000000;
}
.cid-ujBmKTNb8s {
  z-index: 1000;
  width: 100%;
}
.cid-ujBmKTNb8s #navbar {
  transition: top 0.5s;
}
.cid-ujBmKTNb8s .navbar-dropdown {
  background-color: #06497e !important;
  opacity: 1 !important;
  padding: 0;
  position: fixed;
}
.cid-ujBmKTNb8s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #06497e !important;
  opacity: 1 !important;
  background: #06497e;
}
.cid-ujBmKTNb8s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-ujBmKTNb8s .menu_box .navbar.opened,
  .cid-ujBmKTNb8s .menu_box .navbar-collapse {
    background-color: #06497e !important;
    transition: all 0s ease 0s;
  }
}
.cid-ujBmKTNb8s nav.navbar {
  position: fixed;
  padding-top: .70rem;
  padding-bottom: .70rem;
}
.cid-ujBmKTNb8s .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-ujBmKTNb8s .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ujBmKTNb8s .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ujBmKTNb8s .btn {
  min-height: 55px;
  box-shadow: none;
  margin-top: 0;
}
.cid-ujBmKTNb8s .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ujBmKTNb8s .offcanvas {
    padding: 12rem 80px 0;
    width: 50%;
    background-color: #2c0066;
  }
  .cid-ujBmKTNb8s .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ujBmKTNb8s .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ujBmKTNb8s .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ujBmKTNb8s .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ujBmKTNb8s .offcanvas-body .mbr-text,
  .cid-ujBmKTNb8s .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-ujBmKTNb8s .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-ujBmKTNb8s .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ujBmKTNb8s .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f8f7ff;
  }
  .cid-ujBmKTNb8s .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ujBmKTNb8s .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ujBmKTNb8s .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ujBmKTNb8s .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ujBmKTNb8s ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ujBmKTNb8s .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ujBmKTNb8s .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-ujBmKTNb8s .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ujBmKTNb8s li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ujBmKTNb8s .lg_brand {
    margin: 0 1rem;
  }
}
.cid-ujBmKTNb8s .nav-item {
  margin: 4px 12px;
}
@media (min-width: 1200px) {
  .cid-ujBmKTNb8s .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ujBmKTNb8s .nav-item {
    margin: 0 !important;
  }
}
.cid-ujBmKTNb8s .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ujBmKTNb8s .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ujBmKTNb8s .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ujBmKTNb8s .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ujBmKTNb8s .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-ujBmKTNb8s .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ujBmKTNb8s .offcanvas_box {
    display: none;
  }
}
.cid-ujBmKTNb8s .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-ujBmKTNb8s .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ujBmKTNb8s .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ujBmKTNb8s .container {
  display: flex;
  margin: auto;
}
.cid-ujBmKTNb8s .iconfont-wrapper {
  color: #ffd602;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ujBmKTNb8s .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ujBmKTNb8s .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ujBmKTNb8s .navbar-caption {
  color: #f8f7ff;
}
.cid-ujBmKTNb8s .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ujBmKTNb8s .navbar-nav {
    margin: 0;
  }
}
.cid-ujBmKTNb8s .dropdown-menu,
.cid-ujBmKTNb8s .navbar.opened {
  background-color: #06497e !important;
}
.cid-ujBmKTNb8s .nav-item:focus,
.cid-ujBmKTNb8s .nav-link:focus {
  outline: none;
}
.cid-ujBmKTNb8s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujBmKTNb8s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujBmKTNb8s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujBmKTNb8s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujBmKTNb8s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujBmKTNb8s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujBmKTNb8s .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-ujBmKTNb8s .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-ujBmKTNb8s .navbar.opened {
  transition: all 0.3s;
}
.cid-ujBmKTNb8s .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ujBmKTNb8s .navbar .navbar-logo img {
  max-width: 64px;
  max-height: 64px;
  object-fit: cover;
  border-radius: 100%;
}
.cid-ujBmKTNb8s .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-ujBmKTNb8s .navbar.collapsed {
  justify-content: center;
}
.cid-ujBmKTNb8s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujBmKTNb8s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ujBmKTNb8s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujBmKTNb8s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujBmKTNb8s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujBmKTNb8s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ujBmKTNb8s .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ujBmKTNb8s .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ujBmKTNb8s .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ujBmKTNb8s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujBmKTNb8s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujBmKTNb8s .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ujBmKTNb8s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujBmKTNb8s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ujBmKTNb8s .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ujBmKTNb8s .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ujBmKTNb8s .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ujBmKTNb8s .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ujBmKTNb8s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujBmKTNb8s .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujBmKTNb8s .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ujBmKTNb8s .navbar.navbar-short {
  min-height: 60px;
}
.cid-ujBmKTNb8s .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ujBmKTNb8s .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ujBmKTNb8s .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ujBmKTNb8s .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujBmKTNb8s .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujBmKTNb8s .dropdown-item.active,
.cid-ujBmKTNb8s .dropdown-item:active {
  background-color: transparent;
}
.cid-ujBmKTNb8s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujBmKTNb8s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujBmKTNb8s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujBmKTNb8s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujBmKTNb8s ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-ujBmKTNb8s .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujBmKTNb8s button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #06497e;
  background: #06497e;
}
.cid-ujBmKTNb8s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f8f7ff;
}
.cid-ujBmKTNb8s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujBmKTNb8s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujBmKTNb8s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujBmKTNb8s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujBmKTNb8s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujBmKTNb8s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujBmKTNb8s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujBmKTNb8s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujBmKTNb8s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ujBmKTNb8s .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujBmKTNb8s .navbar {
    height: 70px;
  }
  .cid-ujBmKTNb8s .navbar.opened {
    height: auto;
  }
  .cid-ujBmKTNb8s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujBmKTNb8s .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-ujBmKTNb8s .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-ujBmKTNb8s .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-ujBmKTNb8s .mbr-section-btn-main .btn {
  min-height: 36px;
  max-height: 36px;
  margin: 0 4px 4px 4px;
}
.cid-ujBmKTNb8s .navbar-caption:hover {
  color: #fff182;
}
@media (min-width: 992px) {
  .cid-ujBmKTNb8s .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ujBmKTNb8s .nav-link {
  position: relative;
}
.cid-ujBmKTNb8s .nav-link:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #f8f7ff;
  transition: all .1s ease;
}
.cid-ujBmKTNb8s .nav-link:hover:before {
  width: 100%;
}
.cid-ujBmKTNb8s .mbr-text,
.cid-ujBmKTNb8s .mbr-section-subtitle,
.cid-ujBmKTNb8s .text_widget {
  opacity: .5;
}
.cid-ujBmKTNb8s .mbr-section-subtitle {
  color: #f8f7ff;
}
.cid-ujBmKTNb8s .mbr-text {
  color: #f8f7ff;
  text-align: center;
}
.cid-ujBmKTNb8s .text_widget {
  color: #f8f7ff;
}
.cid-ujBmKTNb8s .mbr-section-subtitle,
.cid-ujBmKTNb8s .text_widget,
.cid-ujBmKTNb8s .mbr-section-btn {
  text-align: center;
}
.cid-ujBmKTNb8s a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

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

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

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

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3 !important;
  text-shadow: 1px 1px 1px #EE2E24 !important;
}

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

.mbr-text {
  font-style: normal;
  line-height: 2rem !important;
}

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

b,
strong {
  font-weight: bold;
}
h3 (
text-shadow: #FFF 1px 1px 2p;)

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

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

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

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

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

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

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

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

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

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

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

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

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

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

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

.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: 75px;
  right: 5px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(6, 73, 126, 0.7);
  border-radius: 20%;
  color: #fff;
  display: inline-block;
  height: 50px;
  width: 50px;
  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(6, 73, 126, 0.9);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

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

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

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

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

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

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

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

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

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

.card-img {
  width: auto;
}

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

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

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

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

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

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

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

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

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

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

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

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

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

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

.item {
  position: relative;
}

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

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

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-tTCIRz0z5c {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/372921780-3114383915522411-4960072029284162321-n-1-2000x1500.jpeg");
  overflow: hidden;
}
.cid-tTCIRz0z5c .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTCIRz0z5c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTCIRz0z5c .container,
.cid-tTCIRz0z5c .container-fluid {
  position: relative;
}
.cid-tTCIRz0z5c .row {
  justify-content: left;
}
.cid-tTCIRz0z5c .col-content {
  position: relative;
  z-index: 10;
}
.cid-tTCIRz0z5c .mbr-section-title {
  color: #ffe40e;
  text-align: left;
}
.cid-tTCIRz0z5c .mbr-section-subtitle {
  color: #2B2B2B;
}
.cid-tTCIRz0z5c .mbr-text {
  color: #2B2B2B;
}
.cid-tTCIRz0z5c .mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.cid-tTCIRz0z5c .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .cid-tTCIRz0z5c .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.cid-tTCIRz0z5c .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #a47ee3 27%, #a47ee3 50%, #a47ee3 79%);
}
.cid-tTCIRz0z5c .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-tTCIRz0z5c .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-tTCIRz0z5c .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-tRMeQFyepK {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tRMeQFyepK .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tRMeQFyepK .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-tRMeQFyepK .google-map {
  height: 100%;
  position: relative;
}
.cid-tRMeQFyepK .google-map iframe {
  border-radius: 30px;
  height: 100%;
  width: 100%;
}
.cid-tRMeQFyepK .google-map [data-state-details] {
  color: #fafafa;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tRMeQFyepK .google-map[data-state] {
  background: #fafafa;
}
.cid-tRMeQFyepK .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tRMeQFyepK .card-wrapper {
  display: flex;
  border-radius: 30px;
  background: #fff6b1;
}
@media (max-width: 991px) {
  .cid-tRMeQFyepK .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tRMeQFyepK .card-wrapper {
    padding: 44px 40px;
  }
}
.cid-tRMeQFyepK .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #fff182;
}
.cid-tRMeQFyepK .mbr-section-title {
  padding-bottom: 15px;
  color: #06497e;
  text-shadow: 2px 1px 1px #FFF !important;
  text-align: center;
}
.cid-tRMeQFyepK .card-title {
  color: #06497e;
}
.cid-tRMeQFyepK .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tRMcRFN10w {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/14717194-10210930216562010-4217858925996364657-n-960x720.jpeg");
}
.cid-tRMcRFN10w .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRMcRFN10w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRMcRFN10w .mbr-section-title {
  color: #2A2A2A;
  text-align: left;
}
.cid-tRMcRFN10w .mbr-section-subtitle {
  margin-top: 24px;
  color: #2b2b2b;
  text-align: left;
}
.cid-tRMcRGejpj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #06497e;
}
.cid-tRMcRGejpj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRMcRGejpj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRMcRGejpj .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRMcRGejpj .text-shadow {
  text-shadow: 2px 1px 1px #000 !important;
  font-size: 1.45rem;
  font-weight: bold;
}
.cid-tRMcRGejpj .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tRMcRGejpj .socicon {
  color: #fffbdd !important;
}
@media (max-width: 767px) {
  .cid-tRMcRGejpj .row {
    text-align: center;
  }
  .cid-tRMcRGejpj .social-row {
    justify-content: center;
  }
}
.cid-tRMcRGejpj .list {
  text-align: center;
  list-style: none;
  padding-left: 0;
  color: #fffbdd;
}
@media (max-width: 991px) {
  .cid-tRMcRGejpj .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRMcRGejpj .list {
    margin-bottom: 0rem;
  }
}
.cid-tRMcRGejpj .mbr-text {
  line-height: 1.75rem;
}
.cid-tRMcRGejpj .mbr-iconfont {
  color: black;
}
.cid-tRMcRGejpj .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-tRMcRGXOCy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffd602;
  overflow: hidden;
  border-top: 1px solid #06497e;
}
.cid-tRMcRGXOCy .mbr-text {
  color: #efefec;
  font-size: .90rem;
}
.cid-tRMcRGXOCy .media-container-row .mbr-text {
  color: #000000;
}
.cid-ujBmKTNb8s {
  z-index: 1000;
  width: 100%;
}
.cid-ujBmKTNb8s #navbar {
  transition: top 0.5s;
}
.cid-ujBmKTNb8s .navbar-dropdown {
  background-color: #06497e !important;
  opacity: 1 !important;
  padding: 0;
  position: fixed;
}
.cid-ujBmKTNb8s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #06497e !important;
  opacity: 1 !important;
  background: #06497e;
}
.cid-ujBmKTNb8s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-ujBmKTNb8s .menu_box .navbar.opened,
  .cid-ujBmKTNb8s .menu_box .navbar-collapse {
    background-color: #06497e !important;
    transition: all 0s ease 0s;
  }
}
.cid-ujBmKTNb8s nav.navbar {
  position: fixed;
  padding-top: .70rem;
  padding-bottom: .70rem;
}
.cid-ujBmKTNb8s .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-ujBmKTNb8s .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ujBmKTNb8s .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ujBmKTNb8s .btn {
  min-height: 55px;
  box-shadow: none;
  margin-top: 0;
}
.cid-ujBmKTNb8s .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ujBmKTNb8s .offcanvas {
    padding: 12rem 80px 0;
    width: 50%;
    background-color: #2c0066;
  }
  .cid-ujBmKTNb8s .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ujBmKTNb8s .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ujBmKTNb8s .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ujBmKTNb8s .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ujBmKTNb8s .offcanvas-body .mbr-text,
  .cid-ujBmKTNb8s .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-ujBmKTNb8s .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-ujBmKTNb8s .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ujBmKTNb8s .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f8f7ff;
  }
  .cid-ujBmKTNb8s .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ujBmKTNb8s .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ujBmKTNb8s .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ujBmKTNb8s .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ujBmKTNb8s ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ujBmKTNb8s .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ujBmKTNb8s .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-ujBmKTNb8s .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ujBmKTNb8s li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ujBmKTNb8s .lg_brand {
    margin: 0 1rem;
  }
}
.cid-ujBmKTNb8s .nav-item {
  margin: 4px 12px;
}
@media (min-width: 1200px) {
  .cid-ujBmKTNb8s .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ujBmKTNb8s .nav-item {
    margin: 0 !important;
  }
}
.cid-ujBmKTNb8s .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ujBmKTNb8s .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ujBmKTNb8s .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ujBmKTNb8s .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ujBmKTNb8s .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-ujBmKTNb8s .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ujBmKTNb8s .offcanvas_box {
    display: none;
  }
}
.cid-ujBmKTNb8s .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-ujBmKTNb8s .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ujBmKTNb8s .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ujBmKTNb8s .container {
  display: flex;
  margin: auto;
}
.cid-ujBmKTNb8s .iconfont-wrapper {
  color: #ffd602;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ujBmKTNb8s .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ujBmKTNb8s .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ujBmKTNb8s .navbar-caption {
  color: #f8f7ff;
}
.cid-ujBmKTNb8s .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ujBmKTNb8s .navbar-nav {
    margin: 0;
  }
}
.cid-ujBmKTNb8s .dropdown-menu,
.cid-ujBmKTNb8s .navbar.opened {
  background-color: #06497e !important;
}
.cid-ujBmKTNb8s .nav-item:focus,
.cid-ujBmKTNb8s .nav-link:focus {
  outline: none;
}
.cid-ujBmKTNb8s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujBmKTNb8s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujBmKTNb8s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujBmKTNb8s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujBmKTNb8s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujBmKTNb8s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujBmKTNb8s .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-ujBmKTNb8s .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-ujBmKTNb8s .navbar.opened {
  transition: all 0.3s;
}
.cid-ujBmKTNb8s .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ujBmKTNb8s .navbar .navbar-logo img {
  max-width: 64px;
  max-height: 64px;
  object-fit: cover;
  border-radius: 100%;
}
.cid-ujBmKTNb8s .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-ujBmKTNb8s .navbar.collapsed {
  justify-content: center;
}
.cid-ujBmKTNb8s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujBmKTNb8s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ujBmKTNb8s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujBmKTNb8s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujBmKTNb8s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujBmKTNb8s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ujBmKTNb8s .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ujBmKTNb8s .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ujBmKTNb8s .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ujBmKTNb8s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujBmKTNb8s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujBmKTNb8s .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ujBmKTNb8s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujBmKTNb8s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ujBmKTNb8s .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ujBmKTNb8s .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ujBmKTNb8s .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ujBmKTNb8s .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ujBmKTNb8s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujBmKTNb8s .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujBmKTNb8s .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ujBmKTNb8s .navbar.navbar-short {
  min-height: 60px;
}
.cid-ujBmKTNb8s .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ujBmKTNb8s .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ujBmKTNb8s .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ujBmKTNb8s .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujBmKTNb8s .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujBmKTNb8s .dropdown-item.active,
.cid-ujBmKTNb8s .dropdown-item:active {
  background-color: transparent;
}
.cid-ujBmKTNb8s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujBmKTNb8s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujBmKTNb8s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujBmKTNb8s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujBmKTNb8s ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-ujBmKTNb8s .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujBmKTNb8s button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #06497e;
  background: #06497e;
}
.cid-ujBmKTNb8s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f8f7ff;
}
.cid-ujBmKTNb8s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujBmKTNb8s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujBmKTNb8s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujBmKTNb8s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujBmKTNb8s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujBmKTNb8s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujBmKTNb8s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujBmKTNb8s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujBmKTNb8s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ujBmKTNb8s .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujBmKTNb8s .navbar {
    height: 70px;
  }
  .cid-ujBmKTNb8s .navbar.opened {
    height: auto;
  }
  .cid-ujBmKTNb8s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujBmKTNb8s .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-ujBmKTNb8s .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-ujBmKTNb8s .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-ujBmKTNb8s .mbr-section-btn-main .btn {
  min-height: 36px;
  max-height: 36px;
  margin: 0 4px 4px 4px;
}
.cid-ujBmKTNb8s .navbar-caption:hover {
  color: #fff182;
}
@media (min-width: 992px) {
  .cid-ujBmKTNb8s .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ujBmKTNb8s .nav-link {
  position: relative;
}
.cid-ujBmKTNb8s .nav-link:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #f8f7ff;
  transition: all .1s ease;
}
.cid-ujBmKTNb8s .nav-link:hover:before {
  width: 100%;
}
.cid-ujBmKTNb8s .mbr-text,
.cid-ujBmKTNb8s .mbr-section-subtitle,
.cid-ujBmKTNb8s .text_widget {
  opacity: .5;
}
.cid-ujBmKTNb8s .mbr-section-subtitle {
  color: #f8f7ff;
}
.cid-ujBmKTNb8s .mbr-text {
  color: #f8f7ff;
  text-align: center;
}
.cid-ujBmKTNb8s .text_widget {
  color: #f8f7ff;
}
.cid-ujBmKTNb8s .mbr-section-subtitle,
.cid-ujBmKTNb8s .text_widget,
.cid-ujBmKTNb8s .mbr-section-btn {
  text-align: center;
}
.cid-ujBmKTNb8s a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

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

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

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

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3 !important;
  text-shadow: 1px 1px 1px #EE2E24 !important;
}

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

.mbr-text {
  font-style: normal;
  line-height: 2rem !important;
}

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

b,
strong {
  font-weight: bold;
}
h3 (
text-shadow: #FFF 1px 1px 2p;)

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

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

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

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

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

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

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

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

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

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

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

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

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

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

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

.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: 75px;
  right: 5px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(6, 73, 126, 0.7);
  border-radius: 20%;
  color: #fff;
  display: inline-block;
  height: 50px;
  width: 50px;
  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(6, 73, 126, 0.9);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

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

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

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

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

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

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

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

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

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

.card-img {
  width: auto;
}

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

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

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

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

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

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

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

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

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

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

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

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

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

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

.item {
  position: relative;
}

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

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

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-u71MLJjGgh {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/375284155-3118945441732925-3905361370985372959-n-1500x2000.jpeg");
  overflow: hidden;
}
.cid-u71MLJjGgh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u71MLJjGgh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u71MLJjGgh .container,
.cid-u71MLJjGgh .container-fluid {
  position: relative;
}
.cid-u71MLJjGgh .row {
  justify-content: left;
}
.cid-u71MLJjGgh .col-content {
  position: relative;
  z-index: 10;
}
.cid-u71MLJjGgh .mbr-section-title {
  color: #ffe40e;
  text-align: left;
}
.cid-u71MLJjGgh .mbr-section-subtitle {
  color: #2B2B2B;
}
.cid-u71MLJjGgh .mbr-text {
  color: #2B2B2B;
}
.cid-u71MLJjGgh .mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.cid-u71MLJjGgh .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .cid-u71MLJjGgh .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.cid-u71MLJjGgh .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #a47ee3 27%, #a47ee3 50%, #a47ee3 79%);
}
.cid-u71MLJjGgh .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-u71MLJjGgh .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-u71MLJjGgh .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-u71MLKCveh {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u71MLKCveh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u71MLKCveh .mbr-iconfont {
  font-size: 1.6rem;
  color: #fff182;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed #ffd602;
  border-radius: 50%;
  transition: all 0.3s;
  margin: 0 0.5rem;
}
.cid-u71MLKCveh .mbr-iconfont:hover {
  background: #fff182;
  color: #ffd602;
}
.cid-u71MLKCveh .icon-wrap {
  display: flex;
}
.cid-u71MLKCveh .link-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-u71MLKCveh .link {
  display: flex;
}
.cid-u71MLKCveh .mbr-linkiconfont {
  font-size: 0.8rem;
  color: #ffd602;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #ffd602;
  margin-right: 1rem;
  border-radius: 50%;
  background: #78ec80;
  transition: all 0.3s;
}
.cid-u71MLKCveh .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-u71MLKCveh .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  z-index: -1;
}
.cid-u71MLKCveh .text-wrapper {
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u71MLKCveh .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u71MLKCveh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u71MLKCveh .row {
  align-items: center;
  background: #ffffff;
  transition: all 0.3s;
  margin: 0;
  padding: 2rem 0;
}
.cid-u71MLKCveh .row:hover {
  background: #fffbdd;
}
.cid-u71MLKCveh .mbr-link {
  color: #132835;
}
.cid-u71MLKCveh .mbr-text,
.cid-u71MLKCveh .mbr-section-btn {
  color: #19303d;
  text-align: left;
}
.cid-u71MLKCveh .mbr-section-subtitle,
.cid-u71MLKCveh .subtitle-wrap {
  text-align: left;
}
.cid-u71MLKCveh .mbr-section-title {
  text-align: center;
  color: #06497e;
  text-shadow: 2px 1px 1px #FFF !important;
}
.cid-u767Z8QoJv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffbdd;
  overflow: hidden;
}
.cid-u767Z8QoJv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u767Z8QoJv .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-u767Z8QoJv .container {
    padding: 0 30px;
  }
}
.cid-u767Z8QoJv .card {
  justify-content: center;
}
.cid-u767Z8QoJv .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-u767Z8QoJv .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-u767Z8QoJv .content-wrapper {
    padding: 0;
  }
}
.cid-u767Z8QoJv .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-u767Z8QoJv .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-u767Z8QoJv .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #254b45;
}
@media (max-width: 992px) {
  .cid-u767Z8QoJv .content-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-u767Z8QoJv .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-u767Z8QoJv .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-u767Z8QoJv .mbr-desc {
  color: #254b45;
}
.cid-u767Z8QoJv .mbr-section-title {
  color: #254b45;
}
.cid-u767Z8QoJv .mbr-section-button {
  vertical-align: center !important;
}
.cid-u767Z8QoJv .mbr-text {
  color: #254b45;
  text-align: center;
}
.cid-u71MLLrat2 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/tucker-1500x1500.jpeg");
}
.cid-u71MLLrat2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u71MLLrat2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u71MLLrat2 .mbr-section-title {
  color: #2A2A2A;
  text-align: left;
}
.cid-u71MLLrat2 .mbr-section-subtitle {
  margin-top: 24px;
  color: #2b2b2b;
  text-align: left;
}
.cid-u71MLLUOIu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #06497e;
}
.cid-u71MLLUOIu .mbr-fallback-image.disabled {
  display: none;
}
.cid-u71MLLUOIu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u71MLLUOIu .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u71MLLUOIu .text-shadow {
  text-shadow: 2px 1px 1px #000 !important;
  font-size: 1.45rem;
  font-weight: bold;
}
.cid-u71MLLUOIu .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-u71MLLUOIu .socicon {
  color: #fffbdd !important;
}
@media (max-width: 767px) {
  .cid-u71MLLUOIu .row {
    text-align: center;
  }
  .cid-u71MLLUOIu .social-row {
    justify-content: center;
  }
}
.cid-u71MLLUOIu .list {
  text-align: center;
  list-style: none;
  padding-left: 0;
  color: #fffbdd;
}
@media (max-width: 991px) {
  .cid-u71MLLUOIu .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u71MLLUOIu .list {
    margin-bottom: 0rem;
  }
}
.cid-u71MLLUOIu .mbr-text {
  line-height: 1.75rem;
}
.cid-u71MLLUOIu .mbr-iconfont {
  color: black;
}
.cid-u71MLLUOIu .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-u71MLMzRiS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffd602;
  overflow: hidden;
  border-top: 1px solid #06497e;
}
.cid-u71MLMzRiS .mbr-text {
  color: #efefec;
  font-size: .90rem;
}
.cid-u71MLMzRiS .media-container-row .mbr-text {
  color: #000000;
}
.cid-ujBmKTNb8s {
  z-index: 1000;
  width: 100%;
}
.cid-ujBmKTNb8s #navbar {
  transition: top 0.5s;
}
.cid-ujBmKTNb8s .navbar-dropdown {
  background-color: #06497e !important;
  opacity: 1 !important;
  padding: 0;
  position: fixed;
}
.cid-ujBmKTNb8s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #06497e !important;
  opacity: 1 !important;
  background: #06497e;
}
.cid-ujBmKTNb8s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-ujBmKTNb8s .menu_box .navbar.opened,
  .cid-ujBmKTNb8s .menu_box .navbar-collapse {
    background-color: #06497e !important;
    transition: all 0s ease 0s;
  }
}
.cid-ujBmKTNb8s nav.navbar {
  position: fixed;
  padding-top: .70rem;
  padding-bottom: .70rem;
}
.cid-ujBmKTNb8s .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-ujBmKTNb8s .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ujBmKTNb8s .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ujBmKTNb8s .btn {
  min-height: 55px;
  box-shadow: none;
  margin-top: 0;
}
.cid-ujBmKTNb8s .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ujBmKTNb8s .offcanvas {
    padding: 12rem 80px 0;
    width: 50%;
    background-color: #2c0066;
  }
  .cid-ujBmKTNb8s .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ujBmKTNb8s .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ujBmKTNb8s .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ujBmKTNb8s .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ujBmKTNb8s .offcanvas-body .mbr-text,
  .cid-ujBmKTNb8s .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-ujBmKTNb8s .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-ujBmKTNb8s .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ujBmKTNb8s .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f8f7ff;
  }
  .cid-ujBmKTNb8s .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ujBmKTNb8s .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ujBmKTNb8s .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ujBmKTNb8s .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ujBmKTNb8s ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ujBmKTNb8s .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ujBmKTNb8s .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-ujBmKTNb8s .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ujBmKTNb8s li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ujBmKTNb8s .lg_brand {
    margin: 0 1rem;
  }
}
.cid-ujBmKTNb8s .nav-item {
  margin: 4px 12px;
}
@media (min-width: 1200px) {
  .cid-ujBmKTNb8s .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ujBmKTNb8s .nav-item {
    margin: 0 !important;
  }
}
.cid-ujBmKTNb8s .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ujBmKTNb8s .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ujBmKTNb8s .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ujBmKTNb8s .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ujBmKTNb8s .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-ujBmKTNb8s .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ujBmKTNb8s .offcanvas_box {
    display: none;
  }
}
.cid-ujBmKTNb8s .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-ujBmKTNb8s .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ujBmKTNb8s .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ujBmKTNb8s .container {
  display: flex;
  margin: auto;
}
.cid-ujBmKTNb8s .iconfont-wrapper {
  color: #ffd602;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ujBmKTNb8s .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ujBmKTNb8s .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ujBmKTNb8s .navbar-caption {
  color: #f8f7ff;
}
.cid-ujBmKTNb8s .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ujBmKTNb8s .navbar-nav {
    margin: 0;
  }
}
.cid-ujBmKTNb8s .dropdown-menu,
.cid-ujBmKTNb8s .navbar.opened {
  background-color: #06497e !important;
}
.cid-ujBmKTNb8s .nav-item:focus,
.cid-ujBmKTNb8s .nav-link:focus {
  outline: none;
}
.cid-ujBmKTNb8s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujBmKTNb8s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujBmKTNb8s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujBmKTNb8s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujBmKTNb8s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujBmKTNb8s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujBmKTNb8s .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-ujBmKTNb8s .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-ujBmKTNb8s .navbar.opened {
  transition: all 0.3s;
}
.cid-ujBmKTNb8s .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ujBmKTNb8s .navbar .navbar-logo img {
  max-width: 64px;
  max-height: 64px;
  object-fit: cover;
  border-radius: 100%;
}
.cid-ujBmKTNb8s .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-ujBmKTNb8s .navbar.collapsed {
  justify-content: center;
}
.cid-ujBmKTNb8s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujBmKTNb8s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ujBmKTNb8s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujBmKTNb8s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujBmKTNb8s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujBmKTNb8s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ujBmKTNb8s .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ujBmKTNb8s .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ujBmKTNb8s .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ujBmKTNb8s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujBmKTNb8s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujBmKTNb8s .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ujBmKTNb8s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujBmKTNb8s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ujBmKTNb8s .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ujBmKTNb8s .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ujBmKTNb8s .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ujBmKTNb8s .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ujBmKTNb8s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujBmKTNb8s .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujBmKTNb8s .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ujBmKTNb8s .navbar.navbar-short {
  min-height: 60px;
}
.cid-ujBmKTNb8s .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ujBmKTNb8s .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ujBmKTNb8s .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ujBmKTNb8s .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujBmKTNb8s .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujBmKTNb8s .dropdown-item.active,
.cid-ujBmKTNb8s .dropdown-item:active {
  background-color: transparent;
}
.cid-ujBmKTNb8s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujBmKTNb8s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujBmKTNb8s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujBmKTNb8s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujBmKTNb8s ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-ujBmKTNb8s .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujBmKTNb8s button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #06497e;
  background: #06497e;
}
.cid-ujBmKTNb8s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f8f7ff;
}
.cid-ujBmKTNb8s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujBmKTNb8s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujBmKTNb8s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujBmKTNb8s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujBmKTNb8s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujBmKTNb8s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujBmKTNb8s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujBmKTNb8s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujBmKTNb8s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ujBmKTNb8s .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujBmKTNb8s .navbar {
    height: 70px;
  }
  .cid-ujBmKTNb8s .navbar.opened {
    height: auto;
  }
  .cid-ujBmKTNb8s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujBmKTNb8s .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-ujBmKTNb8s .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-ujBmKTNb8s .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-ujBmKTNb8s .mbr-section-btn-main .btn {
  min-height: 36px;
  max-height: 36px;
  margin: 0 4px 4px 4px;
}
.cid-ujBmKTNb8s .navbar-caption:hover {
  color: #fff182;
}
@media (min-width: 992px) {
  .cid-ujBmKTNb8s .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ujBmKTNb8s .nav-link {
  position: relative;
}
.cid-ujBmKTNb8s .nav-link:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #f8f7ff;
  transition: all .1s ease;
}
.cid-ujBmKTNb8s .nav-link:hover:before {
  width: 100%;
}
.cid-ujBmKTNb8s .mbr-text,
.cid-ujBmKTNb8s .mbr-section-subtitle,
.cid-ujBmKTNb8s .text_widget {
  opacity: .5;
}
.cid-ujBmKTNb8s .mbr-section-subtitle {
  color: #f8f7ff;
}
.cid-ujBmKTNb8s .mbr-text {
  color: #f8f7ff;
  text-align: center;
}
.cid-ujBmKTNb8s .text_widget {
  color: #f8f7ff;
}
.cid-ujBmKTNb8s .mbr-section-subtitle,
.cid-ujBmKTNb8s .text_widget,
.cid-ujBmKTNb8s .mbr-section-btn {
  text-align: center;
}
.cid-ujBmKTNb8s a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

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

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

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

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3 !important;
  text-shadow: 1px 1px 1px #EE2E24 !important;
}

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

.mbr-text {
  font-style: normal;
  line-height: 2rem !important;
}

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

b,
strong {
  font-weight: bold;
}
h3 (
text-shadow: #FFF 1px 1px 2p;)

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

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

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

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

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

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

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

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

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

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

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

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

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

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

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

.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: 75px;
  right: 5px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(6, 73, 126, 0.7);
  border-radius: 20%;
  color: #fff;
  display: inline-block;
  height: 50px;
  width: 50px;
  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(6, 73, 126, 0.9);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

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

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

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

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

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

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

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

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

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

.card-img {
  width: auto;
}

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

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

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

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

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

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

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

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

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

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

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

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

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

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

.item {
  position: relative;
}

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

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

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-u7GtkHfCyv {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/rebaruffles-1656x2048.jpeg");
  overflow: hidden;
}
.cid-u7GtkHfCyv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7GtkHfCyv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7GtkHfCyv .container,
.cid-u7GtkHfCyv .container-fluid {
  position: relative;
}
.cid-u7GtkHfCyv .row {
  justify-content: left;
}
.cid-u7GtkHfCyv .col-content {
  position: relative;
  z-index: 10;
}
.cid-u7GtkHfCyv .mbr-section-title {
  color: #ffe40e;
  text-align: left;
}
.cid-u7GtkHfCyv .mbr-section-subtitle {
  color: #2B2B2B;
}
.cid-u7GtkHfCyv .mbr-text {
  color: #2B2B2B;
}
.cid-u7GtkHfCyv .mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.cid-u7GtkHfCyv .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .cid-u7GtkHfCyv .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.cid-u7GtkHfCyv .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #a47ee3 27%, #a47ee3 50%, #a47ee3 79%);
}
.cid-u7GtkHfCyv .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-u7GtkHfCyv .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-u7GtkHfCyv .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-u7GtkI9rHM {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u7GtkI9rHM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7GtkI9rHM .img {
  width: 33% !important;
  margin: auto;
  display: inline-block;
  border-radius: 8px;
  vertical-align: center !important;
  justify-content: center;
}
.cid-u7GtkI9rHM .mbr-iconfont {
  font-size: 1.6rem;
  color: #fff182;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed #ffd602;
  border-radius: 50%;
  transition: all 0.3s;
  margin: 0 0.5rem;
}
.cid-u7GtkI9rHM .mbr-iconfont:hover {
  background: #fff182;
  color: #ffd602;
}
.cid-u7GtkI9rHM .icon-wrap {
  display: flex;
}
.cid-u7GtkI9rHM .link-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-u7GtkI9rHM .link {
  display: flex;
}
.cid-u7GtkI9rHM .mbr-linkiconfont {
  font-size: 0.8rem;
  color: #ffd602;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #ffd602;
  margin-right: 1rem;
  border-radius: 50%;
  background: #78ec80;
  transition: all 0.3s;
}
.cid-u7GtkI9rHM .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-u7GtkI9rHM .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #d4ceff;
  z-index: -1;
}
.cid-u7GtkI9rHM .text-wrapper {
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u7GtkI9rHM .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u7GtkI9rHM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7GtkI9rHM .row {
  align-items: center;
  background: #ffffff;
  transition: all 0.3s;
  margin: 0;
  padding: 2rem 0;
}
.cid-u7GtkI9rHM .row:hover {
  background: #fffbdd;
}
.cid-u7GtkI9rHM .mbr-link {
  color: #132835;
}
.cid-u7GtkI9rHM .mbr-text,
.cid-u7GtkI9rHM .mbr-section-btn {
  color: #19303d;
  text-align: left;
}
.cid-u7GtkI9rHM .mbr-section-subtitle,
.cid-u7GtkI9rHM .subtitle-wrap {
  text-align: center;
}
.cid-u7GtkI9rHM .mbr-section-title {
  text-align: center;
  color: #06497e;
  text-shadow: 2px 1px 1px #FFF !important;
}
.cid-uo1R7rLjiA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffd602;
}
.cid-uo1R7rLjiA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo1R7rLjiA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo1R7rLjiA .content-wrapper {
  position: relative;
  padding: 100px 100px 105px;
  border-radius: 30px;
  background-color: #ffd602;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uo1R7rLjiA .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-uo1R7rLjiA .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-uo1R7rLjiA .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-uo1R7rLjiA .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 56px;
}
.cid-uo1R7rLjiA .content-wrapper .content-wrap .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-uo1R7rLjiA .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uo1R7rLjiA .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin: 1px 35px 1px;
}
.cid-uo1R7rLjiA .content-wrapper .image-wrapper {
  position: absolute;
  right: -140px;
  bottom: -100px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-uo1R7rLjiA .content-wrapper .image-wrapper {
    right: -80px;
    bottom: -55px;
    width: 250px;
    height: 240px;
  }
}
.cid-uo1R7rLjiA .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uo1R7rLjiA .content-wrapper .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-uo1R7rLjiA .mbr-section-title {
  color: #212529;
}
.cid-uo1R7rLjiA .mbr-desc {
  color: #212529;
  text-align: left;
}
.cid-u7GxxD1Mr0 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u7GxxD1Mr0 .img {
  width: 33% !important;
  margin: auto;
  display: inline-block;
  border-radius: 8px;
  vertical-align: center !important;
  justify-content: center;
}
.cid-u7GxxD1Mr0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7GxxD1Mr0 .mbr-iconfont {
  font-size: 1.6rem;
  color: #fff182;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed #ffd602;
  border-radius: 50%;
  transition: all 0.3s;
  margin: 0 0.5rem;
}
.cid-u7GxxD1Mr0 .mbr-iconfont:hover {
  background: #fff182;
  color: #ffd602;
}
.cid-u7GxxD1Mr0 .icon-wrap {
  display: flex;
}
.cid-u7GxxD1Mr0 .link-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-u7GxxD1Mr0 .link {
  display: flex;
}
.cid-u7GxxD1Mr0 .mbr-linkiconfont {
  font-size: 0.8rem;
  color: #ffd602;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #ffd602;
  margin-right: 1rem;
  border-radius: 50%;
  background: #78ec80;
  transition: all 0.3s;
}
.cid-u7GxxD1Mr0 .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-u7GxxD1Mr0 .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #d4ceff;
  z-index: -1;
}
.cid-u7GxxD1Mr0 .text-wrapper {
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u7GxxD1Mr0 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u7GxxD1Mr0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7GxxD1Mr0 .row {
  align-items: center;
  background: #ffffff;
  transition: all 0.3s;
  margin: 0;
  padding: 2rem 0;
}
.cid-u7GxxD1Mr0 .row:hover {
  background: #cce3ef;
}
.cid-u7GxxD1Mr0 .mbr-link {
  color: #132835;
}
.cid-u7GxxD1Mr0 .mbr-text,
.cid-u7GxxD1Mr0 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-u7GxxD1Mr0 .mbr-section-subtitle,
.cid-u7GxxD1Mr0 .subtitle-wrap {
  text-align: center;
}
.cid-u7GxxD1Mr0 .mbr-section-title {
  text-align: center;
  color: #06497e;
  text-shadow: 2px 1px 1px #FFF !important;
}
.cid-u7GtkIUAw4 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/365175617-277991738298892-6504202643362241216-n-1545x1545.jpeg");
}
.cid-u7GtkIUAw4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7GtkIUAw4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7GtkIUAw4 .mbr-section-title {
  color: #2A2A2A;
  text-align: left;
}
.cid-u7GtkIUAw4 .mbr-section-subtitle {
  margin-top: 24px;
  color: #2b2b2b;
  text-align: left;
}
.cid-u7GtkJqEBb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #06497e;
}
.cid-u7GtkJqEBb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7GtkJqEBb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7GtkJqEBb .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u7GtkJqEBb .text-shadow {
  text-shadow: 2px 1px 1px #000 !important;
  font-size: 1.45rem;
  font-weight: bold;
}
.cid-u7GtkJqEBb .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-u7GtkJqEBb .socicon {
  color: #fffbdd !important;
}
@media (max-width: 767px) {
  .cid-u7GtkJqEBb .row {
    text-align: center;
  }
  .cid-u7GtkJqEBb .social-row {
    justify-content: center;
  }
}
.cid-u7GtkJqEBb .list {
  text-align: center;
  list-style: none;
  padding-left: 0;
  color: #fffbdd;
}
@media (max-width: 991px) {
  .cid-u7GtkJqEBb .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u7GtkJqEBb .list {
    margin-bottom: 0rem;
  }
}
.cid-u7GtkJqEBb .mbr-text {
  line-height: 1.75rem;
}
.cid-u7GtkJqEBb .mbr-iconfont {
  color: black;
}
.cid-u7GtkJqEBb .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-u7GtkKgxkc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffd602;
  overflow: hidden;
  border-top: 1px solid #06497e;
}
.cid-u7GtkKgxkc .mbr-text {
  color: #efefec;
  font-size: .90rem;
}
.cid-u7GtkKgxkc .media-container-row .mbr-text {
  color: #000000;
}
.cid-ujBmKTNb8s {
  z-index: 1000;
  width: 100%;
}
.cid-ujBmKTNb8s #navbar {
  transition: top 0.5s;
}
.cid-ujBmKTNb8s .navbar-dropdown {
  background-color: #06497e !important;
  opacity: 1 !important;
  padding: 0;
  position: fixed;
}
.cid-ujBmKTNb8s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #06497e !important;
  opacity: 1 !important;
  background: #06497e;
}
.cid-ujBmKTNb8s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-ujBmKTNb8s .menu_box .navbar.opened,
  .cid-ujBmKTNb8s .menu_box .navbar-collapse {
    background-color: #06497e !important;
    transition: all 0s ease 0s;
  }
}
.cid-ujBmKTNb8s nav.navbar {
  position: fixed;
  padding-top: .70rem;
  padding-bottom: .70rem;
}
.cid-ujBmKTNb8s .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-ujBmKTNb8s .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ujBmKTNb8s .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ujBmKTNb8s .btn {
  min-height: 55px;
  box-shadow: none;
  margin-top: 0;
}
.cid-ujBmKTNb8s .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ujBmKTNb8s .offcanvas {
    padding: 12rem 80px 0;
    width: 50%;
    background-color: #2c0066;
  }
  .cid-ujBmKTNb8s .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ujBmKTNb8s .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ujBmKTNb8s .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ujBmKTNb8s .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ujBmKTNb8s .offcanvas-body .mbr-text,
  .cid-ujBmKTNb8s .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-ujBmKTNb8s .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-ujBmKTNb8s .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ujBmKTNb8s .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f8f7ff;
  }
  .cid-ujBmKTNb8s .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ujBmKTNb8s .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ujBmKTNb8s .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ujBmKTNb8s .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ujBmKTNb8s ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ujBmKTNb8s .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ujBmKTNb8s .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-ujBmKTNb8s .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ujBmKTNb8s li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ujBmKTNb8s .lg_brand {
    margin: 0 1rem;
  }
}
.cid-ujBmKTNb8s .nav-item {
  margin: 4px 12px;
}
@media (min-width: 1200px) {
  .cid-ujBmKTNb8s .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ujBmKTNb8s .nav-item {
    margin: 0 !important;
  }
}
.cid-ujBmKTNb8s .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ujBmKTNb8s .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ujBmKTNb8s .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ujBmKTNb8s .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ujBmKTNb8s .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-ujBmKTNb8s .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ujBmKTNb8s .offcanvas_box {
    display: none;
  }
}
.cid-ujBmKTNb8s .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-ujBmKTNb8s .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ujBmKTNb8s .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ujBmKTNb8s .container {
  display: flex;
  margin: auto;
}
.cid-ujBmKTNb8s .iconfont-wrapper {
  color: #ffd602;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ujBmKTNb8s .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ujBmKTNb8s .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ujBmKTNb8s .navbar-caption {
  color: #f8f7ff;
}
.cid-ujBmKTNb8s .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ujBmKTNb8s .navbar-nav {
    margin: 0;
  }
}
.cid-ujBmKTNb8s .dropdown-menu,
.cid-ujBmKTNb8s .navbar.opened {
  background-color: #06497e !important;
}
.cid-ujBmKTNb8s .nav-item:focus,
.cid-ujBmKTNb8s .nav-link:focus {
  outline: none;
}
.cid-ujBmKTNb8s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujBmKTNb8s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujBmKTNb8s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujBmKTNb8s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujBmKTNb8s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujBmKTNb8s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujBmKTNb8s .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-ujBmKTNb8s .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-ujBmKTNb8s .navbar.opened {
  transition: all 0.3s;
}
.cid-ujBmKTNb8s .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ujBmKTNb8s .navbar .navbar-logo img {
  max-width: 64px;
  max-height: 64px;
  object-fit: cover;
  border-radius: 100%;
}
.cid-ujBmKTNb8s .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-ujBmKTNb8s .navbar.collapsed {
  justify-content: center;
}
.cid-ujBmKTNb8s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujBmKTNb8s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ujBmKTNb8s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujBmKTNb8s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujBmKTNb8s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujBmKTNb8s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ujBmKTNb8s .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ujBmKTNb8s .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ujBmKTNb8s .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ujBmKTNb8s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujBmKTNb8s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujBmKTNb8s .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ujBmKTNb8s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujBmKTNb8s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ujBmKTNb8s .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ujBmKTNb8s .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ujBmKTNb8s .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ujBmKTNb8s .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ujBmKTNb8s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujBmKTNb8s .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujBmKTNb8s .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ujBmKTNb8s .navbar.navbar-short {
  min-height: 60px;
}
.cid-ujBmKTNb8s .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ujBmKTNb8s .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ujBmKTNb8s .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ujBmKTNb8s .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujBmKTNb8s .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujBmKTNb8s .dropdown-item.active,
.cid-ujBmKTNb8s .dropdown-item:active {
  background-color: transparent;
}
.cid-ujBmKTNb8s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujBmKTNb8s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujBmKTNb8s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujBmKTNb8s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujBmKTNb8s ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-ujBmKTNb8s .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujBmKTNb8s button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #06497e;
  background: #06497e;
}
.cid-ujBmKTNb8s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f8f7ff;
}
.cid-ujBmKTNb8s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujBmKTNb8s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujBmKTNb8s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujBmKTNb8s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujBmKTNb8s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujBmKTNb8s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujBmKTNb8s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujBmKTNb8s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujBmKTNb8s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ujBmKTNb8s .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujBmKTNb8s .navbar {
    height: 70px;
  }
  .cid-ujBmKTNb8s .navbar.opened {
    height: auto;
  }
  .cid-ujBmKTNb8s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujBmKTNb8s .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-ujBmKTNb8s .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-ujBmKTNb8s .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-ujBmKTNb8s .mbr-section-btn-main .btn {
  min-height: 36px;
  max-height: 36px;
  margin: 0 4px 4px 4px;
}
.cid-ujBmKTNb8s .navbar-caption:hover {
  color: #fff182;
}
@media (min-width: 992px) {
  .cid-ujBmKTNb8s .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ujBmKTNb8s .nav-link {
  position: relative;
}
.cid-ujBmKTNb8s .nav-link:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #f8f7ff;
  transition: all .1s ease;
}
.cid-ujBmKTNb8s .nav-link:hover:before {
  width: 100%;
}
.cid-ujBmKTNb8s .mbr-text,
.cid-ujBmKTNb8s .mbr-section-subtitle,
.cid-ujBmKTNb8s .text_widget {
  opacity: .5;
}
.cid-ujBmKTNb8s .mbr-section-subtitle {
  color: #f8f7ff;
}
.cid-ujBmKTNb8s .mbr-text {
  color: #f8f7ff;
  text-align: center;
}
.cid-ujBmKTNb8s .text_widget {
  color: #f8f7ff;
}
.cid-ujBmKTNb8s .mbr-section-subtitle,
.cid-ujBmKTNb8s .text_widget,
.cid-ujBmKTNb8s .mbr-section-btn {
  text-align: center;
}
.cid-ujBmKTNb8s a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

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

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

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

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3 !important;
  text-shadow: 1px 1px 1px #EE2E24 !important;
}

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

.mbr-text {
  font-style: normal;
  line-height: 2rem !important;
}

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

b,
strong {
  font-weight: bold;
}
h3 (
text-shadow: #FFF 1px 1px 2p;)

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

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

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

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

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

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

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

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

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

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

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

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

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

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

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

.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: 75px;
  right: 5px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(6, 73, 126, 0.7);
  border-radius: 20%;
  color: #fff;
  display: inline-block;
  height: 50px;
  width: 50px;
  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(6, 73, 126, 0.9);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

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

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

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

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

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

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

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

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

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

.card-img {
  width: auto;
}

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

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

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

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

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

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

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

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

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

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

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

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

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

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

.item {
  position: relative;
}

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

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

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-uc7A3tCpBE {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/tucker-1500x1500.jpeg");
  overflow: hidden;
}
.cid-uc7A3tCpBE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc7A3tCpBE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc7A3tCpBE .container,
.cid-uc7A3tCpBE .container-fluid {
  position: relative;
}
.cid-uc7A3tCpBE .row {
  justify-content: left;
}
.cid-uc7A3tCpBE .col-content {
  position: relative;
  z-index: 10;
}
.cid-uc7A3tCpBE .mbr-section-title {
  color: #ffe40e;
  text-align: left;
}
.cid-uc7A3tCpBE .mbr-section-subtitle {
  color: #2B2B2B;
}
.cid-uc7A3tCpBE .mbr-text {
  color: #2B2B2B;
}
.cid-uc7A3tCpBE .mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.cid-uc7A3tCpBE .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .cid-uc7A3tCpBE .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.cid-uc7A3tCpBE .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #a47ee3 27%, #a47ee3 50%, #a47ee3 79%);
}
.cid-uc7A3tCpBE .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-uc7A3tCpBE .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-uc7A3tCpBE .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-uc7A3v6iBT {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uc7A3v6iBT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc7A3v6iBT .mbr-iconfont {
  font-size: 1.6rem;
  color: #fff182;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed #ffd602;
  border-radius: 50%;
  transition: all 0.3s;
  margin: 0 0.5rem;
}
.cid-uc7A3v6iBT .mbr-iconfont:hover {
  background: #fff182;
  color: #ffd602;
}
.cid-uc7A3v6iBT .icon-wrap {
  display: flex;
}
.cid-uc7A3v6iBT .link-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-uc7A3v6iBT .link {
  display: flex;
}
.cid-uc7A3v6iBT .mbr-linkiconfont {
  font-size: 0.8rem;
  color: #ffd602;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #ffd602;
  margin-right: 1rem;
  border-radius: 50%;
  background: #78ec80;
  transition: all 0.3s;
}
.cid-uc7A3v6iBT .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-uc7A3v6iBT .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  z-index: -1;
}
.cid-uc7A3v6iBT .text-wrapper {
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uc7A3v6iBT .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uc7A3v6iBT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc7A3v6iBT .row {
  align-items: center;
  background: #ffffff;
  transition: all 0.3s;
  margin: 0;
  padding: 2rem 0;
}
.cid-uc7A3v6iBT .row:hover {
  background: #fffbdd;
}
.cid-uc7A3v6iBT .mbr-link {
  color: #132835;
}
.cid-uc7A3v6iBT .mbr-text,
.cid-uc7A3v6iBT .mbr-section-btn {
  color: #19303d;
  text-align: left;
}
.cid-uc7A3v6iBT .mbr-section-subtitle,
.cid-uc7A3v6iBT .subtitle-wrap {
  text-align: left;
}
.cid-uc7A3v6iBT .mbr-section-title {
  text-align: center;
  color: #06497e;
  text-shadow: 2px 1px 1px #FFF !important;
}
.cid-uc7A3w4bfZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffbdd;
  overflow: hidden;
}
.cid-uc7A3w4bfZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc7A3w4bfZ .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-uc7A3w4bfZ .container {
    padding: 0 30px;
  }
}
.cid-uc7A3w4bfZ .card {
  justify-content: center;
}
.cid-uc7A3w4bfZ .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uc7A3w4bfZ .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uc7A3w4bfZ .content-wrapper {
    padding: 0;
  }
}
.cid-uc7A3w4bfZ .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uc7A3w4bfZ .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-uc7A3w4bfZ .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #254b45;
}
@media (max-width: 992px) {
  .cid-uc7A3w4bfZ .content-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-uc7A3w4bfZ .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uc7A3w4bfZ .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uc7A3w4bfZ .mbr-desc {
  color: #254b45;
}
.cid-uc7A3w4bfZ .mbr-section-title {
  color: #254b45;
}
.cid-uc7A3w4bfZ .mbr-section-button {
  vertical-align: center !important;
}
.cid-uc7A3w4bfZ .mbr-text {
  color: #254b45;
  text-align: center;
}
.cid-uc7A3wAv2S {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/tucker-1500x1500.jpeg");
}
.cid-uc7A3wAv2S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc7A3wAv2S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc7A3wAv2S .mbr-section-title {
  color: #2A2A2A;
  text-align: left;
}
.cid-uc7A3wAv2S .mbr-section-subtitle {
  margin-top: 24px;
  color: #2b2b2b;
  text-align: left;
}
.cid-uc7A3x4E7i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #06497e;
}
.cid-uc7A3x4E7i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc7A3x4E7i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc7A3x4E7i .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uc7A3x4E7i .text-shadow {
  text-shadow: 2px 1px 1px #000 !important;
  font-size: 1.45rem;
  font-weight: bold;
}
.cid-uc7A3x4E7i .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uc7A3x4E7i .socicon {
  color: #fffbdd !important;
}
@media (max-width: 767px) {
  .cid-uc7A3x4E7i .row {
    text-align: center;
  }
  .cid-uc7A3x4E7i .social-row {
    justify-content: center;
  }
}
.cid-uc7A3x4E7i .list {
  text-align: center;
  list-style: none;
  padding-left: 0;
  color: #fffbdd;
}
@media (max-width: 991px) {
  .cid-uc7A3x4E7i .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uc7A3x4E7i .list {
    margin-bottom: 0rem;
  }
}
.cid-uc7A3x4E7i .mbr-text {
  line-height: 1.75rem;
}
.cid-uc7A3x4E7i .mbr-iconfont {
  color: black;
}
.cid-uc7A3x4E7i .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uc7A3xZMf6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffd602;
  overflow: hidden;
  border-top: 1px solid #06497e;
}
.cid-uc7A3xZMf6 .mbr-text {
  color: #efefec;
  font-size: .90rem;
}
.cid-uc7A3xZMf6 .media-container-row .mbr-text {
  color: #000000;
}
.cid-ujBmKTNb8s {
  z-index: 1000;
  width: 100%;
}
.cid-ujBmKTNb8s #navbar {
  transition: top 0.5s;
}
.cid-ujBmKTNb8s .navbar-dropdown {
  background-color: #06497e !important;
  opacity: 1 !important;
  padding: 0;
  position: fixed;
}
.cid-ujBmKTNb8s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #06497e !important;
  opacity: 1 !important;
  background: #06497e;
}
.cid-ujBmKTNb8s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-ujBmKTNb8s .menu_box .navbar.opened,
  .cid-ujBmKTNb8s .menu_box .navbar-collapse {
    background-color: #06497e !important;
    transition: all 0s ease 0s;
  }
}
.cid-ujBmKTNb8s nav.navbar {
  position: fixed;
  padding-top: .70rem;
  padding-bottom: .70rem;
}
.cid-ujBmKTNb8s .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-ujBmKTNb8s .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ujBmKTNb8s .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ujBmKTNb8s .btn {
  min-height: 55px;
  box-shadow: none;
  margin-top: 0;
}
.cid-ujBmKTNb8s .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ujBmKTNb8s .offcanvas {
    padding: 12rem 80px 0;
    width: 50%;
    background-color: #2c0066;
  }
  .cid-ujBmKTNb8s .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ujBmKTNb8s .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ujBmKTNb8s .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ujBmKTNb8s .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ujBmKTNb8s .offcanvas-body .mbr-text,
  .cid-ujBmKTNb8s .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-ujBmKTNb8s .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-ujBmKTNb8s .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ujBmKTNb8s .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f8f7ff;
  }
  .cid-ujBmKTNb8s .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ujBmKTNb8s .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ujBmKTNb8s .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ujBmKTNb8s .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ujBmKTNb8s ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ujBmKTNb8s .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ujBmKTNb8s .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-ujBmKTNb8s .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ujBmKTNb8s li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ujBmKTNb8s .lg_brand {
    margin: 0 1rem;
  }
}
.cid-ujBmKTNb8s .nav-item {
  margin: 4px 12px;
}
@media (min-width: 1200px) {
  .cid-ujBmKTNb8s .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ujBmKTNb8s .nav-item {
    margin: 0 !important;
  }
}
.cid-ujBmKTNb8s .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ujBmKTNb8s .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ujBmKTNb8s .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ujBmKTNb8s .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ujBmKTNb8s .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-ujBmKTNb8s .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ujBmKTNb8s .offcanvas_box {
    display: none;
  }
}
.cid-ujBmKTNb8s .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-ujBmKTNb8s .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ujBmKTNb8s .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ujBmKTNb8s .container {
  display: flex;
  margin: auto;
}
.cid-ujBmKTNb8s .iconfont-wrapper {
  color: #ffd602;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ujBmKTNb8s .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ujBmKTNb8s .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ujBmKTNb8s .navbar-caption {
  color: #f8f7ff;
}
.cid-ujBmKTNb8s .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ujBmKTNb8s .navbar-nav {
    margin: 0;
  }
}
.cid-ujBmKTNb8s .dropdown-menu,
.cid-ujBmKTNb8s .navbar.opened {
  background-color: #06497e !important;
}
.cid-ujBmKTNb8s .nav-item:focus,
.cid-ujBmKTNb8s .nav-link:focus {
  outline: none;
}
.cid-ujBmKTNb8s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujBmKTNb8s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujBmKTNb8s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujBmKTNb8s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujBmKTNb8s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujBmKTNb8s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujBmKTNb8s .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-ujBmKTNb8s .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-ujBmKTNb8s .navbar.opened {
  transition: all 0.3s;
}
.cid-ujBmKTNb8s .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ujBmKTNb8s .navbar .navbar-logo img {
  max-width: 64px;
  max-height: 64px;
  object-fit: cover;
  border-radius: 100%;
}
.cid-ujBmKTNb8s .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-ujBmKTNb8s .navbar.collapsed {
  justify-content: center;
}
.cid-ujBmKTNb8s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujBmKTNb8s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ujBmKTNb8s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujBmKTNb8s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujBmKTNb8s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujBmKTNb8s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ujBmKTNb8s .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ujBmKTNb8s .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ujBmKTNb8s .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ujBmKTNb8s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujBmKTNb8s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujBmKTNb8s .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ujBmKTNb8s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujBmKTNb8s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ujBmKTNb8s .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ujBmKTNb8s .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ujBmKTNb8s .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ujBmKTNb8s .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ujBmKTNb8s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujBmKTNb8s .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujBmKTNb8s .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ujBmKTNb8s .navbar.navbar-short {
  min-height: 60px;
}
.cid-ujBmKTNb8s .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ujBmKTNb8s .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ujBmKTNb8s .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ujBmKTNb8s .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujBmKTNb8s .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujBmKTNb8s .dropdown-item.active,
.cid-ujBmKTNb8s .dropdown-item:active {
  background-color: transparent;
}
.cid-ujBmKTNb8s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujBmKTNb8s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujBmKTNb8s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujBmKTNb8s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujBmKTNb8s ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-ujBmKTNb8s .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujBmKTNb8s button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #06497e;
  background: #06497e;
}
.cid-ujBmKTNb8s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f8f7ff;
}
.cid-ujBmKTNb8s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujBmKTNb8s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujBmKTNb8s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujBmKTNb8s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujBmKTNb8s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujBmKTNb8s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujBmKTNb8s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujBmKTNb8s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujBmKTNb8s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ujBmKTNb8s .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujBmKTNb8s .navbar {
    height: 70px;
  }
  .cid-ujBmKTNb8s .navbar.opened {
    height: auto;
  }
  .cid-ujBmKTNb8s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujBmKTNb8s .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-ujBmKTNb8s .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-ujBmKTNb8s .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-ujBmKTNb8s .mbr-section-btn-main .btn {
  min-height: 36px;
  max-height: 36px;
  margin: 0 4px 4px 4px;
}
.cid-ujBmKTNb8s .navbar-caption:hover {
  color: #fff182;
}
@media (min-width: 992px) {
  .cid-ujBmKTNb8s .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ujBmKTNb8s .nav-link {
  position: relative;
}
.cid-ujBmKTNb8s .nav-link:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #f8f7ff;
  transition: all .1s ease;
}
.cid-ujBmKTNb8s .nav-link:hover:before {
  width: 100%;
}
.cid-ujBmKTNb8s .mbr-text,
.cid-ujBmKTNb8s .mbr-section-subtitle,
.cid-ujBmKTNb8s .text_widget {
  opacity: .5;
}
.cid-ujBmKTNb8s .mbr-section-subtitle {
  color: #f8f7ff;
}
.cid-ujBmKTNb8s .mbr-text {
  color: #f8f7ff;
  text-align: center;
}
.cid-ujBmKTNb8s .text_widget {
  color: #f8f7ff;
}
.cid-ujBmKTNb8s .mbr-section-subtitle,
.cid-ujBmKTNb8s .text_widget,
.cid-ujBmKTNb8s .mbr-section-btn {
  text-align: center;
}
.cid-ujBmKTNb8s a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

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

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

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

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3 !important;
  text-shadow: 1px 1px 1px #EE2E24 !important;
}

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

.mbr-text {
  font-style: normal;
  line-height: 2rem !important;
}

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

b,
strong {
  font-weight: bold;
}
h3 (
text-shadow: #FFF 1px 1px 2p;)

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

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

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

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

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

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

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

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

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

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

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

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

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

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

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

.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: 75px;
  right: 5px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(6, 73, 126, 0.7);
  border-radius: 20%;
  color: #fff;
  display: inline-block;
  height: 50px;
  width: 50px;
  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(6, 73, 126, 0.9);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

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

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

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

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

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

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

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

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

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

.card-img {
  width: auto;
}

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

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

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

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

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

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

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

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

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

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

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

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

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

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

.item {
  position: relative;
}

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

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

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-ucdxuCRQZ5 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/14717194-10210930216562010-4217858925996364657-n-1-960x720.jpeg");
  overflow: hidden;
}
.cid-ucdxuCRQZ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucdxuCRQZ5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucdxuCRQZ5 .container,
.cid-ucdxuCRQZ5 .container-fluid {
  position: relative;
}
.cid-ucdxuCRQZ5 .row {
  justify-content: left;
}
.cid-ucdxuCRQZ5 .col-content {
  position: relative;
  z-index: 10;
}
.cid-ucdxuCRQZ5 .mbr-section-title {
  color: #ffe40e;
  text-align: left;
}
.cid-ucdxuCRQZ5 .mbr-section-subtitle {
  color: #2B2B2B;
}
.cid-ucdxuCRQZ5 .mbr-text {
  color: #2B2B2B;
}
.cid-ucdxuCRQZ5 .mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.cid-ucdxuCRQZ5 .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .cid-ucdxuCRQZ5 .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.cid-ucdxuCRQZ5 .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #a47ee3 27%, #a47ee3 50%, #a47ee3 79%);
}
.cid-ucdxuCRQZ5 .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-ucdxuCRQZ5 .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-ucdxuCRQZ5 .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-ucdxuE7CmM {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ucdxuE7CmM #bigger {
  font-size: 1.45rem;
}
.cid-ucdxuE7CmM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucdxuE7CmM .img {
  width: 33% !important;
  margin: auto;
  display: inline-block;
  border-radius: 8px;
  vertical-align: center !important;
  justify-content: center;
}
.cid-ucdxuE7CmM .mbr-iconfont {
  font-size: 1.6rem;
  color: #fff182;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed #ffd602;
  border-radius: 50%;
  transition: all 0.3s;
  margin: 0 0.5rem;
}
.cid-ucdxuE7CmM .mbr-iconfont:hover {
  background: #fff182;
  color: #ffd602;
}
.cid-ucdxuE7CmM .icon-wrap {
  display: flex;
}
.cid-ucdxuE7CmM .link-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-ucdxuE7CmM .link {
  display: flex;
}
.cid-ucdxuE7CmM .mbr-linkiconfont {
  font-size: 0.8rem;
  color: #ffd602;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #ffd602;
  margin-right: 1rem;
  border-radius: 50%;
  background: #78ec80;
  transition: all 0.3s;
}
.cid-ucdxuE7CmM .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-ucdxuE7CmM .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #d4ceff;
  z-index: -1;
}
.cid-ucdxuE7CmM .text-wrapper {
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ucdxuE7CmM .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ucdxuE7CmM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucdxuE7CmM .row {
  align-items: center;
  background: #ffffff;
  transition: all 0.3s;
  margin: 0;
  padding: 2rem 0;
}
.cid-ucdxuE7CmM .row:hover {
  background: #fffbdd;
}
.cid-ucdxuE7CmM .mbr-link {
  color: #132835;
}
.cid-ucdxuE7CmM .mbr-text,
.cid-ucdxuE7CmM .mbr-section-btn {
  color: #19303d;
  text-align: left;
}
.cid-ucdxuE7CmM .mbr-section-subtitle,
.cid-ucdxuE7CmM .subtitle-wrap {
  text-align: center;
}
.cid-ucdxuE7CmM .mbr-section-title {
  text-align: center;
  color: #06497e;
  text-shadow: 2px 1px 1px #FFF !important;
}
.cid-ucdxuEZloj {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ucdxuEZloj .img {
  width: 33% !important;
  margin: auto;
  display: inline-block;
  border-radius: 8px;
  vertical-align: center !important;
  justify-content: center;
}
.cid-ucdxuEZloj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucdxuEZloj .mbr-iconfont {
  font-size: 1.6rem;
  color: #fff182;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed #ffd602;
  border-radius: 50%;
  transition: all 0.3s;
  margin: 0 0.5rem;
}
.cid-ucdxuEZloj .mbr-iconfont:hover {
  background: #fff182;
  color: #ffd602;
}
.cid-ucdxuEZloj .icon-wrap {
  display: flex;
}
.cid-ucdxuEZloj .link-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-ucdxuEZloj .link {
  display: flex;
}
.cid-ucdxuEZloj .mbr-linkiconfont {
  font-size: 0.8rem;
  color: #ffd602;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #ffd602;
  margin-right: 1rem;
  border-radius: 50%;
  background: #78ec80;
  transition: all 0.3s;
}
.cid-ucdxuEZloj .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-ucdxuEZloj .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #d4ceff;
  z-index: -1;
}
.cid-ucdxuEZloj .text-wrapper {
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ucdxuEZloj .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ucdxuEZloj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucdxuEZloj .row {
  align-items: center;
  background: #ffffff;
  transition: all 0.3s;
  margin: 0;
  padding: 2rem 0;
}
.cid-ucdxuEZloj .row:hover {
  background: #cce3ef;
}
.cid-ucdxuEZloj .mbr-link {
  color: #FFE40E;
}
.cid-ucdxuEZloj .mbr-text,
.cid-ucdxuEZloj .mbr-section-btn {
  color: #19303d;
  text-align: left;
}
.cid-ucdxuEZloj .mbr-section-subtitle,
.cid-ucdxuEZloj .subtitle-wrap {
  text-align: center;
}
.cid-ucdxuEZloj .mbr-section-title {
  text-align: center;
  color: #06497e;
  text-shadow: 2px 1px 1px #FFF !important;
}
.cid-ucdxuFUeeS {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/347243044-6186418721427237-8360756807310055080-n-2-877x877.jpeg");
}
.cid-ucdxuFUeeS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucdxuFUeeS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucdxuFUeeS .mbr-section-title {
  color: #2A2A2A;
  text-align: left;
}
.cid-ucdxuFUeeS .mbr-section-subtitle {
  margin-top: 24px;
  color: #2b2b2b;
  text-align: left;
}
.cid-ucdxuGHHx4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #06497e;
}
.cid-ucdxuGHHx4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucdxuGHHx4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucdxuGHHx4 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ucdxuGHHx4 .text-shadow {
  text-shadow: 2px 1px 1px #000 !important;
  font-size: 1.45rem;
  font-weight: bold;
}
.cid-ucdxuGHHx4 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ucdxuGHHx4 .socicon {
  color: #fffbdd !important;
}
@media (max-width: 767px) {
  .cid-ucdxuGHHx4 .row {
    text-align: center;
  }
  .cid-ucdxuGHHx4 .social-row {
    justify-content: center;
  }
}
.cid-ucdxuGHHx4 .list {
  text-align: center;
  list-style: none;
  padding-left: 0;
  color: #fffbdd;
}
@media (max-width: 991px) {
  .cid-ucdxuGHHx4 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ucdxuGHHx4 .list {
    margin-bottom: 0rem;
  }
}
.cid-ucdxuGHHx4 .mbr-text {
  line-height: 1.75rem;
}
.cid-ucdxuGHHx4 .mbr-iconfont {
  color: black;
}
.cid-ucdxuGHHx4 .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-ucdxuHxeJg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffd602;
  overflow: hidden;
  border-top: 1px solid #06497e;
}
.cid-ucdxuHxeJg .mbr-text {
  color: #efefec;
  font-size: .90rem;
}
.cid-ucdxuHxeJg .media-container-row .mbr-text {
  color: #000000;
}
.cid-ujBmKTNb8s {
  z-index: 1000;
  width: 100%;
}
.cid-ujBmKTNb8s #navbar {
  transition: top 0.5s;
}
.cid-ujBmKTNb8s .navbar-dropdown {
  background-color: #06497e !important;
  opacity: 1 !important;
  padding: 0;
  position: fixed;
}
.cid-ujBmKTNb8s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #06497e !important;
  opacity: 1 !important;
  background: #06497e;
}
.cid-ujBmKTNb8s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-ujBmKTNb8s .menu_box .navbar.opened,
  .cid-ujBmKTNb8s .menu_box .navbar-collapse {
    background-color: #06497e !important;
    transition: all 0s ease 0s;
  }
}
.cid-ujBmKTNb8s nav.navbar {
  position: fixed;
  padding-top: .70rem;
  padding-bottom: .70rem;
}
.cid-ujBmKTNb8s .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-ujBmKTNb8s .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ujBmKTNb8s .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ujBmKTNb8s .btn {
  min-height: 55px;
  box-shadow: none;
  margin-top: 0;
}
.cid-ujBmKTNb8s .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ujBmKTNb8s .offcanvas {
    padding: 12rem 80px 0;
    width: 50%;
    background-color: #2c0066;
  }
  .cid-ujBmKTNb8s .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ujBmKTNb8s .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ujBmKTNb8s .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ujBmKTNb8s .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ujBmKTNb8s .offcanvas-body .mbr-text,
  .cid-ujBmKTNb8s .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-ujBmKTNb8s .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-ujBmKTNb8s .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ujBmKTNb8s .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f8f7ff;
  }
  .cid-ujBmKTNb8s .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ujBmKTNb8s .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ujBmKTNb8s .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ujBmKTNb8s .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ujBmKTNb8s ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ujBmKTNb8s .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ujBmKTNb8s .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-ujBmKTNb8s .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ujBmKTNb8s li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ujBmKTNb8s .lg_brand {
    margin: 0 1rem;
  }
}
.cid-ujBmKTNb8s .nav-item {
  margin: 4px 12px;
}
@media (min-width: 1200px) {
  .cid-ujBmKTNb8s .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ujBmKTNb8s .nav-item {
    margin: 0 !important;
  }
}
.cid-ujBmKTNb8s .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ujBmKTNb8s .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ujBmKTNb8s .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ujBmKTNb8s .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ujBmKTNb8s .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-ujBmKTNb8s .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ujBmKTNb8s .offcanvas_box {
    display: none;
  }
}
.cid-ujBmKTNb8s .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-ujBmKTNb8s .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ujBmKTNb8s .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ujBmKTNb8s .container {
  display: flex;
  margin: auto;
}
.cid-ujBmKTNb8s .iconfont-wrapper {
  color: #ffd602;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ujBmKTNb8s .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ujBmKTNb8s .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ujBmKTNb8s .navbar-caption {
  color: #f8f7ff;
}
.cid-ujBmKTNb8s .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ujBmKTNb8s .navbar-nav {
    margin: 0;
  }
}
.cid-ujBmKTNb8s .dropdown-menu,
.cid-ujBmKTNb8s .navbar.opened {
  background-color: #06497e !important;
}
.cid-ujBmKTNb8s .nav-item:focus,
.cid-ujBmKTNb8s .nav-link:focus {
  outline: none;
}
.cid-ujBmKTNb8s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujBmKTNb8s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujBmKTNb8s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujBmKTNb8s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujBmKTNb8s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujBmKTNb8s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujBmKTNb8s .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-ujBmKTNb8s .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-ujBmKTNb8s .navbar.opened {
  transition: all 0.3s;
}
.cid-ujBmKTNb8s .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ujBmKTNb8s .navbar .navbar-logo img {
  max-width: 64px;
  max-height: 64px;
  object-fit: cover;
  border-radius: 100%;
}
.cid-ujBmKTNb8s .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-ujBmKTNb8s .navbar.collapsed {
  justify-content: center;
}
.cid-ujBmKTNb8s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujBmKTNb8s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ujBmKTNb8s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujBmKTNb8s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujBmKTNb8s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujBmKTNb8s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ujBmKTNb8s .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ujBmKTNb8s .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ujBmKTNb8s .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ujBmKTNb8s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujBmKTNb8s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujBmKTNb8s .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ujBmKTNb8s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujBmKTNb8s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ujBmKTNb8s .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ujBmKTNb8s .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ujBmKTNb8s .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ujBmKTNb8s .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ujBmKTNb8s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujBmKTNb8s .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujBmKTNb8s .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ujBmKTNb8s .navbar.navbar-short {
  min-height: 60px;
}
.cid-ujBmKTNb8s .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ujBmKTNb8s .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ujBmKTNb8s .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ujBmKTNb8s .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujBmKTNb8s .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujBmKTNb8s .dropdown-item.active,
.cid-ujBmKTNb8s .dropdown-item:active {
  background-color: transparent;
}
.cid-ujBmKTNb8s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujBmKTNb8s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujBmKTNb8s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujBmKTNb8s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujBmKTNb8s ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-ujBmKTNb8s .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujBmKTNb8s button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #06497e;
  background: #06497e;
}
.cid-ujBmKTNb8s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f8f7ff;
}
.cid-ujBmKTNb8s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujBmKTNb8s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujBmKTNb8s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujBmKTNb8s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujBmKTNb8s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujBmKTNb8s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujBmKTNb8s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujBmKTNb8s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujBmKTNb8s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ujBmKTNb8s .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujBmKTNb8s .navbar {
    height: 70px;
  }
  .cid-ujBmKTNb8s .navbar.opened {
    height: auto;
  }
  .cid-ujBmKTNb8s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujBmKTNb8s .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-ujBmKTNb8s .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-ujBmKTNb8s .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-ujBmKTNb8s .mbr-section-btn-main .btn {
  min-height: 36px;
  max-height: 36px;
  margin: 0 4px 4px 4px;
}
.cid-ujBmKTNb8s .navbar-caption:hover {
  color: #fff182;
}
@media (min-width: 992px) {
  .cid-ujBmKTNb8s .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ujBmKTNb8s .nav-link {
  position: relative;
}
.cid-ujBmKTNb8s .nav-link:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #f8f7ff;
  transition: all .1s ease;
}
.cid-ujBmKTNb8s .nav-link:hover:before {
  width: 100%;
}
.cid-ujBmKTNb8s .mbr-text,
.cid-ujBmKTNb8s .mbr-section-subtitle,
.cid-ujBmKTNb8s .text_widget {
  opacity: .5;
}
.cid-ujBmKTNb8s .mbr-section-subtitle {
  color: #f8f7ff;
}
.cid-ujBmKTNb8s .mbr-text {
  color: #f8f7ff;
  text-align: center;
}
.cid-ujBmKTNb8s .text_widget {
  color: #f8f7ff;
}
.cid-ujBmKTNb8s .mbr-section-subtitle,
.cid-ujBmKTNb8s .text_widget,
.cid-ujBmKTNb8s .mbr-section-btn {
  text-align: center;
}
.cid-ujBmKTNb8s a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

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

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

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

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3 !important;
  text-shadow: 1px 1px 1px #EE2E24 !important;
}

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

.mbr-text {
  font-style: normal;
  line-height: 2rem !important;
}

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

b,
strong {
  font-weight: bold;
}
h3 (
text-shadow: #FFF 1px 1px 2p;)

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

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

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

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

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

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

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

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

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

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

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

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

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

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

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

.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: 75px;
  right: 5px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(6, 73, 126, 0.7);
  border-radius: 20%;
  color: #fff;
  display: inline-block;
  height: 50px;
  width: 50px;
  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(6, 73, 126, 0.9);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

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

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

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

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

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

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

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

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

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

.card-img {
  width: auto;
}

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

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

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

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

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

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

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

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

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

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

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

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

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

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

.item {
  position: relative;
}

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

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

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-ugaqVsxuGz {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/447852767-3282687992025335-2453514489114438627-n-1-1467x1624.jpeg");
  overflow: hidden;
}
.cid-ugaqVsxuGz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugaqVsxuGz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugaqVsxuGz .container,
.cid-ugaqVsxuGz .container-fluid {
  position: relative;
}
.cid-ugaqVsxuGz .row {
  justify-content: left;
}
.cid-ugaqVsxuGz .col-content {
  position: relative;
  z-index: 10;
}
.cid-ugaqVsxuGz .mbr-section-title {
  color: #ffe40e;
  text-align: left;
}
.cid-ugaqVsxuGz .mbr-section-subtitle {
  color: #2B2B2B;
}
.cid-ugaqVsxuGz .mbr-text {
  color: #2B2B2B;
}
.cid-ugaqVsxuGz .mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.cid-ugaqVsxuGz .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .cid-ugaqVsxuGz .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.cid-ugaqVsxuGz .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #a47ee3 27%, #a47ee3 50%, #a47ee3 79%);
}
.cid-ugaqVsxuGz .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-ugaqVsxuGz .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-ugaqVsxuGz .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-ugaqVuu6oV {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ugaqVuu6oV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugaqVuu6oV .img {
  width: 33% !important;
  margin: auto;
  display: inline-block;
  border-radius: 8px;
  vertical-align: center !important;
  justify-content: center;
}
.cid-ugaqVuu6oV .mbr-iconfont {
  font-size: 1.6rem;
  color: #fff182;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed #ffd602;
  border-radius: 50%;
  transition: all 0.3s;
  margin: 0 0.5rem;
}
.cid-ugaqVuu6oV .mbr-iconfont:hover {
  background: #fff182;
  color: #ffd602;
}
.cid-ugaqVuu6oV .icon-wrap {
  display: flex;
}
.cid-ugaqVuu6oV .link-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-ugaqVuu6oV .link {
  display: flex;
}
.cid-ugaqVuu6oV .mbr-linkiconfont {
  font-size: 0.8rem;
  color: #ffd602;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #ffd602;
  margin-right: 1rem;
  border-radius: 50%;
  background: #78ec80;
  transition: all 0.3s;
}
.cid-ugaqVuu6oV .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-ugaqVuu6oV .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #d4ceff;
  z-index: -1;
}
.cid-ugaqVuu6oV .text-wrapper {
  margin: auto;
}
@media (max-width: 992px) {
  .cid-ugaqVuu6oV .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ugaqVuu6oV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugaqVuu6oV .row {
  align-items: center;
  background: #ffffff;
  transition: all 0.3s;
  margin: 0;
  padding: .25rem 0;
}
.cid-ugaqVuu6oV .row:hover {
  background: #fffbdd;
}
.cid-ugaqVuu6oV .mbr-link {
  color: #132835;
}
.cid-ugaqVuu6oV .mbr-text,
.cid-ugaqVuu6oV .mbr-section-btn {
  color: #19303d;
  text-align: center;
}
.cid-ugaqVuu6oV .mbr-text-2,
.cid-ugaqVuu6oV .mbr-section-btn-2 {
  color: #19303d;
  text-align: center;
  font-size: 1.85rem;
}
.cid-ugaqVuu6oV .mbr-section-subtitle,
.cid-ugaqVuu6oV .subtitle-wrap {
  text-align: center;
}
.cid-ugaqVuu6oV .mbr-section-title {
  text-align: center;
  color: #06497e;
  text-shadow: 2px 1px 1px #FFF !important;
}
.cid-ugaqVx20OV {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/14731131-10100562828264723-3139157032364386089-n-960x720.jpeg");
}
.cid-ugaqVx20OV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugaqVx20OV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugaqVx20OV .mbr-section-title {
  color: #2A2A2A;
  text-align: left;
}
.cid-ugaqVx20OV .mbr-section-subtitle {
  margin-top: 24px;
  color: #2b2b2b;
  text-align: left;
}
.cid-ugaqVxGcwQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #06497e;
}
.cid-ugaqVxGcwQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugaqVxGcwQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugaqVxGcwQ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ugaqVxGcwQ .text-shadow {
  text-shadow: 2px 1px 1px #000 !important;
  font-size: 1.45rem;
  font-weight: bold;
}
.cid-ugaqVxGcwQ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ugaqVxGcwQ .socicon {
  color: #fffbdd !important;
}
@media (max-width: 767px) {
  .cid-ugaqVxGcwQ .row {
    text-align: center;
  }
  .cid-ugaqVxGcwQ .social-row {
    justify-content: center;
  }
}
.cid-ugaqVxGcwQ .list {
  text-align: center;
  list-style: none;
  padding-left: 0;
  color: #fffbdd;
}
@media (max-width: 991px) {
  .cid-ugaqVxGcwQ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ugaqVxGcwQ .list {
    margin-bottom: 0rem;
  }
}
.cid-ugaqVxGcwQ .mbr-text {
  line-height: 1.75rem;
}
.cid-ugaqVxGcwQ .mbr-iconfont {
  color: black;
}
.cid-ugaqVxGcwQ .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-ugaqVyKcVE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffd602;
  overflow: hidden;
  border-top: 1px solid #06497e;
}
.cid-ugaqVyKcVE .mbr-text {
  color: #efefec;
  font-size: .90rem;
}
.cid-ugaqVyKcVE .media-container-row .mbr-text {
  color: #000000;
}
.cid-ujBmKTNb8s {
  z-index: 1000;
  width: 100%;
}
.cid-ujBmKTNb8s #navbar {
  transition: top 0.5s;
}
.cid-ujBmKTNb8s .navbar-dropdown {
  background-color: #06497e !important;
  opacity: 1 !important;
  padding: 0;
  position: fixed;
}
.cid-ujBmKTNb8s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #06497e !important;
  opacity: 1 !important;
  background: #06497e;
}
.cid-ujBmKTNb8s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-ujBmKTNb8s .menu_box .navbar.opened,
  .cid-ujBmKTNb8s .menu_box .navbar-collapse {
    background-color: #06497e !important;
    transition: all 0s ease 0s;
  }
}
.cid-ujBmKTNb8s nav.navbar {
  position: fixed;
  padding-top: .70rem;
  padding-bottom: .70rem;
}
.cid-ujBmKTNb8s .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-ujBmKTNb8s .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ujBmKTNb8s .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ujBmKTNb8s .btn {
  min-height: 55px;
  box-shadow: none;
  margin-top: 0;
}
.cid-ujBmKTNb8s .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ujBmKTNb8s .offcanvas {
    padding: 12rem 80px 0;
    width: 50%;
    background-color: #2c0066;
  }
  .cid-ujBmKTNb8s .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ujBmKTNb8s .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ujBmKTNb8s .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ujBmKTNb8s .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ujBmKTNb8s .offcanvas-body .mbr-text,
  .cid-ujBmKTNb8s .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-ujBmKTNb8s .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-ujBmKTNb8s .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ujBmKTNb8s .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f8f7ff;
  }
  .cid-ujBmKTNb8s .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ujBmKTNb8s .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ujBmKTNb8s .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ujBmKTNb8s .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ujBmKTNb8s ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ujBmKTNb8s .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ujBmKTNb8s .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-ujBmKTNb8s .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ujBmKTNb8s li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ujBmKTNb8s .lg_brand {
    margin: 0 1rem;
  }
}
.cid-ujBmKTNb8s .nav-item {
  margin: 4px 12px;
}
@media (min-width: 1200px) {
  .cid-ujBmKTNb8s .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ujBmKTNb8s .nav-item {
    margin: 0 !important;
  }
}
.cid-ujBmKTNb8s .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ujBmKTNb8s .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ujBmKTNb8s .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ujBmKTNb8s .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ujBmKTNb8s .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-ujBmKTNb8s .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ujBmKTNb8s .offcanvas_box {
    display: none;
  }
}
.cid-ujBmKTNb8s .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-ujBmKTNb8s .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ujBmKTNb8s .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ujBmKTNb8s .container {
  display: flex;
  margin: auto;
}
.cid-ujBmKTNb8s .iconfont-wrapper {
  color: #ffd602;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ujBmKTNb8s .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ujBmKTNb8s .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ujBmKTNb8s .navbar-caption {
  color: #f8f7ff;
}
.cid-ujBmKTNb8s .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ujBmKTNb8s .navbar-nav {
    margin: 0;
  }
}
.cid-ujBmKTNb8s .dropdown-menu,
.cid-ujBmKTNb8s .navbar.opened {
  background-color: #06497e !important;
}
.cid-ujBmKTNb8s .nav-item:focus,
.cid-ujBmKTNb8s .nav-link:focus {
  outline: none;
}
.cid-ujBmKTNb8s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujBmKTNb8s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujBmKTNb8s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujBmKTNb8s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujBmKTNb8s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujBmKTNb8s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujBmKTNb8s .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-ujBmKTNb8s .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-ujBmKTNb8s .navbar.opened {
  transition: all 0.3s;
}
.cid-ujBmKTNb8s .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ujBmKTNb8s .navbar .navbar-logo img {
  max-width: 64px;
  max-height: 64px;
  object-fit: cover;
  border-radius: 100%;
}
.cid-ujBmKTNb8s .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-ujBmKTNb8s .navbar.collapsed {
  justify-content: center;
}
.cid-ujBmKTNb8s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujBmKTNb8s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ujBmKTNb8s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujBmKTNb8s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujBmKTNb8s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujBmKTNb8s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ujBmKTNb8s .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ujBmKTNb8s .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ujBmKTNb8s .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ujBmKTNb8s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujBmKTNb8s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujBmKTNb8s .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ujBmKTNb8s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujBmKTNb8s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ujBmKTNb8s .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ujBmKTNb8s .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ujBmKTNb8s .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ujBmKTNb8s .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ujBmKTNb8s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujBmKTNb8s .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujBmKTNb8s .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ujBmKTNb8s .navbar.navbar-short {
  min-height: 60px;
}
.cid-ujBmKTNb8s .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ujBmKTNb8s .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ujBmKTNb8s .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ujBmKTNb8s .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujBmKTNb8s .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujBmKTNb8s .dropdown-item.active,
.cid-ujBmKTNb8s .dropdown-item:active {
  background-color: transparent;
}
.cid-ujBmKTNb8s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujBmKTNb8s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujBmKTNb8s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujBmKTNb8s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujBmKTNb8s ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-ujBmKTNb8s .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujBmKTNb8s button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #06497e;
  background: #06497e;
}
.cid-ujBmKTNb8s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f8f7ff;
}
.cid-ujBmKTNb8s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujBmKTNb8s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujBmKTNb8s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujBmKTNb8s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujBmKTNb8s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujBmKTNb8s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujBmKTNb8s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujBmKTNb8s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujBmKTNb8s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ujBmKTNb8s .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujBmKTNb8s .navbar {
    height: 70px;
  }
  .cid-ujBmKTNb8s .navbar.opened {
    height: auto;
  }
  .cid-ujBmKTNb8s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujBmKTNb8s .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-ujBmKTNb8s .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-ujBmKTNb8s .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-ujBmKTNb8s .mbr-section-btn-main .btn {
  min-height: 36px;
  max-height: 36px;
  margin: 0 4px 4px 4px;
}
.cid-ujBmKTNb8s .navbar-caption:hover {
  color: #fff182;
}
@media (min-width: 992px) {
  .cid-ujBmKTNb8s .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ujBmKTNb8s .nav-link {
  position: relative;
}
.cid-ujBmKTNb8s .nav-link:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #f8f7ff;
  transition: all .1s ease;
}
.cid-ujBmKTNb8s .nav-link:hover:before {
  width: 100%;
}
.cid-ujBmKTNb8s .mbr-text,
.cid-ujBmKTNb8s .mbr-section-subtitle,
.cid-ujBmKTNb8s .text_widget {
  opacity: .5;
}
.cid-ujBmKTNb8s .mbr-section-subtitle {
  color: #f8f7ff;
}
.cid-ujBmKTNb8s .mbr-text {
  color: #f8f7ff;
  text-align: center;
}
.cid-ujBmKTNb8s .text_widget {
  color: #f8f7ff;
}
.cid-ujBmKTNb8s .mbr-section-subtitle,
.cid-ujBmKTNb8s .text_widget,
.cid-ujBmKTNb8s .mbr-section-btn {
  text-align: center;
}
.cid-ujBmKTNb8s a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

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

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

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

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3 !important;
  text-shadow: 1px 1px 1px #EE2E24 !important;
}

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

.mbr-text {
  font-style: normal;
  line-height: 2rem !important;
}

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

b,
strong {
  font-weight: bold;
}
h3 (
text-shadow: #FFF 1px 1px 2p;)

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

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

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

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

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

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

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

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

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

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

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

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

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

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

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

.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: 75px;
  right: 5px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(6, 73, 126, 0.7);
  border-radius: 20%;
  color: #fff;
  display: inline-block;
  height: 50px;
  width: 50px;
  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(6, 73, 126, 0.9);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

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

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

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

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

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

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

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

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

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

.card-img {
  width: auto;
}

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

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

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

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

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

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

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

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

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

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

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

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

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

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

.item {
  position: relative;
}

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

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

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-ugfF48zS8X {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/281502439-2371416219664652-4715598005135110263-n-1532x1532.jpeg");
  overflow: hidden;
}
.cid-ugfF48zS8X .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugfF48zS8X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugfF48zS8X .container,
.cid-ugfF48zS8X .container-fluid {
  position: relative;
}
.cid-ugfF48zS8X .row {
  justify-content: left;
}
.cid-ugfF48zS8X .col-content {
  position: relative;
  z-index: 10;
}
.cid-ugfF48zS8X .mbr-section-title {
  color: #ffe40e;
  text-align: left;
}
.cid-ugfF48zS8X .mbr-section-subtitle {
  color: #2B2B2B;
}
.cid-ugfF48zS8X .mbr-text {
  color: #2B2B2B;
}
.cid-ugfF48zS8X .mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.cid-ugfF48zS8X .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .cid-ugfF48zS8X .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.cid-ugfF48zS8X .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #a47ee3 27%, #a47ee3 50%, #a47ee3 79%);
}
.cid-ugfF48zS8X .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-ugfF48zS8X .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-ugfF48zS8X .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-ugfF49CXOM {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ugfF49CXOM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugfF49CXOM .mbr-iconfont {
  font-size: 1.6rem;
  color: #fff182;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed #ffd602;
  border-radius: 50%;
  transition: all 0.3s;
  margin: 0 0.5rem;
}
.cid-ugfF49CXOM .mbr-iconfont:hover {
  background: #fff182;
  color: #ffd602;
}
.cid-ugfF49CXOM .icon-wrap {
  display: flex;
}
.cid-ugfF49CXOM .link-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-ugfF49CXOM .link {
  display: flex;
}
.cid-ugfF49CXOM .mbr-linkiconfont {
  font-size: 0.8rem;
  color: #ffd602;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #ffd602;
  margin-right: 1rem;
  border-radius: 50%;
  background: #78ec80;
  transition: all 0.3s;
}
.cid-ugfF49CXOM .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-ugfF49CXOM .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #d4ceff;
  z-index: -1;
}
.cid-ugfF49CXOM .text-wrapper {
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ugfF49CXOM .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ugfF49CXOM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugfF49CXOM .row {
  align-items: center;
  background: #ffffff;
  transition: all 0.3s;
  margin: 0;
  padding: 2rem 0;
}
.cid-ugfF49CXOM .row:hover {
  background: #fffbdd;
}
.cid-ugfF49CXOM .mbr-link {
  color: #132835;
}
.cid-ugfF49CXOM .mbr-text,
.cid-ugfF49CXOM .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-ugfF49CXOM .mbr-section-subtitle,
.cid-ugfF49CXOM .subtitle-wrap {
  text-align: center;
}
.cid-ugfF49CXOM .mbr-section-title {
  text-align: center;
  color: #06497e;
  text-shadow: 2px 1px 1px #FFF !important;
}
.cid-ugfF4aDwb9 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background: #fffbdd;
}
.cid-ugfF4aDwb9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugfF4aDwb9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugfF4aDwb9 .mbr-section-title {
  color: #2A2A2A;
}
.cid-ugfF4aDwb9 .mbr-section-subtitle {
  margin-top: 24px;
  color: #000000;
}
.cid-ugfF4c35Vj {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/348258042-783234906703940-4488006303337958404-n-1556x2048.jpeg");
}
.cid-ugfF4c35Vj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugfF4c35Vj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugfF4c35Vj .mbr-section-title {
  color: #2A2A2A;
  text-align: left;
}
.cid-ugfF4c35Vj .mbr-section-subtitle {
  margin-top: 24px;
  color: #2b2b2b;
  text-align: left;
}
.cid-ugfF4cHwtF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #06497e;
}
.cid-ugfF4cHwtF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugfF4cHwtF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugfF4cHwtF .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ugfF4cHwtF .text-shadow {
  text-shadow: 2px 1px 1px #000 !important;
  font-size: 1.45rem;
  font-weight: bold;
}
.cid-ugfF4cHwtF .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ugfF4cHwtF .socicon {
  color: #fffbdd !important;
}
@media (max-width: 767px) {
  .cid-ugfF4cHwtF .row {
    text-align: center;
  }
  .cid-ugfF4cHwtF .social-row {
    justify-content: center;
  }
}
.cid-ugfF4cHwtF .list {
  text-align: center;
  list-style: none;
  padding-left: 0;
  color: #fffbdd;
}
@media (max-width: 991px) {
  .cid-ugfF4cHwtF .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ugfF4cHwtF .list {
    margin-bottom: 0rem;
  }
}
.cid-ugfF4cHwtF .mbr-text {
  line-height: 1.75rem;
}
.cid-ugfF4cHwtF .mbr-iconfont {
  color: black;
}
.cid-ugfF4cHwtF .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-ugfF4dBcNd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffd602;
  overflow: hidden;
  border-top: 1px solid #06497e;
}
.cid-ugfF4dBcNd .mbr-text {
  color: #efefec;
  font-size: .90rem;
}
.cid-ugfF4dBcNd .media-container-row .mbr-text {
  color: #000000;
}
.cid-ujBmKTNb8s {
  z-index: 1000;
  width: 100%;
}
.cid-ujBmKTNb8s #navbar {
  transition: top 0.5s;
}
.cid-ujBmKTNb8s .navbar-dropdown {
  background-color: #06497e !important;
  opacity: 1 !important;
  padding: 0;
  position: fixed;
}
.cid-ujBmKTNb8s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #06497e !important;
  opacity: 1 !important;
  background: #06497e;
}
.cid-ujBmKTNb8s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-ujBmKTNb8s .menu_box .navbar.opened,
  .cid-ujBmKTNb8s .menu_box .navbar-collapse {
    background-color: #06497e !important;
    transition: all 0s ease 0s;
  }
}
.cid-ujBmKTNb8s nav.navbar {
  position: fixed;
  padding-top: .70rem;
  padding-bottom: .70rem;
}
.cid-ujBmKTNb8s .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-ujBmKTNb8s .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ujBmKTNb8s .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ujBmKTNb8s .btn {
  min-height: 55px;
  box-shadow: none;
  margin-top: 0;
}
.cid-ujBmKTNb8s .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ujBmKTNb8s .offcanvas {
    padding: 12rem 80px 0;
    width: 50%;
    background-color: #2c0066;
  }
  .cid-ujBmKTNb8s .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ujBmKTNb8s .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ujBmKTNb8s .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ujBmKTNb8s .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ujBmKTNb8s .offcanvas-body .mbr-text,
  .cid-ujBmKTNb8s .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-ujBmKTNb8s .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-ujBmKTNb8s .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ujBmKTNb8s .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f8f7ff;
  }
  .cid-ujBmKTNb8s .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ujBmKTNb8s .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ujBmKTNb8s .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ujBmKTNb8s .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ujBmKTNb8s ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ujBmKTNb8s .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ujBmKTNb8s .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-ujBmKTNb8s .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ujBmKTNb8s li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ujBmKTNb8s .lg_brand {
    margin: 0 1rem;
  }
}
.cid-ujBmKTNb8s .nav-item {
  margin: 4px 12px;
}
@media (min-width: 1200px) {
  .cid-ujBmKTNb8s .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ujBmKTNb8s .nav-item {
    margin: 0 !important;
  }
}
.cid-ujBmKTNb8s .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ujBmKTNb8s .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ujBmKTNb8s .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ujBmKTNb8s .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ujBmKTNb8s .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-ujBmKTNb8s .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ujBmKTNb8s .offcanvas_box {
    display: none;
  }
}
.cid-ujBmKTNb8s .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-ujBmKTNb8s .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ujBmKTNb8s .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ujBmKTNb8s .container {
  display: flex;
  margin: auto;
}
.cid-ujBmKTNb8s .iconfont-wrapper {
  color: #ffd602;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ujBmKTNb8s .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ujBmKTNb8s .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ujBmKTNb8s .navbar-caption {
  color: #f8f7ff;
}
.cid-ujBmKTNb8s .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ujBmKTNb8s .navbar-nav {
    margin: 0;
  }
}
.cid-ujBmKTNb8s .dropdown-menu,
.cid-ujBmKTNb8s .navbar.opened {
  background-color: #06497e !important;
}
.cid-ujBmKTNb8s .nav-item:focus,
.cid-ujBmKTNb8s .nav-link:focus {
  outline: none;
}
.cid-ujBmKTNb8s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujBmKTNb8s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujBmKTNb8s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujBmKTNb8s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujBmKTNb8s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujBmKTNb8s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujBmKTNb8s .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-ujBmKTNb8s .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-ujBmKTNb8s .navbar.opened {
  transition: all 0.3s;
}
.cid-ujBmKTNb8s .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ujBmKTNb8s .navbar .navbar-logo img {
  max-width: 64px;
  max-height: 64px;
  object-fit: cover;
  border-radius: 100%;
}
.cid-ujBmKTNb8s .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-ujBmKTNb8s .navbar.collapsed {
  justify-content: center;
}
.cid-ujBmKTNb8s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujBmKTNb8s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ujBmKTNb8s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujBmKTNb8s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujBmKTNb8s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujBmKTNb8s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ujBmKTNb8s .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ujBmKTNb8s .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ujBmKTNb8s .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ujBmKTNb8s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujBmKTNb8s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujBmKTNb8s .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ujBmKTNb8s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujBmKTNb8s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ujBmKTNb8s .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ujBmKTNb8s .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ujBmKTNb8s .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ujBmKTNb8s .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ujBmKTNb8s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujBmKTNb8s .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujBmKTNb8s .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ujBmKTNb8s .navbar.navbar-short {
  min-height: 60px;
}
.cid-ujBmKTNb8s .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ujBmKTNb8s .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ujBmKTNb8s .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ujBmKTNb8s .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujBmKTNb8s .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujBmKTNb8s .dropdown-item.active,
.cid-ujBmKTNb8s .dropdown-item:active {
  background-color: transparent;
}
.cid-ujBmKTNb8s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujBmKTNb8s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujBmKTNb8s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujBmKTNb8s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujBmKTNb8s ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-ujBmKTNb8s .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujBmKTNb8s button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #06497e;
  background: #06497e;
}
.cid-ujBmKTNb8s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f8f7ff;
}
.cid-ujBmKTNb8s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujBmKTNb8s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujBmKTNb8s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujBmKTNb8s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujBmKTNb8s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujBmKTNb8s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujBmKTNb8s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujBmKTNb8s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujBmKTNb8s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ujBmKTNb8s .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujBmKTNb8s .navbar {
    height: 70px;
  }
  .cid-ujBmKTNb8s .navbar.opened {
    height: auto;
  }
  .cid-ujBmKTNb8s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujBmKTNb8s .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-ujBmKTNb8s .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-ujBmKTNb8s .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-ujBmKTNb8s .mbr-section-btn-main .btn {
  min-height: 36px;
  max-height: 36px;
  margin: 0 4px 4px 4px;
}
.cid-ujBmKTNb8s .navbar-caption:hover {
  color: #fff182;
}
@media (min-width: 992px) {
  .cid-ujBmKTNb8s .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ujBmKTNb8s .nav-link {
  position: relative;
}
.cid-ujBmKTNb8s .nav-link:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #f8f7ff;
  transition: all .1s ease;
}
.cid-ujBmKTNb8s .nav-link:hover:before {
  width: 100%;
}
.cid-ujBmKTNb8s .mbr-text,
.cid-ujBmKTNb8s .mbr-section-subtitle,
.cid-ujBmKTNb8s .text_widget {
  opacity: .5;
}
.cid-ujBmKTNb8s .mbr-section-subtitle {
  color: #f8f7ff;
}
.cid-ujBmKTNb8s .mbr-text {
  color: #f8f7ff;
  text-align: center;
}
.cid-ujBmKTNb8s .text_widget {
  color: #f8f7ff;
}
.cid-ujBmKTNb8s .mbr-section-subtitle,
.cid-ujBmKTNb8s .text_widget,
.cid-ujBmKTNb8s .mbr-section-btn {
  text-align: center;
}
.cid-ujBmKTNb8s a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

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

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

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

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3 !important;
  text-shadow: 1px 1px 1px #EE2E24 !important;
}

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

.mbr-text {
  font-style: normal;
  line-height: 2rem !important;
}

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

b,
strong {
  font-weight: bold;
}
h3 (
text-shadow: #FFF 1px 1px 2p;)

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

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

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

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

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

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

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

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

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

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

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

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

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

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

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

.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: 75px;
  right: 5px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(6, 73, 126, 0.7);
  border-radius: 20%;
  color: #fff;
  display: inline-block;
  height: 50px;
  width: 50px;
  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(6, 73, 126, 0.9);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

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

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

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

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

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

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

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

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

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

.card-img {
  width: auto;
}

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

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

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

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

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

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

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

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

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

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

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

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

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

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

.item {
  position: relative;
}

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

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

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-uguc4AmgqM {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/281502439-2371416219664652-4715598005135110263-n-1532x1532.jpeg");
  overflow: hidden;
}
.cid-uguc4AmgqM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uguc4AmgqM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uguc4AmgqM .container,
.cid-uguc4AmgqM .container-fluid {
  position: relative;
}
.cid-uguc4AmgqM .row {
  justify-content: left;
}
.cid-uguc4AmgqM .col-content {
  position: relative;
  z-index: 10;
}
.cid-uguc4AmgqM .mbr-section-title {
  color: #ffe40e;
  text-align: left;
}
.cid-uguc4AmgqM .mbr-section-subtitle {
  color: #2B2B2B;
}
.cid-uguc4AmgqM .mbr-text {
  color: #2B2B2B;
}
.cid-uguc4AmgqM .mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.cid-uguc4AmgqM .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .cid-uguc4AmgqM .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.cid-uguc4AmgqM .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #a47ee3 27%, #a47ee3 50%, #a47ee3 79%);
}
.cid-uguc4AmgqM .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-uguc4AmgqM .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-uguc4AmgqM .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-uguc4By3Sr {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uguc4By3Sr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uguc4By3Sr .mbr-iconfont {
  font-size: 1.6rem;
  color: #fff182;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed #ffd602;
  border-radius: 50%;
  transition: all 0.3s;
  margin: 0 0.5rem;
}
.cid-uguc4By3Sr .mbr-iconfont:hover {
  background: #fff182;
  color: #ffd602;
}
.cid-uguc4By3Sr .icon-wrap {
  display: flex;
}
.cid-uguc4By3Sr .link-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-uguc4By3Sr .link {
  display: flex;
}
.cid-uguc4By3Sr .mbr-linkiconfont {
  font-size: 0.8rem;
  color: #ffd602;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #ffd602;
  margin-right: 1rem;
  border-radius: 50%;
  background: #78ec80;
  transition: all 0.3s;
}
.cid-uguc4By3Sr .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-uguc4By3Sr .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #d4ceff;
  z-index: -1;
}
.cid-uguc4By3Sr .text-wrapper {
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uguc4By3Sr .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uguc4By3Sr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uguc4By3Sr .row {
  align-items: center;
  background: #ffffff;
  transition: all 0.3s;
  margin: 0;
  padding: 2rem 0;
}
.cid-uguc4By3Sr .row:hover {
  background: #fffbdd;
}
.cid-uguc4By3Sr .mbr-link {
  color: #132835;
}
.cid-uguc4By3Sr .mbr-text,
.cid-uguc4By3Sr .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uguc4By3Sr .mbr-section-subtitle,
.cid-uguc4By3Sr .subtitle-wrap {
  text-align: center;
}
.cid-uguc4By3Sr .mbr-section-title {
  text-align: center;
  color: #06497e;
  text-shadow: 2px 1px 1px #FFF !important;
}
.cid-uguc4CuBLP {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background: #fffbdd;
}
.cid-uguc4CuBLP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uguc4CuBLP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uguc4CuBLP .mbr-section-title {
  color: #2A2A2A;
}
.cid-uguc4CuBLP .mbr-section-subtitle {
  margin-top: 24px;
  color: #000000;
}
.cid-uguc4D9a1B {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/348258042-783234906703940-4488006303337958404-n-1556x2048.jpeg");
}
.cid-uguc4D9a1B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uguc4D9a1B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uguc4D9a1B .mbr-section-title {
  color: #2A2A2A;
  text-align: left;
}
.cid-uguc4D9a1B .mbr-section-subtitle {
  margin-top: 24px;
  color: #2b2b2b;
  text-align: left;
}
.cid-uguc4DJsJx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #06497e;
}
.cid-uguc4DJsJx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uguc4DJsJx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uguc4DJsJx .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uguc4DJsJx .text-shadow {
  text-shadow: 2px 1px 1px #000 !important;
  font-size: 1.45rem;
  font-weight: bold;
}
.cid-uguc4DJsJx .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uguc4DJsJx .socicon {
  color: #fffbdd !important;
}
@media (max-width: 767px) {
  .cid-uguc4DJsJx .row {
    text-align: center;
  }
  .cid-uguc4DJsJx .social-row {
    justify-content: center;
  }
}
.cid-uguc4DJsJx .list {
  text-align: center;
  list-style: none;
  padding-left: 0;
  color: #fffbdd;
}
@media (max-width: 991px) {
  .cid-uguc4DJsJx .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uguc4DJsJx .list {
    margin-bottom: 0rem;
  }
}
.cid-uguc4DJsJx .mbr-text {
  line-height: 1.75rem;
}
.cid-uguc4DJsJx .mbr-iconfont {
  color: black;
}
.cid-uguc4DJsJx .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uguc4FhEPT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffd602;
  overflow: hidden;
  border-top: 1px solid #06497e;
}
.cid-uguc4FhEPT .mbr-text {
  color: #efefec;
  font-size: .90rem;
}
.cid-uguc4FhEPT .media-container-row .mbr-text {
  color: #000000;
}
.cid-ujBmKTNb8s {
  z-index: 1000;
  width: 100%;
}
.cid-ujBmKTNb8s #navbar {
  transition: top 0.5s;
}
.cid-ujBmKTNb8s .navbar-dropdown {
  background-color: #06497e !important;
  opacity: 1 !important;
  padding: 0;
  position: fixed;
}
.cid-ujBmKTNb8s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #06497e !important;
  opacity: 1 !important;
  background: #06497e;
}
.cid-ujBmKTNb8s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-ujBmKTNb8s .menu_box .navbar.opened,
  .cid-ujBmKTNb8s .menu_box .navbar-collapse {
    background-color: #06497e !important;
    transition: all 0s ease 0s;
  }
}
.cid-ujBmKTNb8s nav.navbar {
  position: fixed;
  padding-top: .70rem;
  padding-bottom: .70rem;
}
.cid-ujBmKTNb8s .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-ujBmKTNb8s .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ujBmKTNb8s .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ujBmKTNb8s .btn {
  min-height: 55px;
  box-shadow: none;
  margin-top: 0;
}
.cid-ujBmKTNb8s .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ujBmKTNb8s .offcanvas {
    padding: 12rem 80px 0;
    width: 50%;
    background-color: #2c0066;
  }
  .cid-ujBmKTNb8s .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ujBmKTNb8s .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ujBmKTNb8s .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ujBmKTNb8s .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ujBmKTNb8s .offcanvas-body .mbr-text,
  .cid-ujBmKTNb8s .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-ujBmKTNb8s .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-ujBmKTNb8s .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ujBmKTNb8s .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f8f7ff;
  }
  .cid-ujBmKTNb8s .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ujBmKTNb8s .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ujBmKTNb8s .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ujBmKTNb8s .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ujBmKTNb8s ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ujBmKTNb8s .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ujBmKTNb8s .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-ujBmKTNb8s .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ujBmKTNb8s li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ujBmKTNb8s .lg_brand {
    margin: 0 1rem;
  }
}
.cid-ujBmKTNb8s .nav-item {
  margin: 4px 12px;
}
@media (min-width: 1200px) {
  .cid-ujBmKTNb8s .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ujBmKTNb8s .nav-item {
    margin: 0 !important;
  }
}
.cid-ujBmKTNb8s .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ujBmKTNb8s .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ujBmKTNb8s .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ujBmKTNb8s .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ujBmKTNb8s .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-ujBmKTNb8s .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ujBmKTNb8s .offcanvas_box {
    display: none;
  }
}
.cid-ujBmKTNb8s .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-ujBmKTNb8s .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ujBmKTNb8s .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ujBmKTNb8s .container {
  display: flex;
  margin: auto;
}
.cid-ujBmKTNb8s .iconfont-wrapper {
  color: #ffd602;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ujBmKTNb8s .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ujBmKTNb8s .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ujBmKTNb8s .navbar-caption {
  color: #f8f7ff;
}
.cid-ujBmKTNb8s .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ujBmKTNb8s .navbar-nav {
    margin: 0;
  }
}
.cid-ujBmKTNb8s .dropdown-menu,
.cid-ujBmKTNb8s .navbar.opened {
  background-color: #06497e !important;
}
.cid-ujBmKTNb8s .nav-item:focus,
.cid-ujBmKTNb8s .nav-link:focus {
  outline: none;
}
.cid-ujBmKTNb8s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujBmKTNb8s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujBmKTNb8s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujBmKTNb8s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujBmKTNb8s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujBmKTNb8s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujBmKTNb8s .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-ujBmKTNb8s .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-ujBmKTNb8s .navbar.opened {
  transition: all 0.3s;
}
.cid-ujBmKTNb8s .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ujBmKTNb8s .navbar .navbar-logo img {
  max-width: 64px;
  max-height: 64px;
  object-fit: cover;
  border-radius: 100%;
}
.cid-ujBmKTNb8s .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-ujBmKTNb8s .navbar.collapsed {
  justify-content: center;
}
.cid-ujBmKTNb8s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujBmKTNb8s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ujBmKTNb8s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujBmKTNb8s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujBmKTNb8s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujBmKTNb8s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ujBmKTNb8s .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ujBmKTNb8s .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ujBmKTNb8s .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ujBmKTNb8s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujBmKTNb8s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujBmKTNb8s .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ujBmKTNb8s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujBmKTNb8s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ujBmKTNb8s .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ujBmKTNb8s .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ujBmKTNb8s .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ujBmKTNb8s .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ujBmKTNb8s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujBmKTNb8s .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujBmKTNb8s .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ujBmKTNb8s .navbar.navbar-short {
  min-height: 60px;
}
.cid-ujBmKTNb8s .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ujBmKTNb8s .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ujBmKTNb8s .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ujBmKTNb8s .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujBmKTNb8s .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujBmKTNb8s .dropdown-item.active,
.cid-ujBmKTNb8s .dropdown-item:active {
  background-color: transparent;
}
.cid-ujBmKTNb8s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujBmKTNb8s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujBmKTNb8s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujBmKTNb8s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujBmKTNb8s ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-ujBmKTNb8s .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujBmKTNb8s button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #06497e;
  background: #06497e;
}
.cid-ujBmKTNb8s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f8f7ff;
}
.cid-ujBmKTNb8s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujBmKTNb8s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujBmKTNb8s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujBmKTNb8s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujBmKTNb8s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujBmKTNb8s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujBmKTNb8s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujBmKTNb8s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujBmKTNb8s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ujBmKTNb8s .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujBmKTNb8s .navbar {
    height: 70px;
  }
  .cid-ujBmKTNb8s .navbar.opened {
    height: auto;
  }
  .cid-ujBmKTNb8s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujBmKTNb8s .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-ujBmKTNb8s .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-ujBmKTNb8s .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-ujBmKTNb8s .mbr-section-btn-main .btn {
  min-height: 36px;
  max-height: 36px;
  margin: 0 4px 4px 4px;
}
.cid-ujBmKTNb8s .navbar-caption:hover {
  color: #fff182;
}
@media (min-width: 992px) {
  .cid-ujBmKTNb8s .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ujBmKTNb8s .nav-link {
  position: relative;
}
.cid-ujBmKTNb8s .nav-link:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #f8f7ff;
  transition: all .1s ease;
}
.cid-ujBmKTNb8s .nav-link:hover:before {
  width: 100%;
}
.cid-ujBmKTNb8s .mbr-text,
.cid-ujBmKTNb8s .mbr-section-subtitle,
.cid-ujBmKTNb8s .text_widget {
  opacity: .5;
}
.cid-ujBmKTNb8s .mbr-section-subtitle {
  color: #f8f7ff;
}
.cid-ujBmKTNb8s .mbr-text {
  color: #f8f7ff;
  text-align: center;
}
.cid-ujBmKTNb8s .text_widget {
  color: #f8f7ff;
}
.cid-ujBmKTNb8s .mbr-section-subtitle,
.cid-ujBmKTNb8s .text_widget,
.cid-ujBmKTNb8s .mbr-section-btn {
  text-align: center;
}
.cid-ujBmKTNb8s a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

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

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

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

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3 !important;
  text-shadow: 1px 1px 1px #EE2E24 !important;
}

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

.mbr-text {
  font-style: normal;
  line-height: 2rem !important;
}

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

b,
strong {
  font-weight: bold;
}
h3 (
text-shadow: #FFF 1px 1px 2p;)

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

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

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

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

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

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

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

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

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

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

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

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

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

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

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

.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: 75px;
  right: 5px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(6, 73, 126, 0.7);
  border-radius: 20%;
  color: #fff;
  display: inline-block;
  height: 50px;
  width: 50px;
  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(6, 73, 126, 0.9);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

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

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

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

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

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

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

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

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

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

.card-img {
  width: auto;
}

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

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

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

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

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

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

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

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

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

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

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

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

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

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

.item {
  position: relative;
}

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

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

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-uq4HYoiUOP {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/charlie-dental-2000x1955.jpeg");
  overflow: hidden;
}
.cid-uq4HYoiUOP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq4HYoiUOP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uq4HYoiUOP .container,
.cid-uq4HYoiUOP .container-fluid {
  position: relative;
}
.cid-uq4HYoiUOP .row {
  justify-content: left;
}
.cid-uq4HYoiUOP .col-content {
  position: relative;
  z-index: 10;
}
.cid-uq4HYoiUOP .mbr-section-title {
  color: #ffe40e;
  text-align: left;
}
.cid-uq4HYoiUOP .mbr-section-subtitle {
  color: #2B2B2B;
}
.cid-uq4HYoiUOP .mbr-text {
  color: #2B2B2B;
}
.cid-uq4HYoiUOP .mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.cid-uq4HYoiUOP .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .cid-uq4HYoiUOP .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.cid-uq4HYoiUOP .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #a47ee3 27%, #a47ee3 50%, #a47ee3 79%);
}
.cid-uq4HYoiUOP .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-uq4HYoiUOP .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-uq4HYoiUOP .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-uAsdWXhHHa {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background: #ffffff;
}
.cid-uAsdWXhHHa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAsdWXhHHa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uAsdWXhHHa .row {
    margin-left: -10px;
    margin-right: -10px;
    justify-content: center;
  }
  .cid-uAsdWXhHHa .row > [class*="col"] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-uAsdWXhHHa .col-title {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-uAsdWXhHHa .col-title {
    flex-wrap: wrap;
  }
}
.cid-uAsdWXhHHa .mbr-section-title {
  text-align: center;
  color: #06497e;
  flex-grow: 1;
  text-shadow: 2px 1px 1px #FFF !important;
}
@media (max-width: 991px) {
  .cid-uAsdWXhHHa .mbr-section-title {
    width: 100%;
    text-align: center !important;
  }
}
.cid-uAsdWXhHHa .mbr-section-subtitle {
  color: #000000;
  padding: 1px auto;
  width: 100%;
  margin-left: auto;
  margin-top: -36px;
  margin-bottom: -36px;
}
@media (max-width: 991px) {
  .cid-uAsdWXhHHa .mbr-section-subtitle {
    width: 100%;
    text-align: center !important;
    padding-left: 0;
    margin-left: 0;
    margin-top: -26px;
    margin-bottom: -26px;
  }
}
.cid-uAsdWXhHHa .mbr-section-btn {
  margin-top: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uAsdWXhHHa .mbr-section-btn {
    width: 100%;
  }
  .cid-uAsdWXhHHa .mbr-section-btn .btn {
    min-width: max-content !important;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-uAsdWXhHHa .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uAsdWXhHHa .cards-container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
@media (max-width: 767px) {
  .cid-uAsdWXhHHa .cards-container {
    padding: 0 !important;
  }
}
.cid-uAsdWXhHHa .col-card {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-uAsdWXhHHa .col-card {
    margin-bottom: 60px;
  }
}
.cid-uAsdWXhHHa .card-wrap {
  border-radius: 0;
}
.cid-uAsdWXhHHa .content-wrap {
  width: 100%;
  margin-top: 20px;
}
.cid-uAsdWXhHHa .card-title {
  color: #2B2B2B;
}
.cid-uAsdWXhHHa .mbr-text {
  color: #000000;
  margin-top: 8px;
  text-align: left;
}
.cid-uAsdWXhHHa .image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  transition: .3s all;
}
.cid-uAsdWXhHHa .image-wrap img {
  height: 480px;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-uAsdWXhHHa .image-wrap img {
    height: 300px;
  }
}
@media (max-width: 991px) {
  .cid-uAsdWXhHHa .image-wrap img {
    height: auto !important;
    max-height: 600px;
  }
}
.cid-uq4HYrgiul {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background: #fffbdd;
}
.cid-uq4HYrgiul .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq4HYrgiul .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uq4HYrgiul .mbr-section-title {
  color: #2A2A2A;
}
.cid-uq4HYrgiul .mbr-section-subtitle {
  margin-top: 24px;
  color: #000000;
}
.cid-uq4HYrUtu5 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/charlie-dental-3-2000x1955.jpeg");
}
.cid-uq4HYrUtu5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq4HYrUtu5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uq4HYrUtu5 .mbr-section-title {
  color: #2A2A2A;
  text-align: left;
}
.cid-uq4HYrUtu5 .mbr-section-subtitle {
  margin-top: 24px;
  color: #2b2b2b;
  text-align: left;
}
.cid-uq4HYsyuHO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #06497e;
}
.cid-uq4HYsyuHO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq4HYsyuHO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uq4HYsyuHO .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uq4HYsyuHO .text-shadow {
  text-shadow: 2px 1px 1px #000 !important;
  font-size: 1.45rem;
  font-weight: bold;
}
.cid-uq4HYsyuHO .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uq4HYsyuHO .socicon {
  color: #fffbdd !important;
}
@media (max-width: 767px) {
  .cid-uq4HYsyuHO .row {
    text-align: center;
  }
  .cid-uq4HYsyuHO .social-row {
    justify-content: center;
  }
}
.cid-uq4HYsyuHO .list {
  text-align: center;
  list-style: none;
  padding-left: 0;
  color: #fffbdd;
}
@media (max-width: 991px) {
  .cid-uq4HYsyuHO .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uq4HYsyuHO .list {
    margin-bottom: 0rem;
  }
}
.cid-uq4HYsyuHO .mbr-text {
  line-height: 1.75rem;
}
.cid-uq4HYsyuHO .mbr-iconfont {
  color: black;
}
.cid-uq4HYsyuHO .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uq4HYtEpf0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffd602;
  overflow: hidden;
  border-top: 1px solid #06497e;
}
.cid-uq4HYtEpf0 .mbr-text {
  color: #efefec;
  font-size: .90rem;
}
.cid-uq4HYtEpf0 .media-container-row .mbr-text {
  color: #000000;
}
.cid-uq4HYuKKtI {
  z-index: 1000;
  width: 100%;
}
.cid-uq4HYuKKtI #navbar {
  transition: top 0.5s;
}
.cid-uq4HYuKKtI .navbar-dropdown {
  background-color: #06497e !important;
  opacity: 1 !important;
  padding: 0;
  position: fixed;
}
.cid-uq4HYuKKtI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #06497e !important;
  opacity: 1 !important;
  background: #06497e;
}
.cid-uq4HYuKKtI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uq4HYuKKtI .menu_box .navbar.opened,
  .cid-uq4HYuKKtI .menu_box .navbar-collapse {
    background-color: #06497e !important;
    transition: all 0s ease 0s;
  }
}
.cid-uq4HYuKKtI nav.navbar {
  position: fixed;
  padding-top: .70rem;
  padding-bottom: .70rem;
}
.cid-uq4HYuKKtI .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uq4HYuKKtI .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uq4HYuKKtI .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uq4HYuKKtI .btn {
  min-height: 55px;
  box-shadow: none;
  margin-top: 0;
}
.cid-uq4HYuKKtI .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uq4HYuKKtI .offcanvas {
    padding: 12rem 80px 0;
    width: 50%;
    background-color: #2c0066;
  }
  .cid-uq4HYuKKtI .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uq4HYuKKtI .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uq4HYuKKtI .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uq4HYuKKtI .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uq4HYuKKtI .offcanvas-body .mbr-text,
  .cid-uq4HYuKKtI .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uq4HYuKKtI .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uq4HYuKKtI .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uq4HYuKKtI .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f8f7ff;
  }
  .cid-uq4HYuKKtI .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uq4HYuKKtI .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uq4HYuKKtI .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uq4HYuKKtI .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uq4HYuKKtI ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uq4HYuKKtI .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uq4HYuKKtI .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uq4HYuKKtI .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uq4HYuKKtI li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uq4HYuKKtI .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uq4HYuKKtI .nav-item {
  margin: 4px 12px;
}
@media (min-width: 1200px) {
  .cid-uq4HYuKKtI .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uq4HYuKKtI .nav-item {
    margin: 0 !important;
  }
}
.cid-uq4HYuKKtI .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uq4HYuKKtI .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uq4HYuKKtI .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uq4HYuKKtI .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uq4HYuKKtI .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uq4HYuKKtI .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uq4HYuKKtI .offcanvas_box {
    display: none;
  }
}
.cid-uq4HYuKKtI .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uq4HYuKKtI .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uq4HYuKKtI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uq4HYuKKtI .container {
  display: flex;
  margin: auto;
}
.cid-uq4HYuKKtI .iconfont-wrapper {
  color: #ffd602;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uq4HYuKKtI .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uq4HYuKKtI .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uq4HYuKKtI .navbar-caption {
  color: #f8f7ff;
}
.cid-uq4HYuKKtI .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uq4HYuKKtI .navbar-nav {
    margin: 0;
  }
}
.cid-uq4HYuKKtI .dropdown-menu,
.cid-uq4HYuKKtI .navbar.opened {
  background-color: #06497e !important;
}
.cid-uq4HYuKKtI .nav-item:focus,
.cid-uq4HYuKKtI .nav-link:focus {
  outline: none;
}
.cid-uq4HYuKKtI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uq4HYuKKtI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uq4HYuKKtI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uq4HYuKKtI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uq4HYuKKtI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uq4HYuKKtI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uq4HYuKKtI .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uq4HYuKKtI .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uq4HYuKKtI .navbar.opened {
  transition: all 0.3s;
}
.cid-uq4HYuKKtI .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uq4HYuKKtI .navbar .navbar-logo img {
  max-width: 64px;
  max-height: 64px;
  object-fit: cover;
  border-radius: 100%;
}
.cid-uq4HYuKKtI .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uq4HYuKKtI .navbar.collapsed {
  justify-content: center;
}
.cid-uq4HYuKKtI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uq4HYuKKtI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uq4HYuKKtI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uq4HYuKKtI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uq4HYuKKtI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uq4HYuKKtI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uq4HYuKKtI .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uq4HYuKKtI .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uq4HYuKKtI .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uq4HYuKKtI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uq4HYuKKtI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uq4HYuKKtI .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uq4HYuKKtI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uq4HYuKKtI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uq4HYuKKtI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uq4HYuKKtI .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uq4HYuKKtI .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uq4HYuKKtI .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uq4HYuKKtI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uq4HYuKKtI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uq4HYuKKtI .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uq4HYuKKtI .navbar.navbar-short {
  min-height: 60px;
}
.cid-uq4HYuKKtI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uq4HYuKKtI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uq4HYuKKtI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uq4HYuKKtI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uq4HYuKKtI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uq4HYuKKtI .dropdown-item.active,
.cid-uq4HYuKKtI .dropdown-item:active {
  background-color: transparent;
}
.cid-uq4HYuKKtI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uq4HYuKKtI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uq4HYuKKtI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uq4HYuKKtI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uq4HYuKKtI ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uq4HYuKKtI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uq4HYuKKtI button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #06497e;
  background: #06497e;
}
.cid-uq4HYuKKtI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f8f7ff;
}
.cid-uq4HYuKKtI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uq4HYuKKtI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uq4HYuKKtI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uq4HYuKKtI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uq4HYuKKtI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uq4HYuKKtI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uq4HYuKKtI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uq4HYuKKtI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uq4HYuKKtI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uq4HYuKKtI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uq4HYuKKtI .navbar {
    height: 70px;
  }
  .cid-uq4HYuKKtI .navbar.opened {
    height: auto;
  }
  .cid-uq4HYuKKtI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uq4HYuKKtI .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uq4HYuKKtI .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uq4HYuKKtI .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uq4HYuKKtI .mbr-section-btn-main .btn {
  min-height: 36px;
  max-height: 36px;
  margin: 0 4px 4px 4px;
}
.cid-uq4HYuKKtI .navbar-caption:hover {
  color: #fff182;
}
@media (min-width: 992px) {
  .cid-uq4HYuKKtI .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uq4HYuKKtI .nav-link {
  position: relative;
}
.cid-uq4HYuKKtI .nav-link:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #f8f7ff;
  transition: all .1s ease;
}
.cid-uq4HYuKKtI .nav-link:hover:before {
  width: 100%;
}
.cid-uq4HYuKKtI .mbr-text,
.cid-uq4HYuKKtI .mbr-section-subtitle,
.cid-uq4HYuKKtI .text_widget {
  opacity: .5;
}
.cid-uq4HYuKKtI .mbr-section-subtitle {
  color: #f8f7ff;
}
.cid-uq4HYuKKtI .mbr-text {
  color: #f8f7ff;
  text-align: center;
}
.cid-uq4HYuKKtI .text_widget {
  color: #f8f7ff;
}
.cid-uq4HYuKKtI .mbr-section-subtitle,
.cid-uq4HYuKKtI .text_widget,
.cid-uq4HYuKKtI .mbr-section-btn {
  text-align: center;
}
.cid-uq4HYuKKtI a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

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

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

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

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3 !important;
  text-shadow: 1px 1px 1px #EE2E24 !important;
}

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

.mbr-text {
  font-style: normal;
  line-height: 2rem !important;
}

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

b,
strong {
  font-weight: bold;
}
h3 (
text-shadow: #FFF 1px 1px 2p;)

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

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

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

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

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

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

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

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

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

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

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

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

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

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

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

.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: 75px;
  right: 5px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(6, 73, 126, 0.7);
  border-radius: 20%;
  color: #fff;
  display: inline-block;
  height: 50px;
  width: 50px;
  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(6, 73, 126, 0.9);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

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

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

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

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

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

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

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

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

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

.card-img {
  width: auto;
}

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

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

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

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

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

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

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

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

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

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

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

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

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

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

.item {
  position: relative;
}

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

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

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-uxlwSL28hx {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/470233906-23902592609330591-3946664792742214877-n-1-2000x1500.jpeg");
  overflow: hidden;
}
.cid-uxlwSL28hx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxlwSL28hx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxlwSL28hx .container,
.cid-uxlwSL28hx .container-fluid {
  position: relative;
}
.cid-uxlwSL28hx .row {
  justify-content: left;
}
.cid-uxlwSL28hx .col-content {
  position: relative;
  z-index: 10;
}
.cid-uxlwSL28hx .mbr-section-title {
  color: #ffe40e;
  text-align: left;
}
.cid-uxlwSL28hx .mbr-section-subtitle {
  color: #2B2B2B;
}
.cid-uxlwSL28hx .mbr-text {
  color: #2B2B2B;
}
.cid-uxlwSL28hx .mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.cid-uxlwSL28hx .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .cid-uxlwSL28hx .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.cid-uxlwSL28hx .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #a47ee3 27%, #a47ee3 50%, #a47ee3 79%);
}
.cid-uxlwSL28hx .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-uxlwSL28hx .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-uxlwSL28hx .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-uxlwSLYxIj {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uxlwSLYxIj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxlwSLYxIj .mbr-iconfont {
  font-size: 1.6rem;
  color: #fff182;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed #ffd602;
  border-radius: 50%;
  transition: all 0.3s;
  margin: 0 0.5rem;
}
.cid-uxlwSLYxIj .mbr-iconfont:hover {
  background: #fff182;
  color: #ffd602;
}
.cid-uxlwSLYxIj .icon-wrap {
  display: flex;
}
.cid-uxlwSLYxIj .link-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-uxlwSLYxIj .link {
  display: flex;
}
.cid-uxlwSLYxIj .mbr-linkiconfont {
  font-size: 0.8rem;
  color: #ffd602;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #ffd602;
  margin-right: 1rem;
  border-radius: 50%;
  background: #78ec80;
  transition: all 0.3s;
}
.cid-uxlwSLYxIj .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-uxlwSLYxIj .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  z-index: -1;
}
.cid-uxlwSLYxIj .text-wrapper {
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uxlwSLYxIj .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uxlwSLYxIj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxlwSLYxIj .row {
  align-items: center;
  background: #ffffff;
  transition: all 0.3s;
  margin: 0;
  padding: 2rem 0;
}
.cid-uxlwSLYxIj .row:hover {
  background: #fffbdd;
}
.cid-uxlwSLYxIj .mbr-link {
  color: #132835;
}
.cid-uxlwSLYxIj .mbr-text,
.cid-uxlwSLYxIj .mbr-section-btn {
  color: #19303d;
  text-align: left;
}
.cid-uxlwSLYxIj .mbr-section-subtitle,
.cid-uxlwSLYxIj .subtitle-wrap {
  text-align: left;
}
.cid-uxlwSLYxIj .mbr-section-title {
  text-align: center;
  color: #06497e;
  text-shadow: 2px 1px 1px #FFF !important;
}
.cid-uxlB7ugTgO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cce3ef;
}
.cid-uxlB7ugTgO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxlB7ugTgO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxlB7ugTgO .col-title {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .cid-uxlB7ugTgO .col-title {
    margin-bottom: 50px;
  }
}
.cid-uxlB7ugTgO .mbr-section-title {
  color: #06497e;
  text-shadow: none !important;
}
.cid-uxlB7ugTgO .mbr-section-main-subtitle {
  color: #06497e;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .cid-uxlB7ugTgO .mbr-section-main-subtitle {
    margin-top: 16px;
  }
}
.cid-uxlB7ugTgO .col-text {
  display: flex;
  flex-wrap: wrap;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .cid-uxlB7ugTgO .col-text {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
@media (max-width: 991px) {
  .cid-uxlB7ugTgO .col-text {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.cid-uxlB7ugTgO .text-container1 {
  width: 100%;
  padding: 0;
}
@media (min-width: 640px) and (max-width: 991px) {
  .cid-uxlB7ugTgO .text-container1 {
    max-width: 340px;
  }
}
.cid-uxlB7ugTgO .text-container2 {
  width: 100%;
  padding: 0;
}
@media (min-width: 640px) and (max-width: 991px) {
  .cid-uxlB7ugTgO .text-container2 {
    max-width: 280px;
    padding-left: 40px;
  }
}
.cid-uxlB7ugTgO .mbr-section-btn {
  margin-top: 16px;
}
.cid-uxlB7ugTgO .mbr-section-btn .btn {
  min-width: 280px;
  min-height: 60px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .cid-uxlB7ugTgO .mbr-section-btn {
    margin-top: 8px;
    width: 100%;
  }
  .cid-uxlB7ugTgO .mbr-section-btn .btn {
    width: 100%;
    min-width: max-content;
  }
}
.cid-uxlB7ugTgO .col-carousel {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .cid-uxlB7ugTgO .col-carousel {
    padding-top: 30px;
  }
}
.cid-uxlB7ugTgO .col-border .border-line {
  height: 2px;
  background-color: #cce3ef;
}
.cid-uxlB7ugTgO .name-text {
  color: #2A2A2A;
  margin-bottom: 0;
}
.cid-uxlB7ugTgO .roominess-text {
  color: #06497e;
  margin-bottom: 0;
  margin-top: 12px;
}
.cid-uxlB7ugTgO .mbr-text {
  color: #2A2A2A;
  margin-bottom: 0;
  margin-top: 12px;
}
.cid-uxlB7ugTgO .list {
  color: #2A2A2A;
  margin-top: 20px;
  width: 100%;
}
.cid-uxlB7ugTgO .list-item {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uxlB7ugTgO .list-item:not(:first-child) {
  margin-top: 12px;
}
.cid-uxlB7ugTgO .list-text {
  flex-grow: 1;
  color: #2A2A2A;
  margin-bottom: 0;
}
.cid-uxlB7ugTgO .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.cid-uxlB7ugTgO .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #5f6ad4;
}
.cid-uxlB7ugTgO .price-text {
  color: #2A2A2A;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-uxlB7ugTgO .carousel {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
}
.cid-uxlB7ugTgO .carousel img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-uxlB7ugTgO .carousel {
    height: 385px;
  }
}
@media (max-width: 991px) {
  .cid-uxlB7ugTgO .carousel {
    height: 350px;
  }
}
@media (max-width: 575px) {
  .cid-uxlB7ugTgO .carousel {
    height: 280px;
  }
}
.cid-uxlB7ugTgO .carousel-inner {
  display: flex;
  align-items: center;
  height: 100%;
  border-radius: 16px;
}
.cid-uxlB7ugTgO .carousel-item {
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
}
.cid-uxlB7ugTgO .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uxlB7ugTgO .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uxlB7ugTgO .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uxlB7ugTgO .carousel-control {
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  font-size: 16px;
  background-color: #dfdfd8;
  color: #2B2B2B !important;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1 !important;
}
.cid-uxlB7ugTgO .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 16px;
}
.cid-uxlB7ugTgO .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 16px;
}
.cid-uxlB7ugTgO .carousel-control:hover {
  background-color: #646464;
  color: #FFFFFF !important;
}
.cid-uxlB7ugTgO .carousel-indicators {
  display: none !important;
}
.cid-uxlB7ugTgO .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uxlwSN0DtZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffbdd;
  overflow: hidden;
}
.cid-uxlwSN0DtZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxlwSN0DtZ .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-uxlwSN0DtZ .container {
    padding: 0 30px;
  }
}
.cid-uxlwSN0DtZ .card {
  justify-content: center;
}
.cid-uxlwSN0DtZ .content-wrapper {
  padding: 0 80px;
}
@media (max-width: 1440px) {
  .cid-uxlwSN0DtZ .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uxlwSN0DtZ .content-wrapper {
    padding: 0;
  }
}
.cid-uxlwSN0DtZ .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uxlwSN0DtZ .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-uxlwSN0DtZ .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #254b45;
}
@media (max-width: 992px) {
  .cid-uxlwSN0DtZ .content-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-uxlwSN0DtZ .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uxlwSN0DtZ .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uxlwSN0DtZ .mbr-desc {
  color: #254b45;
}
.cid-uxlwSN0DtZ .mbr-section-title {
  color: #254b45;
}
.cid-uxlwSN0DtZ .mbr-section-button {
  vertical-align: center !important;
}
.cid-uxlwSN0DtZ .mbr-text {
  color: #254b45;
  text-align: center;
}
.cid-uxlwSNJR7u {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/456575844-3335954853365315-5119462660218797674-n-1536x1700.jpeg");
}
.cid-uxlwSNJR7u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxlwSNJR7u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxlwSNJR7u .mbr-section-title {
  color: #2A2A2A;
  text-align: left;
}
.cid-uxlwSNJR7u .mbr-section-subtitle {
  margin-top: 24px;
  color: #2b2b2b;
  text-align: left;
}
.cid-uxlwSP1UkJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #06497e;
}
.cid-uxlwSP1UkJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxlwSP1UkJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxlwSP1UkJ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uxlwSP1UkJ .text-shadow {
  text-shadow: 2px 1px 1px #000 !important;
  font-size: 1.45rem;
  font-weight: bold;
}
.cid-uxlwSP1UkJ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uxlwSP1UkJ .socicon {
  color: #fffbdd !important;
}
@media (max-width: 767px) {
  .cid-uxlwSP1UkJ .row {
    text-align: center;
  }
  .cid-uxlwSP1UkJ .social-row {
    justify-content: center;
  }
}
.cid-uxlwSP1UkJ .list {
  text-align: center;
  list-style: none;
  padding-left: 0;
  color: #fffbdd;
}
@media (max-width: 991px) {
  .cid-uxlwSP1UkJ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uxlwSP1UkJ .list {
    margin-bottom: 0rem;
  }
}
.cid-uxlwSP1UkJ .mbr-text {
  line-height: 1.75rem;
}
.cid-uxlwSP1UkJ .mbr-iconfont {
  color: black;
}
.cid-uxlwSP1UkJ .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uxlwSQiegn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffd602;
  overflow: hidden;
  border-top: 1px solid #06497e;
}
.cid-uxlwSQiegn .mbr-text {
  color: #efefec;
  font-size: .90rem;
}
.cid-uxlwSQiegn .media-container-row .mbr-text {
  color: #000000;
}
.cid-uxlwSRexlU {
  z-index: 1000;
  width: 100%;
}
.cid-uxlwSRexlU #navbar {
  transition: top 0.5s;
}
.cid-uxlwSRexlU .navbar-dropdown {
  background-color: #06497e !important;
  opacity: 1 !important;
  padding: 0;
  position: fixed;
}
.cid-uxlwSRexlU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #06497e !important;
  opacity: 1 !important;
  background: #06497e;
}
.cid-uxlwSRexlU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uxlwSRexlU .menu_box .navbar.opened,
  .cid-uxlwSRexlU .menu_box .navbar-collapse {
    background-color: #06497e !important;
    transition: all 0s ease 0s;
  }
}
.cid-uxlwSRexlU nav.navbar {
  position: fixed;
  padding-top: .70rem;
  padding-bottom: .70rem;
}
.cid-uxlwSRexlU .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uxlwSRexlU .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uxlwSRexlU .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uxlwSRexlU .btn {
  min-height: 55px;
  box-shadow: none;
  margin-top: 0;
}
.cid-uxlwSRexlU .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uxlwSRexlU .offcanvas {
    padding: 12rem 80px 0;
    width: 50%;
    background-color: #2c0066;
  }
  .cid-uxlwSRexlU .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uxlwSRexlU .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uxlwSRexlU .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uxlwSRexlU .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uxlwSRexlU .offcanvas-body .mbr-text,
  .cid-uxlwSRexlU .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uxlwSRexlU .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uxlwSRexlU .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uxlwSRexlU .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f8f7ff;
  }
  .cid-uxlwSRexlU .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uxlwSRexlU .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uxlwSRexlU .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uxlwSRexlU .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uxlwSRexlU ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uxlwSRexlU .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uxlwSRexlU .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uxlwSRexlU .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uxlwSRexlU li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uxlwSRexlU .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uxlwSRexlU .nav-item {
  margin: 4px 12px;
}
@media (min-width: 1200px) {
  .cid-uxlwSRexlU .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uxlwSRexlU .nav-item {
    margin: 0 !important;
  }
}
.cid-uxlwSRexlU .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uxlwSRexlU .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uxlwSRexlU .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uxlwSRexlU .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uxlwSRexlU .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uxlwSRexlU .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uxlwSRexlU .offcanvas_box {
    display: none;
  }
}
.cid-uxlwSRexlU .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uxlwSRexlU .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uxlwSRexlU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uxlwSRexlU .container {
  display: flex;
  margin: auto;
}
.cid-uxlwSRexlU .iconfont-wrapper {
  color: #ffd602;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uxlwSRexlU .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uxlwSRexlU .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uxlwSRexlU .navbar-caption {
  color: #f8f7ff;
}
.cid-uxlwSRexlU .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uxlwSRexlU .navbar-nav {
    margin: 0;
  }
}
.cid-uxlwSRexlU .dropdown-menu,
.cid-uxlwSRexlU .navbar.opened {
  background-color: #06497e !important;
}
.cid-uxlwSRexlU .nav-item:focus,
.cid-uxlwSRexlU .nav-link:focus {
  outline: none;
}
.cid-uxlwSRexlU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxlwSRexlU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxlwSRexlU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxlwSRexlU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxlwSRexlU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxlwSRexlU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxlwSRexlU .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uxlwSRexlU .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uxlwSRexlU .navbar.opened {
  transition: all 0.3s;
}
.cid-uxlwSRexlU .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uxlwSRexlU .navbar .navbar-logo img {
  max-width: 64px;
  max-height: 64px;
  object-fit: cover;
  border-radius: 100%;
}
.cid-uxlwSRexlU .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uxlwSRexlU .navbar.collapsed {
  justify-content: center;
}
.cid-uxlwSRexlU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxlwSRexlU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uxlwSRexlU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxlwSRexlU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxlwSRexlU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxlwSRexlU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uxlwSRexlU .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uxlwSRexlU .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uxlwSRexlU .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uxlwSRexlU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxlwSRexlU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxlwSRexlU .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uxlwSRexlU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxlwSRexlU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uxlwSRexlU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uxlwSRexlU .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uxlwSRexlU .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uxlwSRexlU .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uxlwSRexlU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uxlwSRexlU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxlwSRexlU .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uxlwSRexlU .navbar.navbar-short {
  min-height: 60px;
}
.cid-uxlwSRexlU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uxlwSRexlU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uxlwSRexlU .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxlwSRexlU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxlwSRexlU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxlwSRexlU .dropdown-item.active,
.cid-uxlwSRexlU .dropdown-item:active {
  background-color: transparent;
}
.cid-uxlwSRexlU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxlwSRexlU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxlwSRexlU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxlwSRexlU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxlwSRexlU ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uxlwSRexlU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uxlwSRexlU button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #06497e;
  background: #06497e;
}
.cid-uxlwSRexlU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f8f7ff;
}
.cid-uxlwSRexlU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxlwSRexlU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxlwSRexlU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxlwSRexlU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxlwSRexlU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxlwSRexlU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxlwSRexlU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxlwSRexlU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxlwSRexlU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uxlwSRexlU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxlwSRexlU .navbar {
    height: 70px;
  }
  .cid-uxlwSRexlU .navbar.opened {
    height: auto;
  }
  .cid-uxlwSRexlU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxlwSRexlU .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uxlwSRexlU .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uxlwSRexlU .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uxlwSRexlU .mbr-section-btn-main .btn {
  min-height: 36px;
  max-height: 36px;
  margin: 0 4px 4px 4px;
}
.cid-uxlwSRexlU .navbar-caption:hover {
  color: #fff182;
}
@media (min-width: 992px) {
  .cid-uxlwSRexlU .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uxlwSRexlU .nav-link {
  position: relative;
}
.cid-uxlwSRexlU .nav-link:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #f8f7ff;
  transition: all .1s ease;
}
.cid-uxlwSRexlU .nav-link:hover:before {
  width: 100%;
}
.cid-uxlwSRexlU .mbr-text,
.cid-uxlwSRexlU .mbr-section-subtitle,
.cid-uxlwSRexlU .text_widget {
  opacity: .5;
}
.cid-uxlwSRexlU .mbr-section-subtitle {
  color: #f8f7ff;
}
.cid-uxlwSRexlU .mbr-text {
  color: #f8f7ff;
  text-align: center;
}
.cid-uxlwSRexlU .text_widget {
  color: #f8f7ff;
}
.cid-uxlwSRexlU .mbr-section-subtitle,
.cid-uxlwSRexlU .text_widget,
.cid-uxlwSRexlU .mbr-section-btn {
  text-align: center;
}
.cid-uxlwSRexlU a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

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

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

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

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3 !important;
  text-shadow: 1px 1px 1px #EE2E24 !important;
}

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

.mbr-text {
  font-style: normal;
  line-height: 2rem !important;
}

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

b,
strong {
  font-weight: bold;
}
h3 (
text-shadow: #FFF 1px 1px 2p;)

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

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.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: 75px;
  right: 5px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(6, 73, 126, 0.7);
  border-radius: 20%;
  color: #fff;
  display: inline-block;
  height: 50px;
  width: 50px;
  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(6, 73, 126, 0.9);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-uEpgNR4jJT {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/14731131-10100562828264723-3139157032364386089-n-1-960x720.jpeg");
  overflow: hidden;
}
.cid-uEpgNR4jJT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEpgNR4jJT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEpgNR4jJT .container,
.cid-uEpgNR4jJT .container-fluid {
  position: relative;
}
.cid-uEpgNR4jJT .row {
  justify-content: left;
}
.cid-uEpgNR4jJT .col-content {
  position: relative;
  z-index: 10;
}
.cid-uEpgNR4jJT .mbr-section-title {
  color: #ffe40e;
  text-align: left;
}
.cid-uEpgNR4jJT .mbr-section-subtitle {
  color: #2B2B2B;
}
.cid-uEpgNR4jJT .mbr-text {
  color: #2B2B2B;
}
.cid-uEpgNR4jJT .mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.cid-uEpgNR4jJT .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .cid-uEpgNR4jJT .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.cid-uEpgNR4jJT .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #a47ee3 27%, #a47ee3 50%, #a47ee3 79%);
}
.cid-uEpgNR4jJT .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-uEpgNR4jJT .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-uEpgNR4jJT .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-uEpgNRYgl4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uEpgNRYgl4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEpgNRYgl4 .mbr-iconfont {
  font-size: 1.6rem;
  color: #fff182;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed #ffd602;
  border-radius: 50%;
  transition: all 0.3s;
  margin: 0 0.5rem;
}
.cid-uEpgNRYgl4 .mbr-iconfont:hover {
  background: #fff182;
  color: #ffd602;
}
.cid-uEpgNRYgl4 .icon-wrap {
  display: flex;
}
.cid-uEpgNRYgl4 .link-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-uEpgNRYgl4 .link {
  display: flex;
}
.cid-uEpgNRYgl4 .mbr-linkiconfont {
  font-size: 0.8rem;
  color: #ffd602;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #ffd602;
  margin-right: 1rem;
  border-radius: 50%;
  background: #78ec80;
  transition: all 0.3s;
}
.cid-uEpgNRYgl4 .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-uEpgNRYgl4 .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #d4ceff;
  z-index: -1;
}
.cid-uEpgNRYgl4 .text-wrapper {
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uEpgNRYgl4 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uEpgNRYgl4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEpgNRYgl4 .row {
  align-items: center;
  background: #ffffff;
  transition: all 0.3s;
  margin: 0;
  padding: 2rem 0;
}
.cid-uEpgNRYgl4 .row:hover {
  background: #fffbdd;
}
.cid-uEpgNRYgl4 .mbr-link {
  color: #132835;
}
.cid-uEpgNRYgl4 .mbr-text,
.cid-uEpgNRYgl4 .mbr-section-btn {
  color: #19303d;
  text-align: left;
}
.cid-uEpgNRYgl4 .mbr-section-subtitle,
.cid-uEpgNRYgl4 .subtitle-wrap {
  text-align: center;
}
.cid-uEpgNRYgl4 .mbr-section-title {
  text-align: center;
  color: #06497e;
  text-shadow: 2px 1px 1px #FFF !important;
}
.cid-uEpgNSBPgB {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/20240302-151905-833x625.jpeg");
}
.cid-uEpgNSBPgB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEpgNSBPgB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEpgNSBPgB .mbr-section-title {
  color: #2A2A2A;
  text-align: left;
}
.cid-uEpgNSBPgB .mbr-section-subtitle {
  margin-top: 24px;
  color: #2b2b2b;
  text-align: left;
}
.cid-uEpgNT1oWd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #06497e;
}
.cid-uEpgNT1oWd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEpgNT1oWd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEpgNT1oWd .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uEpgNT1oWd .text-shadow {
  text-shadow: 2px 1px 1px #000 !important;
  font-size: 1.45rem;
  font-weight: bold;
}
.cid-uEpgNT1oWd .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uEpgNT1oWd .socicon {
  color: #fffbdd !important;
}
@media (max-width: 767px) {
  .cid-uEpgNT1oWd .row {
    text-align: center;
  }
  .cid-uEpgNT1oWd .social-row {
    justify-content: center;
  }
}
.cid-uEpgNT1oWd .list {
  text-align: center;
  list-style: none;
  padding-left: 0;
  color: #fffbdd;
}
@media (max-width: 991px) {
  .cid-uEpgNT1oWd .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uEpgNT1oWd .list {
    margin-bottom: 0rem;
  }
}
.cid-uEpgNT1oWd .mbr-text {
  line-height: 1.75rem;
}
.cid-uEpgNT1oWd .mbr-iconfont {
  color: black;
}
.cid-uEpgNT1oWd .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uEpgNTYeL9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffd602;
  overflow: hidden;
  border-top: 1px solid #06497e;
}
.cid-uEpgNTYeL9 .mbr-text {
  color: #efefec;
  font-size: .90rem;
}
.cid-uEpgNTYeL9 .media-container-row .mbr-text {
  color: #000000;
}
.cid-uEpgNUDfPB {
  z-index: 1000;
  width: 100%;
}
.cid-uEpgNUDfPB #navbar {
  transition: top 0.5s;
}
.cid-uEpgNUDfPB .navbar-dropdown {
  background-color: #06497e !important;
  opacity: 1 !important;
  padding: 0;
  position: fixed;
}
.cid-uEpgNUDfPB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #06497e !important;
  opacity: 1 !important;
  background: #06497e;
}
.cid-uEpgNUDfPB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uEpgNUDfPB .menu_box .navbar.opened,
  .cid-uEpgNUDfPB .menu_box .navbar-collapse {
    background-color: #06497e !important;
    transition: all 0s ease 0s;
  }
}
.cid-uEpgNUDfPB nav.navbar {
  position: fixed;
  padding-top: .70rem;
  padding-bottom: .70rem;
}
.cid-uEpgNUDfPB .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uEpgNUDfPB .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uEpgNUDfPB .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uEpgNUDfPB .btn {
  min-height: 55px;
  box-shadow: none;
  margin-top: 0;
}
.cid-uEpgNUDfPB .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uEpgNUDfPB .offcanvas {
    padding: 12rem 80px 0;
    width: 50%;
    background-color: #2c0066;
  }
  .cid-uEpgNUDfPB .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uEpgNUDfPB .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uEpgNUDfPB .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uEpgNUDfPB .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uEpgNUDfPB .offcanvas-body .mbr-text,
  .cid-uEpgNUDfPB .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uEpgNUDfPB .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uEpgNUDfPB .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uEpgNUDfPB .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f8f7ff;
  }
  .cid-uEpgNUDfPB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uEpgNUDfPB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uEpgNUDfPB .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uEpgNUDfPB .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uEpgNUDfPB ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uEpgNUDfPB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uEpgNUDfPB .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uEpgNUDfPB .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uEpgNUDfPB li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uEpgNUDfPB .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uEpgNUDfPB .nav-item {
  margin: 4px 12px;
}
@media (min-width: 1200px) {
  .cid-uEpgNUDfPB .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uEpgNUDfPB .nav-item {
    margin: 0 !important;
  }
}
.cid-uEpgNUDfPB .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uEpgNUDfPB .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uEpgNUDfPB .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uEpgNUDfPB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uEpgNUDfPB .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uEpgNUDfPB .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uEpgNUDfPB .offcanvas_box {
    display: none;
  }
}
.cid-uEpgNUDfPB .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uEpgNUDfPB .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uEpgNUDfPB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uEpgNUDfPB .container {
  display: flex;
  margin: auto;
}
.cid-uEpgNUDfPB .iconfont-wrapper {
  color: #ffd602;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uEpgNUDfPB .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uEpgNUDfPB .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uEpgNUDfPB .navbar-caption {
  color: #f8f7ff;
}
.cid-uEpgNUDfPB .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uEpgNUDfPB .navbar-nav {
    margin: 0;
  }
}
.cid-uEpgNUDfPB .dropdown-menu,
.cid-uEpgNUDfPB .navbar.opened {
  background-color: #06497e !important;
}
.cid-uEpgNUDfPB .nav-item:focus,
.cid-uEpgNUDfPB .nav-link:focus {
  outline: none;
}
.cid-uEpgNUDfPB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEpgNUDfPB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEpgNUDfPB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEpgNUDfPB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEpgNUDfPB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEpgNUDfPB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEpgNUDfPB .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uEpgNUDfPB .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uEpgNUDfPB .navbar.opened {
  transition: all 0.3s;
}
.cid-uEpgNUDfPB .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uEpgNUDfPB .navbar .navbar-logo img {
  max-width: 64px;
  max-height: 64px;
  object-fit: cover;
  border-radius: 100%;
}
.cid-uEpgNUDfPB .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uEpgNUDfPB .navbar.collapsed {
  justify-content: center;
}
.cid-uEpgNUDfPB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEpgNUDfPB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uEpgNUDfPB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEpgNUDfPB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEpgNUDfPB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEpgNUDfPB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uEpgNUDfPB .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uEpgNUDfPB .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uEpgNUDfPB .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uEpgNUDfPB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEpgNUDfPB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEpgNUDfPB .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uEpgNUDfPB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEpgNUDfPB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uEpgNUDfPB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uEpgNUDfPB .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uEpgNUDfPB .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uEpgNUDfPB .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uEpgNUDfPB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uEpgNUDfPB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uEpgNUDfPB .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uEpgNUDfPB .navbar.navbar-short {
  min-height: 60px;
}
.cid-uEpgNUDfPB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uEpgNUDfPB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uEpgNUDfPB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uEpgNUDfPB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uEpgNUDfPB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEpgNUDfPB .dropdown-item.active,
.cid-uEpgNUDfPB .dropdown-item:active {
  background-color: transparent;
}
.cid-uEpgNUDfPB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEpgNUDfPB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEpgNUDfPB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEpgNUDfPB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEpgNUDfPB ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uEpgNUDfPB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uEpgNUDfPB button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #06497e;
  background: #06497e;
}
.cid-uEpgNUDfPB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f8f7ff;
}
.cid-uEpgNUDfPB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uEpgNUDfPB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEpgNUDfPB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEpgNUDfPB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uEpgNUDfPB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEpgNUDfPB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uEpgNUDfPB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uEpgNUDfPB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEpgNUDfPB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uEpgNUDfPB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEpgNUDfPB .navbar {
    height: 70px;
  }
  .cid-uEpgNUDfPB .navbar.opened {
    height: auto;
  }
  .cid-uEpgNUDfPB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEpgNUDfPB .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uEpgNUDfPB .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uEpgNUDfPB .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uEpgNUDfPB .mbr-section-btn-main .btn {
  min-height: 36px;
  max-height: 36px;
  margin: 0 4px 4px 4px;
}
.cid-uEpgNUDfPB .navbar-caption:hover {
  color: #fff182;
}
@media (min-width: 992px) {
  .cid-uEpgNUDfPB .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uEpgNUDfPB .nav-link {
  position: relative;
}
.cid-uEpgNUDfPB .nav-link:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #f8f7ff;
  transition: all .1s ease;
}
.cid-uEpgNUDfPB .nav-link:hover:before {
  width: 100%;
}
.cid-uEpgNUDfPB .mbr-text,
.cid-uEpgNUDfPB .mbr-section-subtitle,
.cid-uEpgNUDfPB .text_widget {
  opacity: .5;
}
.cid-uEpgNUDfPB .mbr-section-subtitle {
  color: #f8f7ff;
}
.cid-uEpgNUDfPB .mbr-text {
  color: #f8f7ff;
  text-align: center;
}
.cid-uEpgNUDfPB .text_widget {
  color: #f8f7ff;
}
.cid-uEpgNUDfPB .mbr-section-subtitle,
.cid-uEpgNUDfPB .text_widget,
.cid-uEpgNUDfPB .mbr-section-btn {
  text-align: center;
}
.cid-uEpgNUDfPB a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5 !important;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3 !important;
  text-shadow: 1px 1px 1px #EE2E24 !important;
}

.mbr-section-subtitle {
  line-height: 1.3 !important;
}

.mbr-text {
  font-style: normal;
  line-height: 2rem !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.4 !important;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}
h3 (
text-shadow: #FFF 1px 1px 2p;)

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.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: 75px;
  right: 5px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(6, 73, 126, 0.7);
  border-radius: 20%;
  color: #fff;
  display: inline-block;
  height: 50px;
  width: 50px;
  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(6, 73, 126, 0.9);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-uMJVZFUuLt {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/281502439-2371416219664652-4715598005135110263-n-1532x1532.jpeg");
  overflow: hidden;
}
.cid-uMJVZFUuLt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMJVZFUuLt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMJVZFUuLt .container,
.cid-uMJVZFUuLt .container-fluid {
  position: relative;
}
.cid-uMJVZFUuLt .row {
  justify-content: left;
}
.cid-uMJVZFUuLt .col-content {
  position: relative;
  z-index: 10;
}
.cid-uMJVZFUuLt .mbr-section-title {
  color: #ffe40e;
  text-align: left;
}
.cid-uMJVZFUuLt .mbr-section-subtitle {
  color: #2B2B2B;
}
.cid-uMJVZFUuLt .mbr-text {
  color: #2B2B2B;
}
.cid-uMJVZFUuLt .mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.cid-uMJVZFUuLt .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .cid-uMJVZFUuLt .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.cid-uMJVZFUuLt .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #a47ee3 27%, #a47ee3 50%, #a47ee3 79%);
}
.cid-uMJVZFUuLt .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-uMJVZFUuLt .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-uMJVZFUuLt .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-uMJVZGMDTY {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMJVZGMDTY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMJVZGMDTY .mbr-iconfont {
  font-size: 1.6rem;
  color: #fff182;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed #ffd602;
  border-radius: 50%;
  transition: all 0.3s;
  margin: 0 0.5rem;
}
.cid-uMJVZGMDTY .mbr-iconfont:hover {
  background: #fff182;
  color: #ffd602;
}
.cid-uMJVZGMDTY .icon-wrap {
  display: flex;
}
.cid-uMJVZGMDTY .link-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-uMJVZGMDTY .link {
  display: flex;
}
.cid-uMJVZGMDTY .mbr-linkiconfont {
  font-size: 0.8rem;
  color: #ffd602;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #ffd602;
  margin-right: 1rem;
  border-radius: 50%;
  background: #78ec80;
  transition: all 0.3s;
}
.cid-uMJVZGMDTY .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-uMJVZGMDTY .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #d4ceff;
  z-index: -1;
}
.cid-uMJVZGMDTY .text-wrapper {
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uMJVZGMDTY .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uMJVZGMDTY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMJVZGMDTY .row {
  align-items: center;
  background: #ffffff;
  transition: all 0.3s;
  margin: 0;
  padding: 2rem 0;
}
.cid-uMJVZGMDTY .row:hover {
  background: #fffbdd;
}
.cid-uMJVZGMDTY .mbr-link {
  color: #132835;
}
.cid-uMJVZGMDTY .mbr-text,
.cid-uMJVZGMDTY .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uMJVZGMDTY .mbr-section-subtitle,
.cid-uMJVZGMDTY .subtitle-wrap {
  text-align: center;
}
.cid-uMJVZGMDTY .mbr-section-title {
  text-align: center;
  color: #06497e;
  text-shadow: 2px 1px 1px #FFF !important;
}
.cid-uMJVZHr6WD {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background: #fffbdd;
}
.cid-uMJVZHr6WD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMJVZHr6WD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMJVZHr6WD .mbr-section-title {
  color: #2A2A2A;
}
.cid-uMJVZHr6WD .mbr-section-subtitle {
  margin-top: 24px;
  color: #000000;
}
.cid-uMJVZHUbd1 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/348258042-783234906703940-4488006303337958404-n-1556x2048.jpeg");
}
.cid-uMJVZHUbd1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMJVZHUbd1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMJVZHUbd1 .mbr-section-title {
  color: #2A2A2A;
  text-align: left;
}
.cid-uMJVZHUbd1 .mbr-section-subtitle {
  margin-top: 24px;
  color: #2b2b2b;
  text-align: left;
}
.cid-uMJVZIxCdF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #06497e;
}
.cid-uMJVZIxCdF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMJVZIxCdF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMJVZIxCdF .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uMJVZIxCdF .text-shadow {
  text-shadow: 2px 1px 1px #000 !important;
  font-size: 1.45rem;
  font-weight: bold;
}
.cid-uMJVZIxCdF .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uMJVZIxCdF .socicon {
  color: #fffbdd !important;
}
@media (max-width: 767px) {
  .cid-uMJVZIxCdF .row {
    text-align: center;
  }
  .cid-uMJVZIxCdF .social-row {
    justify-content: center;
  }
}
.cid-uMJVZIxCdF .list {
  text-align: center;
  list-style: none;
  padding-left: 0;
  color: #fffbdd;
}
@media (max-width: 991px) {
  .cid-uMJVZIxCdF .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uMJVZIxCdF .list {
    margin-bottom: 0rem;
  }
}
.cid-uMJVZIxCdF .mbr-text {
  line-height: 1.75rem;
}
.cid-uMJVZIxCdF .mbr-iconfont {
  color: black;
}
.cid-uMJVZIxCdF .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uMJVZJF04I {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffd602;
  overflow: hidden;
  border-top: 1px solid #06497e;
}
.cid-uMJVZJF04I .mbr-text {
  color: #efefec;
  font-size: .90rem;
}
.cid-uMJVZJF04I .media-container-row .mbr-text {
  color: #000000;
}
.cid-uMJVZKoIrb {
  z-index: 1000;
  width: 100%;
}
.cid-uMJVZKoIrb #navbar {
  transition: top 0.5s;
}
.cid-uMJVZKoIrb .navbar-dropdown {
  background-color: #06497e !important;
  opacity: 1 !important;
  padding: 0;
  position: fixed;
}
.cid-uMJVZKoIrb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #06497e !important;
  opacity: 1 !important;
  background: #06497e;
}
.cid-uMJVZKoIrb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uMJVZKoIrb .menu_box .navbar.opened,
  .cid-uMJVZKoIrb .menu_box .navbar-collapse {
    background-color: #06497e !important;
    transition: all 0s ease 0s;
  }
}
.cid-uMJVZKoIrb nav.navbar {
  position: fixed;
  padding-top: .70rem;
  padding-bottom: .70rem;
}
.cid-uMJVZKoIrb .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uMJVZKoIrb .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uMJVZKoIrb .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uMJVZKoIrb .btn {
  min-height: 55px;
  box-shadow: none;
  margin-top: 0;
}
.cid-uMJVZKoIrb .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uMJVZKoIrb .offcanvas {
    padding: 12rem 80px 0;
    width: 50%;
    background-color: #2c0066;
  }
  .cid-uMJVZKoIrb .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uMJVZKoIrb .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uMJVZKoIrb .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uMJVZKoIrb .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uMJVZKoIrb .offcanvas-body .mbr-text,
  .cid-uMJVZKoIrb .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uMJVZKoIrb .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uMJVZKoIrb .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uMJVZKoIrb .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f8f7ff;
  }
  .cid-uMJVZKoIrb .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uMJVZKoIrb .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uMJVZKoIrb .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uMJVZKoIrb .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uMJVZKoIrb ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uMJVZKoIrb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMJVZKoIrb .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uMJVZKoIrb .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uMJVZKoIrb li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uMJVZKoIrb .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uMJVZKoIrb .nav-item {
  margin: 4px 12px;
}
@media (min-width: 1200px) {
  .cid-uMJVZKoIrb .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uMJVZKoIrb .nav-item {
    margin: 0 !important;
  }
}
.cid-uMJVZKoIrb .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uMJVZKoIrb .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uMJVZKoIrb .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uMJVZKoIrb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMJVZKoIrb .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uMJVZKoIrb .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uMJVZKoIrb .offcanvas_box {
    display: none;
  }
}
.cid-uMJVZKoIrb .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uMJVZKoIrb .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uMJVZKoIrb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uMJVZKoIrb .container {
  display: flex;
  margin: auto;
}
.cid-uMJVZKoIrb .iconfont-wrapper {
  color: #ffd602;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uMJVZKoIrb .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uMJVZKoIrb .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uMJVZKoIrb .navbar-caption {
  color: #f8f7ff;
}
.cid-uMJVZKoIrb .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uMJVZKoIrb .navbar-nav {
    margin: 0;
  }
}
.cid-uMJVZKoIrb .dropdown-menu,
.cid-uMJVZKoIrb .navbar.opened {
  background-color: #06497e !important;
}
.cid-uMJVZKoIrb .nav-item:focus,
.cid-uMJVZKoIrb .nav-link:focus {
  outline: none;
}
.cid-uMJVZKoIrb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMJVZKoIrb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMJVZKoIrb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMJVZKoIrb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMJVZKoIrb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMJVZKoIrb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMJVZKoIrb .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uMJVZKoIrb .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uMJVZKoIrb .navbar.opened {
  transition: all 0.3s;
}
.cid-uMJVZKoIrb .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uMJVZKoIrb .navbar .navbar-logo img {
  max-width: 64px;
  max-height: 64px;
  object-fit: cover;
  border-radius: 100%;
}
.cid-uMJVZKoIrb .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uMJVZKoIrb .navbar.collapsed {
  justify-content: center;
}
.cid-uMJVZKoIrb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMJVZKoIrb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uMJVZKoIrb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMJVZKoIrb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMJVZKoIrb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMJVZKoIrb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uMJVZKoIrb .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uMJVZKoIrb .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uMJVZKoIrb .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uMJVZKoIrb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMJVZKoIrb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMJVZKoIrb .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uMJVZKoIrb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMJVZKoIrb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uMJVZKoIrb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMJVZKoIrb .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uMJVZKoIrb .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uMJVZKoIrb .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uMJVZKoIrb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMJVZKoIrb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMJVZKoIrb .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uMJVZKoIrb .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMJVZKoIrb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMJVZKoIrb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMJVZKoIrb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMJVZKoIrb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMJVZKoIrb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMJVZKoIrb .dropdown-item.active,
.cid-uMJVZKoIrb .dropdown-item:active {
  background-color: transparent;
}
.cid-uMJVZKoIrb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMJVZKoIrb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMJVZKoIrb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMJVZKoIrb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMJVZKoIrb ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uMJVZKoIrb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMJVZKoIrb button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #06497e;
  background: #06497e;
}
.cid-uMJVZKoIrb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f8f7ff;
}
.cid-uMJVZKoIrb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMJVZKoIrb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMJVZKoIrb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMJVZKoIrb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMJVZKoIrb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMJVZKoIrb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMJVZKoIrb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMJVZKoIrb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMJVZKoIrb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uMJVZKoIrb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMJVZKoIrb .navbar {
    height: 70px;
  }
  .cid-uMJVZKoIrb .navbar.opened {
    height: auto;
  }
  .cid-uMJVZKoIrb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMJVZKoIrb .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uMJVZKoIrb .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uMJVZKoIrb .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uMJVZKoIrb .mbr-section-btn-main .btn {
  min-height: 36px;
  max-height: 36px;
  margin: 0 4px 4px 4px;
}
.cid-uMJVZKoIrb .navbar-caption:hover {
  color: #fff182;
}
@media (min-width: 992px) {
  .cid-uMJVZKoIrb .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uMJVZKoIrb .nav-link {
  position: relative;
}
.cid-uMJVZKoIrb .nav-link:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #f8f7ff;
  transition: all .1s ease;
}
.cid-uMJVZKoIrb .nav-link:hover:before {
  width: 100%;
}
.cid-uMJVZKoIrb .mbr-text,
.cid-uMJVZKoIrb .mbr-section-subtitle,
.cid-uMJVZKoIrb .text_widget {
  opacity: .5;
}
.cid-uMJVZKoIrb .mbr-section-subtitle {
  color: #f8f7ff;
}
.cid-uMJVZKoIrb .mbr-text {
  color: #f8f7ff;
  text-align: center;
}
.cid-uMJVZKoIrb .text_widget {
  color: #f8f7ff;
}
.cid-uMJVZKoIrb .mbr-section-subtitle,
.cid-uMJVZKoIrb .text_widget,
.cid-uMJVZKoIrb .mbr-section-btn {
  text-align: center;
}
.cid-uMJVZKoIrb a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
