section {
    background-color: #fff
}

body {
    font-style: normal;
    line-height: 1.5;
    font-weight: 400;
    color: #282828;
    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: #fff
}

.mbr-black {
    color: #111
}

.mbr-bg-white {
    background-color: #fff
}

.mbr-bg-black {
    background-color: #000
}

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

.align-center {
    text-align: center
}

.align-right {
    text-align: right
}

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

.mbr-regular {
    font-weight: 400
}

.mbr-semibold {
    font-weight: 500
}

.mbr-bold {
    font-weight: 700
}

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

.media-container-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: start
}

.media-container-row .media-size-item {
    width: 400px
}

.media-container-column {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: stretch
}

.media-container-column>* {
    width: 100%
}

@media(min-width: 992px) {
    .media-container-row {
        flex-wrap: nowrap
    }
}

figure {
    margin-bottom: 0;
    overflow: hidden
}

figure[mbr-media-size] {
    transition: width .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 {
    border-width: 1px;
    font-style: normal;
    margin: .6rem .6rem;
    white-space: normal;
    transition: all .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 .3s ease-in-out
}

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

.btn-lg {
    font-weight: 600;
    letter-spacing: 0px;
    transition: all .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: .5rem;
    vertical-align: sub
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
    margin-left: .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 {
    @media(min-width:768px) {
     bottom: 110px;
    right: 40px;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #fff;
    font-size: 20px;
}
@media(max-width:767px) {
     bottom: 110px;
    right: 45px!important;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #fff;
    font-size: 20px;
    text-align: right!important;

}
}


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

.mbr-arrow-up a:hover {
    background-color: rgba(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, .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: #fff
}

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

@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: .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: .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 .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: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: transparent;
    border: 1px solid transparent;
    border-radius: .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: .357em;
    padding: 0
}

.alert {
    color: #fff;
    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: #fff;
    background-clip: border-box;
    color: #282828;
    line-height: 1rem !important;
    height: auto;
    padding: .6rem 1.2rem;
    transition: border-color .25s ease 0s;
    border: 1px solid transparent !important;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, .07) 0px 1px 1px 0px, rgba(0, 0, 0, .07) 0px 1px 3px 0px, rgba(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: .6rem;
    padding-right: .6rem
}

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

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

form .form-check-input {
    margin-top: .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: .5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    pointer-events: none
}

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

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

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

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

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

    .row {
        margin-left: -16px;
        margin-right: -16px
    }

    .row>[class*=col] {
        padding-left: 16px;
        padding-right: 16px
    }
}

@media(min-width: 768px) {
    .container-fluid {
        padding-left: 32px;
        padding-right: 32px
    }
}

@media(min-width: 768px)and (max-width: 991px) {
    .mbr-container {
        padding-left: 32px;
        padding-right: 32px
    }
}

@media(max-width: 767px) {
    .mbr-container {
        padding-left: 16px;
        padding-right: 16px
    }
}

.card-wrapper,
.item-wrapper {
    overflow: hidden
}

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

.item {
    position: relative
}

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

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

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

@media(min-aspect-ratio: 16/9) {
    .mbr-video-foreground {
        height: 300% !important;
        top: -100% !important
    }
}

@media(max-aspect-ratio: 16/9) {
    .mbr-video-foreground {
        width: 300% !important;
        left: -100% !important
    }
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
}body {
  font-family: Epilogue;
}
.display-1 {
  font-family: 'MagnatText-Regular';
  font-size: 4.2rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.25rem;
}
.display-2 {
  font-family: 'MagnatText-Regular';
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.36rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.94rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #514844 !important;
}
.bg-success {
  background-color: #968378 !important;
}
.bg-info {
  background-color: #6d88cd !important;
}
.bg-warning {
  background-color: #ffff27 !important;
}
.bg-danger {
  background-color: #f87587 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #514844 !important;
  border-color: #514844 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #221e1c !important;
  border-color: #221e1c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #221e1c !important;
  border-color: #221e1c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d4a483 !important;
  border-color: #d4a483 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #be7543 !important;
  border-color: #be7543 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #be7543 !important;
  border-color: #be7543 !important;
}
.btn-info,
.btn-info:active {
  background-color: #6d88cd !important;
  border-color: #6d88cd !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #3a59a9 !important;
  border-color: #3a59a9 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #3a59a9 !important;
  border-color: #3a59a9 !important;
}
.btn-success,
.btn-success:active {
  background-color: #968378 !important;
  border-color: #968378 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #675950 !important;
  border-color: #675950 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #675950 !important;
  border-color: #675950 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffff27 !important;
  border-color: #ffff27 !important;
  color: #272700 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #cfcf00 !important;
  border-color: #cfcf00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #272700 !important;
  background-color: #cfcf00 !important;
  border-color: #cfcf00 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f87587 !important;
  border-color: #f87587 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #f4223f !important;
  border-color: #f4223f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #f4223f !important;
  border-color: #f4223f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #282828 !important;
  border-color: #282828 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #514844;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #221e1c !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: #514844 !important;
  border-color: #514844 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d4a483;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #be7543 !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: #d4a483 !important;
  border-color: #d4a483 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6d88cd;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #3a59a9 !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: #6d88cd !important;
  border-color: #6d88cd !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #968378;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #675950 !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: #968378 !important;
  border-color: #968378 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffff27;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #cfcf00 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #272700 !important;
  background-color: #ffff27 !important;
  border-color: #ffff27 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f87587;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #f4223f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f87587 !important;
  border-color: #f87587 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #282828;
}
.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: #282828 !important;
  border-color: #282828 !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: #514844 !important;
}
.text-secondary {
  color: #d4a483 !important;
}
.text-success {
  color: #968378 !important;
}
.text-info {
  color: #6d88cd !important;
}
.text-warning {
  color: #ffff27 !important;
}
.text-danger {
  color: #f87587 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #282828 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #1a1715 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #b36e3e !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #5f514a !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #36539e !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #c0c000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #f31433 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #514844;
}
.nav-tabs .nav-link:not(.active) {
  color: #282828;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #6d88cd;
}
.alert-warning {
  background-color: #ffff27;
}
.alert-danger {
  background-color: #f87587;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #514844;
  border-color: #514844;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #514844;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c3bbb8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #cec5c0;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fffff3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.125rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #514844 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.125rem;
}
blockquote {
  border-color: #514844;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #514844;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #514844;
}
.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: #514844;
  border-bottom-color: #514844;
}
.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: #514844 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #d4a483 !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='%23514844' %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-tWQpbuqkpk .navbar-dropdown {
  position: relative !important;
}
.cid-tWQpbuqkpk nav.navbar {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
@media (max-width: 991px) {
  .cid-tWQpbuqkpk .nav-item {
    margin: 0 !important;
  }
}
.cid-tWQpbuqkpk .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-tWQpbuqkpk .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
.cid-tWQpbuqkpk .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tWQpbuqkpk .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 2.5rem !important;
}
.cid-tWQpbuqkpk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tWQpbuqkpk .nav-link {
  position: relative;
}
.cid-tWQpbuqkpk .container {
  display: flex;
  margin: auto;
}
.cid-tWQpbuqkpk .iconfont-wrapper {
  color: #d4a483 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWQpbuqkpk .dropdown-menu,
.cid-tWQpbuqkpk .navbar.opened {
  background: #ffffff !important;
}
.cid-tWQpbuqkpk .nav-item:focus,
.cid-tWQpbuqkpk .nav-link:focus {
  outline: none;
}
.cid-tWQpbuqkpk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWQpbuqkpk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWQpbuqkpk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWQpbuqkpk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWQpbuqkpk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWQpbuqkpk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWQpbuqkpk .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  box-shadow: none;
  background: #ffffff;
}
.cid-tWQpbuqkpk .navbar.opened {
  transition: all 0.3s;
}
.cid-tWQpbuqkpk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWQpbuqkpk .navbar .navbar-logo img {
  width: auto;
}
.cid-tWQpbuqkpk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWQpbuqkpk .navbar.collapsed {
  justify-content: center;
}
.cid-tWQpbuqkpk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWQpbuqkpk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWQpbuqkpk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-tWQpbuqkpk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWQpbuqkpk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWQpbuqkpk .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-tWQpbuqkpk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWQpbuqkpk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWQpbuqkpk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWQpbuqkpk .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(150, 131, 120, 0.5);
  }
  .cid-tWQpbuqkpk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWQpbuqkpk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWQpbuqkpk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWQpbuqkpk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWQpbuqkpk .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-tWQpbuqkpk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWQpbuqkpk .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-tWQpbuqkpk .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tWQpbuqkpk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWQpbuqkpk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tWQpbuqkpk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWQpbuqkpk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWQpbuqkpk .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWQpbuqkpk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWQpbuqkpk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWQpbuqkpk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWQpbuqkpk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWQpbuqkpk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWQpbuqkpk .dropdown-item.active,
