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

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

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

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

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

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

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

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

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

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

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

b,
strong {
    font-weight: bold;
}

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

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

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

.hidden {
    visibility: hidden;
}

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

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

.mbr-black {
    color: #111111;
}

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

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

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

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

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

@media (max-width: 767px) {
    .align-right,
    .align-left {
        text-align: center;
    }
}
/*! Font-weight  */
.mbr-light {
    font-weight: 300;
}

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

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

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

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

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

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

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

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

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

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

.card-box {
    width: 100%;
}

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

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

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

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

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

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

    .media {
        width: auto;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media {
    display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

.carousel-item img {
    margin: auto;
}

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

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

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

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

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

.card-img {
    width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:focus {
    outline: none;
}

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

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

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

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

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

@media (max-width: 992px) {
    .md-pb {
        margin-bottom: 2rem;
    }
}

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

* {
    font-weight: 300 !important;
}

b, strong {
    font-weight: 600 !important;
    letter-spacing: -0.1rem !important;
}

.container-banner {
    display: none !important;
}
body {
  font-family: 'Poppins', sans-serif;
}
.display-1 {
  font-family: 'Abhaya Libre', serif;
  font-size: 2.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-2 {
  font-family: 'Abhaya Libre', serif;
  font-size: 2.1rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.625rem;
}
.display-4 {
  font-family: 'Assistant', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Abhaya Libre', serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.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: 992px) {
  .display-1 {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.75rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.68rem;
    font-size: calc( 1.385rem + (2.1 - 1.385) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.385rem + (2.1 - 1.385) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 2rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #0d4a34 !important;
}
.bg-success {
  background-color: #92c136 !important;
}
.bg-info {
  background-color: #373636 !important;
}
.bg-warning {
  background-color: #eef2ec !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0d4a34 !important;
  border-color: #0d4a34 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0d4a34 !important;
  border-color: #0d4a34 !important;
  box-shadow: #0d4a34 2px 2px 20px 0px;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #0d4a34 !important;
  border-color: #0d4a34 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0d4a34 !important;
  border-color: #0d4a34 !important;
  box-shadow: #0d4a34 2px 2px 20px 0px;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #373636 !important;
  border-color: #373636 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #373636 !important;
  border-color: #373636 !important;
  box-shadow: #373636 2px 2px 20px 0px;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0b0b0b !important;
  border-color: #0b0b0b !important;
}
.btn-success,
.btn-success:active {
  background-color: #92c136 !important;
  border-color: #92c136 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #92c136 !important;
  border-color: #92c136 !important;
  box-shadow: #92c136 2px 2px 20px 0px;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5f7d23 !important;
  border-color: #5f7d23 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #eef2ec !important;
  border-color: #eef2ec !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #eef2ec !important;
  border-color: #eef2ec !important;
  box-shadow: #eef2ec 2px 2px 20px 0px;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #c0cfb9 !important;
  border-color: #c0cfb9 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #000000 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #000000 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: #ffffff 2px 2px 20px 0px;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #000000 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-white {
  color: #0d4a34 !important;
  background-color: white;
}
.btn-white,
.btn-white:active {
  background-color: white !important;
  border-color: white !important;
  color: #000000 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #000000 !important;
  background-color: white !important;
  border-color: white !important;
  box-shadow: white 2px 2px 20px 0px;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #000000 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-white:hover,
.btn-white:active {
  color: #0d4a34 !important;
  box-shadow: #0d4a34 2px 2px 20px 0px;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
  box-shadow: #232323 2px 2px 20px 0px;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0d4a34;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0d4a34 !important;
  border-color: #0d4a34 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0d4a34;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0d4a34 !important;
  border-color: #0d4a34 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #373636;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0b0b0b !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #373636 !important;
  border-color: #373636 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #92c136;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #5f7d23 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #92c136 !important;
  border-color: #92c136 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #eef2ec;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #c0cfb9 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #69845b !important;
  background-color: #eef2ec !important;
  border-color: #eef2ec !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !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: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #0d4a34 !important;
}
.text-secondary {
  color: #0d4a34 !important;
}
.text-success {
  color: #92c136 !important;
}
.text-info {
  color: #373636 !important;
}
.text-warning {
  color: #eef2ec !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #567120 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #040303 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #b8c9af !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cccccc !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #fafafa !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;
}
.nav-tabs .nav-link.active {
  color: #0d4a34;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #373636;
}
.alert-warning {
  background-color: #eef2ec;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0d4a34;
  border-color: #0d4a34;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #0d4a34;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #5ae2b1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c8e195;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #aaa8a8;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Assistant', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1rem;
}
.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: #0d4a34 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Assistant', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1rem;
}
blockquote {
  border-color: #0d4a34;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0d4a34;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0d4a34;
}
.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: #0d4a34;
  border-bottom-color: #0d4a34;
}
.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: #0d4a34 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #0d4a34 !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='%230d4a34' %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-sQknKIJ5xL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sQknKIJ5xL .btn {
  padding: 0.3rem 2rem;
}
.cid-sQknKIJ5xL .nav-link {
  position: relative;
}
.cid-sQknKIJ5xL .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #0d4a34;
}
.cid-sQknKIJ5xL .nav-link:hover:before {
  width: 100%;
}
.cid-sQknKIJ5xL nav.navbar {
  position: fixed;
}
.cid-sQknKIJ5xL .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-sQknKIJ5xL .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sQknKIJ5xL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sQknKIJ5xL .dropdown-item:hover,
.cid-sQknKIJ5xL .dropdown-item:focus {
  background: #0d4a34 !important;
  color: white !important;
}
.cid-sQknKIJ5xL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sQknKIJ5xL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sQknKIJ5xL .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-sQknKIJ5xL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sQknKIJ5xL .container {
  display: flex;
  margin: auto;
}
.cid-sQknKIJ5xL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sQknKIJ5xL .dropdown-menu,
.cid-sQknKIJ5xL .navbar.opened {
  background: #ffffff !important;
}
.cid-sQknKIJ5xL .nav-item:focus,
.cid-sQknKIJ5xL .nav-link:focus {
  outline: none;
}
.cid-sQknKIJ5xL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sQknKIJ5xL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sQknKIJ5xL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sQknKIJ5xL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sQknKIJ5xL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQknKIJ5xL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQknKIJ5xL .navbar-short {
  border-bottom: 1px solid white;
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-sQknKIJ5xL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sQknKIJ5xL .navbar.opened {
  transition: all 0.3s;
}
.cid-sQknKIJ5xL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sQknKIJ5xL .navbar .navbar-logo img {
  width: auto;
}
.cid-sQknKIJ5xL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sQknKIJ5xL .navbar.collapsed {
  justify-content: center;
}
.cid-sQknKIJ5xL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sQknKIJ5xL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sQknKIJ5xL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sQknKIJ5xL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sQknKIJ5xL .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-sQknKIJ5xL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sQknKIJ5xL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sQknKIJ5xL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sQknKIJ5xL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sQknKIJ5xL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sQknKIJ5xL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sQknKIJ5xL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sQknKIJ5xL .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-sQknKIJ5xL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sQknKIJ5xL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sQknKIJ5xL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sQknKIJ5xL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sQknKIJ5xL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sQknKIJ5xL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sQknKIJ5xL .navbar.navbar-short {
  min-height: 60px;
}
.cid-sQknKIJ5xL .navbar.navbar-short .navbar-logo img {
  height: 4rem !important;
}
.cid-sQknKIJ5xL .navbar.navbar-short .navbar-brand {
  min-height: 70px;
  padding: 0;
}
.cid-sQknKIJ5xL .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-sQknKIJ5xL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sQknKIJ5xL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sQknKIJ5xL .dropdown-item.active,
.cid-sQknKIJ5xL .dropdown-item:active {
  background-color: transparent;
}
.cid-sQknKIJ5xL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sQknKIJ5xL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sQknKIJ5xL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sQknKIJ5xL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sQknKIJ5xL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sQknKIJ5xL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQknKIJ5xL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sQknKIJ5xL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sQknKIJ5xL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sQknKIJ5xL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0d4a34;
}
.cid-sQknKIJ5xL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQknKIJ5xL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQknKIJ5xL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQknKIJ5xL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQknKIJ5xL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQknKIJ5xL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sQknKIJ5xL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sQknKIJ5xL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQknKIJ5xL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sQknKIJ5xL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sQknKIJ5xL .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-sQknKIJ5xL .navbar {
    height: 70px;
  }
  .cid-sQknKIJ5xL .navbar.opened {
    height: auto;
  }
  .cid-sQknKIJ5xL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sYti435dp8 {
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-sYti435dp8 {
    background-image: url("../../../assets/images/mbr-1920x1275.jpg");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 50% auto;
  }
}
.cid-sYti435dp8 .row {
  align-items: center;
}
.cid-sYti435dp8 .image-wrapper {
  padding: 1rem;
}
.cid-sYti435dp8 .col-text {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 7rem;
}
@media (max-width: 768px) {
  .cid-sYti435dp8 .col-text {
    padding-top: 1rem;
    padding-bottom: 3.5rem;
  }
}
.cid-sYti435dp8 .col-text .radial-svg {
  display: none;
}
@media (min-width: 992px) {
  .cid-sYti435dp8 .col-text .radial-svg {
    display: block;
    position: absolute;
    top: 0;
    right: -90px;
    bottom: 0;
    height: 100%;
    width: 200px;
    z-index: 1;
  }
  .cid-sYti435dp8 .col-text .radial-svg path {
    fill: #ffffff;
  }
}
.cid-sYti435dp8 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .cid-sYti435dp8 .text-wrapper {
    max-width: 80%;
  }
}
.cid-sYti435dp8 .label-text {
  width: 100%;
  color: #ffffff;
}
.cid-sYti435dp8 .mbr-section-title {
  margin-bottom: 1.425rem;
  width: 100%;
  color: #92c136;
  text-align: left;
}
.cid-sYti435dp8 .mbr-text {
  color: #ffffff;
  width: 100%;
  margin-bottom: 12px;
}
.cid-sYti435dp8 .btn-container {
  width: 100%;
}
.cid-sYti435dp8 .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-sYti435dp8 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sYti435dp8 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sYti435dp8 .btn-white-outline {
  border: 1px solid currentColor;
}
.cid-sYti435dp8 .btn-white-outline:hover {
  color: #0d4a34 !important;
  background: #ffffff !important;
}
.cid-sYti435dp8 .mbr-text,
.cid-sYti435dp8 .mbr-section-btn {
  color: #373636;
}
.cid-sYti435dp8 .mbr-section-bt,
.cid-sYti435dp8 .btn {
  padding: 0 !important;
}
.cid-sYtJOEKIHn {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sYtJOEKIHn .section-head {
  margin-bottom: 2rem;
}
.cid-sYtJOEKIHn .mbr-section-title {
  text-align: right;
  margin-bottom: 1.5rem;
  color: #0d4a34;
}
.cid-sYtJOEKIHn .mbr-section-subtitle {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sYtJOEKIHn .row {
    text-align: center;
  }
}
.cid-sYtJOEKIHn .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-sYtJOEKIHn .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-sYtJOEKIHn .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 90s infinite linear;
  backface-visibility: hidden;
}
.cid-sYtJOEKIHn .wave-container .wave svg path {
  fill: #eef2ec;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-tMBOkQDLQr {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #eef2ec;
}
.cid-tMBOkQDLQr .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-tMBOkQDLQr .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-tMBOkQDLQr img {
  width: 140px;
  margin: auto;
}
.cid-tMBOkQDLQr .card-wrapper {
  transition: all 0.3s;
  border: 2px solid #ffffff;
  padding: 2rem 0;
  background: #ffffff;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tMBOkQDLQr .card-wrapper:hover {
  background: transparent;
}
.cid-tMBOkQDLQr .card-title,
.cid-tMBOkQDLQr .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-tMBOkQDLQr .main-title,
.cid-tMBOkQDLQr .title-col {
  text-align: center;
  color: #0d4a34;
}
.cid-tMBOkQDLQr .card-text {
  color: #bbbbbb;
}
.cid-tMBOkQDLQr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMBOkQDLQr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sYto8ZFnRt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eef2ec;
}
.cid-sYto8ZFnRt .mbr-section-title {
  width: 100%;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #0d4a34;
}
.cid-sYto8ZFnRt .mbr-text {
  color: #8c8c95;
  margin-bottom: 26px;
  text-align: center;
}
.cid-sYto8ZFnRt .button-align {
  text-align: center;
}
.cid-sYto8ZFnRt .margin {
  margin-right: 14px;
}
.cid-sYto8ZFnRt .mbr-section-btn {
  display: block;
}
.cid-sYto8ZFnRt .container {
  max-width: 1000px;
}
@media (max-width: 440px) {
  .cid-sYto8ZFnRt .margin {
    margin-right: 0px;
  }
  .cid-sYto8ZFnRt .b {
    margin-bottom: 20px;
  }
}
.cid-sYto8ZFnRt .btn {
  margin-top: 20px;
}
.cid-sYto8ZFnRt a.btn > span {
  margin-left: 0.5rem;
}
.cid-sYto8ZFnRt .mbr-text,
.cid-sYto8ZFnRt .button-align {
  color: #373636;
}
.cid-sYuuMimY2r {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #eef2ec;
}
.cid-sYuuMimY2r .column-wrapper {
  padding-left: 1.5rem;
}
.cid-sYuuMimY2r .text-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 38rem;
}
@media (min-width: 992px) {
  .cid-sYuuMimY2r .text-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.cid-sYuuMimY2r .mbr-section-title {
  text-align: left;
  margin-bottom: 1.5rem;
  color: #0d4a34;
}
.cid-sYuuMimY2r .mbr-text,
.cid-sYuuMimY2r .mbr-section-btn {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-sYuuMimY2r .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sYuuMimY2r h1,
.cid-sYuuMimY2r h2 {
  margin: 10px 0 !important;
}
.cid-sYuuMimY2r .mbr-section-bt,
.cid-sYuuMimY2r .btn {
  padding: 0 !important;
}
.cid-sYuK4hFdU6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e2f0db;
}
.cid-sYuK4hFdU6 .column-wrapper {
  padding-left: 1.5rem;
}
.cid-sYuK4hFdU6 .row {
  flex-direction: row-reverse;
}
.cid-sYuK4hFdU6 .column-wrapper {
  padding-left: 16px;
  padding-right: 1.5rem;
}
.cid-sYuK4hFdU6 .text-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 38rem;
}
@media (min-width: 992px) {
  .cid-sYuK4hFdU6 .text-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.cid-sYuK4hFdU6 .mbr-section-title {
  text-align: left;
  margin-bottom: 1.5rem;
  color: #0d4a34;
}
.cid-sYuK4hFdU6 .mbr-text,
.cid-sYuK4hFdU6 .mbr-section-btn {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-sYuK4hFdU6 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sYuK4hFdU6 .mbr-section-bt,
.cid-sYuK4hFdU6 .btn {
  padding: 0 !important;
}
.cid-tNt1LkfatD {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #eef2ec;
}
.cid-tNt1LkfatD .column-wrapper {
  padding-left: 1.5rem;
}
.cid-tNt1LkfatD .text-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 38rem;
}
@media (min-width: 992px) {
  .cid-tNt1LkfatD .text-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.cid-tNt1LkfatD .mbr-section-title {
  text-align: left;
  margin-bottom: 1.5rem;
  color: #0d4a34;
}
.cid-tNt1LkfatD .mbr-text,
.cid-tNt1LkfatD .mbr-section-btn {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tNt1LkfatD .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tNt1LkfatD .mbr-section-bt,
.cid-tNt1LkfatD .btn {
  padding: 0 !important;
}
.cid-tNvGPyIYlI {
  background: #e2f0db;
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-tNvGPyIYlI .image-block {
  margin: auto;
  height: 300px;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.cid-tNvGPyIYlI .image-block:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #403f83;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-tNvGPyIYlI .image-block:hover:before {
  opacity: 0.6;
}
.cid-tNvGPyIYlI .image-block:hover .wrap {
  opacity: 1;
}
.cid-tNvGPyIYlI .image-block:hover img {
  transform: scale(1.1);
}
.cid-tNvGPyIYlI .wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tNvGPyIYlI img {
  width: 100%;
  height: 100%;
  transition: all 1s;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tNvGPyIYlI .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-tNvGPyIYlI .wrap {
    opacity: 1 !important;
  }
  .cid-tNvGPyIYlI .image-block:before {
    opacity: 0.6 !important;
  }
}
.cid-tNvG1sWIBW {
  padding-top: 4rem;
  padding-bottom: 7rem;
  background-color: #eef2ec;
}
.cid-tNvG1sWIBW .mbr-media {
  position: relative;
  border-radius: 1rem;
}
.cid-tNvG1sWIBW .mbr-media img {
  width: 100%;
  object-fit: cover;
  border-radius: 1rem;
}
.cid-tNvG1sWIBW .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-tNvG1sWIBW .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
  color: #ffffff;
}
.cid-tNvG1sWIBW .mbr-media span:hover {
  color: #8364e2 !important;
}
.cid-tNvG1sWIBW .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tNvG1sWIBW .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tNvG1sWIBW .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tNvG1sWIBW .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tNvG1sWIBW .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tNvG1sWIBW .mbr-section-subtitle {
  color: #353535;
}
.cid-tNvG1sWIBW .mbr-section-title {
  color: #0d4a34;
}
.cid-tNvG1sWIBW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNvG1sWIBW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXpsqhpCRo {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e2f0db;
}
.cid-uXpsqhpCRo .column-wrapper {
  padding-left: 1.5rem;
}
.cid-uXpsqhpCRo .row {
  flex-direction: row-reverse;
}
.cid-uXpsqhpCRo .column-wrapper {
  padding-left: 16px;
  padding-right: 1.5rem;
}
.cid-uXpsqhpCRo .text-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 38rem;
}
@media (min-width: 992px) {
  .cid-uXpsqhpCRo .text-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.cid-uXpsqhpCRo .mbr-section-title {
  text-align: left;
  margin-bottom: 1.5rem;
  color: #0d4a34;
}
.cid-uXpsqhpCRo .mbr-text,
.cid-uXpsqhpCRo .mbr-section-btn {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uXpsqhpCRo .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uXpsqhpCRo .mbr-section-bt,
.cid-uXpsqhpCRo .btn {
  padding: 0 !important;
}
.cid-sYtMKa6Hrq {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #eef2ec;
}
.cid-sYtMKa6Hrq .social-media {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
  padding-right: 4rem;
}
.cid-sYtMKa6Hrq .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sYtMKa6Hrq .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sYtMKa6Hrq .social-media ul li:first-child {
  padding-left: 0;
}
.cid-sYtMKa6Hrq .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #0d4a34;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-sYtMKa6Hrq .icon-transition span:hover {
  background-color: #373636;
}
@media (max-width: 767px) {
  .cid-sYtMKa6Hrq .align-left {
    text-align: left !important;
  }
}
.cid-sYtMKa6Hrq .mbr-section-title {
  color: #0d4a34;
}
.cid-uEXZlh1WJP.popup-builder {
  background-color: #ffffff;
}
.cid-uEXZlh1WJP.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uEXZlh1WJP.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uEXZlh1WJP .modal-content,
.cid-uEXZlh1WJP .modal-dialog {
  height: auto;
}
.cid-uEXZlh1WJP .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uEXZlh1WJP .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uEXZlh1WJP .form-wrapper .mbr-form .form-group,
  .cid-uEXZlh1WJP .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uEXZlh1WJP .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uEXZlh1WJP .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uEXZlh1WJP .mbr-text {
  text-align: center;
}
.cid-uEXZlh1WJP .pt-0 {
  padding-top: 0 !important;
}
.cid-uEXZlh1WJP .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uEXZlh1WJP .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uEXZlh1WJP .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uEXZlh1WJP .modal-open {
  overflow: hidden;
}
.cid-uEXZlh1WJP .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uEXZlh1WJP .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uEXZlh1WJP .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uEXZlh1WJP .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uEXZlh1WJP .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uEXZlh1WJP .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uEXZlh1WJP .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uEXZlh1WJP .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uEXZlh1WJP .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uEXZlh1WJP .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uEXZlh1WJP .modal-backdrop.fade {
  opacity: 0;
}
.cid-uEXZlh1WJP .modal-backdrop.show {
  opacity: .5;
}
.cid-uEXZlh1WJP .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uEXZlh1WJP .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uEXZlh1WJP .modal-header {
    padding: 1rem;
  }
}
.cid-uEXZlh1WJP .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uEXZlh1WJP .modal-header .close svg {
  fill: #373636;
}
.cid-uEXZlh1WJP .modal-header .close:hover {
  opacity: 1;
}
.cid-uEXZlh1WJP .modal-header .close:focus {
  outline: none;
}
.cid-uEXZlh1WJP .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0d4a34;
}
.cid-uEXZlh1WJP .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uEXZlh1WJP .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uEXZlh1WJP .modal-body {
    padding: 1rem;
  }
}
.cid-uEXZlh1WJP .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uEXZlh1WJP .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uEXZlh1WJP .modal-footer {
    padding: 1rem;
  }
}
.cid-uEXZlh1WJP .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uEXZlh1WJP .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uEXZlh1WJP .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uEXZlh1WJP .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uEXZlh1WJP .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uEXZlh1WJP .modal-lg,
  .cid-uEXZlh1WJP .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uEXZlh1WJP .modal-xl {
    max-width: 1140px;
  }
}
.cid-uEXZlh1WJP .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uEXZlh1WJP .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uEXZlh1WJP .form-group {
  margin-bottom: 1rem;
}
.cid-uEXZlh1WJP .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uEXZlh1WJP .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uEXZlh1WJP .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uEXZlh1WJP .mbr-section-btn {
  margin: 0;
}
.cid-uEXZlh1WJP .mbr-section-btn .btn {
  margin: 0;
}
.cid-uEXZlh1WJP .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-uEXZlh1WJP .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #ffffff;
}
.cid-uEXZlh1WJP .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-uEXZlh1WJP .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-uEXZlh1WJP .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-uEXZlh1WJP .special-label {
  color: #fff;
}
.cid-uEXZlh1WJP .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-uEXZlh1WJP .menu-box .box-price {
  flex-shrink: 0;
}
.cid-uEXZlh1WJP .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-uEXZlh1WJP .menu-row {
  margin: 0;
}
.cid-uEXZlh1WJP .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #0d4a34;
}
.cid-uEXZlh1WJP .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-uEXZlh1WJP .group-title,
.cid-uEXZlh1WJP .align-wrap {
  text-align: left;
  color: #0d4a34;
}
.cid-uEXZlh1WJP .item-title {
  text-align: left;
}
.cid-tMC7lEWo3w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e2f0db;
}
.cid-tMC7lEWo3w .iconfont-wrapper {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.cid-tMC7lEWo3w .card-box {
  z-index: 2;
  position: relative;
}
.cid-tMC7lEWo3w .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
  background: #0d4a34;
  width: 80px;
  padding: 10px;
  border-radius: 6px;
  text-align: center;
}
.cid-tMC7lEWo3w .mbr-iconfont-big {
  font-size: 14rem;
  color: #0d4a34;
  position: absolute;
  bottom: -3rem;
  right: -4rem;
  z-index: -1;
  transition: all 0.6s;
  opacity: 0.1;
}
.cid-tMC7lEWo3w .card-title,
.cid-tMC7lEWo3w .card-text {
  transition: all 0.3s;
}
.cid-tMC7lEWo3w .card-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  padding: 4rem 3rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  background: #ffffff;
  transition: all 0.3s;
}
.cid-tMC7lEWo3w .card-wrapper:hover .mbr-iconfont-big {
  transform: rotate(-20deg);
}
@media (max-width: 767px) {
  .cid-tMC7lEWo3w .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tMC7lEWo3w .card-title,
.cid-tMC7lEWo3w .iconfont-wrapper {
  color: #0d4a34;
}
.cid-tMC7lEWo3w .card-text {
  color: #0d4a34;
}
.cid-tMC7lEWo3w .mbr-section-title {
  color: #0d4a34;
  text-align: center;
}
.cid-tMC7lEWo3w .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tMC7lEWo3w .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMC7lEWo3w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sYuElmQ4BT {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e2f0db;
}
.cid-sYuElmQ4BT a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sYuElmQ4BT a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-sYuElmQ4BT .form-group {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sYuElmQ4BT textarea.form-control {
  min-height: 214.5px;
}
.cid-sYuElmQ4BT .btn {
  margin: 0 auto !important;
}
.cid-sYuElmQ4BT .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 50px;
  margin-bottom: 2.5rem;
}
.cid-sYuElmQ4BT h4,
.cid-sYuElmQ4BT p {
  margin: 0;
}
.cid-sYuElmQ4BT h2 {
  color: #333;
  margin-bottom: 2rem;
}
.cid-sYuElmQ4BT h3 {
  color: #767676;
  line-height: 1.8;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-sYuElmQ4BT h2 {
    text-align: center;
  }
  .cid-sYuElmQ4BT h3 {
    text-align: center;
  }
  .cid-sYuElmQ4BT .input-group-btn {
    text-align: center;
  }
  .cid-sYuElmQ4BT .social-list {
    text-align: center;
  }
  .cid-sYuElmQ4BT .order-2 {
    margin-top: 2.5rem;
  }
}
.cid-sYuElmQ4BT H2 {
  color: #656565;
}
.cid-sYuElmQ4BT .content {
  text-align: left;
  color: #656565;
}
.cid-sYuElmQ4BT .type {
  text-align: left;
  padding-bottom: 8px;
  color: #232323;
}
.cid-sYuElmQ4BT .title1 {
  text-align: center;
  color: #0d4a34;
  margin-bottom: 0.7rem;
}
.cid-sYuElmQ4BT .mbr-section-subtitle {
  text-align: left;
  color: #656565;
}
.cid-sYuElmQ4BT .title2 {
  margin-bottom: 1.30rem;
  color: #373636;
  text-align: center;
}
.cid-sYuElmQ4BT input,
.cid-sYuElmQ4BT textarea {
  box-shadow: none;
}
.cid-sYtpUfkTe0 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e2f0db;
}
.cid-sYtpUfkTe0 .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-sYtpUfkTe0 img {
  width: 140px;
  height: 140px;
  margin: auto;
}
.cid-sYtpUfkTe0 .card-wrapper {
  transition: all 0.3s;
  border: 2px solid #eef2ec;
  background: #eef2ec;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-sYtpUfkTe0 .card-wrapper:hover {
  background: transparent;
}
.cid-sYtpUfkTe0 .card-title,
.cid-sYtpUfkTe0 .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-sYtpUfkTe0 .main-title,
.cid-sYtpUfkTe0 .title-col {
  text-align: center;
  color: #0d4a34;
}
.cid-sYtpUfkTe0 .card-text {
  color: #bbbbbb;
}
.cid-sYtpUfkTe0 .list {
  display: contents;
}
.cid-sYtpUfkTe0 .list div {
  margin: 0 10px;
}
.cid-sYtprzaZZU {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #e2f0db;
}
.cid-sYtprzaZZU .section-head {
  margin-bottom: 2rem;
}
.cid-sYtprzaZZU .mbr-section-title {
  text-align: right;
  margin-bottom: 1.5rem;
  color: #0d4a34;
}
.cid-sYtprzaZZU .mbr-section-subtitle {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sYtprzaZZU .row {
    text-align: center;
  }
}
.cid-sYtprzaZZU .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-sYtprzaZZU .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-sYtprzaZZU .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 90s infinite linear;
  backface-visibility: hidden;
}
.cid-sYtprzaZZU .wave-container .wave svg path {
  fill: #0d4a34;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-sYuC67A8Mz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0d4a34;
}
.cid-sYuC67A8Mz .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-sYuC67A8Mz .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-sYuC67A8Mz .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-sYuC67A8Mz .row {
    text-align: center;
  }
  .cid-sYuC67A8Mz .row > div {
    margin: auto;
  }
  .cid-sYuC67A8Mz .social-row {
    justify-content: center;
  }
}
.cid-sYuC67A8Mz .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sYuC67A8Mz .list {
  list-style: none;
  padding-left: 0;
  color: #b9cdd0;
}
@media (max-width: 991px) {
  .cid-sYuC67A8Mz .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sYuC67A8Mz .list {
    margin-bottom: 0rem;
  }
}
.cid-sYuC67A8Mz .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-sYuC67A8Mz .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sYuC67A8Mz div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sYtoVINwDJ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #0d4a34;
}
.cid-sYtoVINwDJ .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-sYtoVINwDJ .btn-social,
.cid-sYtoVINwDJ .mbr-section-title {
  color: #57468b;
}
.cid-sYtoVINwDJ .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #0d4a34;
}
.cid-sYtoVINwDJ .soc-item span {
  font-size: 20px;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-sYtoVINwDJ .soc-item:hover {
  background: #ffffff;
}
.cid-sYtoVINwDJ .soc-item:hover span {
  color: #0d4a34 !important;
}
@media (max-width: 992px) {
  .cid-sYtoVINwDJ .align-left,
  .cid-sYtoVINwDJ .align-right {
    text-align: center;
  }
  .cid-sYtoVINwDJ .social-list {
    justify-content: center;
  }
  .cid-sYtoVINwDJ .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-sYtoVINwDJ .mbr-text {
  color: #eef2ec;
}
@charset "UTF-8";
section {
    background-color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

b,
strong {
    font-weight: bold;
}

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

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

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

.hidden {
    visibility: hidden;
}

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

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

.mbr-black {
    color: #111111;
}

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

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

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

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

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

@media (max-width: 767px) {
    .align-right,
    .align-left {
        text-align: center;
    }
}
/*! Font-weight  */
.mbr-light {
    font-weight: 300;
}

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

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

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

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

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

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

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

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

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

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

.card-box {
    width: 100%;
}

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

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

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

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

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

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

    .media {
        width: auto;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media {
    display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

.carousel-item img {
    margin: auto;
}

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

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

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

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

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

.card-img {
    width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:focus {
    outline: none;
}

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

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

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

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

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

@media (max-width: 992px) {
    .md-pb {
        margin-bottom: 2rem;
    }
}

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

* {
    font-weight: 300 !important;
}

b, strong {
    font-weight: 600 !important;
    letter-spacing: -0.1rem !important;
}

.container-banner {
    display: none !important;
}
.cid-tNAGrf2Ol3 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tNAGrf2Ol3 .btn {
  padding: 0.3rem 2rem;
}
.cid-tNAGrf2Ol3 .nav-link {
  position: relative;
}
.cid-tNAGrf2Ol3 .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #0d4a34;
}
.cid-tNAGrf2Ol3 .nav-link:hover:before {
  width: 100%;
}
.cid-tNAGrf2Ol3 nav.navbar {
  position: fixed;
}
.cid-tNAGrf2Ol3 .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-tNAGrf2Ol3 .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tNAGrf2Ol3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tNAGrf2Ol3 .dropdown-item:hover,
.cid-tNAGrf2Ol3 .dropdown-item:focus {
  background: #0d4a34 !important;
  color: white !important;
}
.cid-tNAGrf2Ol3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tNAGrf2Ol3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tNAGrf2Ol3 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-tNAGrf2Ol3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tNAGrf2Ol3 .container {
  display: flex;
  margin: auto;
}
.cid-tNAGrf2Ol3 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tNAGrf2Ol3 .dropdown-menu,
.cid-tNAGrf2Ol3 .navbar.opened {
  background: #ffffff !important;
}
.cid-tNAGrf2Ol3 .nav-item:focus,
.cid-tNAGrf2Ol3 .nav-link:focus {
  outline: none;
}
.cid-tNAGrf2Ol3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tNAGrf2Ol3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNAGrf2Ol3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tNAGrf2Ol3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNAGrf2Ol3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tNAGrf2Ol3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tNAGrf2Ol3 .navbar-short {
  border-bottom: 1px solid white;
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-tNAGrf2Ol3 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tNAGrf2Ol3 .navbar.opened {
  transition: all 0.3s;
}
.cid-tNAGrf2Ol3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tNAGrf2Ol3 .navbar .navbar-logo img {
  width: auto;
}
.cid-tNAGrf2Ol3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tNAGrf2Ol3 .navbar.collapsed {
  justify-content: center;
}
.cid-tNAGrf2Ol3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tNAGrf2Ol3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tNAGrf2Ol3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNAGrf2Ol3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNAGrf2Ol3 .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-tNAGrf2Ol3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNAGrf2Ol3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tNAGrf2Ol3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tNAGrf2Ol3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNAGrf2Ol3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNAGrf2Ol3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNAGrf2Ol3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tNAGrf2Ol3 .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-tNAGrf2Ol3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tNAGrf2Ol3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tNAGrf2Ol3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tNAGrf2Ol3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tNAGrf2Ol3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tNAGrf2Ol3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tNAGrf2Ol3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tNAGrf2Ol3 .navbar.navbar-short .navbar-logo img {
  height: 4rem !important;
}
.cid-tNAGrf2Ol3 .navbar.navbar-short .navbar-brand {
  min-height: 70px;
  padding: 0;
}
.cid-tNAGrf2Ol3 .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-tNAGrf2Ol3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tNAGrf2Ol3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNAGrf2Ol3 .dropdown-item.active,
.cid-tNAGrf2Ol3 .dropdown-item:active {
  background-color: transparent;
}
.cid-tNAGrf2Ol3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNAGrf2Ol3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNAGrf2Ol3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNAGrf2Ol3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tNAGrf2Ol3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tNAGrf2Ol3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNAGrf2Ol3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tNAGrf2Ol3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tNAGrf2Ol3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tNAGrf2Ol3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0d4a34;
}
.cid-tNAGrf2Ol3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tNAGrf2Ol3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNAGrf2Ol3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNAGrf2Ol3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tNAGrf2Ol3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNAGrf2Ol3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tNAGrf2Ol3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tNAGrf2Ol3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNAGrf2Ol3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tNAGrf2Ol3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tNAGrf2Ol3 .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-tNAGrf2Ol3 .navbar {
    height: 70px;
  }
  .cid-tNAGrf2Ol3 .navbar.opened {
    height: auto;
  }
  .cid-tNAGrf2Ol3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNAGrfHEwY {
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-tNAGrfHEwY {
    background-image: url("../../../assets/images/img-88.jpg");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 50% auto;
  }
}
.cid-tNAGrfHEwY .row {
  align-items: center;
}
.cid-tNAGrfHEwY .image-wrapper {
  padding: 1rem;
}
.cid-tNAGrfHEwY .col-text {
  position: relative;
  padding-top: 7rem;
  padding-bottom: 3rem;
}
@media (max-width: 768px) {
  .cid-tNAGrfHEwY .col-text {
    padding-top: 3.5rem;
    padding-bottom: 1.5rem;
  }
}
.cid-tNAGrfHEwY .col-text .radial-svg {
  display: none;
}
@media (min-width: 992px) {
  .cid-tNAGrfHEwY .col-text .radial-svg {
    display: block;
    position: absolute;
    top: 0;
    right: -90px;
    bottom: 0;
    height: 100%;
    width: 200px;
    z-index: 1;
  }
  .cid-tNAGrfHEwY .col-text .radial-svg path {
    fill: #ffffff;
  }
}
.cid-tNAGrfHEwY .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .cid-tNAGrfHEwY .text-wrapper {
    max-width: 80%;
  }
}
.cid-tNAGrfHEwY .label-text {
  width: 100%;
  color: #ffffff;
}
.cid-tNAGrfHEwY .mbr-section-title {
  margin-bottom: 1.425rem;
  width: 100%;
  color: #92c136;
  text-align: left;
}
.cid-tNAGrfHEwY .mbr-text {
  color: #ffffff;
  width: 100%;
  margin-bottom: 12px;
}
.cid-tNAGrfHEwY .btn-container {
  width: 100%;
}
.cid-tNAGrfHEwY .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tNAGrfHEwY .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tNAGrfHEwY .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tNAGrfHEwY .btn-white-outline {
  border: 1px solid currentColor;
}
.cid-tNAGrfHEwY .btn-white-outline:hover {
  color: #0d4a34 !important;
  background: #ffffff !important;
}
.cid-tNAGrfHEwY .mbr-text,
.cid-tNAGrfHEwY .mbr-section-btn {
  color: #373636;
}
.cid-tNAGrfHEwY .mbr-section-bt,
.cid-tNAGrfHEwY .btn {
  padding: 0 !important;
}
.cid-tNAGrfWgVZ {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNAGrfWgVZ .section-head {
  margin-bottom: 2rem;
}
.cid-tNAGrfWgVZ .mbr-section-title {
  text-align: right;
  margin-bottom: 1.5rem;
  color: #0d4a34;
}
.cid-tNAGrfWgVZ .mbr-section-subtitle {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-tNAGrfWgVZ .row {
    text-align: center;
  }
}
.cid-tNAGrfWgVZ .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-tNAGrfWgVZ .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-tNAGrfWgVZ .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 90s infinite linear;
  backface-visibility: hidden;
}
.cid-tNAGrfWgVZ .wave-container .wave svg path {
  fill: #eef2ec;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-tNAGrgcfDR {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #eef2ec;
}
.cid-tNAGrgcfDR .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-tNAGrgcfDR .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-tNAGrgcfDR img {
  width: 140px;
  margin: auto;
}
.cid-tNAGrgcfDR .card-wrapper {
  transition: all 0.3s;
  border: 2px solid #ffffff;
  padding: 2rem 0;
  background: #ffffff;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tNAGrgcfDR .card-wrapper:hover {
  background: transparent;
}
.cid-tNAGrgcfDR .card-title,
.cid-tNAGrgcfDR .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-tNAGrgcfDR .main-title,
.cid-tNAGrgcfDR .title-col {
  text-align: center;
  color: #0d4a34;
}
.cid-tNAGrgcfDR .card-text {
  color: #bbbbbb;
}
.cid-tNAGrgcfDR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNAGrgcfDR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNAGrhdEwY {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tNAGrhdEwY .column-wrapper {
  padding-left: 1.5rem;
}
.cid-tNAGrhdEwY .text-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 38rem;
}
@media (min-width: 992px) {
  .cid-tNAGrhdEwY .text-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.cid-tNAGrhdEwY .mbr-section-title {
  text-align: left;
  margin-bottom: 1.5rem;
  color: #0d4a34;
}
.cid-tNAGrhdEwY .mbr-text,
.cid-tNAGrhdEwY .mbr-section-btn {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tNAGrhdEwY .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tNAGrhdEwY .mbr-section-bt,
.cid-tNAGrhdEwY .btn {
  padding: 0 !important;
}
.cid-tNAUyniqSI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNAUyniqSI .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #92c136;
  transition: all 0.3s;
  margin-bottom: 1rem;
}
.cid-tNAUyniqSI .card-title {
  transition: all 0.3s;
}
.cid-tNAUyniqSI .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-tNAUyniqSI .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: #92c136;
  position: absolute;
}
.cid-tNAUyniqSI .card-wrapper {
  transition: all 0.3s;
  padding: 1.5rem 1rem;
  background: #eef2ec;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tNAUyniqSI .card-wrapper:hover {
  background: #92c136;
  box-shadow: 5px 5px 30px 0 #92c136;
}
.cid-tNAUyniqSI .card-wrapper:hover .mbr-iconfont,
.cid-tNAUyniqSI .card-wrapper:hover .card-title {
  color: #000000;
}
.cid-tNAUyniqSI .card-title,
.cid-tNAUyniqSI .card-box {
  color: #353535;
}
.cid-tNAUyniqSI .main-title,
.cid-tNAUyniqSI .title-col {
  text-align: center;
  color: #0d4a34;
}
.cid-tNAUyniqSI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNAUyniqSI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNAGrhq98e {
  background: #e2f0db;
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-tNAGrhq98e .image-block {
  margin: auto;
  height: 300px;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.cid-tNAGrhq98e .image-block:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0d4a34;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-tNAGrhq98e .image-block:hover:before {
  opacity: 0.6;
}
.cid-tNAGrhq98e .image-block:hover .wrap {
  opacity: 1;
}
.cid-tNAGrhq98e .image-block:hover img {
  transform: scale(1.1);
}
.cid-tNAGrhq98e .wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tNAGrhq98e img {
  width: 100%;
  height: 100%;
  transition: all 1s;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tNAGrhq98e .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-tNAGrhq98e .wrap {
    opacity: 1 !important;
  }
  .cid-tNAGrhq98e .image-block:before {
    opacity: 0.6 !important;
  }
}
.cid-tO9EO9RAQ3 {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tO9EO9RAQ3 .row {
  flex-direction: row-reverse;
}
.cid-tO9EO9RAQ3 .mbr-section-title {
  color: #160830;
}
.cid-tO9EO9RAQ3 .mbr-text,
.cid-tO9EO9RAQ3 .mbr-section-btn {
  color: #373636;
}
.cid-tO9EO9RAQ3 .mbr-section-subtitle {
  color: #0d4a34;
}
.cid-tO9EO9RAQ3 img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-tO9EO9RAQ3 .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-tO9EO9RAQ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tO9EO9RAQ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNAGrhz77K {
  padding-top: 4rem;
  padding-bottom: 7rem;
  background-color: #eef2ec;
}
.cid-tNAGrhz77K .mbr-media {
  position: relative;
  border-radius: 1rem;
}
.cid-tNAGrhz77K .mbr-media img {
  width: 100%;
  object-fit: cover;
  border-radius: 1rem;
}
.cid-tNAGrhz77K .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-tNAGrhz77K .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
  color: #ffffff;
}
.cid-tNAGrhz77K .mbr-media span:hover {
  color: #8364e2 !important;
}
.cid-tNAGrhz77K .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tNAGrhz77K .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tNAGrhz77K .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tNAGrhz77K .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tNAGrhz77K .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tNAGrhz77K .mbr-section-subtitle {
  color: #353535;
}
.cid-tNAGrhz77K .mbr-section-title {
  color: #0d4a34;
}
.cid-tNAGrhz77K .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNAGrhz77K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNAGrjyBFT {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e2f0db;
}
.cid-tNAGrjyBFT a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-tNAGrjyBFT a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-tNAGrjyBFT .form-group {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tNAGrjyBFT textarea.form-control {
  min-height: 214.5px;
}
.cid-tNAGrjyBFT .btn {
  margin: 0 auto !important;
}
.cid-tNAGrjyBFT .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 50px;
  margin-bottom: 2.5rem;
}
.cid-tNAGrjyBFT h4,
.cid-tNAGrjyBFT p {
  margin: 0;
}
.cid-tNAGrjyBFT h2 {
  color: #333;
  margin-bottom: 2rem;
}
.cid-tNAGrjyBFT h3 {
  color: #767676;
  line-height: 1.8;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-tNAGrjyBFT h2 {
    text-align: center;
  }
  .cid-tNAGrjyBFT h3 {
    text-align: center;
  }
  .cid-tNAGrjyBFT .input-group-btn {
    text-align: center;
  }
  .cid-tNAGrjyBFT .social-list {
    text-align: center;
  }
  .cid-tNAGrjyBFT .order-2 {
    margin-top: 2.5rem;
  }
}
.cid-tNAGrjyBFT H2 {
  color: #656565;
}
.cid-tNAGrjyBFT .content {
  text-align: left;
  color: #656565;
}
.cid-tNAGrjyBFT .type {
  text-align: left;
  padding-bottom: 8px;
  color: #232323;
}
.cid-tNAGrjyBFT .title1 {
  text-align: center;
  color: #0d4a34;
  margin-bottom: 0.7rem;
}
.cid-tNAGrjyBFT .mbr-section-subtitle {
  text-align: left;
  color: #656565;
}
.cid-tNAGrjyBFT .title2 {
  margin-bottom: 1.30rem;
  color: #373636;
  text-align: center;
}
.cid-tNAGrjyBFT input,
.cid-tNAGrjyBFT textarea {
  box-shadow: none;
}
.cid-tNAGrje6ea {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e2f0db;
}
.cid-tNAGrje6ea .iconfont-wrapper {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.cid-tNAGrje6ea .card-box {
  z-index: 2;
  position: relative;
}
.cid-tNAGrje6ea .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
  background: #0d4a34;
  width: 80px;
  padding: 10px;
  border-radius: 6px;
  text-align: center;
}
.cid-tNAGrje6ea .mbr-iconfont-big {
  font-size: 14rem;
  color: #0d4a34;
  position: absolute;
  bottom: -3rem;
  right: -4rem;
  z-index: -1;
  transition: all 0.6s;
  opacity: 0.1;
}
.cid-tNAGrje6ea .card-title,
.cid-tNAGrje6ea .card-text {
  transition: all 0.3s;
}
.cid-tNAGrje6ea .card-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  padding: 4rem 3rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  background: #ffffff;
  transition: all 0.3s;
}
.cid-tNAGrje6ea .card-wrapper:hover .mbr-iconfont-big {
  transform: rotate(-20deg);
}
@media (max-width: 767px) {
  .cid-tNAGrje6ea .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tNAGrje6ea .card-title,
.cid-tNAGrje6ea .iconfont-wrapper {
  color: #ffffff;
}
.cid-tNAGrje6ea .card-text {
  color: #0d4a34;
}
.cid-tNAGrje6ea .mbr-section-title {
  color: #0d4a34;
  text-align: center;
}
.cid-tNAGrje6ea .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tNAGrje6ea .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNAGrje6ea .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNAGrjMVig {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e2f0db;
}
.cid-tNAGrjMVig .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-tNAGrjMVig img {
  width: 140px;
  height: 140px;
  margin: auto;
}
.cid-tNAGrjMVig .card-wrapper {
  transition: all 0.3s;
  border: 2px solid #eef2ec;
  background: #eef2ec;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tNAGrjMVig .card-wrapper:hover {
  background: transparent;
}
.cid-tNAGrjMVig .card-title,
.cid-tNAGrjMVig .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-tNAGrjMVig .main-title,
.cid-tNAGrjMVig .title-col {
  text-align: center;
  color: #0d4a34;
}
.cid-tNAGrjMVig .card-text {
  color: #bbbbbb;
}
.cid-tNAGrjMVig .list {
  display: contents;
}
.cid-tNAGrjMVig .list div {
  margin: 0 10px;
}
.cid-tNAGrjZq4v {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #e2f0db;
}
.cid-tNAGrjZq4v .section-head {
  margin-bottom: 2rem;
}
.cid-tNAGrjZq4v .mbr-section-title {
  text-align: right;
  margin-bottom: 1.5rem;
  color: #0d4a34;
}
.cid-tNAGrjZq4v .mbr-section-subtitle {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-tNAGrjZq4v .row {
    text-align: center;
  }
}
.cid-tNAGrjZq4v .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-tNAGrjZq4v .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-tNAGrjZq4v .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 90s infinite linear;
  backface-visibility: hidden;
}
.cid-tNAGrjZq4v .wave-container .wave svg path {
  fill: #0d4a34;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-tNAGrk7fHZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0d4a34;
}
.cid-tNAGrk7fHZ .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-tNAGrk7fHZ .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-tNAGrk7fHZ .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-tNAGrk7fHZ .row {
    text-align: center;
  }
  .cid-tNAGrk7fHZ .row > div {
    margin: auto;
  }
  .cid-tNAGrk7fHZ .social-row {
    justify-content: center;
  }
}
.cid-tNAGrk7fHZ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tNAGrk7fHZ .list {
  list-style: none;
  padding-left: 0;
  color: #b9cdd0;
}
@media (max-width: 991px) {
  .cid-tNAGrk7fHZ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tNAGrk7fHZ .list {
    margin-bottom: 0rem;
  }
}
.cid-tNAGrk7fHZ .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-tNAGrk7fHZ .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tNAGrk7fHZ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tNAGrkiYmG {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #0d4a34;
}
.cid-tNAGrkiYmG .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-tNAGrkiYmG .btn-social,
.cid-tNAGrkiYmG .mbr-section-title {
  color: #57468b;
}
.cid-tNAGrkiYmG .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #0d4a34;
}
.cid-tNAGrkiYmG .soc-item span {
  font-size: 20px;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-tNAGrkiYmG .soc-item:hover {
  background: #ffffff;
}
.cid-tNAGrkiYmG .soc-item:hover span {
  color: #0d4a34 !important;
}
@media (max-width: 992px) {
  .cid-tNAGrkiYmG .align-left,
  .cid-tNAGrkiYmG .align-right {
    text-align: center;
  }
  .cid-tNAGrkiYmG .social-list {
    justify-content: center;
  }
  .cid-tNAGrkiYmG .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-tNAGrkiYmG .mbr-text {
  color: #eef2ec;
}
@charset "UTF-8";
section {
    background-color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

b,
strong {
    font-weight: bold;
}

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

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

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

.hidden {
    visibility: hidden;
}

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

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

.mbr-black {
    color: #111111;
}

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

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

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

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

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

@media (max-width: 767px) {
    .align-right,
    .align-left {
        text-align: center;
    }
}
/*! Font-weight  */
.mbr-light {
    font-weight: 300;
}

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

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

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

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

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

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

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

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

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

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

.card-box {
    width: 100%;
}

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

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

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

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

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

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

    .media {
        width: auto;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media {
    display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

.carousel-item img {
    margin: auto;
}

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

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

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

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

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

.card-img {
    width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:focus {
    outline: none;
}

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

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

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

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

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

@media (max-width: 992px) {
    .md-pb {
        margin-bottom: 2rem;
    }
}

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

* {
    font-weight: 300 !important;
}

b, strong {
    font-weight: 600 !important;
    letter-spacing: -0.1rem !important;
}

.container-banner {
    display: none !important;
}
.cid-tXo3eQKgHd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tXo3eQKgHd .btn {
  padding: 0.3rem 2rem;
}
.cid-tXo3eQKgHd .nav-link {
  position: relative;
}
.cid-tXo3eQKgHd .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #0d4a34;
}
.cid-tXo3eQKgHd .nav-link:hover:before {
  width: 100%;
}
.cid-tXo3eQKgHd nav.navbar {
  position: fixed;
}
.cid-tXo3eQKgHd .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-tXo3eQKgHd .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tXo3eQKgHd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tXo3eQKgHd .dropdown-item:hover,
.cid-tXo3eQKgHd .dropdown-item:focus {
  background: #0d4a34 !important;
  color: white !important;
}
.cid-tXo3eQKgHd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tXo3eQKgHd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tXo3eQKgHd .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-tXo3eQKgHd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tXo3eQKgHd .container {
  display: flex;
  margin: auto;
}
.cid-tXo3eQKgHd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tXo3eQKgHd .dropdown-menu,
.cid-tXo3eQKgHd .navbar.opened {
  background: #ffffff !important;
}
.cid-tXo3eQKgHd .nav-item:focus,
.cid-tXo3eQKgHd .nav-link:focus {
  outline: none;
}
.cid-tXo3eQKgHd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXo3eQKgHd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXo3eQKgHd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tXo3eQKgHd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXo3eQKgHd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXo3eQKgHd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXo3eQKgHd .navbar-short {
  border-bottom: 1px solid white;
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-tXo3eQKgHd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tXo3eQKgHd .navbar.opened {
  transition: all 0.3s;
}
.cid-tXo3eQKgHd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tXo3eQKgHd .navbar .navbar-logo img {
  width: auto;
}
.cid-tXo3eQKgHd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tXo3eQKgHd .navbar.collapsed {
  justify-content: center;
}
.cid-tXo3eQKgHd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXo3eQKgHd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tXo3eQKgHd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXo3eQKgHd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXo3eQKgHd .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-tXo3eQKgHd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXo3eQKgHd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tXo3eQKgHd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tXo3eQKgHd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXo3eQKgHd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXo3eQKgHd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXo3eQKgHd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXo3eQKgHd .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-tXo3eQKgHd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tXo3eQKgHd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tXo3eQKgHd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tXo3eQKgHd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tXo3eQKgHd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXo3eQKgHd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tXo3eQKgHd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tXo3eQKgHd .navbar.navbar-short .navbar-logo img {
  height: 4rem !important;
}
.cid-tXo3eQKgHd .navbar.navbar-short .navbar-brand {
  min-height: 70px;
  padding: 0;
}
.cid-tXo3eQKgHd .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-tXo3eQKgHd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXo3eQKgHd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXo3eQKgHd .dropdown-item.active,
.cid-tXo3eQKgHd .dropdown-item:active {
  background-color: transparent;
}
.cid-tXo3eQKgHd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXo3eQKgHd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXo3eQKgHd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXo3eQKgHd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tXo3eQKgHd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXo3eQKgHd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXo3eQKgHd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tXo3eQKgHd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXo3eQKgHd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tXo3eQKgHd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0d4a34;
}
.cid-tXo3eQKgHd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXo3eQKgHd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXo3eQKgHd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXo3eQKgHd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXo3eQKgHd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXo3eQKgHd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXo3eQKgHd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXo3eQKgHd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXo3eQKgHd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tXo3eQKgHd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tXo3eQKgHd .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-tXo3eQKgHd .navbar {
    height: 70px;
  }
  .cid-tXo3eQKgHd .navbar.opened {
    height: auto;
  }
  .cid-tXo3eQKgHd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXo3eRnEW9 {
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-tXo3eRnEW9 {
    background-image: url("../../../assets/images/img-80.jpg");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 50% auto;
  }
}
.cid-tXo3eRnEW9 .row {
  align-items: center;
}
.cid-tXo3eRnEW9 .image-wrapper {
  padding: 1rem;
}
.cid-tXo3eRnEW9 .col-text {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 10rem;
}
@media (max-width: 768px) {
  .cid-tXo3eRnEW9 .col-text {
    padding-top: 2.5rem;
    padding-bottom: 5rem;
  }
}
.cid-tXo3eRnEW9 .col-text .radial-svg {
  display: none;
}
@media (min-width: 992px) {
  .cid-tXo3eRnEW9 .col-text .radial-svg {
    display: block;
    position: absolute;
    top: 0;
    right: -90px;
    bottom: 0;
    height: 100%;
    width: 200px;
    z-index: 1;
  }
  .cid-tXo3eRnEW9 .col-text .radial-svg path {
    fill: #ffffff;
  }
}
.cid-tXo3eRnEW9 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .cid-tXo3eRnEW9 .text-wrapper {
    max-width: 80%;
  }
}
.cid-tXo3eRnEW9 .label-text {
  width: 100%;
  color: #ffffff;
}
.cid-tXo3eRnEW9 .mbr-section-title {
  margin-bottom: 1.425rem;
  width: 100%;
  color: #92c136;
  text-align: left;
}
.cid-tXo3eRnEW9 .mbr-text {
  color: #ffffff;
  width: 100%;
  margin-bottom: 12px;
}
.cid-tXo3eRnEW9 .btn-container {
  width: 100%;
}
.cid-tXo3eRnEW9 .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tXo3eRnEW9 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tXo3eRnEW9 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tXo3eRnEW9 .btn-white-outline {
  border: 1px solid currentColor;
}
.cid-tXo3eRnEW9 .btn-white-outline:hover {
  color: #0d4a34 !important;
  background: #ffffff !important;
}
.cid-tXo3eRnEW9 .mbr-text,
.cid-tXo3eRnEW9 .mbr-section-btn {
  color: #373636;
}
.cid-tXo3eRnEW9 .mbr-section-bt,
.cid-tXo3eRnEW9 .btn {
  padding: 0 !important;
}
.cid-tXo3eRCZYV {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tXo3eRCZYV .section-head {
  margin-bottom: 2rem;
}
.cid-tXo3eRCZYV .mbr-section-title {
  text-align: right;
  margin-bottom: 1.5rem;
  color: #0d4a34;
}
.cid-tXo3eRCZYV .mbr-section-subtitle {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-tXo3eRCZYV .row {
    text-align: center;
  }
}
.cid-tXo3eRCZYV .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-tXo3eRCZYV .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-tXo3eRCZYV .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 90s infinite linear;
  backface-visibility: hidden;
}
.cid-tXo3eRCZYV .wave-container .wave svg path {
  fill: #eef2ec;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-tXo3eRXPmG {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #eef2ec;
}
.cid-tXo3eRXPmG .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-tXo3eRXPmG .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-tXo3eRXPmG img {
  width: 140px;
  margin: auto;
}
.cid-tXo3eRXPmG .card-wrapper {
  transition: all 0.3s;
  border: 2px solid #ffffff;
  padding: 2rem 0;
  background: #ffffff;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tXo3eRXPmG .card-wrapper:hover {
  background: transparent;
}
.cid-tXo3eRXPmG .card-title,
.cid-tXo3eRXPmG .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-tXo3eRXPmG .main-title,
.cid-tXo3eRXPmG .title-col {
  text-align: center;
  color: #0d4a34;
}
.cid-tXo3eRXPmG .card-text {
  color: #bbbbbb;
}
.cid-tXo3eRXPmG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXo3eRXPmG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXsm3BWK3z {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eef2ec;
}
.cid-tXsm3BWK3z .mbr-section-title {
  width: 100%;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #0d4a34;
}
.cid-tXsm3BWK3z .mbr-text {
  color: #8c8c95;
  margin-bottom: 26px;
  text-align: center;
}
.cid-tXsm3BWK3z .button-align {
  text-align: center;
}
.cid-tXsm3BWK3z .margin {
  margin-right: 14px;
}
.cid-tXsm3BWK3z .mbr-section-btn {
  display: block;
}
.cid-tXsm3BWK3z .container {
  max-width: 1000px;
}
@media (max-width: 440px) {
  .cid-tXsm3BWK3z .margin {
    margin-right: 0px;
  }
  .cid-tXsm3BWK3z .b {
    margin-bottom: 20px;
  }
}
.cid-tXsm3BWK3z .btn {
  margin-top: 20px;
}
.cid-tXsm3BWK3z a.btn > span {
  margin-left: 0.5rem;
}
.cid-tXsm3BWK3z .mbr-text,
.cid-tXsm3BWK3z .button-align {
  color: #373636;
}
.cid-tXo3eS9tlX {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #eef2ec;
}
.cid-tXo3eS9tlX .column-wrapper {
  padding-left: 1.5rem;
}
.cid-tXo3eS9tlX .text-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 38rem;
}
@media (min-width: 992px) {
  .cid-tXo3eS9tlX .text-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.cid-tXo3eS9tlX .mbr-section-title {
  text-align: left;
  margin-bottom: 1.5rem;
  color: #0d4a34;
}
.cid-tXo3eS9tlX .mbr-text,
.cid-tXo3eS9tlX .mbr-section-btn {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tXo3eS9tlX .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tXo3eS9tlX h1,
.cid-tXo3eS9tlX h2 {
  margin: 10px 0 !important;
}
.cid-tXo3eS9tlX .mbr-section-bt,
.cid-tXo3eS9tlX .btn {
  padding: 0 !important;
}
.cid-tXo3eSLPs7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e2f0db;
}
.cid-tXo3eSLPs7 .column-wrapper {
  padding-left: 1.5rem;
}
.cid-tXo3eSLPs7 .row {
  flex-direction: row-reverse;
}
.cid-tXo3eSLPs7 .column-wrapper {
  padding-left: 16px;
  padding-right: 1.5rem;
}
.cid-tXo3eSLPs7 .text-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 38rem;
}
@media (min-width: 992px) {
  .cid-tXo3eSLPs7 .text-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.cid-tXo3eSLPs7 .mbr-section-title {
  text-align: left;
  margin-bottom: 1.5rem;
  color: #0d4a34;
}
.cid-tXo3eSLPs7 .mbr-text,
.cid-tXo3eSLPs7 .mbr-section-btn {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tXo3eSLPs7 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tXo3eSLPs7 .mbr-section-bt,
.cid-tXo3eSLPs7 .btn {
  padding: 0 !important;
}
.cid-tXsmHqAbem {
  background: #e2f0db;
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-tXsmHqAbem .image-block {
  margin: auto;
  height: 300px;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.cid-tXsmHqAbem .image-block:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #403f83;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-tXsmHqAbem .image-block:hover:before {
  opacity: 0.6;
}
.cid-tXsmHqAbem .image-block:hover .wrap {
  opacity: 1;
}
.cid-tXsmHqAbem .image-block:hover img {
  transform: scale(1.1);
}
.cid-tXsmHqAbem .wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tXsmHqAbem img {
  width: 100%;
  height: 100%;
  transition: all 1s;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tXsmHqAbem .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-tXsmHqAbem .wrap {
    opacity: 1 !important;
  }
  .cid-tXsmHqAbem .image-block:before {
    opacity: 0.6 !important;
  }
}
.cid-tXsmDRNuu2 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tXsmDRNuu2 .row {
  flex-direction: row-reverse;
}
.cid-tXsmDRNuu2 .mbr-section-title {
  color: #0d4a34;
}
.cid-tXsmDRNuu2 .mbr-text,
.cid-tXsmDRNuu2 .mbr-section-btn {
  color: #373636;
}
.cid-tXsmDRNuu2 .mbr-section-subtitle {
  color: #373636;
}
.cid-tXsmDRNuu2 img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-tXsmDRNuu2 .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-tXsmDRNuu2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXsmDRNuu2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXslvdnnSG {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #eef2ec;
}
.cid-tXslvdnnSG .column-wrapper {
  padding-left: 1.5rem;
}
.cid-tXslvdnnSG .row {
  flex-direction: row-reverse;
}
.cid-tXslvdnnSG .column-wrapper {
  padding-left: 16px;
  padding-right: 1.5rem;
}
.cid-tXslvdnnSG .text-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 38rem;
}
@media (min-width: 992px) {
  .cid-tXslvdnnSG .text-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.cid-tXslvdnnSG .mbr-section-title {
  text-align: left;
  margin-bottom: 1.5rem;
  color: #0d4a34;
}
.cid-tXslvdnnSG .mbr-text,
.cid-tXslvdnnSG .mbr-section-btn {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tXslvdnnSG .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tXslvdnnSG h1,
.cid-tXslvdnnSG h2 {
  margin: 10px 0 !important;
}
.cid-tXslvdnnSG .mbr-section-bt,
.cid-tXslvdnnSG .btn {
  padding: 0 !important;
}
.cid-tXo3eSU3Bt {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #eef2ec;
}
.cid-tXo3eSU3Bt .social-media {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
  padding-right: 4rem;
}
.cid-tXo3eSU3Bt .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tXo3eSU3Bt .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tXo3eSU3Bt .social-media ul li:first-child {
  padding-left: 0;
}
.cid-tXo3eSU3Bt .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #0d4a34;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-tXo3eSU3Bt .icon-transition span:hover {
  background-color: #373636;
}
@media (max-width: 767px) {
  .cid-tXo3eSU3Bt .align-left {
    text-align: left !important;
  }
}
.cid-tXo3eSU3Bt .mbr-section-title {
  color: #0d4a34;
}
.cid-tXo3eT6KGn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e2f0db;
}
.cid-tXo3eT6KGn .iconfont-wrapper {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.cid-tXo3eT6KGn .card-box {
  z-index: 2;
  position: relative;
}
.cid-tXo3eT6KGn .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
  background: #0d4a34;
  width: 80px;
  padding: 10px;
  border-radius: 6px;
  text-align: center;
}
.cid-tXo3eT6KGn .mbr-iconfont-big {
  font-size: 14rem;
  color: #0d4a34;
  position: absolute;
  bottom: -3rem;
  right: -4rem;
  z-index: -1;
  transition: all 0.6s;
  opacity: 0.1;
}
.cid-tXo3eT6KGn .card-title,
.cid-tXo3eT6KGn .card-text {
  transition: all 0.3s;
}
.cid-tXo3eT6KGn .card-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  padding: 4rem 3rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  background: #ffffff;
  transition: all 0.3s;
}
.cid-tXo3eT6KGn .card-wrapper:hover .mbr-iconfont-big {
  transform: rotate(-20deg);
}
@media (max-width: 767px) {
  .cid-tXo3eT6KGn .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tXo3eT6KGn .card-title,
.cid-tXo3eT6KGn .iconfont-wrapper {
  color: #ffffff;
}
.cid-tXo3eT6KGn .card-text {
  color: #0d4a34;
}
.cid-tXo3eT6KGn .mbr-section-title {
  color: #0d4a34;
  text-align: center;
}
.cid-tXo3eT6KGn .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tXo3eT6KGn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXo3eT6KGn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXo3eTmnKu {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e2f0db;
}
.cid-tXo3eTmnKu a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-tXo3eTmnKu a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-tXo3eTmnKu .form-group {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tXo3eTmnKu textarea.form-control {
  min-height: 214.5px;
}
.cid-tXo3eTmnKu .btn {
  margin: 0 auto !important;
}
.cid-tXo3eTmnKu .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 50px;
  margin-bottom: 2.5rem;
}
.cid-tXo3eTmnKu h4,
.cid-tXo3eTmnKu p {
  margin: 0;
}
.cid-tXo3eTmnKu h2 {
  color: #333;
  margin-bottom: 2rem;
}
.cid-tXo3eTmnKu h3 {
  color: #767676;
  line-height: 1.8;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-tXo3eTmnKu h2 {
    text-align: center;
  }
  .cid-tXo3eTmnKu h3 {
    text-align: center;
  }
  .cid-tXo3eTmnKu .input-group-btn {
    text-align: center;
  }
  .cid-tXo3eTmnKu .social-list {
    text-align: center;
  }
  .cid-tXo3eTmnKu .order-2 {
    margin-top: 2.5rem;
  }
}
.cid-tXo3eTmnKu H2 {
  color: #656565;
}
.cid-tXo3eTmnKu .content {
  text-align: left;
  color: #656565;
}
.cid-tXo3eTmnKu .type {
  text-align: left;
  padding-bottom: 8px;
  color: #232323;
}
.cid-tXo3eTmnKu .title1 {
  text-align: center;
  color: #0d4a34;
  margin-bottom: 0.7rem;
}
.cid-tXo3eTmnKu .mbr-section-subtitle {
  text-align: left;
  color: #656565;
}
.cid-tXo3eTmnKu .title2 {
  margin-bottom: 1.30rem;
  color: #373636;
  text-align: center;
}
.cid-tXo3eTmnKu input,
.cid-tXo3eTmnKu textarea {
  box-shadow: none;
}
.cid-tXo3eTzL8u {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e2f0db;
}
.cid-tXo3eTzL8u .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-tXo3eTzL8u img {
  width: 140px;
  height: 140px;
  margin: auto;
}
.cid-tXo3eTzL8u .card-wrapper {
  transition: all 0.3s;
  border: 2px solid #eef2ec;
  background: #eef2ec;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tXo3eTzL8u .card-wrapper:hover {
  background: transparent;
}
.cid-tXo3eTzL8u .card-title,
.cid-tXo3eTzL8u .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-tXo3eTzL8u .main-title,
.cid-tXo3eTzL8u .title-col {
  text-align: center;
  color: #0d4a34;
}
.cid-tXo3eTzL8u .card-text {
  color: #bbbbbb;
}
.cid-tXo3eTzL8u .list {
  display: contents;
}
.cid-tXo3eTzL8u .list div {
  margin: 0 10px;
}
.cid-tXo3eU3KQk {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #e2f0db;
}
.cid-tXo3eU3KQk .section-head {
  margin-bottom: 2rem;
}
.cid-tXo3eU3KQk .mbr-section-title {
  text-align: right;
  margin-bottom: 1.5rem;
  color: #0d4a34;
}
.cid-tXo3eU3KQk .mbr-section-subtitle {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-tXo3eU3KQk .row {
    text-align: center;
  }
}
.cid-tXo3eU3KQk .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-tXo3eU3KQk .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-tXo3eU3KQk .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 90s infinite linear;
  backface-visibility: hidden;
}
.cid-tXo3eU3KQk .wave-container .wave svg path {
  fill: #0d4a34;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-tXo3eUisTX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0d4a34;
}
.cid-tXo3eUisTX .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-tXo3eUisTX .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-tXo3eUisTX .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-tXo3eUisTX .row {
    text-align: center;
  }
  .cid-tXo3eUisTX .row > div {
    margin: auto;
  }
  .cid-tXo3eUisTX .social-row {
    justify-content: center;
  }
}
.cid-tXo3eUisTX .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tXo3eUisTX .list {
  list-style: none;
  padding-left: 0;
  color: #b9cdd0;
}
@media (max-width: 991px) {
  .cid-tXo3eUisTX .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tXo3eUisTX .list {
    margin-bottom: 0rem;
  }
}
.cid-tXo3eUisTX .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-tXo3eUisTX .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tXo3eUisTX div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tXo3eUwywj {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #0d4a34;
}
.cid-tXo3eUwywj .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-tXo3eUwywj .btn-social,
.cid-tXo3eUwywj .mbr-section-title {
  color: #57468b;
}
.cid-tXo3eUwywj .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #0d4a34;
}
.cid-tXo3eUwywj .soc-item span {
  font-size: 20px;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-tXo3eUwywj .soc-item:hover {
  background: #ffffff;
}
.cid-tXo3eUwywj .soc-item:hover span {
  color: #0d4a34 !important;
}
@media (max-width: 992px) {
  .cid-tXo3eUwywj .align-left,
  .cid-tXo3eUwywj .align-right {
    text-align: center;
  }
  .cid-tXo3eUwywj .social-list {
    justify-content: center;
  }
  .cid-tXo3eUwywj .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-tXo3eUwywj .mbr-text {
  color: #eef2ec;
}
@charset "UTF-8";
section {
    background-color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

b,
strong {
    font-weight: bold;
}

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

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

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

.hidden {
    visibility: hidden;
}

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

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

.mbr-black {
    color: #111111;
}

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

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

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

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

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

@media (max-width: 767px) {
    .align-right,
    .align-left {
        text-align: center;
    }
}
/*! Font-weight  */
.mbr-light {
    font-weight: 300;
}

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

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

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

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

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

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

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

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

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

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

.card-box {
    width: 100%;
}

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

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

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

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

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

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

    .media {
        width: auto;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media {
    display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

.carousel-item img {
    margin: auto;
}

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

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

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

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

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

.card-img {
    width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:focus {
    outline: none;
}

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

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

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

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

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

@media (max-width: 992px) {
    .md-pb {
        margin-bottom: 2rem;
    }
}

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

* {
    font-weight: 300 !important;
}

b, strong {
    font-weight: 600 !important;
    letter-spacing: -0.1rem !important;
}

.container-banner {
    display: none !important;
}
.cid-uEXUFP9eEK.popup-builder {
  background-color: #ffffff;
}
.cid-uEXUFP9eEK.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uEXUFP9eEK.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uEXUFP9eEK .modal-content,
.cid-uEXUFP9eEK .modal-dialog {
  height: auto;
}
.cid-uEXUFP9eEK .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uEXUFP9eEK .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uEXUFP9eEK .form-wrapper .mbr-form .form-group,
  .cid-uEXUFP9eEK .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uEXUFP9eEK .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uEXUFP9eEK .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uEXUFP9eEK .mbr-text {
  text-align: center;
}
.cid-uEXUFP9eEK .pt-0 {
  padding-top: 0 !important;
}
.cid-uEXUFP9eEK .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uEXUFP9eEK .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uEXUFP9eEK .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uEXUFP9eEK .modal-open {
  overflow: hidden;
}
.cid-uEXUFP9eEK .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uEXUFP9eEK .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uEXUFP9eEK .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uEXUFP9eEK .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uEXUFP9eEK .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uEXUFP9eEK .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uEXUFP9eEK .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uEXUFP9eEK .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uEXUFP9eEK .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uEXUFP9eEK .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uEXUFP9eEK .modal-backdrop.fade {
  opacity: 0;
}
.cid-uEXUFP9eEK .modal-backdrop.show {
  opacity: .5;
}
.cid-uEXUFP9eEK .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uEXUFP9eEK .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uEXUFP9eEK .modal-header {
    padding: 1rem;
  }
}
.cid-uEXUFP9eEK .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uEXUFP9eEK .modal-header .close svg {
  fill: #373636;
}
.cid-uEXUFP9eEK .modal-header .close:hover {
  opacity: 1;
}
.cid-uEXUFP9eEK .modal-header .close:focus {
  outline: none;
}
.cid-uEXUFP9eEK .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0d4a34;
}
.cid-uEXUFP9eEK .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uEXUFP9eEK .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uEXUFP9eEK .modal-body {
    padding: 1rem;
  }
}
.cid-uEXUFP9eEK .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uEXUFP9eEK .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uEXUFP9eEK .modal-footer {
    padding: 1rem;
  }
}
.cid-uEXUFP9eEK .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uEXUFP9eEK .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uEXUFP9eEK .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uEXUFP9eEK .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uEXUFP9eEK .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uEXUFP9eEK .modal-lg,
  .cid-uEXUFP9eEK .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uEXUFP9eEK .modal-xl {
    max-width: 1140px;
  }
}
.cid-uEXUFP9eEK .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uEXUFP9eEK .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uEXUFP9eEK .form-group {
  margin-bottom: 1rem;
}
.cid-uEXUFP9eEK .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uEXUFP9eEK .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uEXUFP9eEK .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uEXUFP9eEK .mbr-section-btn {
  margin: 0;
}
.cid-uEXUFP9eEK .mbr-section-btn .btn {
  margin: 0;
}
.cid-uEXUFP9eEK .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-uEXUFP9eEK .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #ffffff;
}
.cid-uEXUFP9eEK .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-uEXUFP9eEK .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-uEXUFP9eEK .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-uEXUFP9eEK .special-label {
  color: #fff;
}
.cid-uEXUFP9eEK .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-uEXUFP9eEK .menu-box .box-price {
  flex-shrink: 0;
}
.cid-uEXUFP9eEK .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-uEXUFP9eEK .menu-row {
  margin: 0;
}
.cid-uEXUFP9eEK .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #0d4a34;
}
.cid-uEXUFP9eEK .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-uEXUFP9eEK .group-title,
.cid-uEXUFP9eEK .align-wrap {
  text-align: left;
  color: #0d4a34;
}
.cid-uEXUFP9eEK .item-title {
  text-align: left;
}
.cid-sQknKIJ5xL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sQknKIJ5xL .btn {
  padding: 0.3rem 2rem;
}
.cid-sQknKIJ5xL .nav-link {
  position: relative;
}
.cid-sQknKIJ5xL .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #0d4a34;
}
.cid-sQknKIJ5xL .nav-link:hover:before {
  width: 100%;
}
.cid-sQknKIJ5xL nav.navbar {
  position: fixed;
}
.cid-sQknKIJ5xL .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-sQknKIJ5xL .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sQknKIJ5xL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sQknKIJ5xL .dropdown-item:hover,
.cid-sQknKIJ5xL .dropdown-item:focus {
  background: #0d4a34 !important;
  color: white !important;
}
.cid-sQknKIJ5xL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sQknKIJ5xL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sQknKIJ5xL .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-sQknKIJ5xL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sQknKIJ5xL .container {
  display: flex;
  margin: auto;
}
.cid-sQknKIJ5xL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sQknKIJ5xL .dropdown-menu,
.cid-sQknKIJ5xL .navbar.opened {
  background: #ffffff !important;
}
.cid-sQknKIJ5xL .nav-item:focus,
.cid-sQknKIJ5xL .nav-link:focus {
  outline: none;
}
.cid-sQknKIJ5xL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sQknKIJ5xL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sQknKIJ5xL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sQknKIJ5xL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sQknKIJ5xL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQknKIJ5xL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQknKIJ5xL .navbar-short {
  border-bottom: 1px solid white;
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-sQknKIJ5xL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sQknKIJ5xL .navbar.opened {
  transition: all 0.3s;
}
.cid-sQknKIJ5xL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sQknKIJ5xL .navbar .navbar-logo img {
  width: auto;
}
.cid-sQknKIJ5xL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sQknKIJ5xL .navbar.collapsed {
  justify-content: center;
}
.cid-sQknKIJ5xL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sQknKIJ5xL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sQknKIJ5xL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sQknKIJ5xL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sQknKIJ5xL .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-sQknKIJ5xL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sQknKIJ5xL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sQknKIJ5xL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sQknKIJ5xL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sQknKIJ5xL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sQknKIJ5xL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sQknKIJ5xL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sQknKIJ5xL .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-sQknKIJ5xL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sQknKIJ5xL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sQknKIJ5xL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sQknKIJ5xL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sQknKIJ5xL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sQknKIJ5xL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sQknKIJ5xL .navbar.navbar-short {
  min-height: 60px;
}
.cid-sQknKIJ5xL .navbar.navbar-short .navbar-logo img {
  height: 4rem !important;
}
.cid-sQknKIJ5xL .navbar.navbar-short .navbar-brand {
  min-height: 70px;
  padding: 0;
}
.cid-sQknKIJ5xL .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-sQknKIJ5xL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sQknKIJ5xL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sQknKIJ5xL .dropdown-item.active,
.cid-sQknKIJ5xL .dropdown-item:active {
  background-color: transparent;
}
.cid-sQknKIJ5xL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sQknKIJ5xL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sQknKIJ5xL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sQknKIJ5xL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sQknKIJ5xL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sQknKIJ5xL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQknKIJ5xL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sQknKIJ5xL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sQknKIJ5xL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sQknKIJ5xL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0d4a34;
}
.cid-sQknKIJ5xL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQknKIJ5xL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQknKIJ5xL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQknKIJ5xL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQknKIJ5xL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQknKIJ5xL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sQknKIJ5xL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sQknKIJ5xL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQknKIJ5xL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sQknKIJ5xL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sQknKIJ5xL .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-sQknKIJ5xL .navbar {
    height: 70px;
  }
  .cid-sQknKIJ5xL .navbar.opened {
    height: auto;
  }
  .cid-sQknKIJ5xL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sYuC67A8Mz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0d4a34;
}
.cid-sYuC67A8Mz .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-sYuC67A8Mz .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-sYuC67A8Mz .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-sYuC67A8Mz .row {
    text-align: center;
  }
  .cid-sYuC67A8Mz .row > div {
    margin: auto;
  }
  .cid-sYuC67A8Mz .social-row {
    justify-content: center;
  }
}
.cid-sYuC67A8Mz .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sYuC67A8Mz .list {
  list-style: none;
  padding-left: 0;
  color: #b9cdd0;
}
@media (max-width: 991px) {
  .cid-sYuC67A8Mz .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sYuC67A8Mz .list {
    margin-bottom: 0rem;
  }
}
.cid-sYuC67A8Mz .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-sYuC67A8Mz .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sYuC67A8Mz div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sYtoVINwDJ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #0d4a34;
}
.cid-sYtoVINwDJ .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-sYtoVINwDJ .btn-social,
.cid-sYtoVINwDJ .mbr-section-title {
  color: #57468b;
}
.cid-sYtoVINwDJ .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #0d4a34;
}
.cid-sYtoVINwDJ .soc-item span {
  font-size: 20px;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-sYtoVINwDJ .soc-item:hover {
  background: #ffffff;
}
.cid-sYtoVINwDJ .soc-item:hover span {
  color: #0d4a34 !important;
}
@media (max-width: 992px) {
  .cid-sYtoVINwDJ .align-left,
  .cid-sYtoVINwDJ .align-right {
    text-align: center;
  }
  .cid-sYtoVINwDJ .social-list {
    justify-content: center;
  }
  .cid-sYtoVINwDJ .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-sYtoVINwDJ .mbr-text {
  color: #eef2ec;
}
