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

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

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

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

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

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

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

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

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

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

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

b,
strong {
    font-weight: bold;
}

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

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

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

.hidden {
    visibility: hidden;
}

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

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

.mbr-black {
    color: #111111;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

img,
iframe {
    display: flex;
    width: 50%;
}

.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: 300;
    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: 60%;
    height: 60%;
}

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

.mbr-arrow-up a {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 60px;
    width: 60px;
    border: 2px solid #fff;
    outline-style: none !important;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    text-align: center;
}
.mbr-arrow-up a:hover {
    background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
    line-height: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media {
    display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

.carousel-item img {
    margin: auto;
}

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

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

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

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

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

.card-img {
    width: auto;
}

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

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

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

html,
body {
    height: auto;
    min-height: 100vh;
    font-size: 16px;
}

.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;
    }
}
.btn {
  border-width: 1px;
}
body {
  font-family: Outfit;
}
.display-1 {
  font-family: 'Spline Sans', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Spline Sans', sans-serif;
  font-size: 4.375rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-4 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Spline Sans', sans-serif;
  font-size: 2.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-6 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-6 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-7 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.7rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 2.125rem;
}
/* ---- 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: 991px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 991px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-6 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.7rem 2.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #207684 !important;
}
.bg-success {
  background-color: #f9f9f9 !important;
}
.bg-info {
  background-color: #16586e !important;
}
.bg-warning {
  background-color: #6cb72f !important;
}
.bg-danger {
  background-color: #207684 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #207684 !important;
  border-color: #207684 !important;
  color: #207684;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #207684 !important;
  border-color: #207684 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #207684 !important;
  background-color: #207684 !important;
  border-color: #207684 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #6cb72f !important;
  border-color: #6cb72f !important;
  color: #207684;
  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: #6cb72f !important;
  border-color: #6cb72f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #6cb72f !important;
  background-color: #6cb72f !important;
  border-color: #6cb72f !important;
}
.btn-info,
.btn-info:active {
  background-color: #16586e !important;
  border-color: #16586e !important;
  color: #207684;
  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: #16586e !important;
  border-color: #16586e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #207684 !important;
  background-color: #16586e !important;
  border-color: #16586e !important;
}
.btn-success,
.btn-success:active {
  background-color: #f9f9f9 !important;
  border-color: #f9f9f9 !important;
  color: #207684;
  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: #f9f9f9 !important;
  background-color: #f9f9f9 !important;
  border-color: #f9f9f9 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #207684 !important;
  background-color: #f9f9f9 !important;
  border-color: #f9f9f9 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #6cb72f !important;
  border-color: #6cb72f !important;
  color: #207684;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #6cb72f !important;
  border-color: #6cb72f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #6cb72f !important;
  background-color: #6cb72f !important;
  border-color: #6cb72f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #207684 !important;
  border-color: #207684 !important;
  color: #207684;
  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: #207684 !important;
  border-color: #207684 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #207684 !important;
  background-color: #207684 !important;
  border-color: #207684 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #207684;
  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: #fafafa !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #207684 !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-black,
.btn-black:active {
  background-color: #207684 !important;
  border-color: #207684 !important;
  color: #207684;
  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: #207684 !important;
  border-color: #207684 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #207684 !important;
  background-color: #207684 !important;
  border-color: #207684 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #207684;
  color: #207684;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #207684;
}
.btn-primary-outline.active {
  color: #0f383e !important;
  background-color: transparent !important;
  border-color: #0f383e !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #207684 !important;
  border-color: #207684 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #6cb72f;
  color: #6cb72f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #207684;
}
.btn-secondary-outline.active {
  color: #43721d !important;
  background-color: transparent !important;
  border-color: #43721d !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #6cb72f !important;
  border-color: #6cb72f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #16586e;
  color: #16586e;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #207684;
}
.btn-info-outline.active {
  color: #081e26 !important;
  background-color: transparent !important;
  border-color: #081e26 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #16586e !important;
  border-color: #16586e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #f9f9f9;
  color: #f9f9f9;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #207684;
}
.btn-success-outline.active {
  color: #cecece !important;
  background-color: transparent !important;
  border-color: #cecece !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #7a7a7a !important;
  background-color: #f9f9f9 !important;
  border-color: #f9f9f9 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #6cb72f;
  color: #6cb72f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #207684;
}
.btn-warning-outline.active {
  color: #43721d !important;
  background-color: transparent !important;
  border-color: #43721d !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #6cb72f !important;
  border-color: #6cb72f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #207684;
  color: #207684;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #207684;
}
.btn-danger-outline.active {
  color: #0f383e !important;
  background-color: transparent !important;
  border-color: #0f383e !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #207684 !important;
  border-color: #207684 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #207684;
}
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #207684;
}
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #207684 !important;
}
.text-secondary {
  color: #6cb72f !important;
}
.text-success {
  color: #f9f9f9 !important;
}
.text-info {
  color: #16586e !important;
}
.text-warning {
  color: #6cb72f !important;
}
.text-danger {
  color: #207684 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #207684 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0c2d32 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #3c661a !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #c6c6c6 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #051419 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #3c661a !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #0c2d32 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*='text-']:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*='text-']:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #207684;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #16586e;
}
.alert-warning {
  background-color: #6cb72f;
}
.alert-danger {
  background-color: #207684;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #207684;
  border-color: #207684;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #207684;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #4fc2d4;
}
.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: #2eabd5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #aee086;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #4fc2d4;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Outfit', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #207684 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Outfit', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #207684;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type='submit'] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type='submit']:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #207684;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #207684;
}
.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: #207684;
  border-bottom-color: #207684;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #207684 !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: #6cb72f !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='%23207684' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-t0jg4vdm4f {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 101px;
}
.cid-t0jg4vdm4f nav.navbar {
  position: fixed;
}
.cid-t0jg4vdm4f .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t0jg4vdm4f .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t0jg4vdm4f .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t0jg4vdm4f .dropdown-item:hover,
.cid-t0jg4vdm4f .dropdown-item:focus {
  background: #207684 !important;
  color: white !important;
}
.cid-t0jg4vdm4f .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t0jg4vdm4f .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t0jg4vdm4f .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t0jg4vdm4f .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t0jg4vdm4f .nav-link {
  position: relative;
}
.cid-t0jg4vdm4f .container {
  display: flex;
  margin: auto;
}
.cid-t0jg4vdm4f .iconfont-wrapper {
  color: #207684 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t0jg4vdm4f .dropdown-menu,
.cid-t0jg4vdm4f .navbar.opened {
  background: #ffffff !important;
}
.cid-t0jg4vdm4f .nav-item:focus,
.cid-t0jg4vdm4f .nav-link:focus {
  outline: none;
}
.cid-t0jg4vdm4f .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t0jg4vdm4f .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t0jg4vdm4f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t0jg4vdm4f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t0jg4vdm4f .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t0jg4vdm4f .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t0jg4vdm4f .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t0jg4vdm4f .navbar.opened {
  transition: all 0.3s;
}
.cid-t0jg4vdm4f .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t0jg4vdm4f .navbar .navbar-logo img {
  width: auto;
  height: 101px;
}
.cid-t0jg4vdm4f .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t0jg4vdm4f .navbar.collapsed {
  justify-content: center;
}
.cid-t0jg4vdm4f .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t0jg4vdm4f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t0jg4vdm4f .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 101px;
  }
}
.cid-t0jg4vdm4f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t0jg4vdm4f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t0jg4vdm4f .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t0jg4vdm4f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t0jg4vdm4f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t0jg4vdm4f .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t0jg4vdm4f .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t0jg4vdm4f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t0jg4vdm4f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t0jg4vdm4f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t0jg4vdm4f .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t0jg4vdm4f .navbar .navbar-logo img {
    height: 101px;
  }
  .cid-t0jg4vdm4f .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t0jg4vdm4f .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t0jg4vdm4f .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t0jg4vdm4f .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t0jg4vdm4f .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t0jg4vdm4f .navbar.navbar-short {
  min-height: 60px;
}
.cid-t0jg4vdm4f .navbar.navbar-short .navbar-logo img {
  height: 60px;
}
.cid-t0jg4vdm4f .navbar.navbar-short .navbar-brand {
  min-height: 70px;
  padding: 0;
}
.cid-t0jg4vdm4f .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-t0jg4vdm4f .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t0jg4vdm4f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t0jg4vdm4f .dropdown-item.active,
.cid-t0jg4vdm4f .dropdown-item:active {
  background-color: transparent;
}
.cid-t0jg4vdm4f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t0jg4vdm4f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t0jg4vdm4f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t0jg4vdm4f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t0jg4vdm4f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t0jg4vdm4f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t0jg4vdm4f ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t0jg4vdm4f .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t0jg4vdm4f button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t0jg4vdm4f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #16586e;
}
.cid-t0jg4vdm4f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t0jg4vdm4f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t0jg4vdm4f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t0jg4vdm4f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t0jg4vdm4f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0jg4vdm4f nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t0jg4vdm4f nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t0jg4vdm4f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0jg4vdm4f .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t0jg4vdm4f a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t0jg4vdm4f .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t0jg4vdm4f .navbar {
    height: 70px;
  }
  .cid-t0jg4vdm4f .navbar.opened {
    height: auto;
  }
  .cid-t0jg4vdm4f .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t0jg4vdm4f a:link {
  color: #207684;
}
.cid-t0jg4vdm4f a:visited {
  color: #207684;
}
.cid-t0jg4vdm4f a:hover {
  color: #FFFFFF;
}
.cid-t0jg4vdm4f a:active {
  color: #207684;
}
.cid-t0jg4vdm4f .btn:hover {
  background: #207684 !important ;
}
.cid-t0jFcgIcvL {
  padding-top: 1rem;
  padding-bottom: 6rem;
}
.cid-t0jFcgIcvL .image-wrapper {
  height: 100%;
}
@media (max-width: 991px) {
  .cid-t0jFcgIcvL .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t0jFcgIcvL .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-t0jFcgIcvL .image-wrapper img {
    border-end-start-radius: 5rem;
  }
}
@media (min-width: 992px) {
  .cid-t0jFcgIcvL .text-wrapper {
    padding: 10rem 5rem 0 0rem;
  }
}
.cid-t0jFcgIcvL .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-t0jFcgIcvL .mbr-text {
  color: #6c7577;
}
.cid-t0jFcgIcvL .btn {
  padding: 1rem 3.4rem;
}
.cid-t0jFcgIcvL .mbr-text,
.cid-t0jFcgIcvL .mbr-section-btn {
  text-align: center;
  color: #fafafa;
}
.cid-sZJB7FGuPT {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #16586e;
}
.cid-sZJB7FGuPT .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sZJB7FGuPT .mbr-section-subtitle {
  color: #6c7577;
}
.cid-sZJB9U9Yq4 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sZJB9U9Yq4 .image-wrapper {
  height: 90%;
}
@media (max-width: 991px) {
  .cid-sZJB9U9Yq4 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sZJB9U9Yq4 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sZJB9U9Yq4 .image-wrapper img {
    border-end-start-radius: 5rem;
  }
}
@media (min-width: 992px) {
  .cid-sZJB9U9Yq4 .text-wrapper {
    padding: 10rem 5rem 0 0rem;
  }
}
.cid-sZJB9U9Yq4 .mbr-section-title {
  color: #207684;
}
.cid-sZJB9U9Yq4 .mbr-text {
  color: #6c7577;
}
.cid-sZJB9U9Yq4 .btn {
  padding: 1rem 3.4rem;
}
.cid-sZJB9U9Yq4 .mbr-text,
.cid-sZJB9U9Yq4 .mbr-section-btn {
  color: #207684;
}
.cid-t2mZQssnwb {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #207684;
}
.cid-t2mZQssnwb .media-wrap {
  padding: 0;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-t2mZQssnwb .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-t2mZQssnwb .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-t2mZQssnwb .row {
    text-align: center;
  }
  .cid-t2mZQssnwb .row > div {
    margin: auto;
  }
  .cid-t2mZQssnwb .social-row {
    justify-content: center;
  }
}
.cid-t2mZQssnwb .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t2mZQssnwb .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-t2mZQssnwb .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t2mZQssnwb .list {
    margin-bottom: 0rem;
  }
}
.cid-t2mZQssnwb .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-t2mZQssnwb .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-t2mZQssnwb div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-t2mZQssnwb .mbr-section-subtitle {
  text-align: center;
}
.cid-tF2uivY36v {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1280x1920.jpeg");
}
.cid-tF2uivY36v .google-map {
  height: 350px;
  position: relative;
}
.cid-tF2uivY36v .google-map iframe {
  height: 80%;
  width: 80%;
}
.cid-tF2uivY36v .google-map [data-state-details] {
  color: #6b6763;
  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-tF2uivY36v .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tF2uivY36v .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tF2uivY36v .mbr-section-title {
  color: #2e697d;
}
.cid-tF2uivY36v .mbr-section-subtitle {
  color: #2e697d;
}
.cid-sZVqNZESOV {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/ha-1376x146.png");
}
.cid-sZVqNZESOV .mbr-section-title {
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
}
.cid-sZVqNZESOV .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
  padding-bottom: 18px;
  margin-bottom: 0;
  font-weight: 600;
}
.cid-sZVqNZESOV .row {
  align-items: center;
  height: 100%;
}
@charset "UTF-8";
section {
    background-color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

b,
strong {
    font-weight: bold;
}

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

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

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

.hidden {
    visibility: hidden;
}

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

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

.mbr-black {
    color: #111111;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

img,
iframe {
    display: flex;
    width: 50%;
}

.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: 300;
    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: 60%;
    height: 60%;
}

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

.mbr-arrow-up a {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 60px;
    width: 60px;
    border: 2px solid #fff;
    outline-style: none !important;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    text-align: center;
}
.mbr-arrow-up a:hover {
    background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
    line-height: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media {
    display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

.carousel-item img {
    margin: auto;
}

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

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

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

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

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

.card-img {
    width: auto;
}

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

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

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

html,
body {
    height: auto;
    min-height: 100vh;
    font-size: 16px;
}

.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-t0dFKhoMVC {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-6-1920x1277.jpeg");
}
.cid-t0dFKhoMVC .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-t0dFKhoMVC .item-img,
.cid-t0dFKhoMVC img {
  width: auto;
  object-fit: cover;
}
.cid-t0dFKhoMVC .item:focus,
.cid-t0dFKhoMVC span:focus {
  outline: none;
}
.cid-t0dFKhoMVC .item {
  cursor: pointer;
  margin-bottom: 0.8rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
.cid-t0dFKhoMVC .element-wrapper {
  position: relative;
  border-radius: 45px;
  background: #207684;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  padding: 4rem;
}
@media (min-width: 1201px) {
  .cid-t0dFKhoMVC .element-wrapper .item-content {
    padding-top: 2rem;
  }
  .cid-t0dFKhoMVC .element-wrapper .item-footer {
    padding-top: 1rem;
  }
}
@media (max-width: 1200px) {
  .cid-t0dFKhoMVC .element-wrapper {
    padding: 2.5rem;
  }
  .cid-t0dFKhoMVC .element-wrapper .item-content {
    padding-top: 1rem;
  }
  .cid-t0dFKhoMVC .element-wrapper .item-footer {
    padding-top: 1rem;
  }
}
.cid-t0dFKhoMVC .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t0dFKhoMVC .mbr-section-title {
  color: #207684;
  text-align: center;
}
.cid-t0dFKhoMVC .mbr-text,
.cid-t0dFKhoMVC .mbr-section-btn {
  text-align: left;
  color: #b9cdd0;
}
.cid-t0dFKhoMVC .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-t0dFKhoMVC .item-subtitle {
  text-align: left;
}
.cid-t0dFKhoMVC .btn-success {
  border: 0 !important;
}
.cid-t07W8oNvon {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-t07W8oNvon .row {
    flex-direction: row-reverse;
  }
  .cid-t07W8oNvon .image-wrapper {
    padding-right: 1.5rem;
  }
  .cid-t07W8oNvon .wrapper {
    padding-left: 1.5rem;
  }
}
.cid-t07W8oNvon .item-title {
  color: #207684;
}
.cid-t07W8oNvon .subtitle-text {
  color: #207684;
}
.cid-t07W8oNvon .item-box {
  display: flex;
}
.cid-t07W8oNvon .num {
  color: #91c2be;
  min-width: max-content;
  margin-right: 1.4rem;
}
.cid-t07W8oNvon .item-text {
  color: #207684;
}
.cid-t07W8oNvon .image-wrapper {
  height: 90%;
}
@media (max-width: 991px) {
  .cid-t07W8oNvon .image-wrapper {
    margin-top: 3rem;
  }
}
.cid-t07W8oNvon .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-t0C7D1RDVN {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t0C7D1RDVN .link {
  color: #000000;
}
.cid-t0C7D1RDVN .link:hover {
  color: #FFFFFF;
}
.cid-t0C7D1RDVN .link:visited {
  color: #207684;
}
.cid-t0C7D1RDVN .link:active {
  color: #207684;
}
.cid-t0C7D1RDVN .btn:hover {
  background: #207684 !important ;
}
.cid-t2mZQssnwb {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #207684;
}
.cid-t2mZQssnwb .media-wrap {
  padding: 0;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-t2mZQssnwb .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-t2mZQssnwb .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-t2mZQssnwb .row {
    text-align: center;
  }
  .cid-t2mZQssnwb .row > div {
    margin: auto;
  }
  .cid-t2mZQssnwb .social-row {
    justify-content: center;
  }
}
.cid-t2mZQssnwb .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t2mZQssnwb .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-t2mZQssnwb .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t2mZQssnwb .list {
    margin-bottom: 0rem;
  }
}
.cid-t2mZQssnwb .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-t2mZQssnwb .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-t2mZQssnwb div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-t2mZQssnwb .mbr-section-subtitle {
  text-align: center;
}
.cid-tF2w5AECt1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1280x1920.jpeg");
}
.cid-tF2w5AECt1 .google-map {
  height: 350px;
  position: relative;
}
.cid-tF2w5AECt1 .google-map iframe {
  height: 80%;
  width: 80%;
}
.cid-tF2w5AECt1 .google-map [data-state-details] {
  color: #6b6763;
  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-tF2w5AECt1 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tF2w5AECt1 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tF2w5AECt1 .mbr-section-title {
  color: #2e697d;
}
.cid-tF2w5AECt1 .mbr-section-subtitle {
  color: #2e697d;
}
.cid-t07W8rkDhI {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/ha-1376x146.png");
}
.cid-t07W8rkDhI .mbr-section-title {
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
}
.cid-t07W8rkDhI .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
  padding-bottom: 18px;
  margin-bottom: 0;
  font-weight: 600;
}
.cid-t07W8rkDhI .row {
  align-items: center;
  height: 100%;
}
.cid-t0jg4vdm4f {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 101px;
}
.cid-t0jg4vdm4f nav.navbar {
  position: fixed;
}
.cid-t0jg4vdm4f .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t0jg4vdm4f .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t0jg4vdm4f .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t0jg4vdm4f .dropdown-item:hover,
.cid-t0jg4vdm4f .dropdown-item:focus {
  background: #207684 !important;
  color: white !important;
}
.cid-t0jg4vdm4f .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t0jg4vdm4f .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t0jg4vdm4f .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t0jg4vdm4f .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t0jg4vdm4f .nav-link {
  position: relative;
}
.cid-t0jg4vdm4f .container {
  display: flex;
  margin: auto;
}
.cid-t0jg4vdm4f .iconfont-wrapper {
  color: #207684 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t0jg4vdm4f .dropdown-menu,
.cid-t0jg4vdm4f .navbar.opened {
  background: #ffffff !important;
}
.cid-t0jg4vdm4f .nav-item:focus,
.cid-t0jg4vdm4f .nav-link:focus {
  outline: none;
}
.cid-t0jg4vdm4f .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t0jg4vdm4f .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t0jg4vdm4f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t0jg4vdm4f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t0jg4vdm4f .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t0jg4vdm4f .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t0jg4vdm4f .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t0jg4vdm4f .navbar.opened {
  transition: all 0.3s;
}
.cid-t0jg4vdm4f .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t0jg4vdm4f .navbar .navbar-logo img {
  width: auto;
  height: 101px;
}
.cid-t0jg4vdm4f .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t0jg4vdm4f .navbar.collapsed {
  justify-content: center;
}
.cid-t0jg4vdm4f .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t0jg4vdm4f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t0jg4vdm4f .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 101px;
  }
}
.cid-t0jg4vdm4f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t0jg4vdm4f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t0jg4vdm4f .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t0jg4vdm4f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t0jg4vdm4f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t0jg4vdm4f .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t0jg4vdm4f .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t0jg4vdm4f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t0jg4vdm4f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t0jg4vdm4f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t0jg4vdm4f .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t0jg4vdm4f .navbar .navbar-logo img {
    height: 101px;
  }
  .cid-t0jg4vdm4f .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t0jg4vdm4f .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t0jg4vdm4f .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t0jg4vdm4f .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t0jg4vdm4f .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t0jg4vdm4f .navbar.navbar-short {
  min-height: 60px;
}
.cid-t0jg4vdm4f .navbar.navbar-short .navbar-logo img {
  height: 60px;
}
.cid-t0jg4vdm4f .navbar.navbar-short .navbar-brand {
  min-height: 70px;
  padding: 0;
}
.cid-t0jg4vdm4f .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-t0jg4vdm4f .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t0jg4vdm4f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t0jg4vdm4f .dropdown-item.active,
.cid-t0jg4vdm4f .dropdown-item:active {
  background-color: transparent;
}
.cid-t0jg4vdm4f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t0jg4vdm4f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t0jg4vdm4f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t0jg4vdm4f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t0jg4vdm4f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t0jg4vdm4f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t0jg4vdm4f ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t0jg4vdm4f .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t0jg4vdm4f button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t0jg4vdm4f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #16586e;
}
.cid-t0jg4vdm4f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t0jg4vdm4f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t0jg4vdm4f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t0jg4vdm4f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t0jg4vdm4f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0jg4vdm4f nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t0jg4vdm4f nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t0jg4vdm4f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0jg4vdm4f .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t0jg4vdm4f a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t0jg4vdm4f .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t0jg4vdm4f .navbar {
    height: 70px;
  }
  .cid-t0jg4vdm4f .navbar.opened {
    height: auto;
  }
  .cid-t0jg4vdm4f .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t0jg4vdm4f a:link {
  color: #207684;
}
.cid-t0jg4vdm4f a:visited {
  color: #207684;
}
.cid-t0jg4vdm4f a:hover {
  color: #FFFFFF;
}
.cid-t0jg4vdm4f a:active {
  color: #207684;
}
.cid-t0jg4vdm4f .btn:hover {
  background: #207684 !important ;
}
@charset "UTF-8";
section {
    background-color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

b,
strong {
    font-weight: bold;
}

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

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

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

.hidden {
    visibility: hidden;
}

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

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

.mbr-black {
    color: #111111;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

img,
iframe {
    display: flex;
    width: 50%;
}

.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: 300;
    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: 60%;
    height: 60%;
}

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

.mbr-arrow-up a {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 60px;
    width: 60px;
    border: 2px solid #fff;
    outline-style: none !important;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    text-align: center;
}
.mbr-arrow-up a:hover {
    background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
    line-height: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media {
    display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

.carousel-item img {
    margin: auto;
}

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

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

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

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

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

.card-img {
    width: auto;
}

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

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

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

html,
body {
    height: auto;
    min-height: 100vh;
    font-size: 16px;
}

.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-t0dFFwuxyj {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-9-1920x1277.jpeg");
}
.cid-t0dFFwuxyj .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-t0dFFwuxyj .item-img,
.cid-t0dFFwuxyj img {
  width: auto;
  object-fit: cover;
}
.cid-t0dFFwuxyj .item:focus,
.cid-t0dFFwuxyj span:focus {
  outline: none;
}
.cid-t0dFFwuxyj .item {
  cursor: pointer;
  margin-bottom: 0.8rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
.cid-t0dFFwuxyj .element-wrapper {
  position: relative;
  border-radius: 45px;
  background: #207684;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  padding: 4rem;
}
@media (min-width: 1201px) {
  .cid-t0dFFwuxyj .element-wrapper .item-content {
    padding-top: 2rem;
  }
  .cid-t0dFFwuxyj .element-wrapper .item-footer {
    padding-top: 1rem;
  }
}
@media (max-width: 1200px) {
  .cid-t0dFFwuxyj .element-wrapper {
    padding: 2.5rem;
  }
  .cid-t0dFFwuxyj .element-wrapper .item-content {
    padding-top: 1rem;
  }
  .cid-t0dFFwuxyj .element-wrapper .item-footer {
    padding-top: 1rem;
  }
}
.cid-t0dFFwuxyj .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t0dFFwuxyj .mbr-section-title {
  color: #207684;
  text-align: center;
}
.cid-t0dFFwuxyj .mbr-text,
.cid-t0dFFwuxyj .mbr-section-btn {
  text-align: left;
  color: #b9cdd0;
}
.cid-t0dFFwuxyj .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-t0dFFwuxyj .item-subtitle {
  text-align: left;
}
.cid-t0dFFwuxyj .btn-success {
  border: 0 !important;
}
.cid-t07UmGkuTi {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-t07UmGkuTi .image-wrapper {
    padding-left: 1.5rem;
  }
  .cid-t07UmGkuTi .wrapper {
    padding-right: 1.3rem;
  }
}
.cid-t07UmGkuTi .item-title {
  color: #207684;
}
.cid-t07UmGkuTi .subtitle-text {
  color: #207684;
}
.cid-t07UmGkuTi .item-box {
  display: flex;
}
.cid-t07UmGkuTi .num {
  color: #91c2be;
  min-width: max-content;
  margin-right: 1.4rem;
}
.cid-t07UmGkuTi .item-text {
  color: #207684;
}
.cid-t07UmGkuTi .image-wrapper {
  height: 85%;
}
@media (max-width: 991px) {
  .cid-t07UmGkuTi .image-wrapper {
    margin-top: 3rem;
  }
}
.cid-t07UmGkuTi .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-t0C7z339Q0 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t0C7z339Q0 .link {
  color: #000000;
}
.cid-t0C7z339Q0 .link:hover {
  color: #FFFFFF;
}
.cid-t0C7z339Q0 .btn:hover {
  background: #207684 !important ;
}
.cid-t2mZQssnwb {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #207684;
}
.cid-t2mZQssnwb .media-wrap {
  padding: 0;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-t2mZQssnwb .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-t2mZQssnwb .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-t2mZQssnwb .row {
    text-align: center;
  }
  .cid-t2mZQssnwb .row > div {
    margin: auto;
  }
  .cid-t2mZQssnwb .social-row {
    justify-content: center;
  }
}
.cid-t2mZQssnwb .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t2mZQssnwb .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-t2mZQssnwb .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t2mZQssnwb .list {
    margin-bottom: 0rem;
  }
}
.cid-t2mZQssnwb .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-t2mZQssnwb .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-t2mZQssnwb div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-t2mZQssnwb .mbr-section-subtitle {
  text-align: center;
}
.cid-tF2w02iBAQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1280x1920.jpeg");
}
.cid-tF2w02iBAQ .google-map {
  height: 350px;
  position: relative;
}
.cid-tF2w02iBAQ .google-map iframe {
  height: 80%;
  width: 80%;
}
.cid-tF2w02iBAQ .google-map [data-state-details] {
  color: #6b6763;
  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-tF2w02iBAQ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tF2w02iBAQ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tF2w02iBAQ .mbr-section-title {
  color: #2e697d;
}
.cid-tF2w02iBAQ .mbr-section-subtitle {
  color: #2e697d;
}
.cid-t07UmILEwc {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/ha-1376x146.png");
}
.cid-t07UmILEwc .mbr-section-title {
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
}
.cid-t07UmILEwc .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
  padding-bottom: 18px;
  margin-bottom: 0;
  font-weight: 600;
}
.cid-t07UmILEwc .row {
  align-items: center;
  height: 100%;
}
.cid-t0jg4vdm4f {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 101px;
}
.cid-t0jg4vdm4f nav.navbar {
  position: fixed;
}
.cid-t0jg4vdm4f .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t0jg4vdm4f .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t0jg4vdm4f .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t0jg4vdm4f .dropdown-item:hover,
.cid-t0jg4vdm4f .dropdown-item:focus {
  background: #207684 !important;
  color: white !important;
}
.cid-t0jg4vdm4f .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t0jg4vdm4f .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t0jg4vdm4f .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t0jg4vdm4f .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t0jg4vdm4f .nav-link {
  position: relative;
}
.cid-t0jg4vdm4f .container {
  display: flex;
  margin: auto;
}
.cid-t0jg4vdm4f .iconfont-wrapper {
  color: #207684 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t0jg4vdm4f .dropdown-menu,
.cid-t0jg4vdm4f .navbar.opened {
  background: #ffffff !important;
}
.cid-t0jg4vdm4f .nav-item:focus,
.cid-t0jg4vdm4f .nav-link:focus {
  outline: none;
}
.cid-t0jg4vdm4f .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t0jg4vdm4f .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t0jg4vdm4f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t0jg4vdm4f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t0jg4vdm4f .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t0jg4vdm4f .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t0jg4vdm4f .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t0jg4vdm4f .navbar.opened {
  transition: all 0.3s;
}
.cid-t0jg4vdm4f .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t0jg4vdm4f .navbar .navbar-logo img {
  width: auto;
  height: 101px;
}
.cid-t0jg4vdm4f .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t0jg4vdm4f .navbar.collapsed {
  justify-content: center;
}
.cid-t0jg4vdm4f .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t0jg4vdm4f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t0jg4vdm4f .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 101px;
  }
}
.cid-t0jg4vdm4f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t0jg4vdm4f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t0jg4vdm4f .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t0jg4vdm4f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t0jg4vdm4f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t0jg4vdm4f .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t0jg4vdm4f .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t0jg4vdm4f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t0jg4vdm4f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t0jg4vdm4f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t0jg4vdm4f .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t0jg4vdm4f .navbar .navbar-logo img {
    height: 101px;
  }
  .cid-t0jg4vdm4f .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t0jg4vdm4f .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t0jg4vdm4f .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t0jg4vdm4f .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t0jg4vdm4f .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t0jg4vdm4f .navbar.navbar-short {
  min-height: 60px;
}
.cid-t0jg4vdm4f .navbar.navbar-short .navbar-logo img {
  height: 60px;
}
.cid-t0jg4vdm4f .navbar.navbar-short .navbar-brand {
  min-height: 70px;
  padding: 0;
}
.cid-t0jg4vdm4f .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-t0jg4vdm4f .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t0jg4vdm4f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t0jg4vdm4f .dropdown-item.active,
.cid-t0jg4vdm4f .dropdown-item:active {
  background-color: transparent;
}
.cid-t0jg4vdm4f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t0jg4vdm4f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t0jg4vdm4f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t0jg4vdm4f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t0jg4vdm4f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t0jg4vdm4f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t0jg4vdm4f ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t0jg4vdm4f .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t0jg4vdm4f button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t0jg4vdm4f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #16586e;
}
.cid-t0jg4vdm4f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t0jg4vdm4f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t0jg4vdm4f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t0jg4vdm4f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t0jg4vdm4f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0jg4vdm4f nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t0jg4vdm4f nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t0jg4vdm4f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0jg4vdm4f .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t0jg4vdm4f a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t0jg4vdm4f .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t0jg4vdm4f .navbar {
    height: 70px;
  }
  .cid-t0jg4vdm4f .navbar.opened {
    height: auto;
  }
  .cid-t0jg4vdm4f .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t0jg4vdm4f a:link {
  color: #207684;
}
.cid-t0jg4vdm4f a:visited {
  color: #207684;
}
.cid-t0jg4vdm4f a:hover {
  color: #FFFFFF;
}
.cid-t0jg4vdm4f a:active {
  color: #207684;
}
.cid-t0jg4vdm4f .btn:hover {
  background: #207684 !important ;
}
@charset "UTF-8";
section {
    background-color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

b,
strong {
    font-weight: bold;
}

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

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

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

.hidden {
    visibility: hidden;
}

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

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

.mbr-black {
    color: #111111;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

img,
iframe {
    display: flex;
    width: 50%;
}

.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: 300;
    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: 60%;
    height: 60%;
}

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

.mbr-arrow-up a {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 60px;
    width: 60px;
    border: 2px solid #fff;
    outline-style: none !important;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    text-align: center;
}
.mbr-arrow-up a:hover {
    background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
    line-height: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media {
    display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

.carousel-item img {
    margin: auto;
}

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

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

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

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

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

.card-img {
    width: auto;
}

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

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

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

html,
body {
    height: auto;
    min-height: 100vh;
    font-size: 16px;
}

.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-t0dFAdR84l {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-6-1920x1277.jpeg");
}
.cid-t0dFAdR84l .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-t0dFAdR84l .item-img,
.cid-t0dFAdR84l img {
  width: auto;
  object-fit: cover;
}
.cid-t0dFAdR84l .item:focus,
.cid-t0dFAdR84l span:focus {
  outline: none;
}
.cid-t0dFAdR84l .item {
  cursor: pointer;
  margin-bottom: 0.8rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
.cid-t0dFAdR84l .element-wrapper {
  position: relative;
  border-radius: 45px;
  background: #207684;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  padding: 4rem;
}
@media (min-width: 1201px) {
  .cid-t0dFAdR84l .element-wrapper .item-content {
    padding-top: 2rem;
  }
  .cid-t0dFAdR84l .element-wrapper .item-footer {
    padding-top: 1rem;
  }
}
@media (max-width: 1200px) {
  .cid-t0dFAdR84l .element-wrapper {
    padding: 2.5rem;
  }
  .cid-t0dFAdR84l .element-wrapper .item-content {
    padding-top: 1rem;
  }
  .cid-t0dFAdR84l .element-wrapper .item-footer {
    padding-top: 1rem;
  }
}
.cid-t0dFAdR84l .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t0dFAdR84l .mbr-section-title {
  color: #207684;
  text-align: center;
}
.cid-t0dFAdR84l .mbr-text,
.cid-t0dFAdR84l .mbr-section-btn {
  text-align: left;
  color: #b9cdd0;
}
.cid-t0dFAdR84l .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-t0dFAdR84l .item-subtitle {
  text-align: left;
}
.cid-t0dFAdR84l .btn-success {
  border: 0 !important;
}
.cid-t07Szf17yI {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-t07Szf17yI .row {
    flex-direction: row-reverse;
  }
  .cid-t07Szf17yI .image-wrapper {
    padding-right: 1.5rem;
  }
  .cid-t07Szf17yI .wrapper {
    padding-left: 1.5rem;
  }
}
.cid-t07Szf17yI .item-title {
  color: #207684;
}
.cid-t07Szf17yI .subtitle-text {
  color: #207684;
}
.cid-t07Szf17yI .item-box {
  display: flex;
}
.cid-t07Szf17yI .num {
  color: #91c2be;
  min-width: max-content;
  margin-right: 1.4rem;
}
.cid-t07Szf17yI .item-text {
  color: #207684;
}
.cid-t07Szf17yI .image-wrapper {
  height: 90%;
}
@media (max-width: 991px) {
  .cid-t07Szf17yI .image-wrapper {
    margin-top: 3rem;
  }
}
.cid-t07Szf17yI .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-t0C7uxqObr {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t0C7uxqObr .link {
  color: #000000;
}
.cid-t0C7uxqObr .link:hover {
  color: #FFFFFF;
}
.cid-t0C7uxqObr .btn:hover {
  background: #207684 !important ;
}
.cid-t2mZQssnwb {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #207684;
}
.cid-t2mZQssnwb .media-wrap {
  padding: 0;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-t2mZQssnwb .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-t2mZQssnwb .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-t2mZQssnwb .row {
    text-align: center;
  }
  .cid-t2mZQssnwb .row > div {
    margin: auto;
  }
  .cid-t2mZQssnwb .social-row {
    justify-content: center;
  }
}
.cid-t2mZQssnwb .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t2mZQssnwb .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-t2mZQssnwb .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t2mZQssnwb .list {
    margin-bottom: 0rem;
  }
}
.cid-t2mZQssnwb .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-t2mZQssnwb .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-t2mZQssnwb div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-t2mZQssnwb .mbr-section-subtitle {
  text-align: center;
}
.cid-tF2vVRorBb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1280x1920.jpeg");
}
.cid-tF2vVRorBb .google-map {
  height: 350px;
  position: relative;
}
.cid-tF2vVRorBb .google-map iframe {
  height: 80%;
  width: 80%;
}
.cid-tF2vVRorBb .google-map [data-state-details] {
  color: #6b6763;
  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-tF2vVRorBb .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tF2vVRorBb .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tF2vVRorBb .mbr-section-title {
  color: #2e697d;
}
.cid-tF2vVRorBb .mbr-section-subtitle {
  color: #2e697d;
}
.cid-t07SzhEk3E {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/ha-1376x146.png");
}
.cid-t07SzhEk3E .mbr-section-title {
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
}
.cid-t07SzhEk3E .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
  padding-bottom: 18px;
  margin-bottom: 0;
  font-weight: 600;
}
.cid-t07SzhEk3E .row {
  align-items: center;
  height: 100%;
}
.cid-t0jg4vdm4f {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 101px;
}
.cid-t0jg4vdm4f nav.navbar {
  position: fixed;
}
.cid-t0jg4vdm4f .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t0jg4vdm4f .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t0jg4vdm4f .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t0jg4vdm4f .dropdown-item:hover,
.cid-t0jg4vdm4f .dropdown-item:focus {
  background: #207684 !important;
  color: white !important;
}
.cid-t0jg4vdm4f .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t0jg4vdm4f .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t0jg4vdm4f .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t0jg4vdm4f .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t0jg4vdm4f .nav-link {
  position: relative;
}
.cid-t0jg4vdm4f .container {
  display: flex;
  margin: auto;
}
.cid-t0jg4vdm4f .iconfont-wrapper {
  color: #207684 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t0jg4vdm4f .dropdown-menu,
.cid-t0jg4vdm4f .navbar.opened {
  background: #ffffff !important;
}
.cid-t0jg4vdm4f .nav-item:focus,
.cid-t0jg4vdm4f .nav-link:focus {
  outline: none;
}
.cid-t0jg4vdm4f .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t0jg4vdm4f .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t0jg4vdm4f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t0jg4vdm4f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t0jg4vdm4f .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t0jg4vdm4f .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t0jg4vdm4f .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t0jg4vdm4f .navbar.opened {
  transition: all 0.3s;
}
.cid-t0jg4vdm4f .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t0jg4vdm4f .navbar .navbar-logo img {
  width: auto;
  height: 101px;
}
.cid-t0jg4vdm4f .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t0jg4vdm4f .navbar.collapsed {
  justify-content: center;
}
.cid-t0jg4vdm4f .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t0jg4vdm4f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t0jg4vdm4f .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 101px;
  }
}
.cid-t0jg4vdm4f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t0jg4vdm4f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t0jg4vdm4f .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t0jg4vdm4f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t0jg4vdm4f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t0jg4vdm4f .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t0jg4vdm4f .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t0jg4vdm4f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t0jg4vdm4f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t0jg4vdm4f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t0jg4vdm4f .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t0jg4vdm4f .navbar .navbar-logo img {
    height: 101px;
  }
  .cid-t0jg4vdm4f .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t0jg4vdm4f .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t0jg4vdm4f .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t0jg4vdm4f .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t0jg4vdm4f .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t0jg4vdm4f .navbar.navbar-short {
  min-height: 60px;
}
.cid-t0jg4vdm4f .navbar.navbar-short .navbar-logo img {
  height: 60px;
}
.cid-t0jg4vdm4f .navbar.navbar-short .navbar-brand {
  min-height: 70px;
  padding: 0;
}
.cid-t0jg4vdm4f .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-t0jg4vdm4f .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t0jg4vdm4f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t0jg4vdm4f .dropdown-item.active,
.cid-t0jg4vdm4f .dropdown-item:active {
  background-color: transparent;
}
.cid-t0jg4vdm4f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t0jg4vdm4f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t0jg4vdm4f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t0jg4vdm4f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t0jg4vdm4f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t0jg4vdm4f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t0jg4vdm4f ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t0jg4vdm4f .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t0jg4vdm4f button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t0jg4vdm4f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #16586e;
}
.cid-t0jg4vdm4f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t0jg4vdm4f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t0jg4vdm4f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t0jg4vdm4f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t0jg4vdm4f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0jg4vdm4f nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t0jg4vdm4f nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t0jg4vdm4f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0jg4vdm4f .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t0jg4vdm4f a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t0jg4vdm4f .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t0jg4vdm4f .navbar {
    height: 70px;
  }
  .cid-t0jg4vdm4f .navbar.opened {
    height: auto;
  }
  .cid-t0jg4vdm4f .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t0jg4vdm4f a:link {
  color: #207684;
}
.cid-t0jg4vdm4f a:visited {
  color: #207684;
}
.cid-t0jg4vdm4f a:hover {
  color: #FFFFFF;
}
.cid-t0jg4vdm4f a:active {
  color: #207684;
}
.cid-t0jg4vdm4f .btn:hover {
  background: #207684 !important ;
}
@charset "UTF-8";
section {
    background-color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

b,
strong {
    font-weight: bold;
}

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

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

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

.hidden {
    visibility: hidden;
}

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

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

.mbr-black {
    color: #111111;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

img,
iframe {
    display: flex;
    width: 50%;
}

.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: 300;
    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: 60%;
    height: 60%;
}

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

.mbr-arrow-up a {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 60px;
    width: 60px;
    border: 2px solid #fff;
    outline-style: none !important;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    text-align: center;
}
.mbr-arrow-up a:hover {
    background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
    line-height: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media {
    display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

.carousel-item img {
    margin: auto;
}

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

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

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

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

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

.card-img {
    width: auto;
}

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

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

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

html,
body {
    height: auto;
    min-height: 100vh;
    font-size: 16px;
}

.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-t0dFwRt5Mw {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-9-1920x1277.jpeg");
}
.cid-t0dFwRt5Mw .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-t0dFwRt5Mw .item-img,
.cid-t0dFwRt5Mw img {
  width: auto;
  object-fit: cover;
}
.cid-t0dFwRt5Mw .item:focus,
.cid-t0dFwRt5Mw span:focus {
  outline: none;
}
.cid-t0dFwRt5Mw .item {
  cursor: pointer;
  margin-bottom: 0.8rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
.cid-t0dFwRt5Mw .element-wrapper {
  position: relative;
  border-radius: 45px;
  background: #207684;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  padding: 4rem;
}
@media (min-width: 1201px) {
  .cid-t0dFwRt5Mw .element-wrapper .item-content {
    padding-top: 2rem;
  }
  .cid-t0dFwRt5Mw .element-wrapper .item-footer {
    padding-top: 1rem;
  }
}
@media (max-width: 1200px) {
  .cid-t0dFwRt5Mw .element-wrapper {
    padding: 2.5rem;
  }
  .cid-t0dFwRt5Mw .element-wrapper .item-content {
    padding-top: 1rem;
  }
  .cid-t0dFwRt5Mw .element-wrapper .item-footer {
    padding-top: 1rem;
  }
}
.cid-t0dFwRt5Mw .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t0dFwRt5Mw .mbr-section-title {
  color: #207684;
  text-align: center;
}
.cid-t0dFwRt5Mw .mbr-text,
.cid-t0dFwRt5Mw .mbr-section-btn {
  text-align: left;
  color: #b9cdd0;
}
.cid-t0dFwRt5Mw .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-t0dFwRt5Mw .item-subtitle {
  text-align: left;
}
.cid-t0dFwRt5Mw .btn-success {
  border: 0 !important;
}
.cid-t07PEDfOLZ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-t07PEDfOLZ .image-wrapper {
    padding-left: 1.5rem;
  }
  .cid-t07PEDfOLZ .wrapper {
    padding-right: 1.3rem;
  }
}
.cid-t07PEDfOLZ .item-title {
  color: #207684;
}
.cid-t07PEDfOLZ .subtitle-text {
  color: #207684;
}
.cid-t07PEDfOLZ .item-box {
  display: flex;
}
.cid-t07PEDfOLZ .num {
  color: #91c2be;
  min-width: max-content;
  margin-right: 1.4rem;
}
.cid-t07PEDfOLZ .item-text {
  color: #207684;
}
.cid-t07PEDfOLZ .image-wrapper {
  height: 85%;
}
@media (max-width: 991px) {
  .cid-t07PEDfOLZ .image-wrapper {
    margin-top: 3rem;
  }
}
.cid-t07PEDfOLZ .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-t0C7qrXLht {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t0C7qrXLht .link {
  color: #000000;
}
.cid-t0C7qrXLht .link:hover {
  color: #FFFFFF;
}
.cid-t0C7qrXLht .btn:hover {
  background: #207684 !important ;
}
.cid-t2mZQssnwb {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #207684;
}
.cid-t2mZQssnwb .media-wrap {
  padding: 0;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-t2mZQssnwb .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-t2mZQssnwb .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-t2mZQssnwb .row {
    text-align: center;
  }
  .cid-t2mZQssnwb .row > div {
    margin: auto;
  }
  .cid-t2mZQssnwb .social-row {
    justify-content: center;
  }
}
.cid-t2mZQssnwb .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t2mZQssnwb .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-t2mZQssnwb .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t2mZQssnwb .list {
    margin-bottom: 0rem;
  }
}
.cid-t2mZQssnwb .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-t2mZQssnwb .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-t2mZQssnwb div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-t2mZQssnwb .mbr-section-subtitle {
  text-align: center;
}
.cid-tF2vSeNuLx {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1280x1920.jpeg");
}
.cid-tF2vSeNuLx .google-map {
  height: 350px;
  position: relative;
}
.cid-tF2vSeNuLx .google-map iframe {
  height: 80%;
  width: 80%;
}
.cid-tF2vSeNuLx .google-map [data-state-details] {
  color: #6b6763;
  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-tF2vSeNuLx .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tF2vSeNuLx .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tF2vSeNuLx .mbr-section-title {
  color: #2e697d;
}
.cid-tF2vSeNuLx .mbr-section-subtitle {
  color: #2e697d;
}
.cid-t07PEFMFxw {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/ha-1376x146.png");
}
.cid-t07PEFMFxw .mbr-section-title {
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
}
.cid-t07PEFMFxw .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
  padding-bottom: 18px;
  margin-bottom: 0;
  font-weight: 600;
}
.cid-t07PEFMFxw .row {
  align-items: center;
  height: 100%;
}
.cid-t0jg4vdm4f {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 101px;
}
.cid-t0jg4vdm4f nav.navbar {
  position: fixed;
}
.cid-t0jg4vdm4f .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t0jg4vdm4f .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t0jg4vdm4f .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t0jg4vdm4f .dropdown-item:hover,
.cid-t0jg4vdm4f .dropdown-item:focus {
  background: #207684 !important;
  color: white !important;
}
.cid-t0jg4vdm4f .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t0jg4vdm4f .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t0jg4vdm4f .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t0jg4vdm4f .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t0jg4vdm4f .nav-link {
  position: relative;
}
.cid-t0jg4vdm4f .container {
  display: flex;
  margin: auto;
}
.cid-t0jg4vdm4f .iconfont-wrapper {
  color: #207684 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t0jg4vdm4f .dropdown-menu,
.cid-t0jg4vdm4f .navbar.opened {
  background: #ffffff !important;
}
.cid-t0jg4vdm4f .nav-item:focus,
.cid-t0jg4vdm4f .nav-link:focus {
  outline: none;
}
.cid-t0jg4vdm4f .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t0jg4vdm4f .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t0jg4vdm4f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t0jg4vdm4f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t0jg4vdm4f .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t0jg4vdm4f .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t0jg4vdm4f .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t0jg4vdm4f .navbar.opened {
  transition: all 0.3s;
}
.cid-t0jg4vdm4f .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t0jg4vdm4f .navbar .navbar-logo img {
  width: auto;
  height: 101px;
}
.cid-t0jg4vdm4f .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t0jg4vdm4f .navbar.collapsed {
  justify-content: center;
}
.cid-t0jg4vdm4f .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t0jg4vdm4f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t0jg4vdm4f .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 101px;
  }
}
.cid-t0jg4vdm4f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t0jg4vdm4f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t0jg4vdm4f .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t0jg4vdm4f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t0jg4vdm4f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t0jg4vdm4f .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t0jg4vdm4f .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t0jg4vdm4f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t0jg4vdm4f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t0jg4vdm4f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t0jg4vdm4f .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t0jg4vdm4f .navbar .navbar-logo img {
    height: 101px;
  }
  .cid-t0jg4vdm4f .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t0jg4vdm4f .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t0jg4vdm4f .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t0jg4vdm4f .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t0jg4vdm4f .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t0jg4vdm4f .navbar.navbar-short {
  min-height: 60px;
}
.cid-t0jg4vdm4f .navbar.navbar-short .navbar-logo img {
  height: 60px;
}
.cid-t0jg4vdm4f .navbar.navbar-short .navbar-brand {
  min-height: 70px;
  padding: 0;
}
.cid-t0jg4vdm4f .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-t0jg4vdm4f .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t0jg4vdm4f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t0jg4vdm4f .dropdown-item.active,
.cid-t0jg4vdm4f .dropdown-item:active {
  background-color: transparent;
}
.cid-t0jg4vdm4f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t0jg4vdm4f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t0jg4vdm4f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t0jg4vdm4f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t0jg4vdm4f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t0jg4vdm4f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t0jg4vdm4f ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t0jg4vdm4f .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t0jg4vdm4f button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t0jg4vdm4f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #16586e;
}
.cid-t0jg4vdm4f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t0jg4vdm4f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t0jg4vdm4f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t0jg4vdm4f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t0jg4vdm4f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0jg4vdm4f nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t0jg4vdm4f nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t0jg4vdm4f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0jg4vdm4f .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t0jg4vdm4f a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t0jg4vdm4f .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t0jg4vdm4f .navbar {
    height: 70px;
  }
  .cid-t0jg4vdm4f .navbar.opened {
    height: auto;
  }
  .cid-t0jg4vdm4f .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t0jg4vdm4f a:link {
  color: #207684;
}
.cid-t0jg4vdm4f a:visited {
  color: #207684;
}
.cid-t0jg4vdm4f a:hover {
  color: #FFFFFF;
}
.cid-t0jg4vdm4f a:active {
  color: #207684;
}
.cid-t0jg4vdm4f .btn:hover {
  background: #207684 !important ;
}
@charset "UTF-8";
section {
    background-color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

b,
strong {
    font-weight: bold;
}

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

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

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

.hidden {
    visibility: hidden;
}

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

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

.mbr-black {
    color: #111111;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

img,
iframe {
    display: flex;
    width: 50%;
}

.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: 300;
    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: 60%;
    height: 60%;
}

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

.mbr-arrow-up a {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 60px;
    width: 60px;
    border: 2px solid #fff;
    outline-style: none !important;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    text-align: center;
}
.mbr-arrow-up a:hover {
    background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
    line-height: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media {
    display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

.carousel-item img {
    margin: auto;
}

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

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

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

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

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

.card-img {
    width: auto;
}

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

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

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

html,
body {
    height: auto;
    min-height: 100vh;
    font-size: 16px;
}

.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-t0dFrrXIAV {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-6-1920x1277.jpeg");
}
.cid-t0dFrrXIAV .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-t0dFrrXIAV .item-img,
.cid-t0dFrrXIAV img {
  width: auto;
  object-fit: cover;
}
.cid-t0dFrrXIAV .item:focus,
.cid-t0dFrrXIAV span:focus {
  outline: none;
}
.cid-t0dFrrXIAV .item {
  cursor: pointer;
  margin-bottom: 0.8rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
.cid-t0dFrrXIAV .element-wrapper {
  position: relative;
  border-radius: 45px;
  background: #207684;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  padding: 4rem;
}
@media (min-width: 1201px) {
  .cid-t0dFrrXIAV .element-wrapper .item-content {
    padding-top: 2rem;
  }
  .cid-t0dFrrXIAV .element-wrapper .item-footer {
    padding-top: 1rem;
  }
}
@media (max-width: 1200px) {
  .cid-t0dFrrXIAV .element-wrapper {
    padding: 2.5rem;
  }
  .cid-t0dFrrXIAV .element-wrapper .item-content {
    padding-top: 1rem;
  }
  .cid-t0dFrrXIAV .element-wrapper .item-footer {
    padding-top: 1rem;
  }
}
.cid-t0dFrrXIAV .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t0dFrrXIAV .mbr-section-title {
  color: #207684;
  text-align: center;
}
.cid-t0dFrrXIAV .mbr-text,
.cid-t0dFrrXIAV .mbr-section-btn {
  text-align: left;
  color: #b9cdd0;
}
.cid-t0dFrrXIAV .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-t0dFrrXIAV .item-subtitle {
  text-align: left;
}
.cid-t0dFrrXIAV .btn-success {
  border: 0 !important;
}
.cid-t07KliYYII {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-t07KliYYII .row {
    flex-direction: row-reverse;
  }
  .cid-t07KliYYII .image-wrapper {
    padding-right: 1.5rem;
  }
  .cid-t07KliYYII .wrapper {
    padding-left: 1.5rem;
  }
}
.cid-t07KliYYII .item-title {
  color: #207684;
}
.cid-t07KliYYII .subtitle-text {
  color: #207684;
}
.cid-t07KliYYII .item-box {
  display: flex;
}
.cid-t07KliYYII .num {
  color: #bed3f9;
  min-width: max-content;
  margin-right: 1.4rem;
}
.cid-t07KliYYII .item-text {
  color: #207684;
}
.cid-t07KliYYII .image-wrapper {
  height: 90%;
}
@media (max-width: 991px) {
  .cid-t07KliYYII .image-wrapper {
    margin-top: 3rem;
  }
}
.cid-t07KliYYII .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-t0C7luMUVa {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t0C7luMUVa .link {
  color: #000000;
}
.cid-t0C7luMUVa .link:hover {
  color: #FFFFFF;
}
.cid-t0C7luMUVa .btn:hover {
  background: #207684 !important ;
}
.cid-t2mZQssnwb {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #207684;
}
.cid-t2mZQssnwb .media-wrap {
  padding: 0;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-t2mZQssnwb .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-t2mZQssnwb .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-t2mZQssnwb .row {
    text-align: center;
  }
  .cid-t2mZQssnwb .row > div {
    margin: auto;
  }
  .cid-t2mZQssnwb .social-row {
    justify-content: center;
  }
}
.cid-t2mZQssnwb .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t2mZQssnwb .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-t2mZQssnwb .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t2mZQssnwb .list {
    margin-bottom: 0rem;
  }
}
.cid-t2mZQssnwb .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-t2mZQssnwb .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-t2mZQssnwb div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-t2mZQssnwb .mbr-section-subtitle {
  text-align: center;
}
.cid-tF2vM0xFjG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1280x1920.jpeg");
}
.cid-tF2vM0xFjG .google-map {
  height: 350px;
  position: relative;
}
.cid-tF2vM0xFjG .google-map iframe {
  height: 80%;
  width: 80%;
}
.cid-tF2vM0xFjG .google-map [data-state-details] {
  color: #6b6763;
  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-tF2vM0xFjG .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tF2vM0xFjG .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tF2vM0xFjG .mbr-section-title {
  color: #2e697d;
}
.cid-tF2vM0xFjG .mbr-section-subtitle {
  color: #2e697d;
}
.cid-t07Kllzm11 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/ha-1376x146.png");
}
.cid-t07Kllzm11 .mbr-section-title {
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
}
.cid-t07Kllzm11 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
  padding-bottom: 18px;
  margin-bottom: 0;
  font-weight: 600;
}
.cid-t07Kllzm11 .row {
  align-items: center;
  height: 100%;
}
.cid-t0jg4vdm4f {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 101px;
}
.cid-t0jg4vdm4f nav.navbar {
  position: fixed;
}
.cid-t0jg4vdm4f .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t0jg4vdm4f .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t0jg4vdm4f .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t0jg4vdm4f .dropdown-item:hover,
.cid-t0jg4vdm4f .dropdown-item:focus {
  background: #207684 !important;
  color: white !important;
}
.cid-t0jg4vdm4f .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t0jg4vdm4f .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t0jg4vdm4f .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t0jg4vdm4f .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t0jg4vdm4f .nav-link {
  position: relative;
}
.cid-t0jg4vdm4f .container {
  display: flex;
  margin: auto;
}
.cid-t0jg4vdm4f .iconfont-wrapper {
  color: #207684 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t0jg4vdm4f .dropdown-menu,
.cid-t0jg4vdm4f .navbar.opened {
  background: #ffffff !important;
}
.cid-t0jg4vdm4f .nav-item:focus,
.cid-t0jg4vdm4f .nav-link:focus {
  outline: none;
}
.cid-t0jg4vdm4f .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t0jg4vdm4f .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t0jg4vdm4f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t0jg4vdm4f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t0jg4vdm4f .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t0jg4vdm4f .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t0jg4vdm4f .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t0jg4vdm4f .navbar.opened {
  transition: all 0.3s;
}
.cid-t0jg4vdm4f .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t0jg4vdm4f .navbar .navbar-logo img {
  width: auto;
  height: 101px;
}
.cid-t0jg4vdm4f .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t0jg4vdm4f .navbar.collapsed {
  justify-content: center;
}
.cid-t0jg4vdm4f .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t0jg4vdm4f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t0jg4vdm4f .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 101px;
  }
}
.cid-t0jg4vdm4f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t0jg4vdm4f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t0jg4vdm4f .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t0jg4vdm4f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t0jg4vdm4f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t0jg4vdm4f .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t0jg4vdm4f .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t0jg4vdm4f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t0jg4vdm4f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t0jg4vdm4f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t0jg4vdm4f .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t0jg4vdm4f .navbar .navbar-logo img {
    height: 101px;
  }
  .cid-t0jg4vdm4f .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t0jg4vdm4f .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t0jg4vdm4f .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t0jg4vdm4f .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t0jg4vdm4f .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t0jg4vdm4f .navbar.navbar-short {
  min-height: 60px;
}
.cid-t0jg4vdm4f .navbar.navbar-short .navbar-logo img {
  height: 60px;
}
.cid-t0jg4vdm4f .navbar.navbar-short .navbar-brand {
  min-height: 70px;
  padding: 0;
}
.cid-t0jg4vdm4f .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-t0jg4vdm4f .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t0jg4vdm4f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t0jg4vdm4f .dropdown-item.active,
.cid-t0jg4vdm4f .dropdown-item:active {
  background-color: transparent;
}
.cid-t0jg4vdm4f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t0jg4vdm4f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t0jg4vdm4f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t0jg4vdm4f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t0jg4vdm4f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t0jg4vdm4f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t0jg4vdm4f ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t0jg4vdm4f .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t0jg4vdm4f button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t0jg4vdm4f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #16586e;
}
.cid-t0jg4vdm4f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t0jg4vdm4f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t0jg4vdm4f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t0jg4vdm4f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t0jg4vdm4f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0jg4vdm4f nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t0jg4vdm4f nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t0jg4vdm4f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0jg4vdm4f .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t0jg4vdm4f a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t0jg4vdm4f .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t0jg4vdm4f .navbar {
    height: 70px;
  }
  .cid-t0jg4vdm4f .navbar.opened {
    height: auto;
  }
  .cid-t0jg4vdm4f .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t0jg4vdm4f a:link {
  color: #207684;
}
.cid-t0jg4vdm4f a:visited {
  color: #207684;
}
.cid-t0jg4vdm4f a:hover {
  color: #FFFFFF;
}
.cid-t0jg4vdm4f a:active {
  color: #207684;
}
.cid-t0jg4vdm4f .btn:hover {
  background: #207684 !important ;
}
@charset "UTF-8";
section {
    background-color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

b,
strong {
    font-weight: bold;
}

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

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

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

.hidden {
    visibility: hidden;
}

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

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

.mbr-black {
    color: #111111;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

img,
iframe {
    display: flex;
    width: 50%;
}

.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: 300;
    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: 60%;
    height: 60%;
}

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

.mbr-arrow-up a {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 60px;
    width: 60px;
    border: 2px solid #fff;
    outline-style: none !important;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    text-align: center;
}
.mbr-arrow-up a:hover {
    background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
    line-height: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media {
    display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

.carousel-item img {
    margin: auto;
}

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

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

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

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

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

.card-img {
    width: auto;
}

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

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

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

html,
body {
    height: auto;
    min-height: 100vh;
    font-size: 16px;
}

.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-t0dFn2eexp {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-9-1920x1277.jpeg");
}
.cid-t0dFn2eexp .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-t0dFn2eexp .item-img,
.cid-t0dFn2eexp img {
  width: auto;
  object-fit: cover;
}
.cid-t0dFn2eexp .item:focus,
.cid-t0dFn2eexp span:focus {
  outline: none;
}
.cid-t0dFn2eexp .item {
  cursor: pointer;
  margin-bottom: 0.8rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
.cid-t0dFn2eexp .element-wrapper {
  position: relative;
  border-radius: 45px;
  background: #207684;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  padding: 4rem;
}
@media (min-width: 1201px) {
  .cid-t0dFn2eexp .element-wrapper .item-content {
    padding-top: 2rem;
  }
  .cid-t0dFn2eexp .element-wrapper .item-footer {
    padding-top: 1rem;
  }
}
@media (max-width: 1200px) {
  .cid-t0dFn2eexp .element-wrapper {
    padding: 2.5rem;
  }
  .cid-t0dFn2eexp .element-wrapper .item-content {
    padding-top: 1rem;
  }
  .cid-t0dFn2eexp .element-wrapper .item-footer {
    padding-top: 1rem;
  }
}
.cid-t0dFn2eexp .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t0dFn2eexp .mbr-section-title {
  color: #207684;
  text-align: center;
}
.cid-t0dFn2eexp .mbr-text,
.cid-t0dFn2eexp .mbr-section-btn {
  text-align: left;
  color: #b9cdd0;
}
.cid-t0dFn2eexp .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-t0dFn2eexp .item-subtitle {
  text-align: left;
}
.cid-t0dFn2eexp .btn-success {
  border: 0 !important;
}
.cid-t07H4hv49d {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-t07H4hv49d .image-wrapper {
    padding-left: 1.5rem;
  }
  .cid-t07H4hv49d .wrapper {
    padding-right: 1.5rem;
  }
}
.cid-t07H4hv49d .item-title {
  color: #207684;
}
.cid-t07H4hv49d .subtitle-text {
  color: #207684;
}
.cid-t07H4hv49d .item-box {
  display: flex;
}
.cid-t07H4hv49d .num {
  color: #91c2be;
  min-width: max-content;
  margin-right: 1.4rem;
}
.cid-t07H4hv49d .item-text {
  color: #207684;
}
.cid-t07H4hv49d .image-wrapper {
  height: 70%;
}
@media (max-width: 991px) {
  .cid-t07H4hv49d .image-wrapper {
    margin-top: 3rem;
  }
}
.cid-t07H4hv49d .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-t0C7anjEB3 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t0C7anjEB3 .link {
  color: #000000;
}
.cid-t0C7anjEB3 .link:hover {
  color: #FFFFFF;
}
.cid-t0C7anjEB3 .btn:hover {
  background: #207684 !important ;
}
.cid-t2mZQssnwb {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #207684;
}
.cid-t2mZQssnwb .media-wrap {
  padding: 0;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-t2mZQssnwb .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-t2mZQssnwb .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-t2mZQssnwb .row {
    text-align: center;
  }
  .cid-t2mZQssnwb .row > div {
    margin: auto;
  }
  .cid-t2mZQssnwb .social-row {
    justify-content: center;
  }
}
.cid-t2mZQssnwb .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t2mZQssnwb .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-t2mZQssnwb .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t2mZQssnwb .list {
    margin-bottom: 0rem;
  }
}
.cid-t2mZQssnwb .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-t2mZQssnwb .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-t2mZQssnwb div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-t2mZQssnwb .mbr-section-subtitle {
  text-align: center;
}
.cid-tF2vDqZYGF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1280x1920.jpeg");
}
.cid-tF2vDqZYGF .google-map {
  height: 350px;
  position: relative;
}
.cid-tF2vDqZYGF .google-map iframe {
  height: 80%;
  width: 80%;
}
.cid-tF2vDqZYGF .google-map [data-state-details] {
  color: #6b6763;
  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-tF2vDqZYGF .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tF2vDqZYGF .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tF2vDqZYGF .mbr-section-title {
  color: #2e697d;
}
.cid-tF2vDqZYGF .mbr-section-subtitle {
  color: #2e697d;
}
.cid-t07H4kE4or {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/ha-1376x146.png");
}
.cid-t07H4kE4or .mbr-section-title {
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
}
.cid-t07H4kE4or .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
  padding-bottom: 18px;
  margin-bottom: 0;
  font-weight: 600;
}
.cid-t07H4kE4or .row {
  align-items: center;
  height: 100%;
}
.cid-t0jg4vdm4f {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 101px;
}
.cid-t0jg4vdm4f nav.navbar {
  position: fixed;
}
.cid-t0jg4vdm4f .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t0jg4vdm4f .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t0jg4vdm4f .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t0jg4vdm4f .dropdown-item:hover,
.cid-t0jg4vdm4f .dropdown-item:focus {
  background: #207684 !important;
  color: white !important;
}
.cid-t0jg4vdm4f .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t0jg4vdm4f .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t0jg4vdm4f .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t0jg4vdm4f .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t0jg4vdm4f .nav-link {
  position: relative;
}
.cid-t0jg4vdm4f .container {
  display: flex;
  margin: auto;
}
.cid-t0jg4vdm4f .iconfont-wrapper {
  color: #207684 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t0jg4vdm4f .dropdown-menu,
.cid-t0jg4vdm4f .navbar.opened {
  background: #ffffff !important;
}
.cid-t0jg4vdm4f .nav-item:focus,
.cid-t0jg4vdm4f .nav-link:focus {
  outline: none;
}
.cid-t0jg4vdm4f .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t0jg4vdm4f .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t0jg4vdm4f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t0jg4vdm4f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t0jg4vdm4f .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t0jg4vdm4f .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t0jg4vdm4f .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t0jg4vdm4f .navbar.opened {
  transition: all 0.3s;
}
.cid-t0jg4vdm4f .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t0jg4vdm4f .navbar .navbar-logo img {
  width: auto;
  height: 101px;
}
.cid-t0jg4vdm4f .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t0jg4vdm4f .navbar.collapsed {
  justify-content: center;
}
.cid-t0jg4vdm4f .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t0jg4vdm4f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t0jg4vdm4f .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 101px;
  }
}
.cid-t0jg4vdm4f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t0jg4vdm4f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t0jg4vdm4f .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t0jg4vdm4f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t0jg4vdm4f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t0jg4vdm4f .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t0jg4vdm4f .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t0jg4vdm4f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t0jg4vdm4f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t0jg4vdm4f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t0jg4vdm4f .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t0jg4vdm4f .navbar .navbar-logo img {
    height: 101px;
  }
  .cid-t0jg4vdm4f .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t0jg4vdm4f .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t0jg4vdm4f .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t0jg4vdm4f .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t0jg4vdm4f .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t0jg4vdm4f .navbar.navbar-short {
  min-height: 60px;
}
.cid-t0jg4vdm4f .navbar.navbar-short .navbar-logo img {
  height: 60px;
}
.cid-t0jg4vdm4f .navbar.navbar-short .navbar-brand {
  min-height: 70px;
  padding: 0;
}
.cid-t0jg4vdm4f .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-t0jg4vdm4f .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t0jg4vdm4f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t0jg4vdm4f .dropdown-item.active,
.cid-t0jg4vdm4f .dropdown-item:active {
  background-color: transparent;
}
.cid-t0jg4vdm4f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t0jg4vdm4f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t0jg4vdm4f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t0jg4vdm4f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t0jg4vdm4f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t0jg4vdm4f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t0jg4vdm4f ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t0jg4vdm4f .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t0jg4vdm4f button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t0jg4vdm4f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #16586e;
}
.cid-t0jg4vdm4f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t0jg4vdm4f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t0jg4vdm4f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t0jg4vdm4f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t0jg4vdm4f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0jg4vdm4f nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t0jg4vdm4f nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t0jg4vdm4f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0jg4vdm4f .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t0jg4vdm4f a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t0jg4vdm4f .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t0jg4vdm4f .navbar {
    height: 70px;
  }
  .cid-t0jg4vdm4f .navbar.opened {
    height: auto;
  }
  .cid-t0jg4vdm4f .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t0jg4vdm4f a:link {
  color: #207684;
}
.cid-t0jg4vdm4f a:visited {
  color: #207684;
}
.cid-t0jg4vdm4f a:hover {
  color: #FFFFFF;
}
.cid-t0jg4vdm4f a:active {
  color: #207684;
}
.cid-t0jg4vdm4f .btn:hover {
  background: #207684 !important ;
}
@charset "UTF-8";
section {
    background-color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

b,
strong {
    font-weight: bold;
}

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

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

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

.hidden {
    visibility: hidden;
}

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

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

.mbr-black {
    color: #111111;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

img,
iframe {
    display: flex;
    width: 50%;
}

.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: 300;
    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: 60%;
    height: 60%;
}

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

.mbr-arrow-up a {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 60px;
    width: 60px;
    border: 2px solid #fff;
    outline-style: none !important;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    text-align: center;
}
.mbr-arrow-up a:hover {
    background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
    line-height: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media {
    display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

.carousel-item img {
    margin: auto;
}

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

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

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

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

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

.card-img {
    width: auto;
}

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

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

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

html,
body {
    height: auto;
    min-height: 100vh;
    font-size: 16px;
}

.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-t0dFibe7KO {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-9-1920x1277.jpeg");
}
.cid-t0dFibe7KO .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-t0dFibe7KO .item-img,
.cid-t0dFibe7KO img {
  width: auto;
  object-fit: cover;
}
.cid-t0dFibe7KO .item:focus,
.cid-t0dFibe7KO span:focus {
  outline: none;
}
.cid-t0dFibe7KO .item {
  cursor: pointer;
  margin-bottom: 0.8rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
.cid-t0dFibe7KO .element-wrapper {
  position: relative;
  border-radius: 45px;
  background: #207684;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  padding: 4rem;
}
@media (min-width: 1201px) {
  .cid-t0dFibe7KO .element-wrapper .item-content {
    padding-top: 2rem;
  }
  .cid-t0dFibe7KO .element-wrapper .item-footer {
    padding-top: 1rem;
  }
}
@media (max-width: 1200px) {
  .cid-t0dFibe7KO .element-wrapper {
    padding: 2.5rem;
  }
  .cid-t0dFibe7KO .element-wrapper .item-content {
    padding-top: 1rem;
  }
  .cid-t0dFibe7KO .element-wrapper .item-footer {
    padding-top: 1rem;
  }
}
.cid-t0dFibe7KO .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t0dFibe7KO .mbr-section-title {
  color: #207684;
  text-align: center;
}
.cid-t0dFibe7KO .mbr-text,
.cid-t0dFibe7KO .mbr-section-btn {
  text-align: left;
  color: #b9cdd0;
}
.cid-t0dFibe7KO .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-t0dFibe7KO .item-subtitle {
  text-align: left;
}
.cid-t0dFibe7KO .btn-success {
  border: 0 !important;
}
.cid-t07FnM5HdU {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-t07FnM5HdU .image-wrapper {
    padding-left: 1.5rem;
  }
  .cid-t07FnM5HdU .wrapper {
    padding-right: 1.5rem;
  }
}
.cid-t07FnM5HdU .item-title {
  color: #207684;
}
.cid-t07FnM5HdU .subtitle-text {
  color: #207684;
}
.cid-t07FnM5HdU .item-box {
  display: flex;
}
.cid-t07FnM5HdU .num {
  color: #207684;
  min-width: max-content;
  margin-right: 1.4rem;
}
.cid-t07FnM5HdU .item-text {
  color: #207684;
}
.cid-t07FnM5HdU .image-wrapper {
  height: 95%;
}
@media (max-width: 991px) {
  .cid-t07FnM5HdU .image-wrapper {
    margin-top: 3rem;
  }
}
.cid-t07FnM5HdU .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-t0C74xTHCx {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t0C74xTHCx .link {
  color: #000000;
}
.cid-t0C74xTHCx .link:hover {
  color: #FFFFFF;
}
.cid-t0C74xTHCx .btn:hover {
  background: #207684 !important ;
}
.cid-t2mZQssnwb {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #207684;
}
.cid-t2mZQssnwb .media-wrap {
  padding: 0;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-t2mZQssnwb .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-t2mZQssnwb .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-t2mZQssnwb .row {
    text-align: center;
  }
  .cid-t2mZQssnwb .row > div {
    margin: auto;
  }
  .cid-t2mZQssnwb .social-row {
    justify-content: center;
  }
}
.cid-t2mZQssnwb .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t2mZQssnwb .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-t2mZQssnwb .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t2mZQssnwb .list {
    margin-bottom: 0rem;
  }
}
.cid-t2mZQssnwb .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-t2mZQssnwb .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-t2mZQssnwb div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-t2mZQssnwb .mbr-section-subtitle {
  text-align: center;
}
.cid-tF2vzbgJH0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1280x1920.jpeg");
}
.cid-tF2vzbgJH0 .google-map {
  height: 350px;
  position: relative;
}
.cid-tF2vzbgJH0 .google-map iframe {
  height: 80%;
  width: 80%;
}
.cid-tF2vzbgJH0 .google-map [data-state-details] {
  color: #6b6763;
  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-tF2vzbgJH0 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tF2vzbgJH0 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tF2vzbgJH0 .mbr-section-title {
  color: #2e697d;
}
.cid-tF2vzbgJH0 .mbr-section-subtitle {
  color: #2e697d;
}
.cid-t07CkiYYnz {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/ha-1376x146.png");
}
.cid-t07CkiYYnz .mbr-section-title {
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
}
.cid-t07CkiYYnz .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
  padding-bottom: 18px;
  margin-bottom: 0;
  font-weight: 600;
}
.cid-t07CkiYYnz .row {
  align-items: center;
  height: 100%;
}
.cid-t0jg4vdm4f {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 101px;
}
.cid-t0jg4vdm4f nav.navbar {
  position: fixed;
}
.cid-t0jg4vdm4f .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t0jg4vdm4f .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t0jg4vdm4f .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t0jg4vdm4f .dropdown-item:hover,
.cid-t0jg4vdm4f .dropdown-item:focus {
  background: #207684 !important;
  color: white !important;
}
.cid-t0jg4vdm4f .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t0jg4vdm4f .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t0jg4vdm4f .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t0jg4vdm4f .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t0jg4vdm4f .nav-link {
  position: relative;
}
.cid-t0jg4vdm4f .container {
  display: flex;
  margin: auto;
}
.cid-t0jg4vdm4f .iconfont-wrapper {
  color: #207684 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t0jg4vdm4f .dropdown-menu,
.cid-t0jg4vdm4f .navbar.opened {
  background: #ffffff !important;
}
.cid-t0jg4vdm4f .nav-item:focus,
.cid-t0jg4vdm4f .nav-link:focus {
  outline: none;
}
.cid-t0jg4vdm4f .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t0jg4vdm4f .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t0jg4vdm4f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t0jg4vdm4f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t0jg4vdm4f .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t0jg4vdm4f .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t0jg4vdm4f .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t0jg4vdm4f .navbar.opened {
  transition: all 0.3s;
}
.cid-t0jg4vdm4f .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t0jg4vdm4f .navbar .navbar-logo img {
  width: auto;
  height: 101px;
}
.cid-t0jg4vdm4f .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t0jg4vdm4f .navbar.collapsed {
  justify-content: center;
}
.cid-t0jg4vdm4f .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t0jg4vdm4f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t0jg4vdm4f .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 101px;
  }
}
.cid-t0jg4vdm4f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t0jg4vdm4f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t0jg4vdm4f .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t0jg4vdm4f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t0jg4vdm4f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t0jg4vdm4f .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t0jg4vdm4f .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t0jg4vdm4f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t0jg4vdm4f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t0jg4vdm4f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t0jg4vdm4f .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t0jg4vdm4f .navbar .navbar-logo img {
    height: 101px;
  }
  .cid-t0jg4vdm4f .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t0jg4vdm4f .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t0jg4vdm4f .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t0jg4vdm4f .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t0jg4vdm4f .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t0jg4vdm4f .navbar.navbar-short {
  min-height: 60px;
}
.cid-t0jg4vdm4f .navbar.navbar-short .navbar-logo img {
  height: 60px;
}
.cid-t0jg4vdm4f .navbar.navbar-short .navbar-brand {
  min-height: 70px;
  padding: 0;
}
.cid-t0jg4vdm4f .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-t0jg4vdm4f .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t0jg4vdm4f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t0jg4vdm4f .dropdown-item.active,
.cid-t0jg4vdm4f .dropdown-item:active {
  background-color: transparent;
}
.cid-t0jg4vdm4f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t0jg4vdm4f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t0jg4vdm4f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t0jg4vdm4f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t0jg4vdm4f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t0jg4vdm4f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t0jg4vdm4f ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t0jg4vdm4f .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t0jg4vdm4f button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t0jg4vdm4f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #16586e;
}
.cid-t0jg4vdm4f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t0jg4vdm4f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t0jg4vdm4f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t0jg4vdm4f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t0jg4vdm4f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0jg4vdm4f nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t0jg4vdm4f nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t0jg4vdm4f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0jg4vdm4f .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t0jg4vdm4f a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t0jg4vdm4f .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t0jg4vdm4f .navbar {
    height: 70px;
  }
  .cid-t0jg4vdm4f .navbar.opened {
    height: auto;
  }
  .cid-t0jg4vdm4f .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t0jg4vdm4f a:link {
  color: #207684;
}
.cid-t0jg4vdm4f a:visited {
  color: #207684;
}
.cid-t0jg4vdm4f a:hover {
  color: #FFFFFF;
}
.cid-t0jg4vdm4f a:active {
  color: #207684;
}
.cid-t0jg4vdm4f .btn:hover {
  background: #207684 !important ;
}
@charset "UTF-8";
section {
    background-color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

b,
strong {
    font-weight: bold;
}

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

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

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

.hidden {
    visibility: hidden;
}

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

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

.mbr-black {
    color: #111111;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

img,
iframe {
    display: flex;
    width: 50%;
}

.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: 300;
    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: 60%;
    height: 60%;
}

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

.mbr-arrow-up a {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 60px;
    width: 60px;
    border: 2px solid #fff;
    outline-style: none !important;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    text-align: center;
}
.mbr-arrow-up a:hover {
    background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
    line-height: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media {
    display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

.carousel-item img {
    margin: auto;
}

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

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

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

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

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

.card-img {
    width: auto;
}

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

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

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

html,
body {
    height: auto;
    min-height: 100vh;
    font-size: 16px;
}

.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-t0dF6VHCqL {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-6-1920x1277.jpeg");
}
.cid-t0dF6VHCqL .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-t0dF6VHCqL .item-img,
.cid-t0dF6VHCqL img {
  width: auto;
  object-fit: cover;
}
.cid-t0dF6VHCqL .item:focus,
.cid-t0dF6VHCqL span:focus {
  outline: none;
}
.cid-t0dF6VHCqL .item {
  cursor: pointer;
  margin-bottom: 0.8rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
.cid-t0dF6VHCqL .element-wrapper {
  position: relative;
  border-radius: 45px;
  background: #207684;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  padding: 4rem;
}
@media (min-width: 1201px) {
  .cid-t0dF6VHCqL .element-wrapper .item-content {
    padding-top: 2rem;
  }
  .cid-t0dF6VHCqL .element-wrapper .item-footer {
    padding-top: 1rem;
  }
}
@media (max-width: 1200px) {
  .cid-t0dF6VHCqL .element-wrapper {
    padding: 2.5rem;
  }
  .cid-t0dF6VHCqL .element-wrapper .item-content {
    padding-top: 1rem;
  }
  .cid-t0dF6VHCqL .element-wrapper .item-footer {
    padding-top: 1rem;
  }
}
.cid-t0dF6VHCqL .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t0dF6VHCqL .mbr-section-title {
  color: #207684;
  text-align: center;
}
.cid-t0dF6VHCqL .mbr-text,
.cid-t0dF6VHCqL .mbr-section-btn {
  text-align: left;
  color: #b9cdd0;
}
.cid-t0dF6VHCqL .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-t0dF6VHCqL .item-subtitle {
  text-align: left;
}
.cid-t0dF6VHCqL .btn-success {
  border: 0 !important;
}
.cid-t070CceBSB {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-t070CceBSB .row {
    flex-direction: row-reverse;
  }
  .cid-t070CceBSB .image-wrapper {
    padding-right: 1.5rem;
  }
  .cid-t070CceBSB .wrapper {
    padding-left: 1.5rem;
  }
}
.cid-t070CceBSB .item-title {
  color: #207684;
}
.cid-t070CceBSB .subtitle-text {
  color: #207684;
}
.cid-t070CceBSB .item-box {
  display: flex;
}
.cid-t070CceBSB .num {
  color: #91c2be;
  min-width: max-content;
  margin-right: 1.4rem;
}
.cid-t070CceBSB .item-text {
  color: #207684;
}
.cid-t070CceBSB .image-wrapper {
  height: 90%;
}
@media (max-width: 991px) {
  .cid-t070CceBSB .image-wrapper {
    margin-top: 3rem;
  }
}
.cid-t070CceBSB .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-t0C6NHEe7v {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t0C6NHEe7v .link {
  color: #000000;
}
.cid-t0C6NHEe7v .link:hover {
  color: #FFFFFF;
}
.cid-t0C6NHEe7v .btn:hover {
  background: #207684 !important ;
}
.cid-t2mZQssnwb {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #207684;
}
.cid-t2mZQssnwb .media-wrap {
  padding: 0;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-t2mZQssnwb .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-t2mZQssnwb .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-t2mZQssnwb .row {
    text-align: center;
  }
  .cid-t2mZQssnwb .row > div {
    margin: auto;
  }
  .cid-t2mZQssnwb .social-row {
    justify-content: center;
  }
}
.cid-t2mZQssnwb .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t2mZQssnwb .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-t2mZQssnwb .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t2mZQssnwb .list {
    margin-bottom: 0rem;
  }
}
.cid-t2mZQssnwb .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-t2mZQssnwb .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-t2mZQssnwb div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-t2mZQssnwb .mbr-section-subtitle {
  text-align: center;
}
.cid-tF2vn4Gjmt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1280x1920.jpeg");
}
.cid-tF2vn4Gjmt .google-map {
  height: 350px;
  position: relative;
}
.cid-tF2vn4Gjmt .google-map iframe {
  height: 80%;
  width: 80%;
}
.cid-tF2vn4Gjmt .google-map [data-state-details] {
  color: #6b6763;
  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-tF2vn4Gjmt .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tF2vn4Gjmt .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tF2vn4Gjmt .mbr-section-title {
  color: #2e697d;
}
.cid-tF2vn4Gjmt .mbr-section-subtitle {
  color: #2e697d;
}
.cid-t070x6eo31 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/ha-1376x146.png");
}
.cid-t070x6eo31 .mbr-section-title {
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
}
.cid-t070x6eo31 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
  padding-bottom: 18px;
  margin-bottom: 0;
  font-weight: 600;
}
.cid-t070x6eo31 .row {
  align-items: center;
  height: 100%;
}
.cid-t0jg4vdm4f {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 101px;
}
.cid-t0jg4vdm4f nav.navbar {
  position: fixed;
}
.cid-t0jg4vdm4f .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t0jg4vdm4f .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t0jg4vdm4f .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t0jg4vdm4f .dropdown-item:hover,
.cid-t0jg4vdm4f .dropdown-item:focus {
  background: #207684 !important;
  color: white !important;
}
.cid-t0jg4vdm4f .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t0jg4vdm4f .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t0jg4vdm4f .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t0jg4vdm4f .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t0jg4vdm4f .nav-link {
  position: relative;
}
.cid-t0jg4vdm4f .container {
  display: flex;
  margin: auto;
}
.cid-t0jg4vdm4f .iconfont-wrapper {
  color: #207684 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t0jg4vdm4f .dropdown-menu,
.cid-t0jg4vdm4f .navbar.opened {
  background: #ffffff !important;
}
.cid-t0jg4vdm4f .nav-item:focus,
.cid-t0jg4vdm4f .nav-link:focus {
  outline: none;
}
.cid-t0jg4vdm4f .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t0jg4vdm4f .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t0jg4vdm4f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t0jg4vdm4f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t0jg4vdm4f .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t0jg4vdm4f .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t0jg4vdm4f .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t0jg4vdm4f .navbar.opened {
  transition: all 0.3s;
}
.cid-t0jg4vdm4f .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t0jg4vdm4f .navbar .navbar-logo img {
  width: auto;
  height: 101px;
}
.cid-t0jg4vdm4f .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t0jg4vdm4f .navbar.collapsed {
  justify-content: center;
}
.cid-t0jg4vdm4f .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t0jg4vdm4f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t0jg4vdm4f .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 101px;
  }
}
.cid-t0jg4vdm4f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t0jg4vdm4f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t0jg4vdm4f .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t0jg4vdm4f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t0jg4vdm4f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t0jg4vdm4f .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t0jg4vdm4f .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t0jg4vdm4f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t0jg4vdm4f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t0jg4vdm4f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t0jg4vdm4f .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t0jg4vdm4f .navbar .navbar-logo img {
    height: 101px;
  }
  .cid-t0jg4vdm4f .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t0jg4vdm4f .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t0jg4vdm4f .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t0jg4vdm4f .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t0jg4vdm4f .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t0jg4vdm4f .navbar.navbar-short {
  min-height: 60px;
}
.cid-t0jg4vdm4f .navbar.navbar-short .navbar-logo img {
  height: 60px;
}
.cid-t0jg4vdm4f .navbar.navbar-short .navbar-brand {
  min-height: 70px;
  padding: 0;
}
.cid-t0jg4vdm4f .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-t0jg4vdm4f .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t0jg4vdm4f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t0jg4vdm4f .dropdown-item.active,
.cid-t0jg4vdm4f .dropdown-item:active {
  background-color: transparent;
}
.cid-t0jg4vdm4f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t0jg4vdm4f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t0jg4vdm4f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t0jg4vdm4f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t0jg4vdm4f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t0jg4vdm4f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t0jg4vdm4f ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t0jg4vdm4f .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t0jg4vdm4f button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t0jg4vdm4f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #16586e;
}
.cid-t0jg4vdm4f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t0jg4vdm4f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t0jg4vdm4f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t0jg4vdm4f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t0jg4vdm4f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0jg4vdm4f nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t0jg4vdm4f nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t0jg4vdm4f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0jg4vdm4f .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t0jg4vdm4f a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t0jg4vdm4f .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t0jg4vdm4f .navbar {
    height: 70px;
  }
  .cid-t0jg4vdm4f .navbar.opened {
    height: auto;
  }
  .cid-t0jg4vdm4f .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t0jg4vdm4f a:link {
  color: #207684;
}
.cid-t0jg4vdm4f a:visited {
  color: #207684;
}
.cid-t0jg4vdm4f a:hover {
  color: #FFFFFF;
}
.cid-t0jg4vdm4f a:active {
  color: #207684;
}
.cid-t0jg4vdm4f .btn:hover {
  background: #207684 !important ;
}
@charset "UTF-8";
section {
    background-color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

b,
strong {
    font-weight: bold;
}

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

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

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

.hidden {
    visibility: hidden;
}

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

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

.mbr-black {
    color: #111111;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

img,
iframe {
    display: flex;
    width: 50%;
}

.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: 300;
    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: 60%;
    height: 60%;
}

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

.mbr-arrow-up a {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 60px;
    width: 60px;
    border: 2px solid #fff;
    outline-style: none !important;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    text-align: center;
}
.mbr-arrow-up a:hover {
    background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
    line-height: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media {
    display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

.carousel-item img {
    margin: auto;
}

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

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

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

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

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

.card-img {
    width: auto;
}

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

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

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

html,
body {
    height: auto;
    min-height: 100vh;
    font-size: 16px;
}

.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-t0dF2h255G {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-6-1920x1277.jpeg");
}
.cid-t0dF2h255G .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-t0dF2h255G .item-img,
.cid-t0dF2h255G img {
  width: auto;
  object-fit: cover;
}
.cid-t0dF2h255G .item:focus,
.cid-t0dF2h255G span:focus {
  outline: none;
}
.cid-t0dF2h255G .item {
  cursor: pointer;
  margin-bottom: 0.8rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
.cid-t0dF2h255G .element-wrapper {
  position: relative;
  border-radius: 45px;
  background: #207684;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  padding: 4rem;
}
@media (min-width: 1201px) {
  .cid-t0dF2h255G .element-wrapper .item-content {
    padding-top: 2rem;
  }
  .cid-t0dF2h255G .element-wrapper .item-footer {
    padding-top: 1rem;
  }
}
@media (max-width: 1200px) {
  .cid-t0dF2h255G .element-wrapper {
    padding: 2.5rem;
  }
  .cid-t0dF2h255G .element-wrapper .item-content {
    padding-top: 1rem;
  }
  .cid-t0dF2h255G .element-wrapper .item-footer {
    padding-top: 1rem;
  }
}
.cid-t0dF2h255G .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t0dF2h255G .mbr-section-title {
  color: #207684;
  text-align: center;
}
.cid-t0dF2h255G .mbr-text,
.cid-t0dF2h255G .mbr-section-btn {
  text-align: left;
  color: #b9cdd0;
}
.cid-t0dF2h255G .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-t0dF2h255G .item-subtitle {
  text-align: left;
}
.cid-t0dF2h255G .btn-success {
  border: 0 !important;
}
.cid-t06KHAbOPp {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-t06KHAbOPp .row {
    flex-direction: row-reverse;
  }
  .cid-t06KHAbOPp .image-wrapper {
    padding-right: 1.5rem;
  }
  .cid-t06KHAbOPp .wrapper {
    padding-left: 1.5rem;
  }
}
.cid-t06KHAbOPp .item-title {
  color: #207684;
}
.cid-t06KHAbOPp .subtitle-text {
  color: #207684;
  text-align: left;
}
.cid-t06KHAbOPp .item-box {
  display: flex;
}
.cid-t06KHAbOPp .num {
  color: #91c2be;
  min-width: max-content;
  margin-right: 1.4rem;
}
.cid-t06KHAbOPp .item-text {
  color: #207684;
}
.cid-t06KHAbOPp .image-wrapper {
  height: 50%;
}
@media (max-width: 100%) {
  .cid-t06KHAbOPp .image-wrapper {
    margin-top: 3rem;
  }
}
.cid-t06KHAbOPp .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-t0C6GbyISP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t0C6GbyISP .link {
  color: #000000;
}
.cid-t0C6GbyISP .link:hover {
  color: #FFFFFF;
}
.cid-t0C6GbyISP .btn:hover {
  background: #207684 !important ;
}
.cid-t2mZQssnwb {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #207684;
}
.cid-t2mZQssnwb .media-wrap {
  padding: 0;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-t2mZQssnwb .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-t2mZQssnwb .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-t2mZQssnwb .row {
    text-align: center;
  }
  .cid-t2mZQssnwb .row > div {
    margin: auto;
  }
  .cid-t2mZQssnwb .social-row {
    justify-content: center;
  }
}
.cid-t2mZQssnwb .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t2mZQssnwb .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-t2mZQssnwb .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t2mZQssnwb .list {
    margin-bottom: 0rem;
  }
}
.cid-t2mZQssnwb .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-t2mZQssnwb .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-t2mZQssnwb div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-t2mZQssnwb .mbr-section-subtitle {
  text-align: center;
}
.cid-tF2vixpIrw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1280x1920.jpeg");
}
.cid-tF2vixpIrw .google-map {
  height: 350px;
  position: relative;
}
.cid-tF2vixpIrw .google-map iframe {
  height: 80%;
  width: 80%;
}
.cid-tF2vixpIrw .google-map [data-state-details] {
  color: #6b6763;
  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-tF2vixpIrw .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tF2vixpIrw .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tF2vixpIrw .mbr-section-title {
  color: #2e697d;
}
.cid-tF2vixpIrw .mbr-section-subtitle {
  color: #2e697d;
}
.cid-t06JLHMe50 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/ha-1376x146.png");
}
.cid-t06JLHMe50 .mbr-section-title {
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
}
.cid-t06JLHMe50 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
  padding-bottom: 18px;
  margin-bottom: 0;
  font-weight: 600;
}
.cid-t06JLHMe50 .row {
  align-items: center;
  height: 100%;
}
.cid-t0jg4vdm4f {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 101px;
}
.cid-t0jg4vdm4f nav.navbar {
  position: fixed;
}
.cid-t0jg4vdm4f .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t0jg4vdm4f .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t0jg4vdm4f .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t0jg4vdm4f .dropdown-item:hover,
.cid-t0jg4vdm4f .dropdown-item:focus {
  background: #207684 !important;
  color: white !important;
}
.cid-t0jg4vdm4f .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t0jg4vdm4f .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t0jg4vdm4f .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t0jg4vdm4f .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t0jg4vdm4f .nav-link {
  position: relative;
}
.cid-t0jg4vdm4f .container {
  display: flex;
  margin: auto;
}
.cid-t0jg4vdm4f .iconfont-wrapper {
  color: #207684 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t0jg4vdm4f .dropdown-menu,
.cid-t0jg4vdm4f .navbar.opened {
  background: #ffffff !important;
}
.cid-t0jg4vdm4f .nav-item:focus,
.cid-t0jg4vdm4f .nav-link:focus {
  outline: none;
}
.cid-t0jg4vdm4f .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t0jg4vdm4f .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t0jg4vdm4f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t0jg4vdm4f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t0jg4vdm4f .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t0jg4vdm4f .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t0jg4vdm4f .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t0jg4vdm4f .navbar.opened {
  transition: all 0.3s;
}
.cid-t0jg4vdm4f .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t0jg4vdm4f .navbar .navbar-logo img {
  width: auto;
  height: 101px;
}
.cid-t0jg4vdm4f .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t0jg4vdm4f .navbar.collapsed {
  justify-content: center;
}
.cid-t0jg4vdm4f .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t0jg4vdm4f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t0jg4vdm4f .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 101px;
  }
}
.cid-t0jg4vdm4f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t0jg4vdm4f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t0jg4vdm4f .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t0jg4vdm4f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t0jg4vdm4f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t0jg4vdm4f .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t0jg4vdm4f .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t0jg4vdm4f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t0jg4vdm4f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t0jg4vdm4f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t0jg4vdm4f .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t0jg4vdm4f .navbar .navbar-logo img {
    height: 101px;
  }
  .cid-t0jg4vdm4f .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t0jg4vdm4f .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t0jg4vdm4f .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t0jg4vdm4f .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t0jg4vdm4f .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t0jg4vdm4f .navbar.navbar-short {
  min-height: 60px;
}
.cid-t0jg4vdm4f .navbar.navbar-short .navbar-logo img {
  height: 60px;
}
.cid-t0jg4vdm4f .navbar.navbar-short .navbar-brand {
  min-height: 70px;
  padding: 0;
}
.cid-t0jg4vdm4f .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-t0jg4vdm4f .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t0jg4vdm4f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t0jg4vdm4f .dropdown-item.active,
.cid-t0jg4vdm4f .dropdown-item:active {
  background-color: transparent;
}
.cid-t0jg4vdm4f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t0jg4vdm4f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t0jg4vdm4f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t0jg4vdm4f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t0jg4vdm4f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t0jg4vdm4f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t0jg4vdm4f ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t0jg4vdm4f .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t0jg4vdm4f button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t0jg4vdm4f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #16586e;
}
.cid-t0jg4vdm4f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t0jg4vdm4f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t0jg4vdm4f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t0jg4vdm4f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t0jg4vdm4f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0jg4vdm4f nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t0jg4vdm4f nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t0jg4vdm4f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0jg4vdm4f .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t0jg4vdm4f a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t0jg4vdm4f .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t0jg4vdm4f .navbar {
    height: 70px;
  }
  .cid-t0jg4vdm4f .navbar.opened {
    height: auto;
  }
  .cid-t0jg4vdm4f .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t0jg4vdm4f a:link {
  color: #207684;
}
.cid-t0jg4vdm4f a:visited {
  color: #207684;
}
.cid-t0jg4vdm4f a:hover {
  color: #FFFFFF;
}
.cid-t0jg4vdm4f a:active {
  color: #207684;
}
.cid-t0jg4vdm4f .btn:hover {
  background: #207684 !important ;
}
@charset "UTF-8";
section {
    background-color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

b,
strong {
    font-weight: bold;
}

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

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

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

.hidden {
    visibility: hidden;
}

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

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

.mbr-black {
    color: #111111;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

img,
iframe {
    display: flex;
    width: 50%;
}

.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: 300;
    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: 60%;
    height: 60%;
}

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

.mbr-arrow-up a {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 60px;
    width: 60px;
    border: 2px solid #fff;
    outline-style: none !important;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    text-align: center;
}
.mbr-arrow-up a:hover {
    background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
    line-height: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media {
    display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

.carousel-item img {
    margin: auto;
}

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

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

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

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

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

.card-img {
    width: auto;
}

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

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

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

html,
body {
    height: auto;
    min-height: 100vh;
    font-size: 16px;
}

.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-t0dGv49Pdz {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-9-1920x1277.jpeg");
}
.cid-t0dGv49Pdz .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-t0dGv49Pdz .item-img,
.cid-t0dGv49Pdz img {
  width: auto;
  object-fit: cover;
}
.cid-t0dGv49Pdz .item:focus,
.cid-t0dGv49Pdz span:focus {
  outline: none;
}
.cid-t0dGv49Pdz .item {
  cursor: pointer;
  margin-bottom: 0.8rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
.cid-t0dGv49Pdz .element-wrapper {
  position: relative;
  border-radius: 45px;
  background: #207684;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  padding: 4rem;
}
@media (min-width: 1201px) {
  .cid-t0dGv49Pdz .element-wrapper .item-content {
    padding-top: 2rem;
  }
  .cid-t0dGv49Pdz .element-wrapper .item-footer {
    padding-top: 1rem;
  }
}
@media (max-width: 1200px) {
  .cid-t0dGv49Pdz .element-wrapper {
    padding: 2.5rem;
  }
  .cid-t0dGv49Pdz .element-wrapper .item-content {
    padding-top: 1rem;
  }
  .cid-t0dGv49Pdz .element-wrapper .item-footer {
    padding-top: 1rem;
  }
}
.cid-t0dGv49Pdz .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t0dGv49Pdz .mbr-section-title {
  color: #207684;
  text-align: center;
}
.cid-t0dGv49Pdz .mbr-text,
.cid-t0dGv49Pdz .mbr-section-btn {
  text-align: left;
  color: #b9cdd0;
}
.cid-t0dGv49Pdz .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-t0dGv49Pdz .item-subtitle {
  text-align: left;
}
.cid-t0dGv49Pdz .btn-success {
  border: 0 !important;
}
.cid-t02g08XeRB {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-t02g08XeRB .image-wrapper {
    padding-left: 1.5rem;
  }
  .cid-t02g08XeRB .wrapper {
    padding-right: 1.5rem;
  }
}
.cid-t02g08XeRB .item-title {
  color: #207684;
}
.cid-t02g08XeRB .subtitle-text {
  color: #207684;
}
.cid-t02g08XeRB .item-box {
  display: flex;
}
.cid-t02g08XeRB .num {
  color: #91c2be;
  min-width: max-content;
  margin-right: 1.4rem;
}
.cid-t02g08XeRB .item-text {
  color: #207684;
}
.cid-t02g08XeRB .image-wrapper {
  height: 80%;
}
@media (max-width: 991px) {
  .cid-t02g08XeRB .image-wrapper {
    margin-top: 3rem;
  }
}
.cid-t02g08XeRB .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-t0C6AuhWiP {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t0C6AuhWiP .link {
  color: #000000;
}
.cid-t0C6AuhWiP .link:hover {
  color: #FFFFFF;
}
.cid-t0C6AuhWiP .btn:hover {
  background: #207684 !important ;
}
.cid-t2mZQssnwb {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #207684;
}
.cid-t2mZQssnwb .media-wrap {
  padding: 0;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-t2mZQssnwb .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-t2mZQssnwb .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-t2mZQssnwb .row {
    text-align: center;
  }
  .cid-t2mZQssnwb .row > div {
    margin: auto;
  }
  .cid-t2mZQssnwb .social-row {
    justify-content: center;
  }
}
.cid-t2mZQssnwb .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t2mZQssnwb .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-t2mZQssnwb .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t2mZQssnwb .list {
    margin-bottom: 0rem;
  }
}
.cid-t2mZQssnwb .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-t2mZQssnwb .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-t2mZQssnwb div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-t2mZQssnwb .mbr-section-subtitle {
  text-align: center;
}
.cid-tF2vbgXJgO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1280x1920.jpeg");
}
.cid-tF2vbgXJgO .google-map {
  height: 350px;
  position: relative;
}
.cid-tF2vbgXJgO .google-map iframe {
  height: 80%;
  width: 80%;
}
.cid-tF2vbgXJgO .google-map [data-state-details] {
  color: #6b6763;
  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-tF2vbgXJgO .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tF2vbgXJgO .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tF2vbgXJgO .mbr-section-title {
  color: #2e697d;
}
.cid-tF2vbgXJgO .mbr-section-subtitle {
  color: #2e697d;
}
.cid-t02g0bI4tC {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/ha-1376x146.png");
}
.cid-t02g0bI4tC .mbr-section-title {
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
}
.cid-t02g0bI4tC .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
  padding-bottom: 18px;
  margin-bottom: 0;
  font-weight: 600;
}
.cid-t02g0bI4tC .row {
  align-items: center;
  height: 100%;
}
.cid-t0jg4vdm4f {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 101px;
}
.cid-t0jg4vdm4f nav.navbar {
  position: fixed;
}
.cid-t0jg4vdm4f .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t0jg4vdm4f .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t0jg4vdm4f .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t0jg4vdm4f .dropdown-item:hover,
.cid-t0jg4vdm4f .dropdown-item:focus {
  background: #207684 !important;
  color: white !important;
}
.cid-t0jg4vdm4f .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t0jg4vdm4f .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t0jg4vdm4f .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t0jg4vdm4f .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t0jg4vdm4f .nav-link {
  position: relative;
}
.cid-t0jg4vdm4f .container {
  display: flex;
  margin: auto;
}
.cid-t0jg4vdm4f .iconfont-wrapper {
  color: #207684 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t0jg4vdm4f .dropdown-menu,
.cid-t0jg4vdm4f .navbar.opened {
  background: #ffffff !important;
}
.cid-t0jg4vdm4f .nav-item:focus,
.cid-t0jg4vdm4f .nav-link:focus {
  outline: none;
}
.cid-t0jg4vdm4f .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t0jg4vdm4f .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t0jg4vdm4f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t0jg4vdm4f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t0jg4vdm4f .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t0jg4vdm4f .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t0jg4vdm4f .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t0jg4vdm4f .navbar.opened {
  transition: all 0.3s;
}
.cid-t0jg4vdm4f .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t0jg4vdm4f .navbar .navbar-logo img {
  width: auto;
  height: 101px;
}
.cid-t0jg4vdm4f .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t0jg4vdm4f .navbar.collapsed {
  justify-content: center;
}
.cid-t0jg4vdm4f .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t0jg4vdm4f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t0jg4vdm4f .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 101px;
  }
}
.cid-t0jg4vdm4f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t0jg4vdm4f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t0jg4vdm4f .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t0jg4vdm4f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t0jg4vdm4f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t0jg4vdm4f .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t0jg4vdm4f .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t0jg4vdm4f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t0jg4vdm4f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t0jg4vdm4f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t0jg4vdm4f .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t0jg4vdm4f .navbar .navbar-logo img {
    height: 101px;
  }
  .cid-t0jg4vdm4f .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t0jg4vdm4f .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t0jg4vdm4f .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t0jg4vdm4f .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t0jg4vdm4f .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t0jg4vdm4f .navbar.navbar-short {
  min-height: 60px;
}
.cid-t0jg4vdm4f .navbar.navbar-short .navbar-logo img {
  height: 60px;
}
.cid-t0jg4vdm4f .navbar.navbar-short .navbar-brand {
  min-height: 70px;
  padding: 0;
}
.cid-t0jg4vdm4f .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-t0jg4vdm4f .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t0jg4vdm4f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t0jg4vdm4f .dropdown-item.active,
.cid-t0jg4vdm4f .dropdown-item:active {
  background-color: transparent;
}
.cid-t0jg4vdm4f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t0jg4vdm4f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t0jg4vdm4f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t0jg4vdm4f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t0jg4vdm4f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t0jg4vdm4f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t0jg4vdm4f ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t0jg4vdm4f .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t0jg4vdm4f button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t0jg4vdm4f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #16586e;
}
.cid-t0jg4vdm4f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t0jg4vdm4f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t0jg4vdm4f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t0jg4vdm4f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t0jg4vdm4f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0jg4vdm4f nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t0jg4vdm4f nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t0jg4vdm4f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0jg4vdm4f .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t0jg4vdm4f a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t0jg4vdm4f .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t0jg4vdm4f .navbar {
    height: 70px;
  }
  .cid-t0jg4vdm4f .navbar.opened {
    height: auto;
  }
  .cid-t0jg4vdm4f .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t0jg4vdm4f a:link {
  color: #207684;
}
.cid-t0jg4vdm4f a:visited {
  color: #207684;
}
.cid-t0jg4vdm4f a:hover {
  color: #FFFFFF;
}
.cid-t0jg4vdm4f a:active {
  color: #207684;
}
.cid-t0jg4vdm4f .btn:hover {
  background: #207684 !important ;
}
@charset "UTF-8";
section {
    background-color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

b,
strong {
    font-weight: bold;
}

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

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

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

.hidden {
    visibility: hidden;
}

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

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

.mbr-black {
    color: #111111;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

img,
iframe {
    display: flex;
    width: 50%;
}

.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: 300;
    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: 60%;
    height: 60%;
}

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

.mbr-arrow-up a {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 60px;
    width: 60px;
    border: 2px solid #fff;
    outline-style: none !important;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    text-align: center;
}
.mbr-arrow-up a:hover {
    background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
    line-height: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media {
    display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

.carousel-item img {
    margin: auto;
}

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

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

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

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

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

.card-img {
    width: auto;
}

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

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

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

html,
body {
    height: auto;
    min-height: 100vh;
    font-size: 16px;
}

.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-t0FsH5Obw7 {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-9-1920x1277.jpeg");
}
.cid-t0FsH5Obw7 .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-t0FsH5Obw7 .item-img,
.cid-t0FsH5Obw7 img {
  width: auto;
  object-fit: cover;
}
.cid-t0FsH5Obw7 .item:focus,
.cid-t0FsH5Obw7 span:focus {
  outline: none;
}
.cid-t0FsH5Obw7 .item {
  cursor: pointer;
  margin-bottom: 0.8rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
.cid-t0FsH5Obw7 .element-wrapper {
  position: relative;
  border-radius: 45px;
  background: #207684;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  padding: 4rem;
}
@media (min-width: 1201px) {
  .cid-t0FsH5Obw7 .element-wrapper .item-content {
    padding-top: 2rem;
  }
  .cid-t0FsH5Obw7 .element-wrapper .item-footer {
    padding-top: 1rem;
  }
}
@media (max-width: 1200px) {
  .cid-t0FsH5Obw7 .element-wrapper {
    padding: 2.5rem;
  }
  .cid-t0FsH5Obw7 .element-wrapper .item-content {
    padding-top: 1rem;
  }
  .cid-t0FsH5Obw7 .element-wrapper .item-footer {
    padding-top: 1rem;
  }
}
.cid-t0FsH5Obw7 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t0FsH5Obw7 .mbr-section-title {
  color: #207684;
  text-align: center;
}
.cid-t0FsH5Obw7 .mbr-text,
.cid-t0FsH5Obw7 .mbr-section-btn {
  text-align: left;
  color: #b9cdd0;
}
.cid-t0FsH5Obw7 .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-t0FsH5Obw7 .item-subtitle {
  text-align: left;
}
.cid-t0FsH5Obw7 .btn-success {
  border: 0 !important;
}
.cid-t00XTWcH82 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-t00XTWcH82 .image-wrapper {
    padding-left: 1.5rem;
  }
  .cid-t00XTWcH82 .wrapper {
    padding-right: 1.5rem;
  }
}
.cid-t00XTWcH82 .item-title {
  color: #207684;
}
.cid-t00XTWcH82 .subtitle-text {
  color: #207684;
}
.cid-t00XTWcH82 .item-box {
  display: flex;
}
.cid-t00XTWcH82 .num {
  color: #91c2be;
  min-width: max-content;
  margin-right: 1.4rem;
}
.cid-t00XTWcH82 .item-text {
  color: #207684;
}
.cid-t00XTWcH82 .image-wrapper {
  height: 97%;
}
@media (max-width: 991px) {
  .cid-t00XTWcH82 .image-wrapper {
    margin-top: 3rem;
  }
}
.cid-t00XTWcH82 .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-t0C6ng5gpP {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t0C6ng5gpP .link {
  color: #000000;
}
.cid-t0C6ng5gpP .link:hover {
  color: #FFFFFF;
}
.cid-t0C6ng5gpP .btn:hover {
  background: #207684 !important ;
}
.cid-t2mZQssnwb {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #207684;
}
.cid-t2mZQssnwb .media-wrap {
  padding: 0;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-t2mZQssnwb .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-t2mZQssnwb .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-t2mZQssnwb .row {
    text-align: center;
  }
  .cid-t2mZQssnwb .row > div {
    margin: auto;
  }
  .cid-t2mZQssnwb .social-row {
    justify-content: center;
  }
}
.cid-t2mZQssnwb .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t2mZQssnwb .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-t2mZQssnwb .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t2mZQssnwb .list {
    margin-bottom: 0rem;
  }
}
.cid-t2mZQssnwb .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-t2mZQssnwb .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-t2mZQssnwb div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-t2mZQssnwb .mbr-section-subtitle {
  text-align: center;
}
.cid-tF2v5jcuKQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1280x1920.jpeg");
}
.cid-tF2v5jcuKQ .google-map {
  height: 350px;
  position: relative;
}
.cid-tF2v5jcuKQ .google-map iframe {
  height: 80%;
  width: 80%;
}
.cid-tF2v5jcuKQ .google-map [data-state-details] {
  color: #6b6763;
  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-tF2v5jcuKQ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tF2v5jcuKQ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tF2v5jcuKQ .mbr-section-title {
  color: #2e697d;
}
.cid-tF2v5jcuKQ .mbr-section-subtitle {
  color: #2e697d;
}
.cid-t00TJc0Tnx {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/ha-1376x146.png");
}
.cid-t00TJc0Tnx .mbr-section-title {
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
}
.cid-t00TJc0Tnx .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
  padding-bottom: 18px;
  margin-bottom: 0;
  font-weight: 600;
}
.cid-t00TJc0Tnx .row {
  align-items: center;
  height: 100%;
}
.cid-t0jg4vdm4f {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 101px;
}
.cid-t0jg4vdm4f nav.navbar {
  position: fixed;
}
.cid-t0jg4vdm4f .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t0jg4vdm4f .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t0jg4vdm4f .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t0jg4vdm4f .dropdown-item:hover,
.cid-t0jg4vdm4f .dropdown-item:focus {
  background: #207684 !important;
  color: white !important;
}
.cid-t0jg4vdm4f .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t0jg4vdm4f .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t0jg4vdm4f .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t0jg4vdm4f .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t0jg4vdm4f .nav-link {
  position: relative;
}
.cid-t0jg4vdm4f .container {
  display: flex;
  margin: auto;
}
.cid-t0jg4vdm4f .iconfont-wrapper {
  color: #207684 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t0jg4vdm4f .dropdown-menu,
.cid-t0jg4vdm4f .navbar.opened {
  background: #ffffff !important;
}
.cid-t0jg4vdm4f .nav-item:focus,
.cid-t0jg4vdm4f .nav-link:focus {
  outline: none;
}
.cid-t0jg4vdm4f .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t0jg4vdm4f .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t0jg4vdm4f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t0jg4vdm4f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t0jg4vdm4f .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t0jg4vdm4f .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t0jg4vdm4f .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t0jg4vdm4f .navbar.opened {
  transition: all 0.3s;
}
.cid-t0jg4vdm4f .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t0jg4vdm4f .navbar .navbar-logo img {
  width: auto;
  height: 101px;
}
.cid-t0jg4vdm4f .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t0jg4vdm4f .navbar.collapsed {
  justify-content: center;
}
.cid-t0jg4vdm4f .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t0jg4vdm4f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t0jg4vdm4f .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 101px;
  }
}
.cid-t0jg4vdm4f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t0jg4vdm4f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t0jg4vdm4f .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t0jg4vdm4f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t0jg4vdm4f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t0jg4vdm4f .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t0jg4vdm4f .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t0jg4vdm4f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t0jg4vdm4f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t0jg4vdm4f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t0jg4vdm4f .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t0jg4vdm4f .navbar .navbar-logo img {
    height: 101px;
  }
  .cid-t0jg4vdm4f .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t0jg4vdm4f .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t0jg4vdm4f .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t0jg4vdm4f .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t0jg4vdm4f .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t0jg4vdm4f .navbar.navbar-short {
  min-height: 60px;
}
.cid-t0jg4vdm4f .navbar.navbar-short .navbar-logo img {
  height: 60px;
}
.cid-t0jg4vdm4f .navbar.navbar-short .navbar-brand {
  min-height: 70px;
  padding: 0;
}
.cid-t0jg4vdm4f .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-t0jg4vdm4f .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t0jg4vdm4f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t0jg4vdm4f .dropdown-item.active,
.cid-t0jg4vdm4f .dropdown-item:active {
  background-color: transparent;
}
.cid-t0jg4vdm4f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t0jg4vdm4f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t0jg4vdm4f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t0jg4vdm4f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t0jg4vdm4f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t0jg4vdm4f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t0jg4vdm4f ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t0jg4vdm4f .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t0jg4vdm4f button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t0jg4vdm4f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #16586e;
}
.cid-t0jg4vdm4f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t0jg4vdm4f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t0jg4vdm4f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t0jg4vdm4f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t0jg4vdm4f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0jg4vdm4f nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t0jg4vdm4f nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t0jg4vdm4f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0jg4vdm4f .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t0jg4vdm4f a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t0jg4vdm4f .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t0jg4vdm4f .navbar {
    height: 70px;
  }
  .cid-t0jg4vdm4f .navbar.opened {
    height: auto;
  }
  .cid-t0jg4vdm4f .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t0jg4vdm4f a:link {
  color: #207684;
}
.cid-t0jg4vdm4f a:visited {
  color: #207684;
}
.cid-t0jg4vdm4f a:hover {
  color: #FFFFFF;
}
.cid-t0jg4vdm4f a:active {
  color: #207684;
}
.cid-t0jg4vdm4f .btn:hover {
  background: #207684 !important ;
}
@charset "UTF-8";
section {
    background-color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

b,
strong {
    font-weight: bold;
}

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

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

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

.hidden {
    visibility: hidden;
}

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

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

.mbr-black {
    color: #111111;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

img,
iframe {
    display: flex;
    width: 50%;
}

.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: 300;
    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: 60%;
    height: 60%;
}

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

.mbr-arrow-up a {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 60px;
    width: 60px;
    border: 2px solid #fff;
    outline-style: none !important;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    text-align: center;
}
.mbr-arrow-up a:hover {
    background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
    line-height: 60px;
}

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

.mbr-arrow-up-icon::before {
    content: '›';
    display: inline-block;
    font-family: serif;
    font-size: 22px;
    line-height: 1;
    font-style: normal;
    position: relative;
    top: 6px;
    left: -4px;
    transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
    position: absolute;
    bottom: 45px;
    left: 50%;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background-color: rgba(80, 80, 80, 0.5);
    border-radius: 50%;
    transform: translateX(-50%);
}
@media (max-width: 767px) {
    .mbr-arrow {
        display: none;
    }
}
.mbr-arrow > a {
    display: inline-block;
    text-decoration: none;
    outline-style: none;
    -webkit-animation: arrowdown 1.7s ease-in-out infinite;
    animation: arrowdown 1.7s ease-in-out infinite;
    color: #ffffff;
}
.mbr-arrow > a > i {
    position: absolute;
    top: -2px;
    left: 15px;
    font-size: 2rem;
}

#scrollToTop a i::before {
    content: '';
    position: absolute;
    display: block;
    border-bottom: 2.5px solid #fff;
    border-left: 2.5px solid #fff;
    width: 27.8%;
    height: 27.8%;
    left: 50%;
    top: 51%;
    transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0px);
    }
}
@-webkit-keyframes arrowdown {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0px);
    }
}
@media (max-width: 500px) {
    .mbr-arrow-up {
        left: 0;
        right: 0;
        text-align: center;
    }
}
/*Gradients animation*/
@keyframes gradient-animation {
    from {
        background-position: 0% 100%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    to {
        background-position: 100% 0%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
}
@-webkit-keyframes gradient-animation {
    from {
        background-position: 0% 100%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    to {
        background-position: 100% 0%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
}
.bg-gradient {
    background-size: 200% 200%;
    animation: gradient-animation 5s infinite alternate;
    -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
    display: -webkit-flex;
}
.menu .navbar-brand span {
    display: flex;
    display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
    display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
    display: -webkit-flex;
    width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
    .menu .navbar-toggleable-sm .navbar-nav {
        display: -ms-flexbox;
    }
}
@media (max-width: 991px) {
    .menu .navbar-collapse {
        max-height: 93.5vh;
    }
    .menu .navbar-collapse.show {
        overflow: auto;
    }
}
@media (min-width: 992px) {
    .menu .navbar-nav.nav-dropdown {
        display: -webkit-flex;
    }
    .menu .navbar-toggleable-sm .navbar-collapse {
        display: -webkit-flex !important;
    }
    .menu .collapsed .navbar-collapse {
        max-height: 93.5vh;
    }
    .menu .collapsed .navbar-collapse.show {
        overflow: auto;
    }
}
@media (max-width: 767px) {
    .menu .navbar-collapse {
        max-height: 80vh;
    }
}

.nav-link .mbr-iconfont {
    margin-right: 0.5rem;
}

.navbar {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
}

.navbar-collapse {
    -webkit-flex-basis: 100%;
    -webkit-flex-grow: 1;
    -webkit-align-items: center;
}

.nav-dropdown .link {
    padding: 0.667em 1.667em !important;
    margin: 0 !important;
}

.nav {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
}

.row {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
}

.justify-content-center {
    -webkit-justify-content: center;
}

.form-inline {
    display: -webkit-flex;
}

.card-wrapper {
    -webkit-flex: 1;
}

.carousel-control {
    z-index: 10;
    display: -webkit-flex;
}

.carousel-controls {
    display: -webkit-flex;
}

.media {
    display: -webkit-flex;
}

.form-group:focus {
    outline: none;
}

.jq-selectbox__select {
    padding: 7px 0;
    position: relative;
}

.jq-selectbox__dropdown {
    overflow: hidden;
    border-radius: 10px;
    position: absolute;
    top: 100%;
    left: 0 !important;
    width: 100% !important;
}

.jq-selectbox__trigger-arrow {
    right: 0;
    transform: translateY(-50%);
}

.jq-selectbox li {
    padding: 1.07em 0.5em;
}

input[type='range'] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
    height: 100%;
}

.modal-dialog .carousel-inner {
    height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
    .modal-dialog .carousel-inner {
        height: calc(100vh - 1rem);
    }
}

.carousel-item {
    text-align: center;
}

.carousel-item img {
    margin: auto;
}

.navbar-toggler {
    align-self: flex-start;
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none;
    box-shadow: none;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: '';
    background: no-repeat center center;
    background-size: 100% 100%;
}

.navbar-toggler-left {
    position: absolute;
    left: 1rem;
}

.navbar-toggler-right {
    position: absolute;
    right: 1rem;
}

.card-img {
    width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
    flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
    bottom: initial !important;
}

html,
body {
    height: auto;
    min-height: 100vh;
    font-size: 16px;
}

.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-t0dEJssBeT {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-6-1920x1277.jpeg");
}
.cid-t0dEJssBeT .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-t0dEJssBeT .item-img,
.cid-t0dEJssBeT img {
  width: auto;
  object-fit: cover;
}
.cid-t0dEJssBeT .item:focus,
.cid-t0dEJssBeT span:focus {
  outline: none;
}
.cid-t0dEJssBeT .item {
  cursor: pointer;
  margin-bottom: 0.8rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
.cid-t0dEJssBeT .element-wrapper {
  position: relative;
  border-radius: 45px;
  background: #207684;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  padding: 4rem;
}
@media (min-width: 1201px) {
  .cid-t0dEJssBeT .element-wrapper .item-content {
    padding-top: 2rem;
  }
  .cid-t0dEJssBeT .element-wrapper .item-footer {
    padding-top: 1rem;
  }
}
@media (max-width: 1200px) {
  .cid-t0dEJssBeT .element-wrapper {
    padding: 2.5rem;
  }
  .cid-t0dEJssBeT .element-wrapper .item-content {
    padding-top: 1rem;
  }
  .cid-t0dEJssBeT .element-wrapper .item-footer {
    padding-top: 1rem;
  }
}
.cid-t0dEJssBeT .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t0dEJssBeT .mbr-section-title {
  color: #207684;
  text-align: center;
}
.cid-t0dEJssBeT .mbr-text,
.cid-t0dEJssBeT .mbr-section-btn {
  text-align: left;
  color: #b9cdd0;
}
.cid-t0dEJssBeT .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-t0dEJssBeT .item-subtitle {
  text-align: left;
}
.cid-t0dEJssBeT .btn-success {
  border: 0 !important;
}
.cid-sZKHCXwjMR {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 1000px) {
  .cid-sZKHCXwjMR .row {
    flex-direction: row-reverse;
  }
  .cid-sZKHCXwjMR .image-wrapper {
    padding-right: 1.5rem;
  }
  .cid-sZKHCXwjMR .wrapper {
    padding-left: 1.5rem;
  }
}
.cid-sZKHCXwjMR .item-title {
  color: #207684;
}
.cid-sZKHCXwjMR .subtitle-text {
  color: #207684;
  text-align: left;
}
.cid-sZKHCXwjMR .item-box {
  display: flex;
}
.cid-sZKHCXwjMR .num {
  color: #91c2be;
  min-width: max-content;
  margin-right: 1.4rem;
}
.cid-sZKHCXwjMR .item-text {
  color: #6c7577;
}
.cid-sZKHCXwjMR .image-wrapper {
  height: 90%;
}
@media (max-width: 991px) {
  .cid-sZKHCXwjMR .image-wrapper {
    margin-top: 3rem;
  }
}
.cid-sZKHCXwjMR .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-t07ZG4f9cl {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t07ZG4f9cl .link {
  color: #000000;
}
.cid-t07ZG4f9cl .link:hover {
  color: #FFFFFF;
}
.cid-t07ZG4f9cl .btn:hover {
  background: #207684 !important ;
}
.cid-t00OP3OfdU {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1920.jpg");
}
.cid-t00OP3OfdU .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-t00OP3OfdU .team-card:hover {
  transform: translateY(-10px);
}
.cid-t00OP3OfdU .card-wrap {
  background: #ecf0f1;
  border-radius: 4px;
}
@media (max-width: 996px) {
  .cid-t00OP3OfdU .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-t00OP3OfdU .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 726px) {
  .cid-t00OP3OfdU .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 796px) {
  .cid-t00OP3OfdU .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-t00OP3OfdU .social-row {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.cid-t00OP3OfdU .social-row .socicon {
  font-size: 20px !important;
}
.cid-t00OP3OfdU .social-row .soc-item {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  padding: 0.5rem;
  background-color: #16586e;
  transition: all 0.3s;
}
.cid-t00OP3OfdU .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-t00OP3OfdU .social-row .soc-item:hover {
  background-color: #ffffff;
}
.cid-t00OP3OfdU .social-row .soc-item:hover .mbr-iconfont {
  color: #16586e;
}
.cid-t00OP3OfdU .card-title,
.cid-t00OP3OfdU .social-row {
  color: #fbfbfb;
}
.cid-t00OP3OfdU .mbr-role,
.cid-t00OP3OfdU .social-row {
  color: #1e6e89;
}
.cid-t00OP3OfdU .mbr-section-title {
  color: #207684;
}
.cid-t2mZQssnwb {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #207684;
}
.cid-t2mZQssnwb .media-wrap {
  padding: 0;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-t2mZQssnwb .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-t2mZQssnwb .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-t2mZQssnwb .row {
    text-align: center;
  }
  .cid-t2mZQssnwb .row > div {
    margin: auto;
  }
  .cid-t2mZQssnwb .social-row {
    justify-content: center;
  }
}
.cid-t2mZQssnwb .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t2mZQssnwb .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-t2mZQssnwb .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t2mZQssnwb .list {
    margin-bottom: 0rem;
  }
}
.cid-t2mZQssnwb .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-t2mZQssnwb .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-t2mZQssnwb div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-t2mZQssnwb .mbr-section-subtitle {
  text-align: center;
}
.cid-tF2uVEtF8b {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1280x1920.jpeg");
}
.cid-tF2uVEtF8b .google-map {
  height: 350px;
  position: relative;
}
.cid-tF2uVEtF8b .google-map iframe {
  height: 80%;
  width: 80%;
}
.cid-tF2uVEtF8b .google-map [data-state-details] {
  color: #6b6763;
  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-tF2uVEtF8b .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tF2uVEtF8b .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tF2uVEtF8b .mbr-section-title {
  color: #2e697d;
}
.cid-tF2uVEtF8b .mbr-section-subtitle {
  color: #2e697d;
}
.cid-t00OM4eht5 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/ha-1376x146.png");
}
.cid-t00OM4eht5 .mbr-section-title {
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
}
.cid-t00OM4eht5 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
  padding-bottom: 18px;
  margin-bottom: 0;
  font-weight: 600;
}
.cid-t00OM4eht5 .row {
  align-items: center;
  height: 100%;
}
.cid-t0jg4vdm4f {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 101px;
}
.cid-t0jg4vdm4f nav.navbar {
  position: fixed;
}
.cid-t0jg4vdm4f .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t0jg4vdm4f .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t0jg4vdm4f .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t0jg4vdm4f .dropdown-item:hover,
.cid-t0jg4vdm4f .dropdown-item:focus {
  background: #207684 !important;
  color: white !important;
}
.cid-t0jg4vdm4f .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t0jg4vdm4f .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t0jg4vdm4f .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t0jg4vdm4f .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t0jg4vdm4f .nav-link {
  position: relative;
}
.cid-t0jg4vdm4f .container {
  display: flex;
  margin: auto;
}
.cid-t0jg4vdm4f .iconfont-wrapper {
  color: #207684 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t0jg4vdm4f .dropdown-menu,
.cid-t0jg4vdm4f .navbar.opened {
  background: #ffffff !important;
}
.cid-t0jg4vdm4f .nav-item:focus,
.cid-t0jg4vdm4f .nav-link:focus {
  outline: none;
}
.cid-t0jg4vdm4f .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t0jg4vdm4f .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t0jg4vdm4f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t0jg4vdm4f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t0jg4vdm4f .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t0jg4vdm4f .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t0jg4vdm4f .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t0jg4vdm4f .navbar.opened {
  transition: all 0.3s;
}
.cid-t0jg4vdm4f .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t0jg4vdm4f .navbar .navbar-logo img {
  width: auto;
  height: 101px;
}
.cid-t0jg4vdm4f .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t0jg4vdm4f .navbar.collapsed {
  justify-content: center;
}
.cid-t0jg4vdm4f .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t0jg4vdm4f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t0jg4vdm4f .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 101px;
  }
}
.cid-t0jg4vdm4f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t0jg4vdm4f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t0jg4vdm4f .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t0jg4vdm4f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t0jg4vdm4f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t0jg4vdm4f .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t0jg4vdm4f .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t0jg4vdm4f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t0jg4vdm4f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t0jg4vdm4f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t0jg4vdm4f .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t0jg4vdm4f .navbar .navbar-logo img {
    height: 101px;
  }
  .cid-t0jg4vdm4f .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t0jg4vdm4f .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t0jg4vdm4f .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t0jg4vdm4f .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t0jg4vdm4f .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t0jg4vdm4f .navbar.navbar-short {
  min-height: 60px;
}
.cid-t0jg4vdm4f .navbar.navbar-short .navbar-logo img {
  height: 60px;
}
.cid-t0jg4vdm4f .navbar.navbar-short .navbar-brand {
  min-height: 70px;
  padding: 0;
}
.cid-t0jg4vdm4f .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-t0jg4vdm4f .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t0jg4vdm4f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t0jg4vdm4f .dropdown-item.active,
.cid-t0jg4vdm4f .dropdown-item:active {
  background-color: transparent;
}
.cid-t0jg4vdm4f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t0jg4vdm4f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t0jg4vdm4f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t0jg4vdm4f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t0jg4vdm4f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t0jg4vdm4f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t0jg4vdm4f ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t0jg4vdm4f .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t0jg4vdm4f button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t0jg4vdm4f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #16586e;
}
.cid-t0jg4vdm4f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t0jg4vdm4f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t0jg4vdm4f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t0jg4vdm4f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t0jg4vdm4f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0jg4vdm4f nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t0jg4vdm4f nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t0jg4vdm4f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0jg4vdm4f .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t0jg4vdm4f a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t0jg4vdm4f .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t0jg4vdm4f .navbar {
    height: 70px;
  }
  .cid-t0jg4vdm4f .navbar.opened {
    height: auto;
  }
  .cid-t0jg4vdm4f .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t0jg4vdm4f a:link {
  color: #207684;
}
.cid-t0jg4vdm4f a:visited {
  color: #207684;
}
.cid-t0jg4vdm4f a:hover {
  color: #FFFFFF;
}
.cid-t0jg4vdm4f a:active {
  color: #207684;
}
.cid-t0jg4vdm4f .btn:hover {
  background: #207684 !important ;
}
@charset "UTF-8";
section {
    background-color: #ffffff;
}

body {
    font-style: normal;
    line-height: 1.5;
    font-weight: 400;
    color: #232323;
    position: relative;
}

button {
    background-color: transparent;
    border-color: transparent;
}

section,
.container,
.container-fluid {
    position: relative;
    word-wrap: break-word;
}

a.mbr-iconfont:hover {
    text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
    margin-bottom: 0;
}

a {
    font-style: normal;
    font-weight: 600;
    cursor: pointer;
}
a,
a:hover {
    text-decoration: none;
}

.mbr-section-title {
    font-style: normal;
    line-height: 1.3;
}

.mbr-section-subtitle {
    line-height: 1.3;
}

.mbr-text {
    font-style: normal;
    line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
    line-height: 1;
    word-break: break-word;
    word-wrap: break-word;
    font-weight: 400;
}

b,
strong {
    font-weight: bold;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition-delay: 9999s;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
}

textarea[type='hidden'] {
    display: none;
}

section {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.hidden {
    visibility: hidden;
}

.mbr-z-index20 {
    z-index: 20;
}

/*! Base colors */
.mbr-white {
    color: #ffffff;
}

.mbr-black {
    color: #111111;
}

.mbr-bg-white {
    background-color: #ffffff;
}

.mbr-bg-black {
    background-color: #000000;
}

/*! Text-aligns */
.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

/*! Font-weight  */
.mbr-light {
    font-weight: 300;
}

.mbr-regular {
    font-weight: 400;
}

.mbr-semibold {
    font-weight: 500;
}

.mbr-bold {
    font-weight: 700;
}

/*! Media  */
.media-content {
    flex-basis: 100%;
}

.media-container-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: start;
}
.media-container-row .media-size-item {
    width: 400px;
}

.media-container-column {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: stretch;
}
.media-container-column > * {
    width: 100%;
}

@media (min-width: 992px) {
    .media-container-row {
        flex-wrap: nowrap;
    }
}
figure {
    margin-bottom: 0;
    overflow: hidden;
}

figure[mbr-media-size] {
    transition: width 0.1s;
}

img,
iframe {
    display: flex;
    width: 50%;
}

.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: 300;
    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: 60%;
    height: 60%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
    bottom: 25px;
    right: 90px;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #ffffff;
    font-size: 22px;
}

.mbr-arrow-up a {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 60px;
    width: 60px;
    border: 2px solid #fff;
    outline-style: none !important;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    text-align: center;
}
.mbr-arrow-up a:hover {
    background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
    line-height: 60px;
}

.mbr-arrow-up-icon {
    display: block;
    color: #fff;
}

.mbr-arrow-up-icon::before {
    content: '›';
    display: inline-block;
    font-family: serif;
    font-size: 22px;
    line-height: 1;
    font-style: normal;
    position: relative;
    top: 6px;
    left: -4px;
    transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
    position: absolute;
    bottom: 45px;
    left: 50%;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background-color: rgba(80, 80, 80, 0.5);
    border-radius: 50%;
    transform: translateX(-50%);
}
@media (max-width: 767px) {
    .mbr-arrow {
        display: none;
    }
}
.mbr-arrow > a {
    display: inline-block;
    text-decoration: none;
    outline-style: none;
    -webkit-animation: arrowdown 1.7s ease-in-out infinite;
    animation: arrowdown 1.7s ease-in-out infinite;
    color: #ffffff;
}
.mbr-arrow > a > i {
    position: absolute;
    top: -2px;
    left: 15px;
    font-size: 2rem;
}

#scrollToTop a i::before {
    content: '';
    position: absolute;
    display: block;
    border-bottom: 2.5px solid #fff;
    border-left: 2.5px solid #fff;
    width: 27.8%;
    height: 27.8%;
    left: 50%;
    top: 51%;
    transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0px);
    }
}
@-webkit-keyframes arrowdown {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0px);
    }
}
@media (max-width: 500px) {
    .mbr-arrow-up {
        left: 0;
        right: 0;
        text-align: center;
    }
}
/*Gradients animation*/
@keyframes gradient-animation {
    from {
        background-position: 0% 100%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    to {
        background-position: 100% 0%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
}
@-webkit-keyframes gradient-animation {
    from {
        background-position: 0% 100%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    to {
        background-position: 100% 0%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
}
.bg-gradient {
    background-size: 200% 200%;
    animation: gradient-animation 5s infinite alternate;
    -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
    display: -webkit-flex;
}
.menu .navbar-brand span {
    display: flex;
    display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
    display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
    display: -webkit-flex;
    width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
    .menu .navbar-toggleable-sm .navbar-nav {
        display: -ms-flexbox;
    }
}
@media (max-width: 991px) {
    .menu .navbar-collapse {
        max-height: 93.5vh;
    }
    .menu .navbar-collapse.show {
        overflow: auto;
    }
}
@media (min-width: 992px) {
    .menu .navbar-nav.nav-dropdown {
        display: -webkit-flex;
    }
    .menu .navbar-toggleable-sm .navbar-collapse {
        display: -webkit-flex !important;
    }
    .menu .collapsed .navbar-collapse {
        max-height: 93.5vh;
    }
    .menu .collapsed .navbar-collapse.show {
        overflow: auto;
    }
}
@media (max-width: 767px) {
    .menu .navbar-collapse {
        max-height: 80vh;
    }
}

.nav-link .mbr-iconfont {
    margin-right: 0.5rem;
}

.navbar {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
}

.navbar-collapse {
    -webkit-flex-basis: 100%;
    -webkit-flex-grow: 1;
    -webkit-align-items: center;
}

.nav-dropdown .link {
    padding: 0.667em 1.667em !important;
    margin: 0 !important;
}

.nav {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
}

.row {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
}

.justify-content-center {
    -webkit-justify-content: center;
}

.form-inline {
    display: -webkit-flex;
}

.card-wrapper {
    -webkit-flex: 1;
}

.carousel-control {
    z-index: 10;
    display: -webkit-flex;
}

.carousel-controls {
    display: -webkit-flex;
}

.media {
    display: -webkit-flex;
}

.form-group:focus {
    outline: none;
}

.jq-selectbox__select {
    padding: 7px 0;
    position: relative;
}

.jq-selectbox__dropdown {
    overflow: hidden;
    border-radius: 10px;
    position: absolute;
    top: 100%;
    left: 0 !important;
    width: 100% !important;
}

.jq-selectbox__trigger-arrow {
    right: 0;
    transform: translateY(-50%);
}

.jq-selectbox li {
    padding: 1.07em 0.5em;
}

input[type='range'] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
    height: 100%;
}

.modal-dialog .carousel-inner {
    height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
    .modal-dialog .carousel-inner {
        height: calc(100vh - 1rem);
    }
}

.carousel-item {
    text-align: center;
}

.carousel-item img {
    margin: auto;
}

.navbar-toggler {
    align-self: flex-start;
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none;
    box-shadow: none;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: '';
    background: no-repeat center center;
    background-size: 100% 100%;
}

.navbar-toggler-left {
    position: absolute;
    left: 1rem;
}

.navbar-toggler-right {
    position: absolute;
    right: 1rem;
}

.card-img {
    width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
    flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
    bottom: initial !important;
}

html,
body {
    height: auto;
    min-height: 100vh;
    font-size: 16px;
}

.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-t0dFbjWb5F {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-6-1920x1277.jpeg");
}
.cid-t0dFbjWb5F .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-t0dFbjWb5F .item-img,
.cid-t0dFbjWb5F img {
  width: auto;
  object-fit: cover;
}
.cid-t0dFbjWb5F .item:focus,
.cid-t0dFbjWb5F span:focus {
  outline: none;
}
.cid-t0dFbjWb5F .item {
  cursor: pointer;
  margin-bottom: 0.8rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
.cid-t0dFbjWb5F .element-wrapper {
  position: relative;
  border-radius: 45px;
  background: #207684;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  padding: 4rem;
}
@media (min-width: 1201px) {
  .cid-t0dFbjWb5F .element-wrapper .item-content {
    padding-top: 2rem;
  }
  .cid-t0dFbjWb5F .element-wrapper .item-footer {
    padding-top: 1rem;
  }
}
@media (max-width: 1200px) {
  .cid-t0dFbjWb5F .element-wrapper {
    padding: 2.5rem;
  }
  .cid-t0dFbjWb5F .element-wrapper .item-content {
    padding-top: 1rem;
  }
  .cid-t0dFbjWb5F .element-wrapper .item-footer {
    padding-top: 1rem;
  }
}
.cid-t0dFbjWb5F .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t0dFbjWb5F .mbr-section-title {
  color: #207684;
  text-align: center;
}
.cid-t0dFbjWb5F .mbr-text,
.cid-t0dFbjWb5F .mbr-section-btn {
  text-align: left;
  color: #b9cdd0;
}
.cid-t0dFbjWb5F .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-t0dFbjWb5F .item-subtitle {
  text-align: left;
}
.cid-t0dFbjWb5F .btn-success {
  border: 0 !important;
}
.cid-t07sYxChTV {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-t07sYxChTV .row {
    flex-direction: row-reverse;
  }
  .cid-t07sYxChTV .image-wrapper {
    padding-right: 1.5rem;
  }
  .cid-t07sYxChTV .wrapper {
    padding-left: 1.5rem;
  }
}
.cid-t07sYxChTV .item-title {
  color: #207684;
}
.cid-t07sYxChTV .subtitle-text {
  color: #207684;
  text-align: left;
}
.cid-t07sYxChTV .item-box {
  display: flex;
}
.cid-t07sYxChTV .num {
  color: #91c2be;
  min-width: max-content;
  margin-right: 1.4rem;
}
.cid-t07sYxChTV .item-text {
  color: #207684;
}
.cid-t07sYxChTV .image-wrapper {
  height: 50%;
}
@media (max-width: 100%) {
  .cid-t07sYxChTV .image-wrapper {
    margin-top: 3rem;
  }
}
.cid-t07sYxChTV .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-t0C6Uve8Ys {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t0C6Uve8Ys .link {
  color: #000000;
}
.cid-t0C6Uve8Ys .link:hover {
  color: #FFFFFF;
}
.cid-t0C6Uve8Ys .btn:hover {
  background: #207684 !important ;
}
.cid-t2mZQssnwb {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #207684;
}
.cid-t2mZQssnwb .media-wrap {
  padding: 0;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-t2mZQssnwb .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-t2mZQssnwb .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-t2mZQssnwb .row {
    text-align: center;
  }
  .cid-t2mZQssnwb .row > div {
    margin: auto;
  }
  .cid-t2mZQssnwb .social-row {
    justify-content: center;
  }
}
.cid-t2mZQssnwb .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t2mZQssnwb .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-t2mZQssnwb .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t2mZQssnwb .list {
    margin-bottom: 0rem;
  }
}
.cid-t2mZQssnwb .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-t2mZQssnwb .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-t2mZQssnwb div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-t2mZQssnwb .mbr-section-subtitle {
  text-align: center;
}
.cid-tF2vuvE19C {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1280x1920.jpeg");
}
.cid-tF2vuvE19C .google-map {
  height: 350px;
  position: relative;
}
.cid-tF2vuvE19C .google-map iframe {
  height: 80%;
  width: 80%;
}
.cid-tF2vuvE19C .google-map [data-state-details] {
  color: #6b6763;
  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-tF2vuvE19C .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tF2vuvE19C .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tF2vuvE19C .mbr-section-title {
  color: #2e697d;
}
.cid-tF2vuvE19C .mbr-section-subtitle {
  color: #2e697d;
}
.cid-t074CIfUXM {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/ha-1376x146.png");
}
.cid-t074CIfUXM .mbr-section-title {
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
}
.cid-t074CIfUXM .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
  padding-bottom: 18px;
  margin-bottom: 0;
  font-weight: 600;
}
.cid-t074CIfUXM .row {
  align-items: center;
  height: 100%;
}
.cid-t0jg4vdm4f {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 101px;
}
.cid-t0jg4vdm4f nav.navbar {
  position: fixed;
}
.cid-t0jg4vdm4f .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t0jg4vdm4f .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t0jg4vdm4f .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t0jg4vdm4f .dropdown-item:hover,
.cid-t0jg4vdm4f .dropdown-item:focus {
  background: #207684 !important;
  color: white !important;
}
.cid-t0jg4vdm4f .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t0jg4vdm4f .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t0jg4vdm4f .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t0jg4vdm4f .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t0jg4vdm4f .nav-link {
  position: relative;
}
.cid-t0jg4vdm4f .container {
  display: flex;
  margin: auto;
}
.cid-t0jg4vdm4f .iconfont-wrapper {
  color: #207684 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t0jg4vdm4f .dropdown-menu,
.cid-t0jg4vdm4f .navbar.opened {
  background: #ffffff !important;
}
.cid-t0jg4vdm4f .nav-item:focus,
.cid-t0jg4vdm4f .nav-link:focus {
  outline: none;
}
.cid-t0jg4vdm4f .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t0jg4vdm4f .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t0jg4vdm4f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t0jg4vdm4f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t0jg4vdm4f .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t0jg4vdm4f .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t0jg4vdm4f .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t0jg4vdm4f .navbar.opened {
  transition: all 0.3s;
}
.cid-t0jg4vdm4f .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t0jg4vdm4f .navbar .navbar-logo img {
  width: auto;
  height: 101px;
}
.cid-t0jg4vdm4f .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t0jg4vdm4f .navbar.collapsed {
  justify-content: center;
}
.cid-t0jg4vdm4f .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t0jg4vdm4f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t0jg4vdm4f .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 101px;
  }
}
.cid-t0jg4vdm4f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t0jg4vdm4f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t0jg4vdm4f .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t0jg4vdm4f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t0jg4vdm4f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t0jg4vdm4f .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t0jg4vdm4f .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t0jg4vdm4f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t0jg4vdm4f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t0jg4vdm4f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t0jg4vdm4f .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t0jg4vdm4f .navbar .navbar-logo img {
    height: 101px;
  }
  .cid-t0jg4vdm4f .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t0jg4vdm4f .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t0jg4vdm4f .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t0jg4vdm4f .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t0jg4vdm4f .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t0jg4vdm4f .navbar.navbar-short {
  min-height: 60px;
}
.cid-t0jg4vdm4f .navbar.navbar-short .navbar-logo img {
  height: 60px;
}
.cid-t0jg4vdm4f .navbar.navbar-short .navbar-brand {
  min-height: 70px;
  padding: 0;
}
.cid-t0jg4vdm4f .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-t0jg4vdm4f .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t0jg4vdm4f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t0jg4vdm4f .dropdown-item.active,
.cid-t0jg4vdm4f .dropdown-item:active {
  background-color: transparent;
}
.cid-t0jg4vdm4f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t0jg4vdm4f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t0jg4vdm4f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t0jg4vdm4f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t0jg4vdm4f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t0jg4vdm4f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t0jg4vdm4f ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t0jg4vdm4f .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t0jg4vdm4f button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t0jg4vdm4f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #16586e;
}
.cid-t0jg4vdm4f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t0jg4vdm4f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t0jg4vdm4f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t0jg4vdm4f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t0jg4vdm4f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0jg4vdm4f nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t0jg4vdm4f nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t0jg4vdm4f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0jg4vdm4f .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t0jg4vdm4f a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t0jg4vdm4f .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t0jg4vdm4f .navbar {
    height: 70px;
  }
  .cid-t0jg4vdm4f .navbar.opened {
    height: auto;
  }
  .cid-t0jg4vdm4f .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t0jg4vdm4f a:link {
  color: #207684;
}
.cid-t0jg4vdm4f a:visited {
  color: #207684;
}
.cid-t0jg4vdm4f a:hover {
  color: #FFFFFF;
}
.cid-t0jg4vdm4f a:active {
  color: #207684;
}
.cid-t0jg4vdm4f .btn:hover {
  background: #207684 !important ;
}