.cid-tWQpbuqkpk .dropdown-item:active {
  background-color: transparent;
}
.cid-tWQpbuqkpk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWQpbuqkpk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWQpbuqkpk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWQpbuqkpk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tWQpbuqkpk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWQpbuqkpk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWQpbuqkpk ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tWQpbuqkpk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tWQpbuqkpk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-tWQpbuqkpk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #514844;
}
.cid-tWQpbuqkpk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWQpbuqkpk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWQpbuqkpk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWQpbuqkpk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWQpbuqkpk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWQpbuqkpk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWQpbuqkpk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWQpbuqkpk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWQpbuqkpk .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tWQpbuqkpk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWQpbuqkpk .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-tWQpbuqkpk .navbar {
    height: 70px;
  }
  .cid-tWQpbuqkpk .navbar.opened {
    height: auto;
  }
  .cid-tWQpbuqkpk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 767px) {
  .cid-tWQpbuqkpk .navbar .navbar-logo img {
    height: 4rem !important;
  }
  .cid-tWQpbuqkpk .nav-dropdown .link {
    margin: 0 1rem .5rem 1rem !important;
  }
}
.cid-tV2WPFuN1i {
  padding-top: 75px;
  padding-bottom: 90px;
}
.cid-tV2WPFuN1i .link-align {
  width: 100%;
}
.cid-tV2WPFuN1i .link-wrap {
  display: inline-block;
}
@keyframes hover {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.cid-tV2WPFuN1i .link {
  position: relative;
  cursor: pointer;
  width: fit-content;
  letter-spacing: 1px;
  margin-left: 80px;
  color: #ffffff;
}
.cid-tV2WPFuN1i .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 60px;
  background: currentColor;
  top: 45%;
  transform: translateY(-45%);
  opacity: 0.8;
  left: -80px;
}
.cid-tV2WPFuN1i .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  top: 45%;
  transform: translateY(-45%);
  left: -80px;
}
.cid-tV2WPFuN1i .link:hover:before {
  width: 60px;
}
.cid-tV2WPFuN1i .mbr-text,
.cid-tV2WPFuN1i .link-align {
  color: #e5e5e5;
}
.cid-tV2WPFuN1i .icon-wrap {
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  width: 130px;
  height: 130px;
  cursor: pointer;
}
.cid-tV2WPFuN1i .icon-wrap:hover {
  animation: 0.6s hover;
}
.cid-tV2WPFuN1i .icon-wrap span {
  padding-left: 4px;
}
.cid-tV2WPFuN1i .mbr-media span {
  font-size: 2rem;
  border: 2px solid currentColor;
  border-radius: 50%;
  cursor: pointer;
  width: 100px;
  height: 100px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-tV2WPFuN1i .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tV2WPFuN1i .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tV2WPFuN1i .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tV2WPFuN1i .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tV2WPFuN1i a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tV2WPFuN1i a.close:hover {
  color: #ffffff;
}
.cid-tV2WPFuN1i .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV2WPFuN1i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/saude-mental2-leve.00-00-00-00.still001-2000x1125.jpg");
}
.cid-tV2WPFuN1i .mbr-white {
  color: #fff;
  line-height: 1.3;
}
.cid-tV4aYiTxby {
  padding-top: 210px;
  padding-bottom: 195px;
}
.cid-tV4aYiTxby .link-align {
  width: 100%;
}
.cid-tV4aYiTxby .link-wrap {
  display: inline-block;
}
@keyframes hover {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.cid-tV4aYiTxby .link {
  position: relative;
  cursor: pointer;
  width: fit-content;
  letter-spacing: 1px;
  margin-left: 80px;
  color: #ffffff;
}
.cid-tV4aYiTxby .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 60px;
  background: currentColor;
  top: 45%;
  transform: translateY(-45%);
  opacity: 0.8;
  left: -80px;
}
.cid-tV4aYiTxby .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  top: 45%;
  transform: translateY(-45%);
  left: -80px;
}
.cid-tV4aYiTxby .link:hover:before {
  width: 60px;
}
.cid-tV4aYiTxby .mbr-text,
.cid-tV4aYiTxby .link-align {
  color: #e5e5e5;
}
.cid-tV4aYiTxby .icon-wrap {
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  width: 130px;
  height: 130px;
  cursor: pointer;
}
.cid-tV4aYiTxby .icon-wrap:hover {
  animation: 0.6s hover;
}
.cid-tV4aYiTxby .icon-wrap span {
  padding-left: 4px;
}
.cid-tV4aYiTxby .mbr-media span {
  font-size: 2rem;
  border: 2px solid currentColor;
  border-radius: 50%;
  cursor: pointer;
  width: 100px;
  height: 100px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-tV4aYiTxby .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tV4aYiTxby .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tV4aYiTxby .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tV4aYiTxby .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tV4aYiTxby a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tV4aYiTxby a.close:hover {
  color: #ffffff;
}
.cid-tV4aYiTxby .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV4aYiTxby .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/saude-mental2-leve.00-00-00-00.still001-2000x1125.jpg");
}
.cid-tV4aYiTxby H2 {
  text-align: center;
}
.cid-tV4aYiTxby H1 {
  text-align: center;
}
.cid-tV4aYiTxby DIV {
  text-align: left;
}
.cid-tWPZX2E4qJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ecede8;
}
.cid-tWPZX2E4qJ .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-tWPZX2E4qJ .icon__block {
  background: linear-gradient(135deg, rgba(212, 164, 131, 0.54) 0%, rgba(212, 164, 131, 0.85) 60%, #d4a483 100%);
}
.cid-tWPZX2E4qJ .mbr-section-title,
.cid-tWPZX2E4qJ .icon__wrap {
  text-align: center;
  color: #d4a483;
}
.cid-tWPZX2E4qJ .mbr-section-subtitle {
  text-align: justify;
  line-height: 1.6;
}
.cid-tWPZX2E4qJ .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-tWPZX2E4qJ .icon__wrap .icon__block {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 10px;
}
.cid-tWPZX2E4qJ .icon__wrap .icon__block::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-45deg);
}
.cid-tWPZX2E4qJ .icon__wrap .icon__block::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(45deg);
}
.cid-tWPZX2E4qJ .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
.cid-tWPZX2E4qJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWPZX2E4qJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWQ0uTs8rW {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tWQ0uTs8rW .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-tWQ0uTs8rW .icon__block {
  background: linear-gradient(135deg, rgba(212, 164, 131, 0.54) 0%, rgba(212, 164, 131, 0.85) 60%, #d4a483 100%);
}
.cid-tWQ0uTs8rW .mbr-section-title,
.cid-tWQ0uTs8rW .icon__wrap {
  text-align: center;
  color: #d4a483;
}
.cid-tWQ0uTs8rW .mbr-section-subtitle {
  text-align: justify;
  line-height: 1.6;
}
.cid-tWQ0uTs8rW .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-tWQ0uTs8rW .icon__wrap .icon__block {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 10px;
}
.cid-tWQ0uTs8rW .icon__wrap .icon__block::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-45deg);
}
.cid-tWQ0uTs8rW .icon__wrap .icon__block::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(45deg);
}
.cid-tWQ0uTs8rW .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
.cid-tWQ0uTs8rW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWQ0uTs8rW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV33J8bUrF {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ecede8;
}
.cid-tV33J8bUrF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV33J8bUrF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV33J8bUrF .text-wrapper {
  border-left: 0px solid #d4a483;
  padding-left: 2rem;
}
@media (max-width: 767px) {
  .cid-tV33J8bUrF .text-wrapper {
    padding-left: 0rem;
    border-left: 0;
  }
}
.cid-tV33J8bUrF .image-wrapper {
  position: relative;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-tV33J8bUrF .image-wrapper {
    padding: 1rem;
  }
}
.cid-tV33J8bUrF .image-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  transform: rotate(-2deg);
  top: 0;
  width: 100%;
  height: 100%;
  border: 6px solid #d4a483;
  opacity: 0.8;
  border-radius: 3rem;
}
.cid-tV33J8bUrF .image-wrapper img {
  transform: rotate(2deg);
  border-radius: 3rem;
}
.cid-tV33J8bUrF .row {
  align-items: center;
}
.cid-tV33J8bUrF .mbr-section-title {
  color: #514844;
}
@media (max-width: 767px) {
  .cid-tV33J8bUrF .mbr-section-title {
    text-align: center;
  }
}
.cid-tV33J8bUrF .mbr-text,
.cid-tV33J8bUrF .mbr-section-btn {
  color: #514844;
  text-align: center;
}
.cid-tV33J8bUrF .mbr-section-subtitle {
  color: #d4a483;
  text-align: justify;
}
@media (max-width: 767px) {
  .cid-tV33J8bUrF .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-tV33J8bUrF .mbr-text2 {
  color: #514844;
  text-align: justify!important;
  line-height: 1.5;
  margin-top: 30px!important;
}
@media (max-width: 767px) {
  .cid-tV33J8bUrF .mbr-text2 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tV33J8bUrF .row {
    flex-direction: column-reverse;
  }
}
.cid-tV33J8bUrF .panel-group .card {
  border-bottom: 2px solid #ecede8;
  border-radius: 0 !important;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.cid-tV33J8bUrF .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-tV33J8bUrF .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tV33J8bUrF .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(90deg);
  color: #968378;
  background-color: #ffffff;
}
.cid-tV33J8bUrF .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  opacity: 1;
}
.cid-tV33J8bUrF .panel-group .card .card-header .panel-title .panel-title-edit {
  opacity: .8;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-tV33J8bUrF .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 16px;
  color: #ffffff;
  background-color: #968378;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-tV33J8bUrF .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-tV33J8bUrF .panel-group .card .panel-collapse .panel-body .panel-text {
  line-height: 1.6;
  margin-bottom: 0;
}
.cid-tV33J8bUrF .panel-title {
  color: #000000;
}
.cid-tV33J8bUrF .panel-text {
  color: #514844;
  text-align: justify;
}
.cid-tV33J8bUrF .panel-title-edit {
  color: #514844;
}
.cid-tV33J8bUrF .container {
  max-width: 1000px;
}
.cid-tWQbrMsos6 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tWQbrMsos6 .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-tWQbrMsos6 .icon__block {
  background: linear-gradient(135deg, rgba(212, 164, 131, 0.54) 0%, rgba(212, 164, 131, 0.85) 60%, #d4a483 100%);
}
.cid-tWQbrMsos6 .mbr-section-title,
.cid-tWQbrMsos6 .icon__wrap {
  text-align: center;
  color: #d4a483;
}
.cid-tWQbrMsos6 .mbr-section-subtitle {
  text-align: justify!important;
  line-height: 1.5;
  color: #514844;
}
.cid-tWQbrMsos6 .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-tWQbrMsos6 .icon__wrap .icon__block {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 10px;
}
.cid-tWQbrMsos6 .icon__wrap .icon__block::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-45deg);
}
.cid-tWQbrMsos6 .icon__wrap .icon__block::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(45deg);
}
.cid-tWQbrMsos6 .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
.cid-tWQbrMsos6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWQbrMsos6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWQbrMsos6 .mbr-section-btn {
  text-align: center;
  LETTER-SPACING: 2PX;
  padding-left: 30px;
  padding-right: 30px;
}
.cid-tV3VbqzJIR {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #514844;
}
.cid-tV3VbqzJIR .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-tV3VbqzJIR .navbar-logo {
  width: 250px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tV3VbqzJIR .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tV3VbqzJIR .btn-primary {
  border: 1px solid #514844 !important;
}
.cid-tV3VbqzJIR .btn-primary:hover {
  border: 1px solid #514844 !important;
}
.cid-tV3VbqzJIR .stripe {
  border-bottom: 1px solid #e5c5af;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tV3VbqzJIR .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-tV3VbqzJIR .input-group-btn {
  padding-left: 0;
}
.cid-tV3VbqzJIR .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tV3VbqzJIR .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tV3VbqzJIR .mbr-text {
  color: #444;
}
.cid-tV3VbqzJIR h5 {
  margin-bottom: 0;
}
.cid-tV3VbqzJIR .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tV3VbqzJIR .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 0px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tV3VbqzJIR .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tV3VbqzJIR .socicon {
  font-size: 1.3rem;
  margin-top: -10px;
  background: #514844;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tV3VbqzJIR .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tV3VbqzJIR .social-list .soc-item {
  margin: 0 0.3rem;
  display: flex;
}
.cid-tV3VbqzJIR .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tV3VbqzJIR .social-list a:hover {
  opacity: 0.4;
}
.cid-tV3VbqzJIR .media-container-row > div {
  padding: 0px;
}
.cid-tV3VbqzJIR .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tV3VbqzJIR .group-title {
  text-align: left;
  color: #ffffff;
  line-height: 1.3;
  font-size: 2.5rem;
  padding-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .cid-tV3VbqzJIR .group-title {
    font-size: 1.5rem;
  }
}
.cid-tV3VbqzJIR .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tV3VbqzJIR .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tV3VbqzJIR .social-list,
  .cid-tV3VbqzJIR .img-list {
    -webkit-justify-content: center;
    justify-content: start;
    text-align: left;
  }
  .cid-tV3VbqzJIR h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tV3VbqzJIR .form-group {
    max-width: 180px;
  }
}
.cid-tV3VbqzJIR .links span {
  color: #9e9e9e;
}
.cid-tV3VbqzJIR .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tV3VbqzJIR .logo-title {
  text-align: center;
}
.cid-tV3VbqzJIR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV3VbqzJIR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV3VbqzJIR .text3 {
  color: #d4a483;
  text-align: left;
  font-size: 13px;
}
.cid-tV3VbqzJIR h1,
.cid-tV3VbqzJIR h2,
.cid-tV3VbqzJIR h3,
.cid-tV3VbqzJIR h4,
.cid-tV3VbqzJIR h5,
.cid-tV3VbqzJIR h6,
.cid-tV3VbqzJIR .display-1,
.cid-tV3VbqzJIR .display-2,
.cid-tV3VbqzJIR .display-4,
.cid-tV3VbqzJIR .display-5,
.cid-tV3VbqzJIR .display-7,
.cid-tV3VbqzJIR span,
.cid-tV3VbqzJIR p,
.cid-tV3VbqzJIR a {
  line-height: 1.3;
}
.cid-tV40O5I17H {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #443d39;
}
.cid-tV40O5I17H .links {
  text-align: center;
  color: #f0f0f0;
}
.cid-tV40O5I17H p {
  margin: 0;
}
section {
    background-color: #fff
}

body {
    font-style: normal;
    line-height: 1.5;
    font-weight: 400;
    color: #282828;
    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: #fff
}

.mbr-black {
    color: #111
}

.mbr-bg-white {
    background-color: #fff
}

.mbr-bg-black {
    background-color: #000
}

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

.align-center {
    text-align: center
}

.align-right {
    text-align: right
}

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

.mbr-regular {
    font-weight: 400
}

.mbr-semibold {
    font-weight: 500
}

.mbr-bold {
    font-weight: 700
}

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

.media-container-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: start
}

.media-container-row .media-size-item {
    width: 400px
}

.media-container-column {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: stretch
}

.media-container-column>* {
    width: 100%
}

@media(min-width: 992px) {
    .media-container-row {
        flex-wrap: nowrap
    }
}

figure {
    margin-bottom: 0;
    overflow: hidden
}

figure[mbr-media-size] {
    transition: width .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 {
    border-width: 1px;
    font-style: normal;
    margin: .6rem .6rem;
    white-space: normal;
    transition: all .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 .3s ease-in-out
}

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

.btn-lg {
    font-weight: 600;
    letter-spacing: 0px;
    transition: all .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: .5rem;
    vertical-align: sub
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
    margin-left: .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 {
    @media(min-width:768px) {
     bottom: 110px;
    right: 40px;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #fff;
    font-size: 20px;
}
@media(max-width:767px) {
     bottom: 110px;
    right: 45px!important;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #fff;
    font-size: 20px;
    text-align: right!important;

}
}


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

.mbr-arrow-up a:hover {
    background-color: rgba(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, .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: #fff
}

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

@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: .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: .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 .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: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: transparent;
    border: 1px solid transparent;
    border-radius: .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: .357em;
    padding: 0
}

.alert {
    color: #fff;
    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: #fff;
    background-clip: border-box;
    color: #282828;
    line-height: 1rem !important;
    height: auto;
    padding: .6rem 1.2rem;
    transition: border-color .25s ease 0s;
    border: 1px solid transparent !important;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, .07) 0px 1px 1px 0px, rgba(0, 0, 0, .07) 0px 1px 3px 0px, rgba(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: .6rem;
    padding-right: .6rem
}

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

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

form .form-check-input {
    margin-top: .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: .5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    pointer-events: none
}

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

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

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

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

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

    .row {
        margin-left: -16px;
        margin-right: -16px
    }

    .row>[class*=col] {
        padding-left: 16px;
        padding-right: 16px
    }
}

@media(min-width: 768px) {
    .container-fluid {
        padding-left: 32px;
        padding-right: 32px
    }
}

@media(min-width: 768px)and (max-width: 991px) {
    .mbr-container {
        padding-left: 32px;
        padding-right: 32px
    }
}

@media(max-width: 767px) {
    .mbr-container {
        padding-left: 16px;
        padding-right: 16px
    }
}

.card-wrapper,
.item-wrapper {
    overflow: hidden
}

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

.item {
    position: relative
}

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

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

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

@media(min-aspect-ratio: 16/9) {
    .mbr-video-foreground {
        height: 300% !important;
        top: -100% !important
    }
}

@media(max-aspect-ratio: 16/9) {
    .mbr-video-foreground {
        width: 300% !important;
        left: -100% !important
    }
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
}.cid-tV4bVhZ7xa {
  padding-top: 90px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/terapeuta-de-meia-mulher-fazendo-anotacoes-na-area-de-transferencia-858x572.jpg");
}
.cid-tV4bVhZ7xa .link-align {
  width: 100%;
}
.cid-tV4bVhZ7xa .link-wrap {
  display: inline-block;
}
@keyframes hover {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.cid-tV4bVhZ7xa .link {
  position: relative;
  cursor: pointer;
  width: fit-content;
  letter-spacing: 1px;
  margin-left: 80px;
  color: #ffffff;
}
.cid-tV4bVhZ7xa .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 60px;
  background: currentColor;
  top: 45%;
  transform: translateY(-45%);
  opacity: 0.8;
  left: -80px;
}
.cid-tV4bVhZ7xa .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  top: 45%;
  transform: translateY(-45%);
  left: -80px;
}
.cid-tV4bVhZ7xa .link:hover:before {
  width: 60px;
}
.cid-tV4bVhZ7xa .mbr-text,
.cid-tV4bVhZ7xa .link-align {
  color: #e5e5e5;
}
.cid-tV4bVhZ7xa .icon-wrap {
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  width: 130px;
  height: 130px;
  cursor: pointer;
}
.cid-tV4bVhZ7xa .icon-wrap:hover {
  animation: 0.6s hover;
}
.cid-tV4bVhZ7xa .icon-wrap span {
  padding-left: 4px;
}
.cid-tV4bVhZ7xa .mbr-media span {
  font-size: 2rem;
  border: 2px solid currentColor;
  border-radius: 50%;
  cursor: pointer;
  width: 100px;
  height: 100px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-tV4bVhZ7xa .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tV4bVhZ7xa .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tV4bVhZ7xa .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tV4bVhZ7xa .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tV4bVhZ7xa a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tV4bVhZ7xa a.close:hover {
  color: #ffffff;
}
.cid-tV4bVhZ7xa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV4bVhZ7xa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV4bVhZ7xa H2 {
  text-align: center;
  color: #d4a483;
}
.cid-tV4bVhZ7xa H1 {
  text-align: center;
}
.cid-tV4cucejzz {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ecede8;
}
.cid-tV4cucejzz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV4cucejzz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV4cucejzz .cards-row {
  row-gap: 50px;
}
.cid-tV4cucejzz .card-wrapper {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.cid-tV4cucejzz .mbr-iconfont {
  font-size: 62px;
  color: #d4a483;
}
.cid-tV4cucejzz .card-box {
  padding-left: 28px;
}
.cid-tV4cucejzz .card-title {
  color: #303030;
}
.cid-tV4cucejzz .card-text {
  color: #303030;
  margin-top: 0px;
}
.cid-tV4dBh1lhd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tV4dBh1lhd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV4dBh1lhd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV4dBh1lhd .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tV4dBh1lhd .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tV4dBh1lhd .container {
    padding: 0;
  }
}
.cid-tV4dBh1lhd .row {
  margin: 0;
}
.cid-tV4dBh1lhd .card {
  border-radius: 0;
  padding: 0;
}
.cid-tV4dBh1lhd .card .box-wrapper {
  background-color: #d4a483;
  height: 110%;
}
.cid-tV4dBh1lhd .card .box-wrapper .mbr-box {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 20px;
}
.cid-tV4dBh1lhd .card .title-wrapper {
  padding: 60px 60px;
}
@media (max-width: 992px) {
  .cid-tV4dBh1lhd .card .title-wrapper {
    padding: 30px 16px;
  }
}
.cid-tV4dBh1lhd .card .title-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.cid-tV4dBh1lhd .card .title-wrapper .mbr-section-btn {
  margin-top: 70px;
}
@media (max-width: 992px) {
  .cid-tV4dBh1lhd .card .title-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-tV4dBh1lhd .card .image-wrapper {
  padding: 90px 0;
}
@media (max-width: 992px) {
  .cid-tV4dBh1lhd .card .image-wrapper {
    padding: 0;
  }
}
.cid-tV4dBh1lhd .card .image-wrapper img {
  height: 380px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tV4dBh1lhd .card .image-wrapper img {
    height: 300px;
  }
}
.cid-tV4dBh1lhd .mbr-text {
  color: #263652;
  text-align: justify;
  line-height: 1.3;
}
.cid-tV4dBh1lhd .mbr-box {
  color: #ffffff;
}
.cid-tV4dBh1lhd .mbr-text,
.cid-tV4dBh1lhd .mbr-section-btn {
  color: #514844;
  line-height: 1.3;
}
.cid-tV4dBh1lhd .btn-lg {
  border-radius: 50px;
  font-weight: 500!important;
  letter-spacing: 0px;
  margin-bottom: 50px;
}
.cid-tV4dBh1lhd .display-7 {
  line-height: 1.8!important;
}
.cid-uMkvQmnhH9 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #514844;
}
.cid-uMkvQmnhH9 .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-uMkvQmnhH9 .navbar-logo {
  width: 250px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uMkvQmnhH9 .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uMkvQmnhH9 .btn-primary {
  border: 1px solid #514844 !important;
}
.cid-uMkvQmnhH9 .btn-primary:hover {
  border: 1px solid #514844 !important;
}
.cid-uMkvQmnhH9 .stripe {
  border-bottom: 1px solid #e5c5af;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uMkvQmnhH9 .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uMkvQmnhH9 .input-group-btn {
  padding-left: 0;
}
.cid-uMkvQmnhH9 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uMkvQmnhH9 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-uMkvQmnhH9 .mbr-text {
  color: #444;
}
.cid-uMkvQmnhH9 h5 {
  margin-bottom: 0;
}
.cid-uMkvQmnhH9 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uMkvQmnhH9 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 0px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uMkvQmnhH9 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uMkvQmnhH9 .socicon {
  font-size: 1.3rem;
  margin-top: -10px;
  background: #514844;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uMkvQmnhH9 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uMkvQmnhH9 .social-list .soc-item {
  margin: 0 0.3rem;
  display: flex;
}
.cid-uMkvQmnhH9 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uMkvQmnhH9 .social-list a:hover {
  opacity: 0.4;
}
.cid-uMkvQmnhH9 .media-container-row > div {
  padding: 0px;
}
.cid-uMkvQmnhH9 .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uMkvQmnhH9 .group-title {
  text-align: left;
  color: #ffffff;
  line-height: 1.3;
  font-size: 2.5rem;
  padding-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .cid-uMkvQmnhH9 .group-title {
    font-size: 1.5rem;
  }
}
.cid-uMkvQmnhH9 .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uMkvQmnhH9 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uMkvQmnhH9 .social-list,
  .cid-uMkvQmnhH9 .img-list {
    -webkit-justify-content: center;
    justify-content: start;
    text-align: left;
  }
  .cid-uMkvQmnhH9 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uMkvQmnhH9 .form-group {
    max-width: 180px;
  }
}
.cid-uMkvQmnhH9 .links span {
  color: #9e9e9e;
}
.cid-uMkvQmnhH9 .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-uMkvQmnhH9 .logo-title {
  text-align: center;
}
.cid-uMkvQmnhH9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMkvQmnhH9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMkvQmnhH9 .text3 {
  color: #d4a483;
  text-align: left;
  font-size: 13px;
}
.cid-uMkvQmnhH9 h1,
.cid-uMkvQmnhH9 h2,
.cid-uMkvQmnhH9 h3,
.cid-uMkvQmnhH9 h4,
.cid-uMkvQmnhH9 h5,
.cid-uMkvQmnhH9 h6,
.cid-uMkvQmnhH9 .display-1,
.cid-uMkvQmnhH9 .display-2,
.cid-uMkvQmnhH9 .display-4,
.cid-uMkvQmnhH9 .display-5,
.cid-uMkvQmnhH9 .display-7,
.cid-uMkvQmnhH9 span,
.cid-uMkvQmnhH9 p,
.cid-uMkvQmnhH9 a {
  line-height: 1.3;
}
.cid-tV4eNlRbsG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #443d39;
}
.cid-tV4eNlRbsG .links {
  text-align: center;
  color: #f0f0f0;
}
.cid-tV4eNlRbsG p {
  margin: 0;
}
.cid-tWQpbuqkpk .navbar-dropdown {
  position: relative !important;
}
.cid-tWQpbuqkpk nav.navbar {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
@media (max-width: 991px) {
  .cid-tWQpbuqkpk .nav-item {
    margin: 0 !important;
  }
}
.cid-tWQpbuqkpk .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-tWQpbuqkpk .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
.cid-tWQpbuqkpk .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tWQpbuqkpk .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 2.5rem !important;
}
.cid-tWQpbuqkpk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tWQpbuqkpk .nav-link {
  position: relative;
}
.cid-tWQpbuqkpk .container {
  display: flex;
  margin: auto;
}
.cid-tWQpbuqkpk .iconfont-wrapper {
  color: #d4a483 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWQpbuqkpk .dropdown-menu,
.cid-tWQpbuqkpk .navbar.opened {
  background: #ffffff !important;
}
.cid-tWQpbuqkpk .nav-item:focus,
.cid-tWQpbuqkpk .nav-link:focus {
  outline: none;
}
.cid-tWQpbuqkpk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWQpbuqkpk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWQpbuqkpk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWQpbuqkpk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWQpbuqkpk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWQpbuqkpk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWQpbuqkpk .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  box-shadow: none;
  background: #ffffff;
}
.cid-tWQpbuqkpk .navbar.opened {
  transition: all 0.3s;
}
.cid-tWQpbuqkpk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWQpbuqkpk .navbar .navbar-logo img {
  width: auto;
}
.cid-tWQpbuqkpk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWQpbuqkpk .navbar.collapsed {
  justify-content: center;
}
.cid-tWQpbuqkpk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWQpbuqkpk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWQpbuqkpk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-tWQpbuqkpk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWQpbuqkpk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWQpbuqkpk .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-tWQpbuqkpk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWQpbuqkpk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWQpbuqkpk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWQpbuqkpk .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(150, 131, 120, 0.5);
  }
  .cid-tWQpbuqkpk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWQpbuqkpk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWQpbuqkpk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWQpbuqkpk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWQpbuqkpk .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-tWQpbuqkpk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWQpbuqkpk .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-tWQpbuqkpk .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tWQpbuqkpk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWQpbuqkpk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tWQpbuqkpk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWQpbuqkpk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWQpbuqkpk .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWQpbuqkpk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWQpbuqkpk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWQpbuqkpk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWQpbuqkpk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWQpbuqkpk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWQpbuqkpk .dropdown-item.active,
.cid-tWQpbuqkpk .dropdown-item:active {
  background-color: transparent;
}
.cid-tWQpbuqkpk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWQpbuqkpk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWQpbuqkpk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWQpbuqkpk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tWQpbuqkpk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWQpbuqkpk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWQpbuqkpk ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tWQpbuqkpk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tWQpbuqkpk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-tWQpbuqkpk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #514844;
}
.cid-tWQpbuqkpk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWQpbuqkpk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWQpbuqkpk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWQpbuqkpk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWQpbuqkpk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWQpbuqkpk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWQpbuqkpk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWQpbuqkpk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWQpbuqkpk .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tWQpbuqkpk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWQpbuqkpk .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-tWQpbuqkpk .navbar {
    height: 70px;
  }
  .cid-tWQpbuqkpk .navbar.opened {
    height: auto;
  }
  .cid-tWQpbuqkpk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 767px) {
  .cid-tWQpbuqkpk .navbar .navbar-logo img {
    height: 4rem !important;
  }
  .cid-tWQpbuqkpk .nav-dropdown .link {
    margin: 0 1rem .5rem 1rem !important;
  }
}
section {
    background-color: #fff
}

body {
    font-style: normal;
    line-height: 1.5;
    font-weight: 400;
    color: #282828;
    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: #fff
}

.mbr-black {
    color: #111
}

.mbr-bg-white {
    background-color: #fff
}

.mbr-bg-black {
    background-color: #000
}

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

.align-center {
    text-align: center
}

.align-right {
    text-align: right
}

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

.mbr-regular {
    font-weight: 400
}

.mbr-semibold {
    font-weight: 500
}

.mbr-bold {
    font-weight: 700
}

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

.media-container-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: start
}

.media-container-row .media-size-item {
    width: 400px
}

.media-container-column {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: stretch
}

.media-container-column>* {
    width: 100%
}

@media(min-width: 992px) {
    .media-container-row {
        flex-wrap: nowrap
    }
}

figure {
    margin-bottom: 0;
    overflow: hidden
}

figure[mbr-media-size] {
    transition: width .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 {
    border-width: 1px;
    font-style: normal;
    margin: .6rem .6rem;
    white-space: normal;
    transition: all .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 .3s ease-in-out
}

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

.btn-lg {
    font-weight: 600;
    letter-spacing: 0px;
    transition: all .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: .5rem;
    vertical-align: sub
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
    margin-left: .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 {
    @media(min-width:768px) {
     bottom: 110px;
    right: 40px;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #fff;
    font-size: 20px;
}
@media(max-width:767px) {
     bottom: 110px;
    right: 45px!important;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #fff;
    font-size: 20px;
    text-align: right!important;

}
}


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

.mbr-arrow-up a:hover {
    background-color: rgba(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, .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: #fff
}

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

@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: .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: .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 .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: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: transparent;
    border: 1px solid transparent;
    border-radius: .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: .357em;
    padding: 0
}

.alert {
    color: #fff;
    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: #fff;
    background-clip: border-box;
    color: #282828;
    line-height: 1rem !important;
    height: auto;
    padding: .6rem 1.2rem;
    transition: border-color .25s ease 0s;
    border: 1px solid transparent !important;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, .07) 0px 1px 1px 0px, rgba(0, 0, 0, .07) 0px 1px 3px 0px, rgba(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: .6rem;
    padding-right: .6rem
}

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

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

form .form-check-input {
    margin-top: .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: .5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    pointer-events: none
}

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

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

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

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

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

    .row {
        margin-left: -16px;
        margin-right: -16px
    }

    .row>[class*=col] {
        padding-left: 16px;
        padding-right: 16px
    }
}

@media(min-width: 768px) {
    .container-fluid {
        padding-left: 32px;
        padding-right: 32px
    }
}

@media(min-width: 768px)and (max-width: 991px) {
    .mbr-container {
        padding-left: 32px;
        padding-right: 32px
    }
}

@media(max-width: 767px) {
    .mbr-container {
        padding-left: 16px;
        padding-right: 16px
    }
}

.card-wrapper,
.item-wrapper {
    overflow: hidden
}

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

.item {
    position: relative
}

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

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

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

@media(min-aspect-ratio: 16/9) {
    .mbr-video-foreground {
        height: 300% !important;
        top: -100% !important
    }
}

@media(max-aspect-ratio: 16/9) {
    .mbr-video-foreground {
        width: 300% !important;
        left: -100% !important
    }
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
}.cid-tV4iT7SBQN {
  padding-top: 90px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/close-up-de-mao-segurando-comprimidos-858x663.jpg");
}
.cid-tV4iT7SBQN .link-align {
  width: 100%;
}
.cid-tV4iT7SBQN .link-wrap {
  display: inline-block;
}
@keyframes hover {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.cid-tV4iT7SBQN .link {
  position: relative;
  cursor: pointer;
  width: fit-content;
  letter-spacing: 1px;
  margin-left: 80px;
  color: #ffffff;
}
.cid-tV4iT7SBQN .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 60px;
  background: currentColor;
  top: 45%;
  transform: translateY(-45%);
  opacity: 0.8;
  left: -80px;
}
.cid-tV4iT7SBQN .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  top: 45%;
  transform: translateY(-45%);
  left: -80px;
}
.cid-tV4iT7SBQN .link:hover:before {
  width: 60px;
}
.cid-tV4iT7SBQN .mbr-text,
.cid-tV4iT7SBQN .link-align {
  color: #e5e5e5;
}
.cid-tV4iT7SBQN .icon-wrap {
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  width: 130px;
  height: 130px;
  cursor: pointer;
}
.cid-tV4iT7SBQN .icon-wrap:hover {
  animation: 0.6s hover;
}
.cid-tV4iT7SBQN .icon-wrap span {
  padding-left: 4px;
}
.cid-tV4iT7SBQN .mbr-media span {
  font-size: 2rem;
  border: 2px solid currentColor;
  border-radius: 50%;
  cursor: pointer;
  width: 100px;
  height: 100px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-tV4iT7SBQN .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tV4iT7SBQN .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tV4iT7SBQN .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tV4iT7SBQN .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tV4iT7SBQN a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tV4iT7SBQN a.close:hover {
  color: #ffffff;
}
.cid-tV4iT7SBQN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV4iT7SBQN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV4iT7SBQN H2 {
  text-align: center;
  color: #d4a483;
}
.cid-tV4iT7SBQN H1 {
  text-align: center;
}
.cid-tV4iT8F8vo {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ecede8;
}
.cid-tV4iT8F8vo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV4iT8F8vo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV4iT8F8vo .cards-row {
  row-gap: 50px;
}
.cid-tV4iT8F8vo .card-wrapper {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.cid-tV4iT8F8vo .mbr-iconfont {
  font-size: 62px;
  color: #d4a483;
}
.cid-tV4iT8F8vo .card-box {
  padding-left: 28px;
}
.cid-tV4iT8F8vo .card-title {
  color: #303030;
}
.cid-tV4iT8F8vo .card-text {
  color: #303030;
  margin-top: 0px;
}
.cid-tV4iT9QQ9V {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tV4iT9QQ9V .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV4iT9QQ9V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV4iT9QQ9V .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tV4iT9QQ9V .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tV4iT9QQ9V .container {
    padding: 0;
  }
}
.cid-tV4iT9QQ9V .row {
  margin: 0;
}
.cid-tV4iT9QQ9V .card {
  border-radius: 0;
  padding: 0;
}
.cid-tV4iT9QQ9V .card .box-wrapper {
  background-color: #d4a483;
  height: 110%;
}
.cid-tV4iT9QQ9V .card .box-wrapper .mbr-box {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 20px;
}
.cid-tV4iT9QQ9V .card .title-wrapper {
  padding: 60px 60px;
}
@media (max-width: 992px) {
  .cid-tV4iT9QQ9V .card .title-wrapper {
    padding: 30px 16px;
  }
}
.cid-tV4iT9QQ9V .card .title-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.cid-tV4iT9QQ9V .card .title-wrapper .mbr-section-btn {
  margin-top: 70px;
}
@media (max-width: 992px) {
  .cid-tV4iT9QQ9V .card .title-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-tV4iT9QQ9V .card .image-wrapper {
  padding: 90px 0;
}
@media (max-width: 992px) {
  .cid-tV4iT9QQ9V .card .image-wrapper {
    padding: 0;
  }
}
.cid-tV4iT9QQ9V .card .image-wrapper img {
  height: 380px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tV4iT9QQ9V .card .image-wrapper img {
    height: 300px;
  }
}
.cid-tV4iT9QQ9V .mbr-text {
  color: #263652;
  line-height: 1.3;
}
.cid-tV4iT9QQ9V .mbr-box {
  color: #ffffff;
}
.cid-tV4iT9QQ9V .mbr-text,
.cid-tV4iT9QQ9V .mbr-section-btn {
  color: #514844;
  line-height: 1.3;
  text-align: justify;
}
.cid-tV4iT9QQ9V .btn-lg {
  border-radius: 50px;
  font-weight: 500!important;
  letter-spacing: 0px;
  margin-bottom: 50px;
}
.cid-tV4iT9QQ9V .display-7 {
  line-height: 1.8!important;
}
.cid-uMkvSNm1eA {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #514844;
}
.cid-uMkvSNm1eA .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-uMkvSNm1eA .navbar-logo {
  width: 250px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uMkvSNm1eA .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uMkvSNm1eA .btn-primary {
  border: 1px solid #514844 !important;
}
.cid-uMkvSNm1eA .btn-primary:hover {
  border: 1px solid #514844 !important;
}
.cid-uMkvSNm1eA .stripe {
  border-bottom: 1px solid #e5c5af;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uMkvSNm1eA .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uMkvSNm1eA .input-group-btn {
  padding-left: 0;
}
.cid-uMkvSNm1eA .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uMkvSNm1eA .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-uMkvSNm1eA .mbr-text {
  color: #444;
}
.cid-uMkvSNm1eA h5 {
  margin-bottom: 0;
}
.cid-uMkvSNm1eA .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uMkvSNm1eA .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 0px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uMkvSNm1eA .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uMkvSNm1eA .socicon {
  font-size: 1.3rem;
  margin-top: -10px;
  background: #514844;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uMkvSNm1eA .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uMkvSNm1eA .social-list .soc-item {
  margin: 0 0.3rem;
  display: flex;
}
.cid-uMkvSNm1eA .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uMkvSNm1eA .social-list a:hover {
  opacity: 0.4;
}
.cid-uMkvSNm1eA .media-container-row > div {
  padding: 0px;
}
.cid-uMkvSNm1eA .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uMkvSNm1eA .group-title {
  text-align: left;
  color: #ffffff;
  line-height: 1.3;
  font-size: 2.5rem;
  padding-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .cid-uMkvSNm1eA .group-title {
    font-size: 1.5rem;
  }
}
.cid-uMkvSNm1eA .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uMkvSNm1eA .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uMkvSNm1eA .social-list,
  .cid-uMkvSNm1eA .img-list {
    -webkit-justify-content: center;
    justify-content: start;
    text-align: left;
  }
  .cid-uMkvSNm1eA h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uMkvSNm1eA .form-group {
    max-width: 180px;
  }
}
.cid-uMkvSNm1eA .links span {
  color: #9e9e9e;
}
.cid-uMkvSNm1eA .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-uMkvSNm1eA .logo-title {
  text-align: center;
}
.cid-uMkvSNm1eA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMkvSNm1eA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMkvSNm1eA .text3 {
  color: #d4a483;
  text-align: left;
  font-size: 13px;
}
.cid-uMkvSNm1eA h1,
.cid-uMkvSNm1eA h2,
.cid-uMkvSNm1eA h3,
.cid-uMkvSNm1eA h4,
.cid-uMkvSNm1eA h5,
.cid-uMkvSNm1eA h6,
.cid-uMkvSNm1eA .display-1,
.cid-uMkvSNm1eA .display-2,
.cid-uMkvSNm1eA .display-4,
.cid-uMkvSNm1eA .display-5,
.cid-uMkvSNm1eA .display-7,
.cid-uMkvSNm1eA span,
.cid-uMkvSNm1eA p,
.cid-uMkvSNm1eA a {
  line-height: 1.3;
}
.cid-tV4iTbSMAe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #443d39;
}
.cid-tV4iTbSMAe .links {
  text-align: center;
  color: #f0f0f0;
}
.cid-tV4iTbSMAe p {
  margin: 0;
}
.cid-tWQpbuqkpk .navbar-dropdown {
  position: relative !important;
}
.cid-tWQpbuqkpk nav.navbar {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
@media (max-width: 991px) {
  .cid-tWQpbuqkpk .nav-item {
    margin: 0 !important;
  }
}
.cid-tWQpbuqkpk .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-tWQpbuqkpk .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
.cid-tWQpbuqkpk .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tWQpbuqkpk .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 2.5rem !important;
}
.cid-tWQpbuqkpk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tWQpbuqkpk .nav-link {
  position: relative;
}
.cid-tWQpbuqkpk .container {
  display: flex;
  margin: auto;
}
.cid-tWQpbuqkpk .iconfont-wrapper {
  color: #d4a483 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWQpbuqkpk .dropdown-menu,
.cid-tWQpbuqkpk .navbar.opened {
  background: #ffffff !important;
}
.cid-tWQpbuqkpk .nav-item:focus,
.cid-tWQpbuqkpk .nav-link:focus {
  outline: none;
}
.cid-tWQpbuqkpk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWQpbuqkpk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWQpbuqkpk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWQpbuqkpk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWQpbuqkpk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWQpbuqkpk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWQpbuqkpk .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  box-shadow: none;
  background: #ffffff;
}
.cid-tWQpbuqkpk .navbar.opened {
  transition: all 0.3s;
}
.cid-tWQpbuqkpk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWQpbuqkpk .navbar .navbar-logo img {
  width: auto;
}
.cid-tWQpbuqkpk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWQpbuqkpk .navbar.collapsed {
  justify-content: center;
}
.cid-tWQpbuqkpk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWQpbuqkpk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWQpbuqkpk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-tWQpbuqkpk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWQpbuqkpk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWQpbuqkpk .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-tWQpbuqkpk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWQpbuqkpk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWQpbuqkpk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWQpbuqkpk .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(150, 131, 120, 0.5);
  }
  .cid-tWQpbuqkpk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWQpbuqkpk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWQpbuqkpk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWQpbuqkpk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWQpbuqkpk .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-tWQpbuqkpk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWQpbuqkpk .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-tWQpbuqkpk .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tWQpbuqkpk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWQpbuqkpk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tWQpbuqkpk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWQpbuqkpk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWQpbuqkpk .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWQpbuqkpk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWQpbuqkpk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWQpbuqkpk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWQpbuqkpk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWQpbuqkpk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWQpbuqkpk .dropdown-item.active,
.cid-tWQpbuqkpk .dropdown-item:active {
  background-color: transparent;
}
.cid-tWQpbuqkpk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWQpbuqkpk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWQpbuqkpk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWQpbuqkpk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tWQpbuqkpk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWQpbuqkpk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWQpbuqkpk ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tWQpbuqkpk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tWQpbuqkpk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-tWQpbuqkpk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #514844;
}
.cid-tWQpbuqkpk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWQpbuqkpk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWQpbuqkpk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWQpbuqkpk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWQpbuqkpk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWQpbuqkpk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWQpbuqkpk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWQpbuqkpk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWQpbuqkpk .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tWQpbuqkpk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWQpbuqkpk .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-tWQpbuqkpk .navbar {
    height: 70px;
  }
  .cid-tWQpbuqkpk .navbar.opened {
    height: auto;
  }
  .cid-tWQpbuqkpk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 767px) {
  .cid-tWQpbuqkpk .navbar .navbar-logo img {
    height: 4rem !important;
  }
  .cid-tWQpbuqkpk .nav-dropdown .link {
    margin: 0 1rem .5rem 1rem !important;
  }
}
section {
    background-color: #fff
}

body {
    font-style: normal;
    line-height: 1.5;
    font-weight: 400;
    color: #282828;
    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: #fff
}

.mbr-black {
    color: #111
}

.mbr-bg-white {
    background-color: #fff
}

.mbr-bg-black {
    background-color: #000
}

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

.align-center {
    text-align: center
}

.align-right {
    text-align: right
}

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

.mbr-regular {
    font-weight: 400
}

.mbr-semibold {
    font-weight: 500
}

.mbr-bold {
    font-weight: 700
}

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

.media-container-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: start
}

.media-container-row .media-size-item {
    width: 400px
}

.media-container-column {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: stretch
}

.media-container-column>* {
    width: 100%
}

@media(min-width: 992px) {
    .media-container-row {
        flex-wrap: nowrap
    }
}

figure {
    margin-bottom: 0;
    overflow: hidden
}

figure[mbr-media-size] {
    transition: width .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 {
    border-width: 1px;
    font-style: normal;
    margin: .6rem .6rem;
    white-space: normal;
    transition: all .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 .3s ease-in-out
}

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

.btn-lg {
    font-weight: 600;
    letter-spacing: 0px;
    transition: all .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: .5rem;
    vertical-align: sub
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
    margin-left: .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 {
    @media(min-width:768px) {
     bottom: 110px;
    right: 40px;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #fff;
    font-size: 20px;
}
@media(max-width:767px) {
     bottom: 110px;
    right: 45px!important;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #fff;
    font-size: 20px;
    text-align: right!important;

}
}


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

.mbr-arrow-up a:hover {
    background-color: rgba(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, .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: #fff
}

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

@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: .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: .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 .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: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: transparent;
    border: 1px solid transparent;
    border-radius: .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: .357em;
    padding: 0
}

.alert {
    color: #fff;
    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: #fff;
    background-clip: border-box;
    color: #282828;
    line-height: 1rem !important;
    height: auto;
    padding: .6rem 1.2rem;
    transition: border-color .25s ease 0s;
    border: 1px solid transparent !important;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, .07) 0px 1px 1px 0px, rgba(0, 0, 0, .07) 0px 1px 3px 0px, rgba(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: .6rem;
    padding-right: .6rem
}

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

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

form .form-check-input {
    margin-top: .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: .5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    pointer-events: none
}

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

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

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

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

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

    .row {
        margin-left: -16px;
        margin-right: -16px
    }

    .row>[class*=col] {
        padding-left: 16px;
        padding-right: 16px
    }
}

@media(min-width: 768px) {
    .container-fluid {
        padding-left: 32px;
        padding-right: 32px
    }
}

@media(min-width: 768px)and (max-width: 991px) {
    .mbr-container {
        padding-left: 32px;
        padding-right: 32px
    }
}

@media(max-width: 767px) {
    .mbr-container {
        padding-left: 16px;
        padding-right: 16px
    }
}

.card-wrapper,
.item-wrapper {
    overflow: hidden
}

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

.item {
    position: relative
}

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

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

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

@media(min-aspect-ratio: 16/9) {
    .mbr-video-foreground {
        height: 300% !important;
        top: -100% !important
    }
}

@media(max-aspect-ratio: 16/9) {
    .mbr-video-foreground {
        width: 300% !important;
        left: -100% !important
    }
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
}.cid-tV4r8Lw0MW {
  padding-top: 90px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/padrao-de-fundo-gradiente-colorido-abstrato-2000x1333.jpeg");
}
.cid-tV4r8Lw0MW .link-align {
  width: 100%;
}
.cid-tV4r8Lw0MW .link-wrap {
  display: inline-block;
}
@keyframes hover {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.cid-tV4r8Lw0MW .link {
  position: relative;
  cursor: pointer;
  width: fit-content;
  letter-spacing: 1px;
  margin-left: 80px;
  color: #ffffff;
}
.cid-tV4r8Lw0MW .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 60px;
  background: currentColor;
  top: 45%;
  transform: translateY(-45%);
  opacity: 0.8;
  left: -80px;
}
.cid-tV4r8Lw0MW .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  top: 45%;
  transform: translateY(-45%);
  left: -80px;
}
.cid-tV4r8Lw0MW .link:hover:before {
  width: 60px;
}
.cid-tV4r8Lw0MW .mbr-text,
.cid-tV4r8Lw0MW .link-align {
  color: #e5e5e5;
}
.cid-tV4r8Lw0MW .icon-wrap {
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  width: 130px;
  height: 130px;
  cursor: pointer;
}
.cid-tV4r8Lw0MW .icon-wrap:hover {
  animation: 0.6s hover;
}
.cid-tV4r8Lw0MW .icon-wrap span {
  padding-left: 4px;
}
.cid-tV4r8Lw0MW .mbr-media span {
  font-size: 2rem;
  border: 2px solid currentColor;
  border-radius: 50%;
  cursor: pointer;
  width: 100px;
  height: 100px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-tV4r8Lw0MW .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tV4r8Lw0MW .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tV4r8Lw0MW .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tV4r8Lw0MW .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tV4r8Lw0MW a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tV4r8Lw0MW a.close:hover {
  color: #ffffff;
}
.cid-tV4r8Lw0MW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV4r8Lw0MW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV4r8Lw0MW H2 {
  text-align: center;
  color: #d4a483;
}
.cid-tV4r8Lw0MW H1 {
  text-align: center;
}
.cid-tV4r8MgX6k {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ecede8;
}
.cid-tV4r8MgX6k .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV4r8MgX6k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV4r8MgX6k .cards-row {
  row-gap: 50px;
}
.cid-tV4r8MgX6k .card-wrapper {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.cid-tV4r8MgX6k .mbr-iconfont {
  font-size: 62px;
  color: #d4a483;
}
.cid-tV4r8MgX6k .card-box {
  padding-left: 28px;
}
.cid-tV4r8MgX6k .card-title {
  color: #303030;
}
.cid-tV4r8MgX6k .card-text {
  color: #303030;
  margin-top: 0px;
}
.cid-tV4r8NbFju {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tV4r8NbFju .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV4r8NbFju .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV4r8NbFju .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tV4r8NbFju .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tV4r8NbFju .container {
    padding: 0;
  }
}
.cid-tV4r8NbFju .row {
  margin: 0;
}
.cid-tV4r8NbFju .card {
  border-radius: 0;
  padding: 0;
}
.cid-tV4r8NbFju .card .box-wrapper {
  background-color: #d4a483;
  height: 110%;
}
.cid-tV4r8NbFju .card .box-wrapper .mbr-box {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 20px;
}
.cid-tV4r8NbFju .card .title-wrapper {
  padding: 60px 60px;
}
@media (max-width: 992px) {
  .cid-tV4r8NbFju .card .title-wrapper {
    padding: 30px 16px;
  }
}
.cid-tV4r8NbFju .card .title-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.cid-tV4r8NbFju .card .title-wrapper .mbr-section-btn {
  margin-top: 70px;
}
@media (max-width: 992px) {
  .cid-tV4r8NbFju .card .title-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-tV4r8NbFju .card .image-wrapper {
  padding: 90px 0;
}
@media (max-width: 992px) {
  .cid-tV4r8NbFju .card .image-wrapper {
    padding: 0;
  }
}
.cid-tV4r8NbFju .card .image-wrapper img {
  height: 380px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tV4r8NbFju .card .image-wrapper img {
    height: 300px;
  }
}
.cid-tV4r8NbFju .mbr-text {
  color: #263652;
  line-height: 1.3;
}
.cid-tV4r8NbFju .mbr-box {
  color: #ffffff;
}
.cid-tV4r8NbFju .mbr-text,
.cid-tV4r8NbFju .mbr-section-btn {
  color: #514844;
  line-height: 1.3;
  text-align: justify;
}
.cid-tV4r8NbFju .btn-lg {
  border-radius: 50px;
  font-weight: 500!important;
  letter-spacing: 0px;
  margin-bottom: 50px;
}
.cid-tV4r8NbFju .display-7 {
  line-height: 1.8!important;
}
.cid-tV4r8NbFju .card-title {
  color: #d4a483;
}
.cid-uMkvVh7s8Y {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #514844;
}
.cid-uMkvVh7s8Y .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-uMkvVh7s8Y .navbar-logo {
  width: 250px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uMkvVh7s8Y .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uMkvVh7s8Y .btn-primary {
  border: 1px solid #514844 !important;
}
.cid-uMkvVh7s8Y .btn-primary:hover {
  border: 1px solid #514844 !important;
}
.cid-uMkvVh7s8Y .stripe {
  border-bottom: 1px solid #e5c5af;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uMkvVh7s8Y .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uMkvVh7s8Y .input-group-btn {
  padding-left: 0;
}
.cid-uMkvVh7s8Y .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uMkvVh7s8Y .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-uMkvVh7s8Y .mbr-text {
  color: #444;
}
.cid-uMkvVh7s8Y h5 {
  margin-bottom: 0;
}
.cid-uMkvVh7s8Y .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uMkvVh7s8Y .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 0px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uMkvVh7s8Y .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uMkvVh7s8Y .socicon {
  font-size: 1.3rem;
  margin-top: -10px;
  background: #514844;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uMkvVh7s8Y .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uMkvVh7s8Y .social-list .soc-item {
  margin: 0 0.3rem;
  display: flex;
}
.cid-uMkvVh7s8Y .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uMkvVh7s8Y .social-list a:hover {
  opacity: 0.4;
}
.cid-uMkvVh7s8Y .media-container-row > div {
  padding: 0px;
}
.cid-uMkvVh7s8Y .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uMkvVh7s8Y .group-title {
  text-align: left;
  color: #ffffff;
  line-height: 1.3;
  font-size: 2.5rem;
  padding-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .cid-uMkvVh7s8Y .group-title {
    font-size: 1.5rem;
  }
}
.cid-uMkvVh7s8Y .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uMkvVh7s8Y .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uMkvVh7s8Y .social-list,
  .cid-uMkvVh7s8Y .img-list {
    -webkit-justify-content: center;
    justify-content: start;
    text-align: left;
  }
  .cid-uMkvVh7s8Y h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uMkvVh7s8Y .form-group {
    max-width: 180px;
  }
}
.cid-uMkvVh7s8Y .links span {
  color: #9e9e9e;
}
.cid-uMkvVh7s8Y .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-uMkvVh7s8Y .logo-title {
  text-align: center;
}
.cid-uMkvVh7s8Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMkvVh7s8Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMkvVh7s8Y .text3 {
  color: #d4a483;
  text-align: left;
  font-size: 13px;
}
.cid-uMkvVh7s8Y h1,
.cid-uMkvVh7s8Y h2,
.cid-uMkvVh7s8Y h3,
.cid-uMkvVh7s8Y h4,
.cid-uMkvVh7s8Y h5,
.cid-uMkvVh7s8Y h6,
.cid-uMkvVh7s8Y .display-1,
.cid-uMkvVh7s8Y .display-2,
.cid-uMkvVh7s8Y .display-4,
.cid-uMkvVh7s8Y .display-5,
.cid-uMkvVh7s8Y .display-7,
.cid-uMkvVh7s8Y span,
.cid-uMkvVh7s8Y p,
.cid-uMkvVh7s8Y a {
  line-height: 1.3;
}
.cid-tV4r8P0zLP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #443d39;
}
.cid-tV4r8P0zLP .links {
  text-align: center;
  color: #f0f0f0;
}
.cid-tV4r8P0zLP p {
  margin: 0;
}
.cid-tWQpbuqkpk .navbar-dropdown {
  position: relative !important;
}
.cid-tWQpbuqkpk nav.navbar {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
@media (max-width: 991px) {
  .cid-tWQpbuqkpk .nav-item {
    margin: 0 !important;
  }
}
.cid-tWQpbuqkpk .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-tWQpbuqkpk .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
.cid-tWQpbuqkpk .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tWQpbuqkpk .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 2.5rem !important;
}
.cid-tWQpbuqkpk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tWQpbuqkpk .nav-link {
  position: relative;
}
.cid-tWQpbuqkpk .container {
  display: flex;
  margin: auto;
}
.cid-tWQpbuqkpk .iconfont-wrapper {
  color: #d4a483 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWQpbuqkpk .dropdown-menu,
.cid-tWQpbuqkpk .navbar.opened {
  background: #ffffff !important;
}
.cid-tWQpbuqkpk .nav-item:focus,
.cid-tWQpbuqkpk .nav-link:focus {
  outline: none;
}
.cid-tWQpbuqkpk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWQpbuqkpk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWQpbuqkpk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWQpbuqkpk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWQpbuqkpk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWQpbuqkpk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWQpbuqkpk .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  box-shadow: none;
  background: #ffffff;
}
.cid-tWQpbuqkpk .navbar.opened {
  transition: all 0.3s;
}
.cid-tWQpbuqkpk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWQpbuqkpk .navbar .navbar-logo img {
  width: auto;
}
.cid-tWQpbuqkpk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWQpbuqkpk .navbar.collapsed {
  justify-content: center;
}
.cid-tWQpbuqkpk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWQpbuqkpk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWQpbuqkpk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-tWQpbuqkpk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWQpbuqkpk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWQpbuqkpk .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-tWQpbuqkpk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWQpbuqkpk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWQpbuqkpk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWQpbuqkpk .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(150, 131, 120, 0.5);
  }
  .cid-tWQpbuqkpk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWQpbuqkpk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWQpbuqkpk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWQpbuqkpk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWQpbuqkpk .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-tWQpbuqkpk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWQpbuqkpk .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-tWQpbuqkpk .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tWQpbuqkpk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWQpbuqkpk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tWQpbuqkpk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWQpbuqkpk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWQpbuqkpk .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWQpbuqkpk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWQpbuqkpk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWQpbuqkpk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWQpbuqkpk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWQpbuqkpk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWQpbuqkpk .dropdown-item.active,
.cid-tWQpbuqkpk .dropdown-item:active {
  background-color: transparent;
}
.cid-tWQpbuqkpk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWQpbuqkpk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWQpbuqkpk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWQpbuqkpk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tWQpbuqkpk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWQpbuqkpk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWQpbuqkpk ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tWQpbuqkpk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tWQpbuqkpk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-tWQpbuqkpk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #514844;
}
.cid-tWQpbuqkpk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWQpbuqkpk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWQpbuqkpk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWQpbuqkpk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWQpbuqkpk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWQpbuqkpk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWQpbuqkpk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWQpbuqkpk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWQpbuqkpk .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tWQpbuqkpk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWQpbuqkpk .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-tWQpbuqkpk .navbar {
    height: 70px;
  }
  .cid-tWQpbuqkpk .navbar.opened {
    height: auto;
  }
  .cid-tWQpbuqkpk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 767px) {
  .cid-tWQpbuqkpk .navbar .navbar-logo img {
    height: 4rem !important;
  }
  .cid-tWQpbuqkpk .nav-dropdown .link {
    margin: 0 1rem .5rem 1rem !important;
  }
}
section {
    background-color: #fff
}

body {
    font-style: normal;
    line-height: 1.5;
    font-weight: 400;
    color: #282828;
    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: #fff
}

.mbr-black {
    color: #111
}

.mbr-bg-white {
    background-color: #fff
}

.mbr-bg-black {
    background-color: #000
}

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

.align-center {
    text-align: center
}

.align-right {
    text-align: right
}

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

.mbr-regular {
    font-weight: 400
}

.mbr-semibold {
    font-weight: 500
}

.mbr-bold {
    font-weight: 700
}

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

.media-container-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: start
}

.media-container-row .media-size-item {
    width: 400px
}

.media-container-column {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: stretch
}

.media-container-column>* {
    width: 100%
}

@media(min-width: 992px) {
    .media-container-row {
        flex-wrap: nowrap
    }
}

figure {
    margin-bottom: 0;
    overflow: hidden
}

figure[mbr-media-size] {
    transition: width .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 {
    border-width: 1px;
    font-style: normal;
    margin: .6rem .6rem;
    white-space: normal;
    transition: all .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 .3s ease-in-out
}

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

.btn-lg {
    font-weight: 600;
    letter-spacing: 0px;
    transition: all .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: .5rem;
    vertical-align: sub
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
    margin-left: .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 {
    @media(min-width:768px) {
     bottom: 110px;
    right: 40px;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #fff;
    font-size: 20px;
}
@media(max-width:767px) {
     bottom: 110px;
    right: 45px!important;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #fff;
    font-size: 20px;
    text-align: right!important;

}
}


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

.mbr-arrow-up a:hover {
    background-color: rgba(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, .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: #fff
}

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

@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: .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: .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 .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: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: transparent;
    border: 1px solid transparent;
    border-radius: .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: .357em;
    padding: 0
}

.alert {
    color: #fff;
    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: #fff;
    background-clip: border-box;
    color: #282828;
    line-height: 1rem !important;
    height: auto;
    padding: .6rem 1.2rem;
    transition: border-color .25s ease 0s;
    border: 1px solid transparent !important;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, .07) 0px 1px 1px 0px, rgba(0, 0, 0, .07) 0px 1px 3px 0px, rgba(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: .6rem;
    padding-right: .6rem
}

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

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

form .form-check-input {
    margin-top: .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: .5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    pointer-events: none
}

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

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

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

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

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

    .row {
        margin-left: -16px;
        margin-right: -16px
    }

    .row>[class*=col] {
        padding-left: 16px;
        padding-right: 16px
    }
}

@media(min-width: 768px) {
    .container-fluid {
        padding-left: 32px;
        padding-right: 32px
    }
}

@media(min-width: 768px)and (max-width: 991px) {
    .mbr-container {
        padding-left: 32px;
        padding-right: 32px
    }
}

@media(max-width: 767px) {
    .mbr-container {
        padding-left: 16px;
        padding-right: 16px
    }
}

.card-wrapper,
.item-wrapper {
    overflow: hidden
}

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

.item {
    position: relative
}

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

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

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

@media(min-aspect-ratio: 16/9) {
    .mbr-video-foreground {
        height: 300% !important;
        top: -100% !important
    }
}

@media(max-aspect-ratio: 16/9) {
    .mbr-video-foreground {
        width: 300% !important;
        left: -100% !important
    }
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
}.cid-tV4tQxEf3y {
  padding-top: 90px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/feche-a-foto-do-medico-segurando-uma-garrafa-de-oleo-de-cannabis-na-parede-branca-858x572.jpg");
}
.cid-tV4tQxEf3y .link-align {
  width: 100%;
}
.cid-tV4tQxEf3y .link-wrap {
  display: inline-block;
}
@keyframes hover {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.cid-tV4tQxEf3y .link {
  position: relative;
  cursor: pointer;
  width: fit-content;
  letter-spacing: 1px;
  margin-left: 80px;
  color: #ffffff;
}
.cid-tV4tQxEf3y .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 60px;
  background: currentColor;
  top: 45%;
  transform: translateY(-45%);
  opacity: 0.8;
  left: -80px;
}
.cid-tV4tQxEf3y .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  top: 45%;
  transform: translateY(-45%);
  left: -80px;
}
.cid-tV4tQxEf3y .link:hover:before {
  width: 60px;
}
.cid-tV4tQxEf3y .mbr-text,
.cid-tV4tQxEf3y .link-align {
  color: #e5e5e5;
}
.cid-tV4tQxEf3y .icon-wrap {
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  width: 130px;
  height: 130px;
  cursor: pointer;
}
.cid-tV4tQxEf3y .icon-wrap:hover {
  animation: 0.6s hover;
}
.cid-tV4tQxEf3y .icon-wrap span {
  padding-left: 4px;
}
.cid-tV4tQxEf3y .mbr-media span {
  font-size: 2rem;
  border: 2px solid currentColor;
  border-radius: 50%;
  cursor: pointer;
  width: 100px;
  height: 100px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-tV4tQxEf3y .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tV4tQxEf3y .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tV4tQxEf3y .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tV4tQxEf3y .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tV4tQxEf3y a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tV4tQxEf3y a.close:hover {
  color: #ffffff;
}
.cid-tV4tQxEf3y .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV4tQxEf3y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV4tQxEf3y H2 {
  text-align: center;
  color: #d4a483;
}
.cid-tV4tQxEf3y H1 {
  text-align: center;
}
.cid-tV4tQzjVtc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tV4tQzjVtc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV4tQzjVtc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV4tQzjVtc .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tV4tQzjVtc .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tV4tQzjVtc .container {
    padding: 0;
  }
}
.cid-tV4tQzjVtc .row {
  margin: 0;
}
.cid-tV4tQzjVtc .card {
  border-radius: 0;
  padding: 0;
}
.cid-tV4tQzjVtc .card .box-wrapper {
  background-color: #d4a483;
  height: 110%;
}
.cid-tV4tQzjVtc .card .box-wrapper .mbr-box {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 20px;
}
.cid-tV4tQzjVtc .card .title-wrapper {
  padding: 60px 60px;
}
@media (max-width: 992px) {
  .cid-tV4tQzjVtc .card .title-wrapper {
    padding: 30px 16px;
  }
}
.cid-tV4tQzjVtc .card .title-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.cid-tV4tQzjVtc .card .title-wrapper .mbr-section-btn {
  margin-top: 70px;
}
@media (max-width: 992px) {
  .cid-tV4tQzjVtc .card .title-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-tV4tQzjVtc .card .image-wrapper {
  padding: 20px 0;
}
@media (max-width: 992px) {
  .cid-tV4tQzjVtc .card .image-wrapper {
    padding: 0;
  }
}
.cid-tV4tQzjVtc .card .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tV4tQzjVtc .card .image-wrapper img {
    height: 100%;
  }
}
.cid-tV4tQzjVtc .mbr-text {
  color: #263652;
  line-height: 1.3;
}
.cid-tV4tQzjVtc .mbr-box {
  color: #ffffff;
}
.cid-tV4tQzjVtc .mbr-text,
.cid-tV4tQzjVtc .mbr-section-btn {
  color: #514844;
  line-height: 1.3;
}
.cid-tV4tQzjVtc .btn-lg {
  border-radius: 50px;
  font-weight: 500!important;
  letter-spacing: 0px;
  margin-bottom: 50px;
}
.cid-tV4tQzjVtc .display-7 {
  line-height: 1.8!important;
}
.cid-uMkvXxnnNx {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #514844;
}
.cid-uMkvXxnnNx .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-uMkvXxnnNx .navbar-logo {
  width: 250px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uMkvXxnnNx .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uMkvXxnnNx .btn-primary {
  border: 1px solid #514844 !important;
}
.cid-uMkvXxnnNx .btn-primary:hover {
  border: 1px solid #514844 !important;
}
.cid-uMkvXxnnNx .stripe {
  border-bottom: 1px solid #e5c5af;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uMkvXxnnNx .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uMkvXxnnNx .input-group-btn {
  padding-left: 0;
}
.cid-uMkvXxnnNx .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uMkvXxnnNx .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-uMkvXxnnNx .mbr-text {
  color: #444;
}
.cid-uMkvXxnnNx h5 {
  margin-bottom: 0;
}
.cid-uMkvXxnnNx .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uMkvXxnnNx .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 0px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uMkvXxnnNx .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uMkvXxnnNx .socicon {
  font-size: 1.3rem;
  margin-top: -10px;
  background: #514844;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uMkvXxnnNx .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uMkvXxnnNx .social-list .soc-item {
  margin: 0 0.3rem;
  display: flex;
}
.cid-uMkvXxnnNx .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uMkvXxnnNx .social-list a:hover {
  opacity: 0.4;
}
.cid-uMkvXxnnNx .media-container-row > div {
  padding: 0px;
}
.cid-uMkvXxnnNx .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uMkvXxnnNx .group-title {
  text-align: left;
  color: #ffffff;
  line-height: 1.3;
  font-size: 2.5rem;
  padding-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .cid-uMkvXxnnNx .group-title {
    font-size: 1.5rem;
  }
}
.cid-uMkvXxnnNx .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uMkvXxnnNx .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uMkvXxnnNx .social-list,
  .cid-uMkvXxnnNx .img-list {
    -webkit-justify-content: center;
    justify-content: start;
    text-align: left;
  }
  .cid-uMkvXxnnNx h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uMkvXxnnNx .form-group {
    max-width: 180px;
  }
}
.cid-uMkvXxnnNx .links span {
  color: #9e9e9e;
}
.cid-uMkvXxnnNx .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-uMkvXxnnNx .logo-title {
  text-align: center;
}
.cid-uMkvXxnnNx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMkvXxnnNx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMkvXxnnNx .text3 {
  color: #d4a483;
  text-align: left;
  font-size: 13px;
}
.cid-uMkvXxnnNx h1,
.cid-uMkvXxnnNx h2,
.cid-uMkvXxnnNx h3,
.cid-uMkvXxnnNx h4,
.cid-uMkvXxnnNx h5,
.cid-uMkvXxnnNx h6,
.cid-uMkvXxnnNx .display-1,
.cid-uMkvXxnnNx .display-2,
.cid-uMkvXxnnNx .display-4,
.cid-uMkvXxnnNx .display-5,
.cid-uMkvXxnnNx .display-7,
.cid-uMkvXxnnNx span,
.cid-uMkvXxnnNx p,
.cid-uMkvXxnnNx a {
  line-height: 1.3;
}
.cid-tV4tQB3wh0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #443d39;
}
.cid-tV4tQB3wh0 .links {
  text-align: center;
  color: #f0f0f0;
}
.cid-tV4tQB3wh0 p {
  margin: 0;
}
.cid-tWQpbuqkpk .navbar-dropdown {
  position: relative !important;
}
.cid-tWQpbuqkpk nav.navbar {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
@media (max-width: 991px) {
  .cid-tWQpbuqkpk .nav-item {
    margin: 0 !important;
  }
}
.cid-tWQpbuqkpk .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-tWQpbuqkpk .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
.cid-tWQpbuqkpk .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tWQpbuqkpk .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 2.5rem !important;
}
.cid-tWQpbuqkpk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tWQpbuqkpk .nav-link {
  position: relative;
}
.cid-tWQpbuqkpk .container {
  display: flex;
  margin: auto;
}
.cid-tWQpbuqkpk .iconfont-wrapper {
  color: #d4a483 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWQpbuqkpk .dropdown-menu,
.cid-tWQpbuqkpk .navbar.opened {
  background: #ffffff !important;
}
.cid-tWQpbuqkpk .nav-item:focus,
.cid-tWQpbuqkpk .nav-link:focus {
  outline: none;
}
.cid-tWQpbuqkpk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWQpbuqkpk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWQpbuqkpk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWQpbuqkpk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWQpbuqkpk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWQpbuqkpk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWQpbuqkpk .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  box-shadow: none;
  background: #ffffff;
}
.cid-tWQpbuqkpk .navbar.opened {
  transition: all 0.3s;
}
.cid-tWQpbuqkpk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWQpbuqkpk .navbar .navbar-logo img {
  width: auto;
}
.cid-tWQpbuqkpk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWQpbuqkpk .navbar.collapsed {
  justify-content: center;
}
.cid-tWQpbuqkpk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWQpbuqkpk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWQpbuqkpk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-tWQpbuqkpk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWQpbuqkpk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWQpbuqkpk .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-tWQpbuqkpk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWQpbuqkpk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWQpbuqkpk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWQpbuqkpk .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(150, 131, 120, 0.5);
  }
  .cid-tWQpbuqkpk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWQpbuqkpk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWQpbuqkpk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWQpbuqkpk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWQpbuqkpk .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-tWQpbuqkpk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWQpbuqkpk .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-tWQpbuqkpk .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tWQpbuqkpk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWQpbuqkpk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tWQpbuqkpk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWQpbuqkpk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWQpbuqkpk .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWQpbuqkpk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWQpbuqkpk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWQpbuqkpk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWQpbuqkpk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWQpbuqkpk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWQpbuqkpk .dropdown-item.active,
.cid-tWQpbuqkpk .dropdown-item:active {
  background-color: transparent;
}
.cid-tWQpbuqkpk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWQpbuqkpk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWQpbuqkpk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWQpbuqkpk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tWQpbuqkpk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWQpbuqkpk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWQpbuqkpk ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tWQpbuqkpk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tWQpbuqkpk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-tWQpbuqkpk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #514844;
}
.cid-tWQpbuqkpk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWQpbuqkpk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWQpbuqkpk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWQpbuqkpk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWQpbuqkpk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWQpbuqkpk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWQpbuqkpk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWQpbuqkpk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWQpbuqkpk .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tWQpbuqkpk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWQpbuqkpk .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-tWQpbuqkpk .navbar {
    height: 70px;
  }
  .cid-tWQpbuqkpk .navbar.opened {
    height: auto;
  }
  .cid-tWQpbuqkpk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 767px) {
  .cid-tWQpbuqkpk .navbar .navbar-logo img {
    height: 4rem !important;
  }
  .cid-tWQpbuqkpk .nav-dropdown .link {
    margin: 0 1rem .5rem 1rem !important;
  }
}
section {
    background-color: #fff
}

body {
    font-style: normal;
    line-height: 1.5;
    font-weight: 400;
    color: #282828;
    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: #fff
}

.mbr-black {
    color: #111
}

.mbr-bg-white {
    background-color: #fff
}

.mbr-bg-black {
    background-color: #000
}

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

.align-center {
    text-align: center
}

.align-right {
    text-align: right
}

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

.mbr-regular {
    font-weight: 400
}

.mbr-semibold {
    font-weight: 500
}

.mbr-bold {
    font-weight: 700
}

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

.media-container-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: start
}

.media-container-row .media-size-item {
    width: 400px
}

.media-container-column {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: stretch
}

.media-container-column>* {
    width: 100%
}

@media(min-width: 992px) {
    .media-container-row {
        flex-wrap: nowrap
    }
}

figure {
    margin-bottom: 0;
    overflow: hidden
}

figure[mbr-media-size] {
    transition: width .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 {
    border-width: 1px;
    font-style: normal;
    margin: .6rem .6rem;
    white-space: normal;
    transition: all .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 .3s ease-in-out
}

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

.btn-lg {
    font-weight: 600;
    letter-spacing: 0px;
    transition: all .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: .5rem;
    vertical-align: sub
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
    margin-left: .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 {
    @media(min-width:768px) {
     bottom: 110px;
    right: 40px;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #fff;
    font-size: 20px;
}
@media(max-width:767px) {
     bottom: 110px;
    right: 45px!important;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #fff;
    font-size: 20px;
    text-align: right!important;

}
}


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

.mbr-arrow-up a:hover {
    background-color: rgba(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, .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: #fff
}

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

@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: .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: .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 .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: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: transparent;
    border: 1px solid transparent;
    border-radius: .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: .357em;
    padding: 0
}

.alert {
    color: #fff;
    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: #fff;
    background-clip: border-box;
    color: #282828;
    line-height: 1rem !important;
    height: auto;
    padding: .6rem 1.2rem;
    transition: border-color .25s ease 0s;
    border: 1px solid transparent !important;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, .07) 0px 1px 1px 0px, rgba(0, 0, 0, .07) 0px 1px 3px 0px, rgba(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: .6rem;
    padding-right: .6rem
}

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

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

form .form-check-input {
    margin-top: .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: .5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    pointer-events: none
}

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

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

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

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

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

    .row {
        margin-left: -16px;
        margin-right: -16px
    }

    .row>[class*=col] {
        padding-left: 16px;
        padding-right: 16px
    }
}

@media(min-width: 768px) {
    .container-fluid {
        padding-left: 32px;
        padding-right: 32px
    }
}

@media(min-width: 768px)and (max-width: 991px) {
    .mbr-container {
        padding-left: 32px;
        padding-right: 32px
    }
}

@media(max-width: 767px) {
    .mbr-container {
        padding-left: 16px;
        padding-right: 16px
    }
}

.card-wrapper,
.item-wrapper {
    overflow: hidden
}

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

.item {
    position: relative
}

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

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

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

@media(min-aspect-ratio: 16/9) {
    .mbr-video-foreground {
        height: 300% !important;
        top: -100% !important
    }
}

@media(max-aspect-ratio: 16/9) {
    .mbr-video-foreground {
        width: 300% !important;
        left: -100% !important
    }
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
}.cid-tWQdi9a9Se {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/concha-em-espiral-do-mar-em-um-fundo-claro-para-o-texto-um-da-serie-2000x1334.jpg");
}
.cid-tWQdi9a9Se .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWQdi9a9Se .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWQdi9a9Se .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tWQdi9a9Se .container-fluid {
    padding: 0 25px;
  }
}
.cid-tWQdi9a9Se .container-fluid .row {
  padding: 0;
}
.cid-tWQdi9a9Se .title-wrapper .image-wrapper {
  margin-bottom: 36px;
}
.cid-tWQdi9a9Se .title-wrapper .image-wrapper img {
  width: 108px;
  height: 108px;
  display: inline;
}
.cid-tWQdi9a9Se .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tWQdi9a9Se .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
.cid-tWQdi9a9Se .title-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #f1e0d4 100%), radial-gradient(circle at 50% 50%, #f1e0d4 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
  min-width: 250px;
}
.cid-tWQdi9a9Se .mbr-section-title {
  color: #ffffff;
}
.cid-tWQdi9a9Se .mbr-text {
  color: #f0f0f0;
  text-align: center;
}
.cid-tWQdi9a9Se .mbr-section-title,
.cid-tWQdi9a9Se .mbr-section-btn,
.cid-tWQdi9a9Se .image-wrapper {
  text-align: center;
}
.cid-tWQdi9a9Se .mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
  font-size: 1.2rem;
}
.cid-tWQdi9a9Se .btn {
  margin: 0.9rem 0.6rem;
}
.cid-uMkvNhsZcX {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #514844;
}
.cid-uMkvNhsZcX .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-uMkvNhsZcX .navbar-logo {
  width: 250px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uMkvNhsZcX .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uMkvNhsZcX .btn-primary {
  border: 1px solid #514844 !important;
}
.cid-uMkvNhsZcX .btn-primary:hover {
  border: 1px solid #514844 !important;
}
.cid-uMkvNhsZcX .stripe {
  border-bottom: 1px solid #e5c5af;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uMkvNhsZcX .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uMkvNhsZcX .input-group-btn {
  padding-left: 0;
}
.cid-uMkvNhsZcX .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uMkvNhsZcX .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-uMkvNhsZcX .mbr-text {
  color: #444;
}
.cid-uMkvNhsZcX h5 {
  margin-bottom: 0;
}
.cid-uMkvNhsZcX .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uMkvNhsZcX .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 0px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uMkvNhsZcX .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uMkvNhsZcX .socicon {
  font-size: 1.3rem;
  margin-top: -10px;
  background: #514844;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uMkvNhsZcX .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uMkvNhsZcX .social-list .soc-item {
  margin: 0 0.3rem;
  display: flex;
}
.cid-uMkvNhsZcX .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uMkvNhsZcX .social-list a:hover {
  opacity: 0.4;
}
.cid-uMkvNhsZcX .media-container-row > div {
  padding: 0px;
}
.cid-uMkvNhsZcX .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uMkvNhsZcX .group-title {
  text-align: left;
  color: #ffffff;
  line-height: 1.3;
  font-size: 2.5rem;
  padding-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .cid-uMkvNhsZcX .group-title {
    font-size: 1.5rem;
  }
}
.cid-uMkvNhsZcX .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uMkvNhsZcX .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uMkvNhsZcX .social-list,
  .cid-uMkvNhsZcX .img-list {
    -webkit-justify-content: center;
    justify-content: start;
    text-align: left;
  }
  .cid-uMkvNhsZcX h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uMkvNhsZcX .form-group {
    max-width: 180px;
  }
}
.cid-uMkvNhsZcX .links span {
  color: #9e9e9e;
}
.cid-uMkvNhsZcX .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-uMkvNhsZcX .logo-title {
  text-align: center;
}
.cid-uMkvNhsZcX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMkvNhsZcX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMkvNhsZcX .text3 {
  color: #d4a483;
  text-align: left;
  font-size: 13px;
}
.cid-uMkvNhsZcX h1,
.cid-uMkvNhsZcX h2,
.cid-uMkvNhsZcX h3,
.cid-uMkvNhsZcX h4,
.cid-uMkvNhsZcX h5,
.cid-uMkvNhsZcX h6,
.cid-uMkvNhsZcX .display-1,
.cid-uMkvNhsZcX .display-2,
.cid-uMkvNhsZcX .display-4,
.cid-uMkvNhsZcX .display-5,
.cid-uMkvNhsZcX .display-7,
.cid-uMkvNhsZcX span,
.cid-uMkvNhsZcX p,
.cid-uMkvNhsZcX a {
  line-height: 1.3;
}
.cid-tWQe8DQack {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #443d39;
}
.cid-tWQe8DQack .links {
  text-align: center;
  color: #f0f0f0;
}
.cid-tWQe8DQack p {
  margin: 0;
}
.cid-tWQpbuqkpk .navbar-dropdown {
  position: relative !important;
}
.cid-tWQpbuqkpk nav.navbar {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
@media (max-width: 991px) {
  .cid-tWQpbuqkpk .nav-item {
    margin: 0 !important;
  }
}
.cid-tWQpbuqkpk .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-tWQpbuqkpk .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
.cid-tWQpbuqkpk .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tWQpbuqkpk .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 2.5rem !important;
}
.cid-tWQpbuqkpk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tWQpbuqkpk .nav-link {
  position: relative;
}
.cid-tWQpbuqkpk .container {
  display: flex;
  margin: auto;
}
.cid-tWQpbuqkpk .iconfont-wrapper {
  color: #d4a483 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWQpbuqkpk .dropdown-menu,
.cid-tWQpbuqkpk .navbar.opened {
  background: #ffffff !important;
}
.cid-tWQpbuqkpk .nav-item:focus,
.cid-tWQpbuqkpk .nav-link:focus {
  outline: none;
}
.cid-tWQpbuqkpk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWQpbuqkpk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWQpbuqkpk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWQpbuqkpk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWQpbuqkpk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWQpbuqkpk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWQpbuqkpk .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  box-shadow: none;
  background: #ffffff;
}
.cid-tWQpbuqkpk .navbar.opened {
  transition: all 0.3s;
}
.cid-tWQpbuqkpk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWQpbuqkpk .navbar .navbar-logo img {
  width: auto;
}
.cid-tWQpbuqkpk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWQpbuqkpk .navbar.collapsed {
  justify-content: center;
}
.cid-tWQpbuqkpk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWQpbuqkpk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWQpbuqkpk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-tWQpbuqkpk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWQpbuqkpk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWQpbuqkpk .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-tWQpbuqkpk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWQpbuqkpk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWQpbuqkpk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWQpbuqkpk .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(150, 131, 120, 0.5);
  }
  .cid-tWQpbuqkpk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWQpbuqkpk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWQpbuqkpk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWQpbuqkpk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWQpbuqkpk .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-tWQpbuqkpk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWQpbuqkpk .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-tWQpbuqkpk .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tWQpbuqkpk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWQpbuqkpk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tWQpbuqkpk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWQpbuqkpk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWQpbuqkpk .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWQpbuqkpk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWQpbuqkpk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWQpbuqkpk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWQpbuqkpk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWQpbuqkpk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWQpbuqkpk .dropdown-item.active,
.cid-tWQpbuqkpk .dropdown-item:active {
  background-color: transparent;
}
.cid-tWQpbuqkpk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWQpbuqkpk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWQpbuqkpk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWQpbuqkpk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tWQpbuqkpk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWQpbuqkpk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWQpbuqkpk ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tWQpbuqkpk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tWQpbuqkpk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-tWQpbuqkpk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #514844;
}
.cid-tWQpbuqkpk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWQpbuqkpk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWQpbuqkpk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWQpbuqkpk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWQpbuqkpk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWQpbuqkpk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWQpbuqkpk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWQpbuqkpk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWQpbuqkpk .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tWQpbuqkpk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWQpbuqkpk .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-tWQpbuqkpk .navbar {
    height: 70px;
  }
  .cid-tWQpbuqkpk .navbar.opened {
    height: auto;
  }
  .cid-tWQpbuqkpk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 767px) {
  .cid-tWQpbuqkpk .navbar .navbar-logo img {
    height: 4rem !important;
  }
  .cid-tWQpbuqkpk .nav-dropdown .link {
    margin: 0 1rem .5rem 1rem !important;
  }
}


.cid-tV2WPFuN1i {
@media (min-width: 768px){
display: none;
}}



.cid-tV4aYiTxby {
@media (max-width: 767px){
display: none;
}}


