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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

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

.form-check-input:checked {
    background-color: #ee964b;
    border-color: #fbae7d;
}
.form-check-input:focus{
    border-color:#fbae7d;
    outline:0;
    box-shadow:0 0 0 .25rem rgba(251, 174, 125,.25)
}

.on-pointer{
    cursor: pointer;
}

@keyframes ani-rotate {
  0% {
    color: black;
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    color: #ee964b;
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    color: #086775;
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes ani-waviy {
  0%,40%,100% {
    transform: translateY(0);
  }
  20% {
    color: #086775;
    transform: translateY(-5px);
  }
}

@keyframes ani-popoutin {
  0% {
    color: black;
    transform: scale(0);
    opacity: 0;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  25% {
    color: #086775;
    transform: scale(2);
    opacity: 1;
    text-shadow: 3px 10px 5px rgba(0, 0, 0, 0.5);
  }
  50% {
    color: black;
    transform: scale(1);
    opacity: 1;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
  }
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Noto Sans HK', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Noto Sans HK', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Noto Sans HK', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Noto Sans HK', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.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.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  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: #ee964b !important;
}
.bg-success {
  background-color: #ee964b !important;
}
.bg-info {
  background-color: #7f7f7f !important;
}
.bg-warning {
  background-color: #ff9966 !important;
}
.bg-danger {
  background-color: #ee964b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ee964b !important;
  border-color: #ee964b !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: #cf6a14 !important;
  border-color: #cf6a14 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #cf6a14 !important;
  border-color: #cf6a14 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #1f271b !important;
  border-color: #1f271b !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #7f7f7f !important;
  border-color: #7f7f7f !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: #545454 !important;
  border-color: #545454 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #545454 !important;
  border-color: #545454 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ee964b !important;
  border-color: #ee964b !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: #cf6a14 !important;
  border-color: #cf6a14 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #cf6a14 !important;
  border-color: #cf6a14 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ee964b !important;
  border-color: #ee964b !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: #cf6a14 !important;
  border-color: #cf6a14 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #cf6a14 !important;
  border-color: #cf6a14 !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: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #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: #ee964b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #cf6a14 !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: #ee964b !important;
  border-color: #ee964b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1f271b;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #1f271b !important;
  border-color: #1f271b !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #7f7f7f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #545454 !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: #7f7f7f !important;
  border-color: #7f7f7f !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ee964b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #cf6a14 !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: #ee964b !important;
  border-color: #ee964b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ee964b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #cf6a14 !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: #ee964b !important;
  border-color: #ee964b !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ee964b !important;
}
.text-secondary {
  color: #1f271b !important;
}
.text-success {
  color: #ee964b !important;
}
.text-info {
  color: #7f7f7f !important;
}
.text-warning {
  color: #ff9966 !important;
}
.text-danger {
  color: #ee964b !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #c16312 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #c16312 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #4c4c4c !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ff5500 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #c16312 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ee964b;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #7f7f7f;
}
.alert-warning {
  background-color: #ff9966;
}
.alert-danger {
  background-color: #ee964b;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ee964b;
  border-color: #ee964b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ee964b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #bfbfbf;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Noto Sans HK', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ee964b !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Noto Sans HK', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #ee964b;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ee964b;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ee964b;
}
.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: #ee964b;
  border-bottom-color: #ee964b;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ee964b !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #1f271b !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='%23ee964b' %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-tBK14XgLow {
  z-index: 1000;
  width: 100%;
}
.cid-tBK14XgLow nav.navbar {
  position: fixed;
}
.cid-tBK14XgLow .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-tBK14XgLow .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 575px) {
  .cid-tBK14XgLow .dropdown-menu a {
    font-size: 1.5rem;
  }
}
.cid-tBK14XgLow .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-tBK14XgLow .dropdown-item:hover,
.cid-tBK14XgLow .dropdown-item:focus {
  background: rgba(127, 127, 127, 0.5) !important;
  color: white !important;
}
.cid-tBK14XgLow .dropdown-item:hover span {
  color: white;
}
.cid-tBK14XgLow .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tBK14XgLow .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tBK14XgLow .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-tBK14XgLow .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tBK14XgLow .nav-link {
  position: relative;
}
.cid-tBK14XgLow .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-tBK14XgLow .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-tBK14XgLow .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-tBK14XgLow .iconfont-wrapper:hover .mbr-iconfont {
  color: #ee964b;
}
.cid-tBK14XgLow .dropdown-menu,
.cid-tBK14XgLow .navbar.opened {
  background: #1a2229 !important;
}
.cid-tBK14XgLow .nav-item:focus,
.cid-tBK14XgLow .nav-link:focus {
  outline: none;
}
.cid-tBK14XgLow .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBK14XgLow .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tBK14XgLow .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tBK14XgLow .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBK14XgLow .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBK14XgLow .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBK14XgLow .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 34, 41, 0.9);
  padding: 0 !important;
}
.cid-tBK14XgLow .navbar.opened {
  transition: all 0.3s;
}
.cid-tBK14XgLow .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tBK14XgLow .navbar .navbar-logo img {
  width: auto;
}
@media (max-width: 991px) {
  .cid-tBK14XgLow .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBK14XgLow .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBK14XgLow .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBK14XgLow .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tBK14XgLow .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-tBK14XgLow .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBK14XgLow .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tBK14XgLow .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tBK14XgLow .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tBK14XgLow .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tBK14XgLow .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tBK14XgLow .navbar.collapsed {
  justify-content: center;
}
.cid-tBK14XgLow .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBK14XgLow .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tBK14XgLow .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBK14XgLow .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tBK14XgLow .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-tBK14XgLow .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBK14XgLow .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tBK14XgLow .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-tBK14XgLow .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-tBK14XgLow .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBK14XgLow .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBK14XgLow .dropdown-item.active,
.cid-tBK14XgLow .dropdown-item:active {
  background-color: transparent;
}
.cid-tBK14XgLow .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tBK14XgLow .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBK14XgLow .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBK14XgLow .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a2229;
}
.cid-tBK14XgLow .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBK14XgLow .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBK14XgLow ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBK14XgLow .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tBK14XgLow button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tBK14XgLow button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tBK14XgLow button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBK14XgLow button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBK14XgLow button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBK14XgLow button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBK14XgLow nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBK14XgLow nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBK14XgLow nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBK14XgLow nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBK14XgLow .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tBK14XgLow a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tBK14XgLow .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-tBK14XgLow .navbar {
    height: 70px;
  }
  .cid-tBK14XgLow .navbar.opened {
    height: auto;
  }
  .cid-tBK14XgLow .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBK14XgLow .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-tBK14XgLow .navbar-toggler {
  margin-left: 10px;
}
.cid-tBK14XgLow .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #232323;
}
.cid-tBK14XgLow .navbar-logo {
  margin-right: 0 !important;
}
.cid-tBK14XgLow .mbr-text {
  width: 100%;
  color: #BF9341;
}
@media (max-width: 575px) {
  .cid-tBK14XgLow .mbr-text {
    display: none;
  }
}
.cid-tBK14XgLow .navbar-collapse {
  padding-top: 40px !important;
}
.cid-tBK14XgLow .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tBK14XgLow .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tBK2iNLtRI .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #ee964b;
}
.cid-tBK2iNLtRI .card-wrapper {
  min-height: 300px;
  transition: all 0.3s;
  padding: 3rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-tBK2iNLtRI .card-wrapper {
    padding: 3rem 2rem;
  }
}
.cid-tBK2iNLtRI .icon1 {
  color: #ffffff;
}
.cid-tBK2iNLtRI .icon2 {
  color: #ffffff;
}
.cid-tBK2iNLtRI .icon3 {
  color: #272727;
}
.cid-tBK2iNLtRI .icon4 {
  color: #272727;
}
.cid-tBK2iNLtRI .big {
  min-height: 100%;
}
.cid-tBK2iNLtRI .mbr-section-btn {
  max-width: 200px;
}
.cid-tBK2iNLtRI .mbr-section-btn .btn {
  margin: 2px;
}
@media (max-width: 992px) {
  .cid-tBK2iNLtRI .mbr-section-btn {
    text-align: center;
    max-width: 100%;
    margin: auto;
  }
}
.cid-tBK2iNLtRI .card1 {
  /*background-image: url("/v1/assets/u/images/mbr-1920x1280.jpg");*/
  background-size: cover;
  background-position: center;
  padding: 5rem;
  opacity: 0.85;
}
.cid-tBK2iNLtRI .card1 .mbr-iconfont {
  font-size: 16.5rem;
}
@media (max-width: 992px) {
  .cid-tBK2iNLtRI .card1 {
    padding: 10rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tBK2iNLtRI .card1 {
    padding: 16rem 1rem;
  }
}
.cid-tBK2iNLtRI .card1-background {
  background: #000000;
}
.cid-tBK2iNLtRI .card-box {
  z-index: 2;
}
.cid-tBK2iNLtRI .card2 {
  background-image: url("/v1/assets/u/images/mbr-1920x1920.jpg");
  background-size: auto 110%;
  position: relative;
  background-position: center;
}
.cid-tBK2iNLtRI .card2 .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  margin: auto;
  margin-bottom: 0rem;
}
.cid-tBK2iNLtRI .card2:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #272727;
  z-index: 1;
  opacity: 1;
}
.cid-tBK2iNLtRI .card2:hover {
  background-size: auto 115%;
}
.cid-tBK2iNLtRI .card2:hover:before {
  opacity: 0.6;
}
.cid-tBK2iNLtRI .card3 {
  background-image: url("/v1/assets/u/images/mbr-1920x1278.jpg");
  background-size: auto 110%;
  position: relative;
  background-position: center;
}
.cid-tBK2iNLtRI .card3 .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  margin: auto;
  margin-bottom: 0rem;
}
.cid-tBK2iNLtRI .card3:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ee964b;
  transition: all 0.3s;
  z-index: 1;
  opacity: 1;
}
.cid-tBK2iNLtRI .card3:hover {
  background-size: auto 115%;
}
.cid-tBK2iNLtRI .card3:hover:before {
  opacity: 0.3;
}
.cid-tBK2iNLtRI .card4 {
  background-image: url("/v1/assets/u/images/mbr-1-1920x1440.jpeg");
  background-size: auto 110%;
  position: relative;
  background-position: center;
}
.cid-tBK2iNLtRI .card4:hover {
  background-size: auto 115%;
}
.cid-tBK2iNLtRI .card4:hover:before {
  opacity: 0;
}
.cid-tBK2iNLtRI .card4 .mbr-iconfont {
  background: #ee964b;
  border-radius: 50%;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-tBK2iNLtRI .card-title,
.cid-tBK2iNLtRI .card-box {
  color: #ffffff;
}
.cid-tBK2iNLtRI .card2-title {
  color: #ffffff;
}
.cid-tBK2iNLtRI .card3-title {
  color: #272727;
}
.cid-tBK2iNLtRI .card4-title {
  color: #ffffff;
}
.cid-tBK2iNLtRI .card1-title {
  color: #ffffff;
}
.cid-tBK2iNLtRI .card2-text {
  color: #ffffff;
}
.cid-tBK2iNLtRI .card4-text {
  color: #ffffff;
}
.cid-tBMyIz1GXi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f4ed;
}
.cid-tBMyIz1GXi .title__wrap {
  margin-bottom: 30px;
}
.cid-tBMyIz1GXi .title__block {
  margin-bottom: 10px;
}
.cid-tBMyIz1GXi .mbr-section-title,
.cid-tBMyIz1GXi .text__time,
.cid-tBMyIz1GXi .mbr-text,
.cid-tBMyIz1GXi .text__author,
.cid-tBMyIz1GXi .text__hall {
  margin-bottom: 0;
}
.cid-tBMyIz1GXi .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-tBMyIz1GXi .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-tBMyIz1GXi .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 10px;
  border: none !important;
  background-color: transparent !important;
  color: #ee964b !important;
}
.cid-tBMyIz1GXi .mbr-section-btn .btn-secondary-outline:hover {
  color: #1f271b !important;
}
.cid-tBMyIz1GXi .wrap {
  margin: 0;
  padding: 25px 0;
  border-top: 1px solid rgba(25, 31, 35, 0.4);
}
.cid-tBMyIz1GXi .wrap:last-child {
  border-bottom: 1px solid rgba(25, 31, 35, 0.4);
}
.cid-tBMyIz1GXi .plpr_0 {
  padding-left: 0;
  padding-right: 0;
}
.cid-tBMyIz1GXi .nav-tabs .nav-item.open .nav-link:focus,
.cid-tBMyIz1GXi .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tBMyIz1GXi .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .cid-tBMyIz1GXi .nav-tabs {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-tBMyIz1GXi .nav-tabs .nav-link {
  border-radius: 0 !important;
  color: #17161a;
  font-style: normal;
  font-weight: 700;
  border: none;
  border-bottom: 2px solid transparent;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-right: 25px;
  padding: 12px 0 !important;
}
.cid-tBMyIz1GXi .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-tBMyIz1GXi .nav-tabs .nav-link.active {
  font-weight: 700;
  font-style: normal;
  background-color: transparent !important;
  border-bottom: 2px solid #d90a2c;
}
.cid-tBMyIz1GXi .nav-tabs .nav-link.active:hover {
  background-color: #d90a2c;
}
@media (max-width: 991px) {
  .cid-tBMyIz1GXi .align-right {
    text-align: left !important;
  }
}
@media (max-width: 575px) {
  .cid-tBMyIz1GXi .buttons {
    justify-content: flex-start;
  }
}
.cid-tBMyIz1GXi .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-tBLdo6CxCr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dddddd;
}
.cid-tBLdo6CxCr .mbr-section-head {
  padding: 0 1rem;
}
.cid-tBLdo6CxCr img,
.cid-tBLdo6CxCr .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tBLdo6CxCr .item:focus,
.cid-tBLdo6CxCr span:focus {
  outline: none;
}
.cid-tBLdo6CxCr .item-wrapper {
  position: relative;
}
.cid-tBLdo6CxCr .slide-content {
  position: relative;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-tBLdo6CxCr .slide-content:hover .item-content {
  background: #ee964b;
}
.cid-tBLdo6CxCr .slide-content:hover .mbr-text {
  color: #ffffff;
}
.cid-tBLdo6CxCr .slide-content:hover .item-content span {
  color: #ffffff;
}
.cid-tBLdo6CxCr .item-content {
  background: #ffffff;
  padding: 50px 40px 58px;
  transition: all .4s ease;
  min-height: 300px;
}
@media (max-width: 992px) {
  .cid-tBLdo6CxCr .item-content {
    padding: 35px 25px;
  }
}
@media (max-width: 425px) {
  .cid-tBLdo6CxCr .item-content {
    padding: 30px 25px 32px;
  }
}
.cid-tBLdo6CxCr .item-content span {
  font-size: 35px;
  margin: 0 auto;
  color: #ee964b;
  transition: all .4s ease;
}
.cid-tBLdo6CxCr .item-content .mbr-text {
  margin: 18px 0 0 0;
}
.cid-tBLdo6CxCr .item-content .item-text-title {
  font-weight: 600;
  font-size: 1.4rem;
}
.cid-tBLdo6CxCr .item-person {
  margin-top: 40px;
}
.cid-tBLdo6CxCr .item-person img {
  height: 78px;
  width: 78px;
  object-fit: cover;
  margin: 0 auto 28px;
  border-radius: 50%;
}
.cid-tBLdo6CxCr .item-person .item-title {
  margin: 0;
}
.cid-tBLdo6CxCr .item-person .item-subtitle {
  margin: 6px 0 0 0;
}
.cid-tBLdo6CxCr .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-tBLdo6CxCr .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tBLdo6CxCr .embla__button--next,
.cid-tBLdo6CxCr .embla__button--prev {
  display: flex;
}
.cid-tBLdo6CxCr .embla__button {
  bottom: -10%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #ee964b;
  border: 2px solid #ee964b;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tBLdo6CxCr .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tBLdo6CxCr .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-tBLdo6CxCr .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tBLdo6CxCr .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tBLdo6CxCr .embla__button {
    top: auto;
  }
}
.cid-tBLdo6CxCr .embla {
  position: relative;
  width: 100%;
}
.cid-tBLdo6CxCr .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tBLdo6CxCr .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tBLdo6CxCr .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tBLdo6CxCr .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tBLdo6CxCr .mbr-section-title {
  margin-bottom: 45px;
  color: #20232a;
  text-align: center;
}
.cid-tBLdo6CxCr .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #FF4712;
  text-align: center;
}
.cid-tBLdo6CxCr .mbr-text {
  color: #20232a;
  text-align: center;
}
.cid-tBLdo6CxCr .item-title {
  color: #20232a;
  text-align: center;
}
.cid-tBLdo6CxCr .item-subtitle {
  color: #adaeb1;
  text-align: center;
}
.cid-tCNRFNLw0F {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-tCNRFNLw0F .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCNRFNLw0F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCNRFNLw0F .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tCNRFNLw0F .team-card:hover {
  transform: translateY(-10px);
}
.cid-tCNRFNLw0F .card-wrap {
  background: #ffffff;
  border-radius: 4px;
  width: 380px;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
  transition: all 0.6s ease;
}
@media (max-width: 991px) {
  .cid-tCNRFNLw0F .card-wrap {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tCNRFNLw0F .card-wrap {
    width: 280px;
  }
}
.cid-tCNRFNLw0F .card-wrap:hover {
  transform: scale(1.03);
}
.cid-tCNRFNLw0F .card-wrap .image-wrap {
  display: flex;
  justify-content: center;
}
.cid-tCNRFNLw0F .card-wrap .image-wrap img {
  margin-top: 3rem;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  object-fit: cover;
}
.cid-tCNRFNLw0F .card-wrap .image-wrap img:hover {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-tCNRFNLw0F .card-wrap .image-wrap img {
    width: 200px;
    height: 200px;
  }
}
@media (min-width: 768px) {
  .cid-tCNRFNLw0F .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tCNRFNLw0F .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tCNRFNLw0F .social-row {
  text-align: center;
}
.cid-tCNRFNLw0F .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tCNRFNLw0F .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tCNRFNLw0F .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tCNRFNLw0F .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tCNRFNLw0F .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
.cid-tCNRFNLw0F .embla__button--next,
.cid-tCNRFNLw0F .embla__button--prev {
  display: flex;
}
.cid-tCNRFNLw0F .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tCNRFNLw0F .embla__button {
    display: none;
  }
}
.cid-tCNRFNLw0F .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tCNRFNLw0F .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tCNRFNLw0F .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCNRFNLw0F .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tCNRFNLw0F .embla__button {
    top: auto;
  }
}
.cid-tCNRFNLw0F .embla {
  position: relative;
  width: 100%;
}
.cid-tCNRFNLw0F .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding: 1.5rem;
}
.cid-tCNRFNLw0F .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tCNRFNLw0F .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tCNRFNLw0F .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tEY25gtSlZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("/v1/assets/u/images/mbr-1-1610x906.jpeg");
}
.cid-tEY25gtSlZ H4 {
  text-align: center;
}
.cid-tEY25gtSlZ H3 {
  text-align: center;
}
.cid-tEY25gtSlZ .item-img {
  border: 1px #eeeeee solid;
}
.cid-tEY25gtSlZ .desc2 {
  color: #e43f3f;
  padding-top: 0px;
}
.cid-tEY25gtSlZ .item-wrapper {
  transition: all 0.3s;
}
.cid-tEY25gtSlZ .item-wrapper:hover {
  transform: translateY(-3px);
}
.cid-tEY25gtSlZ .card {
  padding: 20px 22px 0;
  margin: auto;
  background: none;
  width: 80%;
  border-radius: 0;
}
.cid-tEY25gtSlZ .card p {
  font-size: 1rem;
}
.cid-tEY25gtSlZ .desc1 {
  color: #1b745e;
}
.cid-tEY25gtSlZ .features-image {
  padding-top: 32px;
}
.cid-tEY25gtSlZ .features-image:first-child {
  padding-top: 0px;
}
.cid-tEY25gtSlZ .features-image:nth-child(2) {
  padding-top: 0px;
}
.cid-tEY25gtSlZ .features-image:nth-child(3) {
  padding-top: 0px;
}
.cid-tEY25gtSlZ .features-image:nth-child(4) {
  padding-top: 0px;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-tEY25gtSlZ .features-image {
    padding-top: 32px;
  }
  .cid-tEY25gtSlZ .features-image:first-child {
    padding-top: 0px;
  }
  .cid-tEY25gtSlZ .features-image:nth-child(2) {
    padding-top: 0px;
  }
  .cid-tEY25gtSlZ .features-image:nth-child(3) {
    padding-top: 32px;
  }
  .cid-tEY25gtSlZ .features-image:nth-child(4) {
    padding-top: 32px;
  }
}
@media (max-width: 574px) {
  .cid-tEY25gtSlZ .features-image {
    padding-top: 32px;
  }
  .cid-tEY25gtSlZ .features-image:first-child {
    padding-top: 0px;
  }
  .cid-tEY25gtSlZ .features-image:nth-child(2) {
    padding-top: 32px;
  }
  .cid-tEY25gtSlZ .features-image:nth-child(3) {
    padding-top: 32px;
  }
  .cid-tEY25gtSlZ .features-image:nth-child(4) {
    padding-top: 32px;
  }
}
.cid-tEY25gtSlZ .desc1,
.cid-tEY25gtSlZ .iconfont-wrapper {
  color: #fafafa;
}
.cid-tEY25gtSlZ .mbr-section-title {
  color: #ffe4c1;
}
.cid-tCj4NaNqDF {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #f5f4ed;
}
.cid-tCj4NaNqDF .mbr-section-title {
  margin: 15px 0 55px;
}
.cid-tCj4NaNqDF .mbr-text {
  color: #ee964b;
}
.cid-tCj4NaNqDF .card__wrapper {
  margin-bottom: 70px;
}
.cid-tCj4NaNqDF .price__card {
  margin-top: 10px;
  color: #353535;
  margin-bottom: 0;
}
.cid-tCj4NaNqDF .title__card {
  margin-bottom: 0;
}
.cid-tCj4NaNqDF .icons {
  margin-top: 25px;
  border-radius: 50%;
  background-color: #ebeaed;
  width: 130px;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.cid-tCj4NaNqDF .icons .img {
  object-fit: cover;
}
.cid-tCj4NaNqDF .mbr-iconfont {
  font-size: 62px;
  color: #919dab;
}
.cid-tCj4NaNqDF .mbr-section-btn {
  margin-top: 15px;
}
.cid-tCj4NaNqDF .mbr-section-btn .btn {
  font-weight: 500;
}
.cid-tCj4NaNqDF .donation-btn a {
  color: #003440;
}
.cid-tCj4NaNqDF .donation-img {
  border: 2px #40b0bf solid;
}
.cid-tCj4NaNqDF .plan-a-img {
  border: 2px  #ee964b solid;
}
.cid-tCj4NaNqDF .card__text {
  margin-top: 0px;
  margin-bottom: 0;
}
.cid-tCj4NaNqDF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCj4NaNqDF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBMRAeqERI {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-image: url("/v1/assets/u/images/background1.jpg");
}
.cid-tBMRAeqERI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBMRAeqERI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBMRAeqERI .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tBMRAeqERI .container-fluid {
    padding: 0 30px;
  }
}
.cid-tBMRAeqERI .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tBMRAeqERI .container {
    padding: 0 30px;
  }
}
.cid-tBMRAeqERI .video-block {
  padding: 0 95px;
}
@media (max-width: 992px) {
  .cid-tBMRAeqERI .video-block {
    padding: 0 80px;
  }
}
@media (max-width: 768px) {
  .cid-tBMRAeqERI .video-block {
    padding: 0;
  }
}
.cid-tBMRAeqERI .video-block .video-wrapper {
  margin-bottom: 30px;
}
.cid-tBMRAeqERI .video-block .video-wrapper .app-video-wrapper img {
  height: 550px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tBMRAeqERI .video-block .video-wrapper .app-video-wrapper img {
    height: 250px;
  }
}
.cid-tBMRAeqERI .video-block .video-wrapper .app-video-wrapper:hover::before {
  opacity: 1;
}
.cid-tBMRAeqERI .video-block .video-wrapper .app-video-wrapper::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 104px;
  height: 104px;
  font-size: 16px;
  color: #ffffff;
  text-shadow: none;
  border-radius: 100%;
  border: 3px solid #ffffff;
  opacity: .7;
  transition: all 0.3s ease-out;
}
.cid-tBMRAeqERI .video-block .text-wrapper .mbr-desc {
  line-height: 26px;
  margin-bottom: 0;
}
.cid-tBMRAeqERI .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-tBMRAeqERI .mbr-section-title {
  text-align: center;
}
.cid-tCNYsVYnUr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
}
.cid-tCNYsVYnUr .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f5ff7d;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-tCNYsVYnUr .mbr-section-head {
  width: 100%;
  margin-bottom: 3.4vw;
}
@media (max-width: 767px) {
  .cid-tCNYsVYnUr .mbr-section-head {
    margin-bottom: 6.93vw;
  }
}
.cid-tCNYsVYnUr .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}
.cid-tCNYsVYnUr .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-tCNYsVYnUr .item {
  display: flex;
  align-items: stretch;
  overflow: visible;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-tCNYsVYnUr .item {
    margin-bottom: 2rem;
  }
}
.cid-tCNYsVYnUr .item-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: 0.3s all;
  overflow: visible;
}
.cid-tCNYsVYnUr .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 0.83333333;
  border-radius: 26px;
  overflow: hidden;
  transition: 0.3s all;
  border: 1px solid #e8e8e8;
}
.cid-tCNYsVYnUr .item-img:hover {
  transform: translateY(-3px);
}
.cid-tCNYsVYnUr .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tCNYsVYnUr .item-content {
  width: 100%;
  margin-top: 1.75rem;
}
.cid-tCNYsVYnUr .item-title {
  color: #000000;
  margin-right: auto;
  width: 100%;
  text-align: left;
}
.cid-tCNYsVYnUr .mbr-text {
  color: #000000;
  margin-top: 0.75rem;
  font-size: 0.9rem;
}
.cid-tCNYsVYnUr .mbr-section-btn {
  margin-top: 1rem;
}
.cid-tC9nhvI1pS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f4ed;
}
.cid-tC9nhvI1pS .date {
  padding: 1rem;
  color: #fff;
  background-color: #ee964b;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media (min-width: 992px) {
  .cid-tC9nhvI1pS .date {
    padding: 2rem;
  }
}
.cid-tC9nhvI1pS .mbr-section-title {
  margin: 0;
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tC9nhvI1pS .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tC9nhvI1pS .card-heading {
  line-height: 1.2;
}
.cid-tC9nhvI1pS .wrapper {
  background-color: #ffffff;
  border-radius: 10px;
}
.cid-tC9nhvI1pS .news-item {
  text-decoration: none;
}
.cid-tC9nhvI1pS .news-item:hover {
  cursor: pointer;
}
@media (max-width: 600px) {
  .cid-tC9nhvI1pS .link {
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 1;
    transform: none;
  }
}
.cid-tC9nhvI1pS .mbr-text {
  line-height: 1.72;
  font-size: 0.9rem;
}
.cid-tC9nhvI1pS .news-content {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-tC9nhvI1pS .news-content {
    padding: 2rem;
  }
}
.cid-tBQfNvPbWl {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-tBQfNvPbWl .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tBQfNvPbWl h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-tBQfNvPbWl h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tBQfNvPbWl h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tBQfNvPbWl .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-tBQfNvPbWl .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-tBQfNvPbWl .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tBQfNvPbWl .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-tBQfNvPbWl .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tBQfNvPbWl .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tBQfNvPbWl .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-tBQfNvPbWl .mbr-section-title,
.cid-tBQfNvPbWl .social-list {
  color: #232323;
}
@media (max-width: 768px) {
  .cid-tBQfNvPbWl h2:before,
  .cid-tBQfNvPbWl h2:after {
    display: none;
  }
}
.cid-tBQfJDqrOd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-tBQfJDqrOd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBQfJDqrOd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBQfJDqrOd .bottom-menu {
  font-size: 1rem;
  margin-bottom: 1.2rem;
}
.cid-tBQfJDqrOd .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tBQfJDqrOd .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tBQfJDqrOd .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tBQfJDqrOd .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tBQfJDqrOd .container {
    max-width: 100%;
  }
  .cid-tBQfJDqrOd .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tBQfJDqrOd .item-wrap {
  width: 100%;
}
.cid-tBQfJDqrOd .navbar-brand {
  display: flex;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 30px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tBQfJDqrOd .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tBQfJDqrOd .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tBQfJDqrOd .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tBQfJDqrOd .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tBQfJDqrOd .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tBQfJDqrOd .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tBQfJDqrOd .copyright {
  color: #f5f4ed;
  padding: 0;
  width: 100%;
}
.cid-tDtYludi9K.popup-builder {
  background-color: #ffffff;
}
.cid-tDtYludi9K.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tDtYludi9K.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tDtYludi9K .modal-content,
.cid-tDtYludi9K .modal-dialog {
  height: auto;
}
.cid-tDtYludi9K .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tDtYludi9K .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tDtYludi9K .form-wrapper .mbr-form .form-group,
  .cid-tDtYludi9K .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tDtYludi9K .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tDtYludi9K .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tDtYludi9K .mbr-text {
  text-align: center;
}
.cid-tDtYludi9K .pt-0 {
  padding-top: 0 !important;
}
.cid-tDtYludi9K .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tDtYludi9K .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tDtYludi9K .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tDtYludi9K .modal-open {
  overflow: hidden;
}
.cid-tDtYludi9K .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tDtYludi9K .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tDtYludi9K .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tDtYludi9K .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tDtYludi9K .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tDtYludi9K .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tDtYludi9K .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tDtYludi9K .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tDtYludi9K .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tDtYludi9K .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tDtYludi9K .modal-backdrop.fade {
  opacity: 0;
}
.cid-tDtYludi9K .modal-backdrop.show {
  opacity: .5;
}
.cid-tDtYludi9K .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tDtYludi9K .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tDtYludi9K .modal-header {
    padding: 1rem;
  }
}
.cid-tDtYludi9K .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tDtYludi9K .modal-header .close svg {
  fill: #353535;
}
.cid-tDtYludi9K .modal-header .close:hover {
  opacity: 1;
}
.cid-tDtYludi9K .modal-header .close:focus {
  outline: none;
}
.cid-tDtYludi9K .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tDtYludi9K .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tDtYludi9K .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDtYludi9K .modal-body {
    padding: 1rem;
  }
}
.cid-tDtYludi9K .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tDtYludi9K .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDtYludi9K .modal-footer {
    padding: 1rem;
  }
}
.cid-tDtYludi9K .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tDtYludi9K .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tDtYludi9K .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tDtYludi9K .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tDtYludi9K .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tDtYludi9K .modal-lg,
  .cid-tDtYludi9K .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tDtYludi9K .modal-xl {
    max-width: 1140px;
  }
}
.cid-tDtYludi9K .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tDtYludi9K .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tDtYludi9K .form-group {
  margin-bottom: 1rem;
}
.cid-tDtYludi9K .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tDtYludi9K .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tDtYludi9K .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tDtYludi9K .mbr-section-btn {
  margin: 0;
}
.cid-tDtYludi9K .mbr-section-btn .btn {
  margin: 0;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

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

.form-check-input:checked {
    background-color: #ee964b;
    border-color: #fbae7d;
}
.form-check-input:focus{
    border-color:#fbae7d;
    outline:0;
    box-shadow:0 0 0 .25rem rgba(251, 174, 125,.25)
}

.on-pointer{
    cursor: pointer;
}

@keyframes ani-rotate {
  0% {
    color: black;
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    color: #ee964b;
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    color: #086775;
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes ani-waviy {
  0%,40%,100% {
    transform: translateY(0);
  }
  20% {
    color: #086775;
    transform: translateY(-5px);
  }
}

@keyframes ani-popoutin {
  0% {
    color: black;
    transform: scale(0);
    opacity: 0;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  25% {
    color: #086775;
    transform: scale(2);
    opacity: 1;
    text-shadow: 3px 10px 5px rgba(0, 0, 0, 0.5);
  }
  50% {
    color: black;
    transform: scale(1);
    opacity: 1;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
  }
}
.cid-tBVVfBEMjh {
  z-index: 1000;
  width: 100%;
}
.cid-tBVVfBEMjh nav.navbar {
  position: fixed;
}
.cid-tBVVfBEMjh .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-tBVVfBEMjh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 575px) {
  .cid-tBVVfBEMjh .dropdown-menu a {
    font-size: 1.5rem;
  }
}
.cid-tBVVfBEMjh .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-tBVVfBEMjh .dropdown-item:hover,
.cid-tBVVfBEMjh .dropdown-item:focus {
  background: rgba(127, 127, 127, 0.5) !important;
  color: white !important;
}
.cid-tBVVfBEMjh .dropdown-item:hover span {
  color: white;
}
.cid-tBVVfBEMjh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tBVVfBEMjh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tBVVfBEMjh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-tBVVfBEMjh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tBVVfBEMjh .nav-link {
  position: relative;
}
.cid-tBVVfBEMjh .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-tBVVfBEMjh .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-tBVVfBEMjh .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-tBVVfBEMjh .iconfont-wrapper:hover .mbr-iconfont {
  color: #ee964b;
}
.cid-tBVVfBEMjh .dropdown-menu,
.cid-tBVVfBEMjh .navbar.opened {
  background: #1a2229 !important;
}
.cid-tBVVfBEMjh .nav-item:focus,
.cid-tBVVfBEMjh .nav-link:focus {
  outline: none;
}
.cid-tBVVfBEMjh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBVVfBEMjh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tBVVfBEMjh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tBVVfBEMjh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBVVfBEMjh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBVVfBEMjh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBVVfBEMjh .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 34, 41, 0.9);
  padding: 0 !important;
}
.cid-tBVVfBEMjh .navbar.opened {
  transition: all 0.3s;
}
.cid-tBVVfBEMjh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tBVVfBEMjh .navbar .navbar-logo img {
  width: auto;
}
@media (max-width: 991px) {
  .cid-tBVVfBEMjh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBVVfBEMjh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBVVfBEMjh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBVVfBEMjh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tBVVfBEMjh .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-tBVVfBEMjh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBVVfBEMjh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tBVVfBEMjh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tBVVfBEMjh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tBVVfBEMjh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tBVVfBEMjh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tBVVfBEMjh .navbar.collapsed {
  justify-content: center;
}
.cid-tBVVfBEMjh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBVVfBEMjh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tBVVfBEMjh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBVVfBEMjh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tBVVfBEMjh .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-tBVVfBEMjh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBVVfBEMjh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tBVVfBEMjh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-tBVVfBEMjh .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-tBVVfBEMjh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBVVfBEMjh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBVVfBEMjh .dropdown-item.active,
.cid-tBVVfBEMjh .dropdown-item:active {
  background-color: transparent;
}
.cid-tBVVfBEMjh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tBVVfBEMjh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBVVfBEMjh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBVVfBEMjh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a2229;
}
.cid-tBVVfBEMjh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBVVfBEMjh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBVVfBEMjh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBVVfBEMjh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tBVVfBEMjh button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tBVVfBEMjh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tBVVfBEMjh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBVVfBEMjh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBVVfBEMjh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBVVfBEMjh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBVVfBEMjh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBVVfBEMjh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBVVfBEMjh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBVVfBEMjh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBVVfBEMjh .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tBVVfBEMjh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tBVVfBEMjh .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-tBVVfBEMjh .navbar {
    height: 70px;
  }
  .cid-tBVVfBEMjh .navbar.opened {
    height: auto;
  }
  .cid-tBVVfBEMjh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBVVfBEMjh .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-tBVVfBEMjh .navbar-toggler {
  margin-left: 10px;
}
.cid-tBVVfBEMjh .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #232323;
}
.cid-tBVVfBEMjh .navbar-logo {
  margin-right: 0 !important;
}
.cid-tBVVfBEMjh .mbr-text {
  width: 100%;
  color: #BF9341;
}
@media (max-width: 575px) {
  .cid-tBVVfBEMjh .mbr-text {
    display: none;
  }
}
.cid-tBVVfBEMjh .navbar-collapse {
  padding-top: 40px !important;
}
.cid-tBVVfBEMjh .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tBVVfBEMjh .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tC9boybU8W {
  background-color: #232323;
  display: block;
  padding-top: 8rem;
  padding-bottom: 0rem;
}
@media (max-width: 991px) {
  .cid-tC9boybU8W {
    padding-top: 5.5rem;
  }
}
@media (min-width: 768px) {
  .cid-tC9boybU8W .carousel {
    height: 800px;
  }
}
@media (max-width: 767px) {
  .cid-tC9boybU8W .carousel {
    height: 100vh;
  }
}
.cid-tC9boybU8W .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tC9boybU8W .carousel-item,
.cid-tC9boybU8W .carousel-inner {
  height: 100%;
}
.cid-tC9boybU8W .carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-tC9boybU8W .carousel-caption {
    right: 5%;
    left: 5%;
  }
}
.cid-tC9boybU8W .mbr-section-title {
  letter-spacing: 12px;
  margin-bottom: 25px;
}
@media (min-width: 1400px) {
  .cid-tC9boybU8W .mbr-section-title.display-1 {
    font-size: 90px;
    line-height: 160px;
  }
}
.cid-tC9boybU8W .mbr-section-btn {
  margin-top: 42px;
}
.cid-tC9boybU8W .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tC9boybU8W .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tC9boybU8W .carousel-control:hover.carousel-control-prev .mobi-mbri {
  transform: translateX(3px);
}
.cid-tC9boybU8W .carousel-control:hover.carousel-control-next .mobi-mbri {
  transform: translateX(-3px);
}
.cid-tC9boybU8W .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tC9boybU8W .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tC9boybU8W .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tC9boybU8W .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tC9boybU8W .carousel-control {
  top: 50%;
  width: 92px;
  height: 92px;
  margin-top: -1.5rem;
  font-size: 21px;
  border-radius: 50%;
  color: #202020;
  background-color: transparent;
  border: 1px solid #bbbbbb;
  transition: all 0.2s ease-out;
  opacity: 1;
}
.cid-tC9boybU8W .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  color: #bbbbbb !important;
}
.cid-tC9boybU8W .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  color: #bbbbbb !important;
}
.cid-tC9boybU8W .carousel-control .mobi-mbri {
  transition: all 0.2s ease-out;
}
@media (max-width: 768px) {
  .cid-tC9boybU8W .carousel-control {
    display: none !important;
  }
}
.cid-tC9boybU8W .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 2rem !important;
  align-items: center;
}
.cid-tC9boybU8W .carousel-indicators li {
  max-width: 10px;
  max-height: 10px;
  height: 6px;
  width: 6px;
  margin: 15px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.cid-tC9boybU8W .carousel-indicators li.active,
.cid-tC9boybU8W .carousel-indicators li:hover {
  transform: scale(1.6);
}
.cid-tC9boybU8W .carousel-indicators li::after,
.cid-tC9boybU8W .carousel-indicators li::before {
  content: none;
}
.cid-tC9boybU8W .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tC9boybU8W .carousel-indicators {
    display: none !important;
  }
}
.cid-tC9boybU8W .mbr-section-text,
.cid-tC9boybU8W .mbr-section-btn {
  text-align: center;
}
.cid-tC9boybU8W H5 {
  color: #ffffff;
}
.cid-tBVVfEAuZI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f4ed;
}
.cid-tBVVfEAuZI .title__wrap {
  margin-bottom: 30px;
}
.cid-tBVVfEAuZI .title__block {
  margin-bottom: 10px;
}
.cid-tBVVfEAuZI .mbr-section-title,
.cid-tBVVfEAuZI .text__time,
.cid-tBVVfEAuZI .mbr-text,
.cid-tBVVfEAuZI .text__author,
.cid-tBVVfEAuZI .text__hall {
  margin-bottom: 0;
}
.cid-tBVVfEAuZI .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-tBVVfEAuZI .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-tBVVfEAuZI .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 10px;
  border: none !important;
  background-color: transparent !important;
}
.cid-tBVVfEAuZI .mbr-section-btn .btn-secondary-outline:hover {
  color: #ee964b !important;
}
.cid-tBVVfEAuZI .wrap {
  margin: 0;
  padding: 25px 0;
  border-top: 1px solid rgba(25, 31, 35, 0.4);
}
.cid-tBVVfEAuZI .wrap:last-child {
  border-bottom: 1px solid rgba(25, 31, 35, 0.4);
}
.cid-tBVVfEAuZI .plpr_0 {
  padding-left: 0;
  padding-right: 0;
}
.cid-tBVVfEAuZI .nav-tabs .nav-item.open .nav-link:focus,
.cid-tBVVfEAuZI .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tBVVfEAuZI .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .cid-tBVVfEAuZI .nav-tabs {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-tBVVfEAuZI .nav-tabs .nav-link {
  border-radius: 0 !important;
  color: #17161a;
  font-style: normal;
  font-weight: 700;
  border: none;
  border-bottom: 2px solid transparent;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-right: 25px;
  padding: 12px 0 !important;
}
.cid-tBVVfEAuZI .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-tBVVfEAuZI .nav-tabs .nav-link.active {
  font-weight: 700;
  font-style: normal;
  background-color: transparent !important;
  border-bottom: 2px solid #d90a2c;
}
.cid-tBVVfEAuZI .nav-tabs .nav-link.active:hover {
  background-color: #d90a2c;
}
@media (max-width: 991px) {
  .cid-tBVVfEAuZI .align-right {
    text-align: left !important;
  }
}
@media (max-width: 575px) {
  .cid-tBVVfEAuZI .buttons {
    justify-content: flex-start;
  }
}
.cid-tBVVfEAuZI .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-tBVVfJWcyX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dddddd;
}
.cid-tBVVfJWcyX .mbr-section-head {
  padding: 0 1rem;
}
.cid-tBVVfJWcyX img,
.cid-tBVVfJWcyX .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tBVVfJWcyX .item:focus,
.cid-tBVVfJWcyX span:focus {
  outline: none;
}
.cid-tBVVfJWcyX .item-wrapper {
  position: relative;
}
.cid-tBVVfJWcyX .slide-content {
  position: relative;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-tBVVfJWcyX .slide-content:hover .item-content {
  background: #ee964b;
}
.cid-tBVVfJWcyX .slide-content:hover .mbr-text {
  color: #ffffff;
}
.cid-tBVVfJWcyX .slide-content:hover .item-content span {
  color: #ffffff;
}
.cid-tBVVfJWcyX .item-content {
  background: #ffffff;
  padding: 50px 40px 58px;
  transition: all .4s ease;
  min-height: 300px;
}
@media (max-width: 992px) {
  .cid-tBVVfJWcyX .item-content {
    padding: 35px 25px;
  }
}
@media (max-width: 425px) {
  .cid-tBVVfJWcyX .item-content {
    padding: 30px 25px 32px;
  }
}
.cid-tBVVfJWcyX .item-content span {
  font-size: 35px;
  margin: 0 auto;
  color: #ee964b;
  transition: all .4s ease;
}
.cid-tBVVfJWcyX .item-content .mbr-text {
  margin: 18px 0 0 0;
}
.cid-tBVVfJWcyX .item-person {
  margin-top: 40px;
}
.cid-tBVVfJWcyX .item-person img {
  height: 78px;
  width: 78px;
  object-fit: cover;
  margin: 0 auto 28px;
  border-radius: 50%;
}
.cid-tBVVfJWcyX .item-person .item-title {
  margin: 0;
}
.cid-tBVVfJWcyX .item-person .item-subtitle {
  margin: 6px 0 0 0;
}
.cid-tBVVfJWcyX .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-tBVVfJWcyX .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tBVVfJWcyX .embla__button--next,
.cid-tBVVfJWcyX .embla__button--prev {
  display: flex;
}
.cid-tBVVfJWcyX .embla__button {
  bottom: -10%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #ee964b;
  border: 2px solid #ee964b;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tBVVfJWcyX .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tBVVfJWcyX .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-tBVVfJWcyX .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tBVVfJWcyX .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tBVVfJWcyX .embla__button {
    top: auto;
  }
}
.cid-tBVVfJWcyX .embla {
  position: relative;
  width: 100%;
}
.cid-tBVVfJWcyX .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tBVVfJWcyX .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tBVVfJWcyX .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tBVVfJWcyX .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tBVVfJWcyX .mbr-section-title {
  margin-bottom: 45px;
  color: #20232a;
  text-align: center;
}
.cid-tBVVfJWcyX .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #FF4712;
  text-align: center;
}
.cid-tBVVfJWcyX .mbr-text {
  color: #20232a;
  text-align: center;
}
.cid-tBVVfJWcyX .item-title {
  color: #20232a;
  text-align: center;
}
.cid-tBVVfJWcyX .item-subtitle {
  color: #adaeb1;
  text-align: center;
}
.cid-tBVVfNKC31 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tBVVfNKC31 .card {
  height: auto;
  background-color: transparent;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
  transition: all 0.6s ease;
}
.cid-tBVVfNKC31 .card:hover {
  transform: scale(1.03);
}
.cid-tBVVfNKC31 .card-padding {
  padding: 0.72rem 0.75rem;
}
.cid-tBVVfNKC31 .title-section {
  margin-bottom: 1.5rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tBVVfNKC31 .title-section {
    padding: 0 6rem;
    margin-bottom: 4rem;
  }
}
.cid-tBVVfNKC31 .img-container {
  display: flex;
  justify-content: center;
}
.cid-tBVVfNKC31 .card-img-top {
  width: 230px;
  height: 230px;
  border-radius: 50%;
  object-fit: cover;
}
.cid-tBVVfNKC31 .mbr-section-subtitle {
  text-align: center;
}
.cid-tBVVfNKC31 .mbr-text {
  text-align: center;
}
.cid-tBVVfNKC31 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBVVfNKC31 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCiXz4UOXE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f4ed;
}
.cid-tCiXz4UOXE .mbr-section-title {
  margin: 15px 0 55px;
}
.cid-tCiXz4UOXE .mbr-text {
  color: #ff9966;
}
.cid-tCiXz4UOXE .card__wrapper {
  margin-bottom: 70px;
}
.cid-tCiXz4UOXE .price__card {
  margin-top: 10px;
  color: #353535;
  margin-bottom: 0;
}
.cid-tCiXz4UOXE .title__card {
  margin-bottom: 0;
}
.cid-tCiXz4UOXE .icons {
  margin-top: 25px;
  border-radius: 50%;
  background-color: #ebeaed;
  width: 130px;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.cid-tCiXz4UOXE .icons .img {
  object-fit: cover;
}
.cid-tCiXz4UOXE .mbr-iconfont {
  font-size: 62px;
  color: #919dab;
}
.cid-tCiXz4UOXE .mbr-section-btn {
  margin-top: 15px;
}
.cid-tCiXz4UOXE .mbr-section-btn .btn {
  font-weight: 500;
}
.cid-tCiXz4UOXE .card__text {
  margin-top: 0px;
  margin-bottom: 0;
}
.cid-tCiXz4UOXE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCiXz4UOXE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCj2BNuPgI {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f5f4ed;
}
.cid-tCj2BNuPgI .mbr-section-title {
  margin: 15px 0 55px;
}
.cid-tCj2BNuPgI .mbr-text {
  color: #ff9966;
  margin-bottom: 55px;
}
.cid-tCj2BNuPgI .card__wrapper {
  margin-bottom: 70px;
}
.cid-tCj2BNuPgI .price__card {
  margin-top: 10px;
  color: #353535;
  margin-bottom: 0;
}
.cid-tCj2BNuPgI .title__card {
  margin-bottom: 0;
}
.cid-tCj2BNuPgI .icons {
  margin-top: 25px;
  border-radius: 50%;
  background-color: #ebeaed;
  width: 130px;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.cid-tCj2BNuPgI .icons .img {
  object-fit: cover;
}
.cid-tCj2BNuPgI .mbr-iconfont {
  font-size: 62px;
  color: #919dab;
}
.cid-tCj2BNuPgI .mbr-section-btn {
  margin-top: 15px;
}
.cid-tCj2BNuPgI .mbr-section-btn .btn {
  font-weight: 500;
}
.cid-tCj2BNuPgI .card__text {
  margin-top: 0px;
  margin-bottom: 0;
}
.cid-tCj2BNuPgI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCj2BNuPgI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBVVfV6tOw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("/v1/assets/u/images/background1.jpg");
}
.cid-tBVVfV6tOw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBVVfV6tOw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBVVfV6tOw .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tBVVfV6tOw .container-fluid {
    padding: 0 30px;
  }
}
.cid-tBVVfV6tOw .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tBVVfV6tOw .container {
    padding: 0 30px;
  }
}
.cid-tBVVfV6tOw .video-block {
  padding: 0 95px;
}
@media (max-width: 992px) {
  .cid-tBVVfV6tOw .video-block {
    padding: 0 80px;
  }
}
@media (max-width: 768px) {
  .cid-tBVVfV6tOw .video-block {
    padding: 0;
  }
}
.cid-tBVVfV6tOw .video-block .video-wrapper {
  margin-bottom: 30px;
}
.cid-tBVVfV6tOw .video-block .video-wrapper .app-video-wrapper img {
  height: 550px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tBVVfV6tOw .video-block .video-wrapper .app-video-wrapper img {
    height: 250px;
  }
}
.cid-tBVVfV6tOw .video-block .video-wrapper .app-video-wrapper:hover::before {
  opacity: 1;
}
.cid-tBVVfV6tOw .video-block .video-wrapper .app-video-wrapper::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 104px;
  height: 104px;
  font-size: 16px;
  color: #ffffff;
  text-shadow: none;
  border-radius: 100%;
  border: 3px solid #ffffff;
  opacity: .7;
  transition: all 0.3s ease-out;
}
.cid-tBVVfV6tOw .video-block .text-wrapper .mbr-desc {
  line-height: 26px;
  margin-bottom: 0;
}
.cid-tBVVfV6tOw .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-tC9rdpvrXn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f4ed;
}
.cid-tC9rdpvrXn .date {
  padding: 1rem;
  color: #fff;
  background-color: #181818;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media (min-width: 992px) {
  .cid-tC9rdpvrXn .date {
    padding: 2rem;
  }
}
.cid-tC9rdpvrXn .mbr-section-title {
  margin: 0;
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tC9rdpvrXn .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tC9rdpvrXn .card-heading {
  line-height: 1.2;
}
.cid-tC9rdpvrXn .wrapper {
  background-color: #ffffff;
  border-radius: 10px;
}
.cid-tC9rdpvrXn .news-item {
  text-decoration: none;
}
.cid-tC9rdpvrXn .news-item:hover {
  cursor: pointer;
}
@media (max-width: 600px) {
  .cid-tC9rdpvrXn .link {
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 1;
    transform: none;
  }
}
.cid-tC9rdpvrXn .mbr-text {
  line-height: 1.72;
  font-size: 0.9rem;
}
.cid-tC9rdpvrXn .news-content {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-tC9rdpvrXn .news-content {
    padding: 2rem;
  }
}
.cid-tBVVfWVGfy {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-tBVVfWVGfy .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tBVVfWVGfy h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-tBVVfWVGfy h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tBVVfWVGfy h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tBVVfWVGfy .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-tBVVfWVGfy .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-tBVVfWVGfy .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tBVVfWVGfy .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-tBVVfWVGfy .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tBVVfWVGfy .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tBVVfWVGfy .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-tBVVfWVGfy .mbr-section-title,
.cid-tBVVfWVGfy .social-list {
  color: #232323;
}
@media (max-width: 768px) {
  .cid-tBVVfWVGfy h2:before,
  .cid-tBVVfWVGfy h2:after {
    display: none;
  }
}
.cid-tBVVfZ40Es {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-tBVVfZ40Es .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBVVfZ40Es .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBVVfZ40Es .bottom-menu {
  font-size: 1rem;
  margin-bottom: 1.2rem;
}
.cid-tBVVfZ40Es .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tBVVfZ40Es .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tBVVfZ40Es .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tBVVfZ40Es .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tBVVfZ40Es .container {
    max-width: 100%;
  }
  .cid-tBVVfZ40Es .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tBVVfZ40Es .item-wrap {
  width: 100%;
}
.cid-tBVVfZ40Es .navbar-brand {
  display: flex;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 30px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tBVVfZ40Es .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tBVVfZ40Es .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tBVVfZ40Es .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tBVVfZ40Es .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tBVVfZ40Es .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tBVVfZ40Es .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tBVVfZ40Es .copyright {
  color: #f5f4ed;
  padding: 0;
  width: 100%;
}
.cid-tDu1efL03R.popup-builder {
  background-color: #ffffff;
}
.cid-tDu1efL03R.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tDu1efL03R.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tDu1efL03R .modal-content,
.cid-tDu1efL03R .modal-dialog {
  height: auto;
}
.cid-tDu1efL03R .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tDu1efL03R .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tDu1efL03R .form-wrapper .mbr-form .form-group,
  .cid-tDu1efL03R .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tDu1efL03R .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tDu1efL03R .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tDu1efL03R .mbr-text {
  text-align: center;
}
.cid-tDu1efL03R .pt-0 {
  padding-top: 0 !important;
}
.cid-tDu1efL03R .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tDu1efL03R .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tDu1efL03R .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tDu1efL03R .modal-open {
  overflow: hidden;
}
.cid-tDu1efL03R .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tDu1efL03R .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tDu1efL03R .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tDu1efL03R .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tDu1efL03R .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tDu1efL03R .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tDu1efL03R .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tDu1efL03R .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tDu1efL03R .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tDu1efL03R .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tDu1efL03R .modal-backdrop.fade {
  opacity: 0;
}
.cid-tDu1efL03R .modal-backdrop.show {
  opacity: .5;
}
.cid-tDu1efL03R .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tDu1efL03R .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tDu1efL03R .modal-header {
    padding: 1rem;
  }
}
.cid-tDu1efL03R .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tDu1efL03R .modal-header .close svg {
  fill: #353535;
}
.cid-tDu1efL03R .modal-header .close:hover {
  opacity: 1;
}
.cid-tDu1efL03R .modal-header .close:focus {
  outline: none;
}
.cid-tDu1efL03R .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tDu1efL03R .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tDu1efL03R .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDu1efL03R .modal-body {
    padding: 1rem;
  }
}
.cid-tDu1efL03R .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tDu1efL03R .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDu1efL03R .modal-footer {
    padding: 1rem;
  }
}
.cid-tDu1efL03R .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tDu1efL03R .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tDu1efL03R .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tDu1efL03R .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tDu1efL03R .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tDu1efL03R .modal-lg,
  .cid-tDu1efL03R .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tDu1efL03R .modal-xl {
    max-width: 1140px;
  }
}
.cid-tDu1efL03R .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tDu1efL03R .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tDu1efL03R .form-group {
  margin-bottom: 1rem;
}
.cid-tDu1efL03R .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tDu1efL03R .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tDu1efL03R .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tDu1efL03R .mbr-section-btn {
  margin: 0;
}
.cid-tDu1efL03R .mbr-section-btn .btn {
  margin: 0;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

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

.form-check-input:checked {
    background-color: #ee964b;
    border-color: #fbae7d;
}
.form-check-input:focus{
    border-color:#fbae7d;
    outline:0;
    box-shadow:0 0 0 .25rem rgba(251, 174, 125,.25)
}

.on-pointer{
    cursor: pointer;
}

@keyframes ani-rotate {
  0% {
    color: black;
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    color: #ee964b;
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    color: #086775;
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes ani-waviy {
  0%,40%,100% {
    transform: translateY(0);
  }
  20% {
    color: #086775;
    transform: translateY(-5px);
  }
}

@keyframes ani-popoutin {
  0% {
    color: black;
    transform: scale(0);
    opacity: 0;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  25% {
    color: #086775;
    transform: scale(2);
    opacity: 1;
    text-shadow: 3px 10px 5px rgba(0, 0, 0, 0.5);
  }
  50% {
    color: black;
    transform: scale(1);
    opacity: 1;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
  }
}
.cid-tC73L9q1zp {
  z-index: 1000;
  width: 100%;
}
.cid-tC73L9q1zp nav.navbar {
  position: fixed;
}
.cid-tC73L9q1zp .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-tC73L9q1zp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 575px) {
  .cid-tC73L9q1zp .dropdown-menu a {
    font-size: 1.5rem;
  }
}
.cid-tC73L9q1zp .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-tC73L9q1zp .dropdown-item:hover,
.cid-tC73L9q1zp .dropdown-item:focus {
  background: rgba(127, 127, 127, 0.5) !important;
  color: white !important;
}
.cid-tC73L9q1zp .dropdown-item:hover span {
  color: white;
}
.cid-tC73L9q1zp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tC73L9q1zp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tC73L9q1zp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-tC73L9q1zp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tC73L9q1zp .nav-link {
  position: relative;
}
.cid-tC73L9q1zp .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-tC73L9q1zp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-tC73L9q1zp .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-tC73L9q1zp .iconfont-wrapper:hover .mbr-iconfont {
  color: #ee964b;
}
.cid-tC73L9q1zp .dropdown-menu,
.cid-tC73L9q1zp .navbar.opened {
  background: #1a2229 !important;
}
.cid-tC73L9q1zp .nav-item:focus,
.cid-tC73L9q1zp .nav-link:focus {
  outline: none;
}
.cid-tC73L9q1zp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tC73L9q1zp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tC73L9q1zp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tC73L9q1zp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tC73L9q1zp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC73L9q1zp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC73L9q1zp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 34, 41, 0.9);
  padding: 0 !important;
}
.cid-tC73L9q1zp .navbar.opened {
  transition: all 0.3s;
}
.cid-tC73L9q1zp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tC73L9q1zp .navbar .navbar-logo img {
  width: auto;
}
@media (max-width: 991px) {
  .cid-tC73L9q1zp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tC73L9q1zp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tC73L9q1zp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tC73L9q1zp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tC73L9q1zp .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-tC73L9q1zp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tC73L9q1zp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tC73L9q1zp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tC73L9q1zp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tC73L9q1zp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tC73L9q1zp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tC73L9q1zp .navbar.collapsed {
  justify-content: center;
}
.cid-tC73L9q1zp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tC73L9q1zp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tC73L9q1zp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tC73L9q1zp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tC73L9q1zp .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-tC73L9q1zp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tC73L9q1zp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tC73L9q1zp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-tC73L9q1zp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-tC73L9q1zp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tC73L9q1zp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tC73L9q1zp .dropdown-item.active,
.cid-tC73L9q1zp .dropdown-item:active {
  background-color: transparent;
}
.cid-tC73L9q1zp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tC73L9q1zp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tC73L9q1zp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tC73L9q1zp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a2229;
}
.cid-tC73L9q1zp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tC73L9q1zp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC73L9q1zp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tC73L9q1zp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tC73L9q1zp button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tC73L9q1zp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tC73L9q1zp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC73L9q1zp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC73L9q1zp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC73L9q1zp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC73L9q1zp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC73L9q1zp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC73L9q1zp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC73L9q1zp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC73L9q1zp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tC73L9q1zp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tC73L9q1zp .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-tC73L9q1zp .navbar {
    height: 70px;
  }
  .cid-tC73L9q1zp .navbar.opened {
    height: auto;
  }
  .cid-tC73L9q1zp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tC73L9q1zp .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-tC73L9q1zp .navbar-toggler {
  margin-left: 10px;
}
.cid-tC73L9q1zp .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #232323;
}
.cid-tC73L9q1zp .navbar-logo {
  margin-right: 0 !important;
}
.cid-tC73L9q1zp .mbr-text {
  width: 100%;
  color: #BF9341;
}
@media (max-width: 575px) {
  .cid-tC73L9q1zp .mbr-text {
    display: none;
  }
}
.cid-tC73L9q1zp .navbar-collapse {
  padding-top: 40px !important;
}
.cid-tC73L9q1zp .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tC73L9q1zp .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tC74jeY37h {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-color: #f5f4ed;
}
.cid-tC74jeY37h .row {
  flex-direction: row-reverse;
}
@media (max-width: 575px) {
  .cid-tC74jeY37h {
    padding-top: 7rem;
  }
}
.cid-tC74jeY37h .jc-sb {
  justify-content: space-between;
}
.cid-tC74jeY37h .mbr-text {
  line-height: 1.6;
}
@media (max-width: 767px) {
  .cid-tC74jeY37h .row {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-tC74jeY37h img {
    margin-bottom: 2rem;
  }
}
.cid-tC73Lngss3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("/v1/assets/u/images/background1-1.jpg");
}
.cid-tC73Lngss3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC73Lngss3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC73Lngss3 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tC73Lngss3 .container-fluid {
    padding: 0 30px;
  }
}
.cid-tC73Lngss3 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tC73Lngss3 .container {
    padding: 0 30px;
  }
}
.cid-tC73Lngss3 .video-block {
  padding: 0 95px;
}
@media (max-width: 992px) {
  .cid-tC73Lngss3 .video-block {
    padding: 0 80px;
  }
}
@media (max-width: 768px) {
  .cid-tC73Lngss3 .video-block {
    padding: 0;
  }
}
.cid-tC73Lngss3 .video-block .video-wrapper {
  margin-bottom: 30px;
}
.cid-tC73Lngss3 .video-block .video-wrapper .app-video-wrapper img {
  height: 550px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tC73Lngss3 .video-block .video-wrapper .app-video-wrapper img {
    height: 250px;
  }
}
.cid-tC73Lngss3 .video-block .video-wrapper .app-video-wrapper:hover::before {
  opacity: 1;
}
.cid-tC73Lngss3 .video-block .video-wrapper .app-video-wrapper::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 104px;
  height: 104px;
  font-size: 16px;
  color: #ffffff;
  text-shadow: none;
  border-radius: 100%;
  border: 3px solid #ffffff;
  opacity: 0.7;
  transition: all 0.3s ease-out;
}
.cid-tC73Lngss3 .video-block .text-wrapper .mbr-desc {
  line-height: 26px;
  margin-bottom: 0;
}
.cid-tC73Lngss3 .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-tC73LoL0N9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-tC73LoL0N9 .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tC73LoL0N9 h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-tC73LoL0N9 h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tC73LoL0N9 h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tC73LoL0N9 .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-tC73LoL0N9 .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-tC73LoL0N9 .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tC73LoL0N9 .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-tC73LoL0N9 .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tC73LoL0N9 .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tC73LoL0N9 .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-tC73LoL0N9 .mbr-section-title,
.cid-tC73LoL0N9 .social-list {
  color: #232323;
}
@media (max-width: 768px) {
  .cid-tC73LoL0N9 h2:before,
  .cid-tC73LoL0N9 h2:after {
    display: none;
  }
}
.cid-tC73Lqd7Xx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-tC73Lqd7Xx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC73Lqd7Xx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC73Lqd7Xx .bottom-menu {
  font-size: 1rem;
  margin-bottom: 1.2rem;
}
.cid-tC73Lqd7Xx .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tC73Lqd7Xx .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tC73Lqd7Xx .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tC73Lqd7Xx .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tC73Lqd7Xx .container {
    max-width: 100%;
  }
  .cid-tC73Lqd7Xx .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tC73Lqd7Xx .item-wrap {
  width: 100%;
}
.cid-tC73Lqd7Xx .navbar-brand {
  display: flex;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 30px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tC73Lqd7Xx .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tC73Lqd7Xx .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tC73Lqd7Xx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tC73Lqd7Xx .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tC73Lqd7Xx .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tC73Lqd7Xx .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tC73Lqd7Xx .copyright {
  color: #f5f4ed;
  padding: 0;
  width: 100%;
}
.cid-tDu1efMCXX.popup-builder {
  background-color: #ffffff;
}
.cid-tDu1efMCXX.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tDu1efMCXX.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tDu1efMCXX .modal-content,
.cid-tDu1efMCXX .modal-dialog {
  height: auto;
}
.cid-tDu1efMCXX .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tDu1efMCXX .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tDu1efMCXX .form-wrapper .mbr-form .form-group,
  .cid-tDu1efMCXX .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tDu1efMCXX .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tDu1efMCXX .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tDu1efMCXX .mbr-text {
  text-align: center;
}
.cid-tDu1efMCXX .pt-0 {
  padding-top: 0 !important;
}
.cid-tDu1efMCXX .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tDu1efMCXX .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tDu1efMCXX .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tDu1efMCXX .modal-open {
  overflow: hidden;
}
.cid-tDu1efMCXX .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tDu1efMCXX .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tDu1efMCXX .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tDu1efMCXX .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tDu1efMCXX .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tDu1efMCXX .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tDu1efMCXX .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tDu1efMCXX .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tDu1efMCXX .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tDu1efMCXX .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tDu1efMCXX .modal-backdrop.fade {
  opacity: 0;
}
.cid-tDu1efMCXX .modal-backdrop.show {
  opacity: .5;
}
.cid-tDu1efMCXX .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tDu1efMCXX .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tDu1efMCXX .modal-header {
    padding: 1rem;
  }
}
.cid-tDu1efMCXX .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tDu1efMCXX .modal-header .close svg {
  fill: #353535;
}
.cid-tDu1efMCXX .modal-header .close:hover {
  opacity: 1;
}
.cid-tDu1efMCXX .modal-header .close:focus {
  outline: none;
}
.cid-tDu1efMCXX .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tDu1efMCXX .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tDu1efMCXX .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDu1efMCXX .modal-body {
    padding: 1rem;
  }
}
.cid-tDu1efMCXX .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tDu1efMCXX .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDu1efMCXX .modal-footer {
    padding: 1rem;
  }
}
.cid-tDu1efMCXX .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tDu1efMCXX .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tDu1efMCXX .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tDu1efMCXX .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tDu1efMCXX .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tDu1efMCXX .modal-lg,
  .cid-tDu1efMCXX .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tDu1efMCXX .modal-xl {
    max-width: 1140px;
  }
}
.cid-tDu1efMCXX .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tDu1efMCXX .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tDu1efMCXX .form-group {
  margin-bottom: 1rem;
}
.cid-tDu1efMCXX .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tDu1efMCXX .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tDu1efMCXX .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tDu1efMCXX .mbr-section-btn {
  margin: 0;
}
.cid-tDu1efMCXX .mbr-section-btn .btn {
  margin: 0;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

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

.form-check-input:checked {
    background-color: #ee964b;
    border-color: #fbae7d;
}
.form-check-input:focus{
    border-color:#fbae7d;
    outline:0;
    box-shadow:0 0 0 .25rem rgba(251, 174, 125,.25)
}

.on-pointer{
    cursor: pointer;
}

@keyframes ani-rotate {
  0% {
    color: black;
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    color: #ee964b;
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    color: #086775;
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes ani-waviy {
  0%,40%,100% {
    transform: translateY(0);
  }
  20% {
    color: #086775;
    transform: translateY(-5px);
  }
}

@keyframes ani-popoutin {
  0% {
    color: black;
    transform: scale(0);
    opacity: 0;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  25% {
    color: #086775;
    transform: scale(2);
    opacity: 1;
    text-shadow: 3px 10px 5px rgba(0, 0, 0, 0.5);
  }
  50% {
    color: black;
    transform: scale(1);
    opacity: 1;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
  }
}
.cid-tC7n0Plxcd {
  z-index: 1000;
  width: 100%;
}
.cid-tC7n0Plxcd nav.navbar {
  position: fixed;
}
.cid-tC7n0Plxcd .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-tC7n0Plxcd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 575px) {
  .cid-tC7n0Plxcd .dropdown-menu a {
    font-size: 1.5rem;
  }
}
.cid-tC7n0Plxcd .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-tC7n0Plxcd .dropdown-item:hover,
.cid-tC7n0Plxcd .dropdown-item:focus {
  background: rgba(127, 127, 127, 0.5) !important;
  color: white !important;
}
.cid-tC7n0Plxcd .dropdown-item:hover span {
  color: white;
}
.cid-tC7n0Plxcd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tC7n0Plxcd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tC7n0Plxcd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-tC7n0Plxcd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tC7n0Plxcd .nav-link {
  position: relative;
}
.cid-tC7n0Plxcd .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-tC7n0Plxcd .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-tC7n0Plxcd .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-tC7n0Plxcd .iconfont-wrapper:hover .mbr-iconfont {
  color: #ee964b;
}
.cid-tC7n0Plxcd .dropdown-menu,
.cid-tC7n0Plxcd .navbar.opened {
  background: #1a2229 !important;
}
.cid-tC7n0Plxcd .nav-item:focus,
.cid-tC7n0Plxcd .nav-link:focus {
  outline: none;
}
.cid-tC7n0Plxcd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tC7n0Plxcd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tC7n0Plxcd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tC7n0Plxcd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tC7n0Plxcd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC7n0Plxcd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC7n0Plxcd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 34, 41, 0.9);
  padding: 0 !important;
}
.cid-tC7n0Plxcd .navbar.opened {
  transition: all 0.3s;
}
.cid-tC7n0Plxcd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tC7n0Plxcd .navbar .navbar-logo img {
  width: auto;
}
@media (max-width: 991px) {
  .cid-tC7n0Plxcd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tC7n0Plxcd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tC7n0Plxcd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tC7n0Plxcd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tC7n0Plxcd .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-tC7n0Plxcd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tC7n0Plxcd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tC7n0Plxcd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tC7n0Plxcd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tC7n0Plxcd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tC7n0Plxcd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tC7n0Plxcd .navbar.collapsed {
  justify-content: center;
}
.cid-tC7n0Plxcd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tC7n0Plxcd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tC7n0Plxcd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tC7n0Plxcd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tC7n0Plxcd .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-tC7n0Plxcd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tC7n0Plxcd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tC7n0Plxcd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-tC7n0Plxcd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-tC7n0Plxcd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tC7n0Plxcd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tC7n0Plxcd .dropdown-item.active,
.cid-tC7n0Plxcd .dropdown-item:active {
  background-color: transparent;
}
.cid-tC7n0Plxcd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tC7n0Plxcd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tC7n0Plxcd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tC7n0Plxcd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a2229;
}
.cid-tC7n0Plxcd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tC7n0Plxcd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC7n0Plxcd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tC7n0Plxcd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tC7n0Plxcd button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tC7n0Plxcd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tC7n0Plxcd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC7n0Plxcd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC7n0Plxcd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC7n0Plxcd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC7n0Plxcd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC7n0Plxcd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC7n0Plxcd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC7n0Plxcd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC7n0Plxcd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tC7n0Plxcd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tC7n0Plxcd .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-tC7n0Plxcd .navbar {
    height: 70px;
  }
  .cid-tC7n0Plxcd .navbar.opened {
    height: auto;
  }
  .cid-tC7n0Plxcd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tC7n0Plxcd .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-tC7n0Plxcd .navbar-toggler {
  margin-left: 10px;
}
.cid-tC7n0Plxcd .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #232323;
}
.cid-tC7n0Plxcd .navbar-logo {
  margin-right: 0 !important;
}
.cid-tC7n0Plxcd .mbr-text {
  width: 100%;
  color: #BF9341;
}
@media (max-width: 575px) {
  .cid-tC7n0Plxcd .mbr-text {
    display: none;
  }
}
.cid-tC7n0Plxcd .navbar-collapse {
  padding-top: 40px !important;
}
.cid-tC7n0Plxcd .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tC7n0Plxcd .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tC7opez92D {
  padding-top: 11rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
@media (max-width: 575px) {
  .cid-tC7opez92D {
    padding-top: 7rem;
  }
}
.cid-tC7opez92D .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tC7opez92D .team-card:hover {
  transform: translateY(-10px);
}
.cid-tC7opez92D .card-wrap {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #efefef;
}
@media (max-width: 991px) {
  .cid-tC7opez92D .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tC7opez92D .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tC7opez92D .card-wrap .content-wrap {
  padding: 1rem;
}
.cid-tC7opez92D .card-text {
  padding-bottom: 1rem;
  font-size: 1.1rem;
}
.cid-tC7opez92D .social-row {
  text-align: center;
}
.cid-tC7opez92D .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 12px;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.8rem;
  background: #19647e;
  transition: all 0.3s;
  border: 2px solid transparent;
}
.cid-tC7opez92D .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #ffffff;
  font-size: 1.2rem;
}
.cid-tC7opez92D .social-row .soc-item:hover {
  background: #ffffff;
  border: 2px solid #19647e;
}
.cid-tC7opez92D .social-row .soc-item:hover .mbr-iconfont {
  color: #19647e;
}
.cid-tC7opez92D .card-title,
.cid-tC7opez92D .social-row {
  color: #000000;
}
.cid-tC7opez92D .mbr-role,
.cid-tC7opez92D .social-row {
  color: #000000;
}
.cid-tC7opez92D .card-text,
.cid-tC7opez92D .mbr-section-btn,
.cid-tC7opez92D .social-row {
  color: #232323;
}
.cid-tC7opez92D .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC7opez92D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC7sM4ioq8 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-tC7sM4ioq8 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tC7sM4ioq8 .team-card:hover {
  transform: translateY(-10px);
}
.cid-tC7sM4ioq8 .card-wrap {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #efefef;
}
@media (max-width: 991px) {
  .cid-tC7sM4ioq8 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tC7sM4ioq8 .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tC7sM4ioq8 .card-wrap .content-wrap {
  padding: 1rem;
}
.cid-tC7sM4ioq8 .card-text {
  padding-bottom: 1rem;
  font-size: 1.1rem;
}
.cid-tC7sM4ioq8 .social-row {
  text-align: center;
}
.cid-tC7sM4ioq8 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 12px;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.8rem;
  background: #19647e;
  transition: all 0.3s;
  border: 2px solid transparent;
}
.cid-tC7sM4ioq8 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #ffffff;
  font-size: 1.2rem;
}
.cid-tC7sM4ioq8 .social-row .soc-item:hover {
  background: #ffffff;
  border: 2px solid #19647e;
}
.cid-tC7sM4ioq8 .social-row .soc-item:hover .mbr-iconfont {
  color: #19647e;
}
.cid-tC7sM4ioq8 .card-title,
.cid-tC7sM4ioq8 .social-row {
  color: #000000;
}
.cid-tC7sM4ioq8 .mbr-role,
.cid-tC7sM4ioq8 .social-row {
  color: #000000;
}
.cid-tC7sM4ioq8 .card-text,
.cid-tC7sM4ioq8 .mbr-section-btn,
.cid-tC7sM4ioq8 .social-row {
  color: #232323;
}
.cid-tC7sM4ioq8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC7sM4ioq8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC7CVToBQG {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f5f4ed;
}
.cid-tC7CVToBQG .main-col {
  display: flex;
}
.cid-tC7CVToBQG .main-bg {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-color: #ffffff;
  box-shadow: 0 0 80px rgba(0, 29, 56, 0.03);
}
.cid-tC7CVToBQG .text-wrapper {
  width: 100%;
  padding: 50px 20px 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tC7CVToBQG .text-wrapper {
    padding: 15px 40px;
  }
}
@media (min-width: 1200px) {
  .cid-tC7CVToBQG .text-wrapper {
    padding: 40px 50px 40px 70px;
  }
}
@media (min-width: 992px) {
  .cid-tC7CVToBQG .text-wrapper {
    width: 52%;
  }
}
.cid-tC7CVToBQG .mbr-section-title {
  color: #010d4c;
  margin-bottom: 5px;
}
.cid-tC7CVToBQG .prof-text {
  color: #00284E;
  opacity: 0.5;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.cid-tC7CVToBQG .mbr-section-subtitle {
  color: #010d4c;
  margin-top: 45px;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .cid-tC7CVToBQG .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-tC7CVToBQG .mbr-text {
  color: #00284E;
  opacity: 0.8;
  padding-top: 8px;
  margin-bottom: 0;
}
.cid-tC7CVToBQG .image-wrapper {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tC7CVToBQG .image-wrapper {
    width: 48%;
  }
}
.cid-tC7CVToBQG .image-wrapper img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tC7CVToBQG .social-row {
  display: flex;
  flex-wrap: wrap;
  padding-top: 22px;
}
.cid-tC7CVToBQG .mbr-iconfont {
  font-size: 18px;
  color: #000000;
}
.cid-tC7CVToBQG .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: transparent;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-width: 42px;
  min-height: 42px;
}
.cid-tC7CVToBQG .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tC7CVToBQG .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-tC7CVToBQG .soc-item:nth-child(1):hover {
  background-color: #913BFF;
}
.cid-tC7CVToBQG .soc-item:nth-child(2):hover {
  background-color: #0066FF;
}
.cid-tC7CVToBQG .soc-item:nth-child(3):hover {
  background-color: #FF7A41;
}
.cid-tC7CVToBQG .soc-item:nth-child(4):hover {
  background-color: #ec2016;
}
.cid-tC7CVToBQG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC7CVToBQG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC7KHSZDXq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f5f4ed;
}
.cid-tC7KHSZDXq .main-col {
  display: flex;
}
.cid-tC7KHSZDXq .main-bg {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-color: #ffffff;
  box-shadow: 0 0 80px rgba(0, 29, 56, 0.03);
}
.cid-tC7KHSZDXq .text-wrapper {
  width: 100%;
  padding: 50px 20px 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tC7KHSZDXq .text-wrapper {
    padding: 15px 40px;
  }
}
@media (min-width: 1200px) {
  .cid-tC7KHSZDXq .text-wrapper {
    padding: 40px 50px 40px 70px;
  }
}
@media (min-width: 992px) {
  .cid-tC7KHSZDXq .text-wrapper {
    width: 52%;
  }
}
.cid-tC7KHSZDXq .mbr-section-title {
  color: #010d4c;
  margin-bottom: 5px;
}
.cid-tC7KHSZDXq .prof-text {
  color: #00284E;
  opacity: 0.5;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.cid-tC7KHSZDXq .mbr-section-subtitle {
  color: #010d4c;
  margin-top: 45px;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .cid-tC7KHSZDXq .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-tC7KHSZDXq .mbr-text {
  color: #00284E;
  opacity: 0.8;
  padding-top: 8px;
  margin-bottom: 0;
}
.cid-tC7KHSZDXq .image-wrapper {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tC7KHSZDXq .image-wrapper {
    width: 48%;
  }
}
.cid-tC7KHSZDXq .image-wrapper img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tC7KHSZDXq .social-row {
  display: flex;
  flex-wrap: wrap;
  padding-top: 22px;
}
.cid-tC7KHSZDXq .mbr-iconfont {
  font-size: 18px;
  color: #000000;
}
.cid-tC7KHSZDXq .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: transparent;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-width: 42px;
  min-height: 42px;
}
.cid-tC7KHSZDXq .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tC7KHSZDXq .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-tC7KHSZDXq .soc-item:nth-child(1):hover {
  background-color: #913BFF;
}
.cid-tC7KHSZDXq .soc-item:nth-child(2):hover {
  background-color: #0066FF;
}
.cid-tC7KHSZDXq .soc-item:nth-child(3):hover {
  background-color: #FF7A41;
}
.cid-tC7KHSZDXq .soc-item:nth-child(4):hover {
  background-color: #ec2016;
}
.cid-tC7KHSZDXq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC7KHSZDXq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC7LfcFZJ4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f5f4ed;
}
.cid-tC7LfcFZJ4 .main-col {
  display: flex;
}
.cid-tC7LfcFZJ4 .main-bg {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-color: #ffffff;
  box-shadow: 0 0 80px rgba(0, 29, 56, 0.03);
}
.cid-tC7LfcFZJ4 .text-wrapper {
  width: 100%;
  padding: 50px 20px 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tC7LfcFZJ4 .text-wrapper {
    padding: 15px 40px;
  }
}
@media (min-width: 1200px) {
  .cid-tC7LfcFZJ4 .text-wrapper {
    padding: 40px 50px 40px 70px;
  }
}
@media (min-width: 992px) {
  .cid-tC7LfcFZJ4 .text-wrapper {
    width: 52%;
  }
}
.cid-tC7LfcFZJ4 .mbr-section-title {
  color: #010d4c;
  margin-bottom: 5px;
}
.cid-tC7LfcFZJ4 .prof-text {
  color: #00284E;
  opacity: 0.5;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.cid-tC7LfcFZJ4 .mbr-section-subtitle {
  color: #010d4c;
  margin-top: 45px;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .cid-tC7LfcFZJ4 .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-tC7LfcFZJ4 .mbr-text {
  color: #00284E;
  opacity: 0.8;
  padding-top: 8px;
  margin-bottom: 0;
}
.cid-tC7LfcFZJ4 .image-wrapper {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tC7LfcFZJ4 .image-wrapper {
    width: 48%;
  }
}
.cid-tC7LfcFZJ4 .image-wrapper img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tC7LfcFZJ4 .social-row {
  display: flex;
  flex-wrap: wrap;
  padding-top: 22px;
}
.cid-tC7LfcFZJ4 .mbr-iconfont {
  font-size: 18px;
  color: #000000;
}
.cid-tC7LfcFZJ4 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: transparent;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-width: 42px;
  min-height: 42px;
}
.cid-tC7LfcFZJ4 .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tC7LfcFZJ4 .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-tC7LfcFZJ4 .soc-item:nth-child(1):hover {
  background-color: #913BFF;
}
.cid-tC7LfcFZJ4 .soc-item:nth-child(2):hover {
  background-color: #0066FF;
}
.cid-tC7LfcFZJ4 .soc-item:nth-child(3):hover {
  background-color: #FF7A41;
}
.cid-tC7LfcFZJ4 .soc-item:nth-child(4):hover {
  background-color: #ec2016;
}
.cid-tC7LfcFZJ4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC7LfcFZJ4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC7n0TNW93 {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-tC7n0TNW93 .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tC7n0TNW93 h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-tC7n0TNW93 h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tC7n0TNW93 h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tC7n0TNW93 .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-tC7n0TNW93 .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-tC7n0TNW93 .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tC7n0TNW93 .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-tC7n0TNW93 .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tC7n0TNW93 .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tC7n0TNW93 .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-tC7n0TNW93 .mbr-section-title,
.cid-tC7n0TNW93 .social-list {
  color: #232323;
}
@media (max-width: 768px) {
  .cid-tC7n0TNW93 h2:before,
  .cid-tC7n0TNW93 h2:after {
    display: none;
  }
}
.cid-tC7n0UVcDu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-tC7n0UVcDu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC7n0UVcDu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC7n0UVcDu .bottom-menu {
  font-size: 1rem;
  margin-bottom: 1.2rem;
}
.cid-tC7n0UVcDu .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tC7n0UVcDu .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tC7n0UVcDu .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tC7n0UVcDu .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tC7n0UVcDu .container {
    max-width: 100%;
  }
  .cid-tC7n0UVcDu .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tC7n0UVcDu .item-wrap {
  width: 100%;
}
.cid-tC7n0UVcDu .navbar-brand {
  display: flex;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 30px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tC7n0UVcDu .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tC7n0UVcDu .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tC7n0UVcDu .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tC7n0UVcDu .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tC7n0UVcDu .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tC7n0UVcDu .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tC7n0UVcDu .copyright {
  color: #f5f4ed;
  padding: 0;
  width: 100%;
}
.cid-tDu1efMMNZ.popup-builder {
  background-color: #ffffff;
}
.cid-tDu1efMMNZ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tDu1efMMNZ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tDu1efMMNZ .modal-content,
.cid-tDu1efMMNZ .modal-dialog {
  height: auto;
}
.cid-tDu1efMMNZ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tDu1efMMNZ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tDu1efMMNZ .form-wrapper .mbr-form .form-group,
  .cid-tDu1efMMNZ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tDu1efMMNZ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tDu1efMMNZ .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tDu1efMMNZ .mbr-text {
  text-align: center;
}
.cid-tDu1efMMNZ .pt-0 {
  padding-top: 0 !important;
}
.cid-tDu1efMMNZ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tDu1efMMNZ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tDu1efMMNZ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tDu1efMMNZ .modal-open {
  overflow: hidden;
}
.cid-tDu1efMMNZ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tDu1efMMNZ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tDu1efMMNZ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tDu1efMMNZ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tDu1efMMNZ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tDu1efMMNZ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tDu1efMMNZ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tDu1efMMNZ .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tDu1efMMNZ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tDu1efMMNZ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tDu1efMMNZ .modal-backdrop.fade {
  opacity: 0;
}
.cid-tDu1efMMNZ .modal-backdrop.show {
  opacity: .5;
}
.cid-tDu1efMMNZ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tDu1efMMNZ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tDu1efMMNZ .modal-header {
    padding: 1rem;
  }
}
.cid-tDu1efMMNZ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tDu1efMMNZ .modal-header .close svg {
  fill: #353535;
}
.cid-tDu1efMMNZ .modal-header .close:hover {
  opacity: 1;
}
.cid-tDu1efMMNZ .modal-header .close:focus {
  outline: none;
}
.cid-tDu1efMMNZ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tDu1efMMNZ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tDu1efMMNZ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDu1efMMNZ .modal-body {
    padding: 1rem;
  }
}
.cid-tDu1efMMNZ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tDu1efMMNZ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDu1efMMNZ .modal-footer {
    padding: 1rem;
  }
}
.cid-tDu1efMMNZ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tDu1efMMNZ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tDu1efMMNZ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tDu1efMMNZ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tDu1efMMNZ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tDu1efMMNZ .modal-lg,
  .cid-tDu1efMMNZ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tDu1efMMNZ .modal-xl {
    max-width: 1140px;
  }
}
.cid-tDu1efMMNZ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tDu1efMMNZ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tDu1efMMNZ .form-group {
  margin-bottom: 1rem;
}
.cid-tDu1efMMNZ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tDu1efMMNZ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tDu1efMMNZ .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tDu1efMMNZ .mbr-section-btn {
  margin: 0;
}
.cid-tDu1efMMNZ .mbr-section-btn .btn {
  margin: 0;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

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

.form-check-input:checked {
    background-color: #ee964b;
    border-color: #fbae7d;
}
.form-check-input:focus{
    border-color:#fbae7d;
    outline:0;
    box-shadow:0 0 0 .25rem rgba(251, 174, 125,.25)
}

.on-pointer{
    cursor: pointer;
}

@keyframes ani-rotate {
  0% {
    color: black;
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    color: #ee964b;
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    color: #086775;
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes ani-waviy {
  0%,40%,100% {
    transform: translateY(0);
  }
  20% {
    color: #086775;
    transform: translateY(-5px);
  }
}

@keyframes ani-popoutin {
  0% {
    color: black;
    transform: scale(0);
    opacity: 0;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  25% {
    color: #086775;
    transform: scale(2);
    opacity: 1;
    text-shadow: 3px 10px 5px rgba(0, 0, 0, 0.5);
  }
  50% {
    color: black;
    transform: scale(1);
    opacity: 1;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
  }
}
.cid-tCjri4djtJ {
  z-index: 1000;
  width: 100%;
}
.cid-tCjri4djtJ nav.navbar {
  position: fixed;
}
.cid-tCjri4djtJ .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-tCjri4djtJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 575px) {
  .cid-tCjri4djtJ .dropdown-menu a {
    font-size: 1.5rem;
  }
}
.cid-tCjri4djtJ .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-tCjri4djtJ .dropdown-item:hover,
.cid-tCjri4djtJ .dropdown-item:focus {
  background: rgba(127, 127, 127, 0.5) !important;
  color: white !important;
}
.cid-tCjri4djtJ .dropdown-item:hover span {
  color: white;
}
.cid-tCjri4djtJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCjri4djtJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCjri4djtJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-tCjri4djtJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCjri4djtJ .nav-link {
  position: relative;
}
.cid-tCjri4djtJ .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-tCjri4djtJ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-tCjri4djtJ .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-tCjri4djtJ .iconfont-wrapper:hover .mbr-iconfont {
  color: #ee964b;
}
.cid-tCjri4djtJ .dropdown-menu,
.cid-tCjri4djtJ .navbar.opened {
  background: #1a2229 !important;
}
.cid-tCjri4djtJ .nav-item:focus,
.cid-tCjri4djtJ .nav-link:focus {
  outline: none;
}
.cid-tCjri4djtJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCjri4djtJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCjri4djtJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCjri4djtJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCjri4djtJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCjri4djtJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCjri4djtJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 34, 41, 0.9);
  padding: 0 !important;
}
.cid-tCjri4djtJ .navbar.opened {
  transition: all 0.3s;
}
.cid-tCjri4djtJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCjri4djtJ .navbar .navbar-logo img {
  width: auto;
}
@media (max-width: 991px) {
  .cid-tCjri4djtJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCjri4djtJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCjri4djtJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCjri4djtJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCjri4djtJ .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-tCjri4djtJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCjri4djtJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCjri4djtJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tCjri4djtJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCjri4djtJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tCjri4djtJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCjri4djtJ .navbar.collapsed {
  justify-content: center;
}
.cid-tCjri4djtJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCjri4djtJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tCjri4djtJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCjri4djtJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCjri4djtJ .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-tCjri4djtJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCjri4djtJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCjri4djtJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-tCjri4djtJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-tCjri4djtJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCjri4djtJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCjri4djtJ .dropdown-item.active,
.cid-tCjri4djtJ .dropdown-item:active {
  background-color: transparent;
}
.cid-tCjri4djtJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCjri4djtJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCjri4djtJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCjri4djtJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a2229;
}
.cid-tCjri4djtJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCjri4djtJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCjri4djtJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCjri4djtJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCjri4djtJ button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCjri4djtJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tCjri4djtJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCjri4djtJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCjri4djtJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCjri4djtJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCjri4djtJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCjri4djtJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCjri4djtJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCjri4djtJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCjri4djtJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCjri4djtJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCjri4djtJ .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-tCjri4djtJ .navbar {
    height: 70px;
  }
  .cid-tCjri4djtJ .navbar.opened {
    height: auto;
  }
  .cid-tCjri4djtJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCjri4djtJ .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-tCjri4djtJ .navbar-toggler {
  margin-left: 10px;
}
.cid-tCjri4djtJ .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #232323;
}
.cid-tCjri4djtJ .navbar-logo {
  margin-right: 0 !important;
}
.cid-tCjri4djtJ .mbr-text {
  width: 100%;
  color: #BF9341;
}
@media (max-width: 575px) {
  .cid-tCjri4djtJ .mbr-text {
    display: none;
  }
}
.cid-tCjri4djtJ .navbar-collapse {
  padding-top: 40px !important;
}
.cid-tCjri4djtJ .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tCjri4djtJ .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tCjsA5PKLV {
  padding-top: 11rem;
  padding-bottom: 6rem;
  background-color: #f5f4ed;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
@media (max-width: 575px) {
  .cid-tCjsA5PKLV {
    padding-top: 7rem;
  }
}
.cid-tCjsA5PKLV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCjsA5PKLV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCjsA5PKLV .section-border-item {
  background-color: #fcdb42;
}
.cid-tCjsA5PKLV .card-title {
  color: #232323;
  text-align: center;
}
.cid-tCjsA5PKLV .card-subtitle {
  color: #232323;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-tCjsA5PKLV .card-subtitle {
    margin-top: 0.75rem;
  }
}
.cid-tCjsA5PKLV .card-text {
  color: #232323;
  margin-top: 1rem;
  font-size: 1.1rem;
}
@media (max-width: 767px) {
  .cid-tCjsA5PKLV .card-text {
    margin-top: 0.75rem;
  }
}
.cid-tCjri7OdN5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-tCjri7OdN5 .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tCjri7OdN5 h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-tCjri7OdN5 h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tCjri7OdN5 h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tCjri7OdN5 .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-tCjri7OdN5 .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-tCjri7OdN5 .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tCjri7OdN5 .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-tCjri7OdN5 .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tCjri7OdN5 .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tCjri7OdN5 .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-tCjri7OdN5 .mbr-section-title,
.cid-tCjri7OdN5 .social-list {
  color: #232323;
}
@media (max-width: 768px) {
  .cid-tCjri7OdN5 h2:before,
  .cid-tCjri7OdN5 h2:after {
    display: none;
  }
}
.cid-tCjri8KDAe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-tCjri8KDAe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCjri8KDAe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCjri8KDAe .bottom-menu {
  font-size: 1rem;
  margin-bottom: 1.2rem;
}
.cid-tCjri8KDAe .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tCjri8KDAe .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tCjri8KDAe .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tCjri8KDAe .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tCjri8KDAe .container {
    max-width: 100%;
  }
  .cid-tCjri8KDAe .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tCjri8KDAe .item-wrap {
  width: 100%;
}
.cid-tCjri8KDAe .navbar-brand {
  display: flex;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 30px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tCjri8KDAe .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tCjri8KDAe .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tCjri8KDAe .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tCjri8KDAe .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tCjri8KDAe .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tCjri8KDAe .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tCjri8KDAe .copyright {
  color: #f5f4ed;
  padding: 0;
  width: 100%;
}
.cid-tDu1efM3Ot.popup-builder {
  background-color: #ffffff;
}
.cid-tDu1efM3Ot.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tDu1efM3Ot.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tDu1efM3Ot .modal-content,
.cid-tDu1efM3Ot .modal-dialog {
  height: auto;
}
.cid-tDu1efM3Ot .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tDu1efM3Ot .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tDu1efM3Ot .form-wrapper .mbr-form .form-group,
  .cid-tDu1efM3Ot .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tDu1efM3Ot .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tDu1efM3Ot .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tDu1efM3Ot .mbr-text {
  text-align: center;
}
.cid-tDu1efM3Ot .pt-0 {
  padding-top: 0 !important;
}
.cid-tDu1efM3Ot .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tDu1efM3Ot .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tDu1efM3Ot .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tDu1efM3Ot .modal-open {
  overflow: hidden;
}
.cid-tDu1efM3Ot .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tDu1efM3Ot .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tDu1efM3Ot .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tDu1efM3Ot .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tDu1efM3Ot .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tDu1efM3Ot .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tDu1efM3Ot .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tDu1efM3Ot .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tDu1efM3Ot .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tDu1efM3Ot .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tDu1efM3Ot .modal-backdrop.fade {
  opacity: 0;
}
.cid-tDu1efM3Ot .modal-backdrop.show {
  opacity: .5;
}
.cid-tDu1efM3Ot .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tDu1efM3Ot .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tDu1efM3Ot .modal-header {
    padding: 1rem;
  }
}
.cid-tDu1efM3Ot .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tDu1efM3Ot .modal-header .close svg {
  fill: #353535;
}
.cid-tDu1efM3Ot .modal-header .close:hover {
  opacity: 1;
}
.cid-tDu1efM3Ot .modal-header .close:focus {
  outline: none;
}
.cid-tDu1efM3Ot .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tDu1efM3Ot .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tDu1efM3Ot .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDu1efM3Ot .modal-body {
    padding: 1rem;
  }
}
.cid-tDu1efM3Ot .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tDu1efM3Ot .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDu1efM3Ot .modal-footer {
    padding: 1rem;
  }
}
.cid-tDu1efM3Ot .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tDu1efM3Ot .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tDu1efM3Ot .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tDu1efM3Ot .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tDu1efM3Ot .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tDu1efM3Ot .modal-lg,
  .cid-tDu1efM3Ot .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tDu1efM3Ot .modal-xl {
    max-width: 1140px;
  }
}
.cid-tDu1efM3Ot .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tDu1efM3Ot .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tDu1efM3Ot .form-group {
  margin-bottom: 1rem;
}
.cid-tDu1efM3Ot .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tDu1efM3Ot .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tDu1efM3Ot .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tDu1efM3Ot .mbr-section-btn {
  margin: 0;
}
.cid-tDu1efM3Ot .mbr-section-btn .btn {
  margin: 0;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

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

.form-check-input:checked {
    background-color: #ee964b;
    border-color: #fbae7d;
}
.form-check-input:focus{
    border-color:#fbae7d;
    outline:0;
    box-shadow:0 0 0 .25rem rgba(251, 174, 125,.25)
}

.on-pointer{
    cursor: pointer;
}

@keyframes ani-rotate {
  0% {
    color: black;
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    color: #ee964b;
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    color: #086775;
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes ani-waviy {
  0%,40%,100% {
    transform: translateY(0);
  }
  20% {
    color: #086775;
    transform: translateY(-5px);
  }
}

@keyframes ani-popoutin {
  0% {
    color: black;
    transform: scale(0);
    opacity: 0;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  25% {
    color: #086775;
    transform: scale(2);
    opacity: 1;
    text-shadow: 3px 10px 5px rgba(0, 0, 0, 0.5);
  }
  50% {
    color: black;
    transform: scale(1);
    opacity: 1;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
  }
}
.cid-tCjxJ1J4oA {
  z-index: 1000;
  width: 100%;
}
.cid-tCjxJ1J4oA nav.navbar {
  position: fixed;
}
.cid-tCjxJ1J4oA .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-tCjxJ1J4oA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 575px) {
  .cid-tCjxJ1J4oA .dropdown-menu a {
    font-size: 1.5rem;
  }
}
.cid-tCjxJ1J4oA .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-tCjxJ1J4oA .dropdown-item:hover,
.cid-tCjxJ1J4oA .dropdown-item:focus {
  background: rgba(127, 127, 127, 0.5) !important;
  color: white !important;
}
.cid-tCjxJ1J4oA .dropdown-item:hover span {
  color: white;
}
.cid-tCjxJ1J4oA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCjxJ1J4oA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCjxJ1J4oA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-tCjxJ1J4oA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCjxJ1J4oA .nav-link {
  position: relative;
}
.cid-tCjxJ1J4oA .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-tCjxJ1J4oA .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-tCjxJ1J4oA .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-tCjxJ1J4oA .iconfont-wrapper:hover .mbr-iconfont {
  color: #ee964b;
}
.cid-tCjxJ1J4oA .dropdown-menu,
.cid-tCjxJ1J4oA .navbar.opened {
  background: #1a2229 !important;
}
.cid-tCjxJ1J4oA .nav-item:focus,
.cid-tCjxJ1J4oA .nav-link:focus {
  outline: none;
}
.cid-tCjxJ1J4oA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCjxJ1J4oA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCjxJ1J4oA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCjxJ1J4oA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCjxJ1J4oA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCjxJ1J4oA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCjxJ1J4oA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 34, 41, 0.9);
  padding: 0 !important;
}
.cid-tCjxJ1J4oA .navbar.opened {
  transition: all 0.3s;
}
.cid-tCjxJ1J4oA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCjxJ1J4oA .navbar .navbar-logo img {
  width: auto;
}
@media (max-width: 991px) {
  .cid-tCjxJ1J4oA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCjxJ1J4oA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCjxJ1J4oA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCjxJ1J4oA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCjxJ1J4oA .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-tCjxJ1J4oA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCjxJ1J4oA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCjxJ1J4oA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tCjxJ1J4oA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCjxJ1J4oA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tCjxJ1J4oA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCjxJ1J4oA .navbar.collapsed {
  justify-content: center;
}
.cid-tCjxJ1J4oA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCjxJ1J4oA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tCjxJ1J4oA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCjxJ1J4oA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCjxJ1J4oA .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-tCjxJ1J4oA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCjxJ1J4oA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCjxJ1J4oA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-tCjxJ1J4oA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-tCjxJ1J4oA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCjxJ1J4oA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCjxJ1J4oA .dropdown-item.active,
.cid-tCjxJ1J4oA .dropdown-item:active {
  background-color: transparent;
}
.cid-tCjxJ1J4oA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCjxJ1J4oA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCjxJ1J4oA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCjxJ1J4oA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a2229;
}
.cid-tCjxJ1J4oA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCjxJ1J4oA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCjxJ1J4oA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCjxJ1J4oA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCjxJ1J4oA button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCjxJ1J4oA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tCjxJ1J4oA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCjxJ1J4oA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCjxJ1J4oA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCjxJ1J4oA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCjxJ1J4oA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCjxJ1J4oA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCjxJ1J4oA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCjxJ1J4oA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCjxJ1J4oA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCjxJ1J4oA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCjxJ1J4oA .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-tCjxJ1J4oA .navbar {
    height: 70px;
  }
  .cid-tCjxJ1J4oA .navbar.opened {
    height: auto;
  }
  .cid-tCjxJ1J4oA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCjxJ1J4oA .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-tCjxJ1J4oA .navbar-toggler {
  margin-left: 10px;
}
.cid-tCjxJ1J4oA .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #232323;
}
.cid-tCjxJ1J4oA .navbar-logo {
  margin-right: 0 !important;
}
.cid-tCjxJ1J4oA .mbr-text {
  width: 100%;
  color: #BF9341;
}
@media (max-width: 575px) {
  .cid-tCjxJ1J4oA .mbr-text {
    display: none;
  }
}
.cid-tCjxJ1J4oA .navbar-collapse {
  padding-top: 40px !important;
}
.cid-tCjxJ1J4oA .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tCjxJ1J4oA .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tCjxJ2Vrev {
  padding-top: 11rem;
  padding-bottom: 6rem;
  background-color: #f5f4ed;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
@media (max-width: 575px) {
  .cid-tCjxJ2Vrev {
    padding-top: 7rem;
  }
}
.cid-tCjxJ2Vrev .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCjxJ2Vrev .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCjxJ2Vrev .section-border-item {
  background-color: #fcdb42;
}
.cid-tCjxJ2Vrev .card-title {
  color: #232323;
  text-align: center;
}
.cid-tCjxJ2Vrev .card-subtitle {
  color: #232323;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-tCjxJ2Vrev .card-subtitle {
    margin-top: 0.75rem;
  }
}
.cid-tCjxJ2Vrev .card-text {
  color: #232323;
  margin-top: 1rem;
  font-size: 1.1rem;
}
@media (max-width: 767px) {
  .cid-tCjxJ2Vrev .card-text {
    margin-top: 0.75rem;
  }
}
.cid-tCjxJ44qjt {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-tCjxJ44qjt .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tCjxJ44qjt h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-tCjxJ44qjt h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tCjxJ44qjt h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tCjxJ44qjt .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-tCjxJ44qjt .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-tCjxJ44qjt .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tCjxJ44qjt .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-tCjxJ44qjt .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tCjxJ44qjt .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tCjxJ44qjt .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-tCjxJ44qjt .mbr-section-title,
.cid-tCjxJ44qjt .social-list {
  color: #232323;
}
@media (max-width: 768px) {
  .cid-tCjxJ44qjt h2:before,
  .cid-tCjxJ44qjt h2:after {
    display: none;
  }
}
.cid-tCjxJ54Kj0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-tCjxJ54Kj0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCjxJ54Kj0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCjxJ54Kj0 .bottom-menu {
  font-size: 1rem;
  margin-bottom: 1.2rem;
}
.cid-tCjxJ54Kj0 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tCjxJ54Kj0 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tCjxJ54Kj0 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tCjxJ54Kj0 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tCjxJ54Kj0 .container {
    max-width: 100%;
  }
  .cid-tCjxJ54Kj0 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tCjxJ54Kj0 .item-wrap {
  width: 100%;
}
.cid-tCjxJ54Kj0 .navbar-brand {
  display: flex;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 30px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tCjxJ54Kj0 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tCjxJ54Kj0 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tCjxJ54Kj0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tCjxJ54Kj0 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tCjxJ54Kj0 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tCjxJ54Kj0 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tCjxJ54Kj0 .copyright {
  color: #f5f4ed;
  padding: 0;
  width: 100%;
}
.cid-tDu1efNfOd.popup-builder {
  background-color: #ffffff;
}
.cid-tDu1efNfOd.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tDu1efNfOd.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tDu1efNfOd .modal-content,
.cid-tDu1efNfOd .modal-dialog {
  height: auto;
}
.cid-tDu1efNfOd .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tDu1efNfOd .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tDu1efNfOd .form-wrapper .mbr-form .form-group,
  .cid-tDu1efNfOd .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tDu1efNfOd .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tDu1efNfOd .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tDu1efNfOd .mbr-text {
  text-align: center;
}
.cid-tDu1efNfOd .pt-0 {
  padding-top: 0 !important;
}
.cid-tDu1efNfOd .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tDu1efNfOd .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tDu1efNfOd .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tDu1efNfOd .modal-open {
  overflow: hidden;
}
.cid-tDu1efNfOd .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tDu1efNfOd .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tDu1efNfOd .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tDu1efNfOd .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tDu1efNfOd .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tDu1efNfOd .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tDu1efNfOd .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tDu1efNfOd .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tDu1efNfOd .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tDu1efNfOd .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tDu1efNfOd .modal-backdrop.fade {
  opacity: 0;
}
.cid-tDu1efNfOd .modal-backdrop.show {
  opacity: .5;
}
.cid-tDu1efNfOd .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tDu1efNfOd .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tDu1efNfOd .modal-header {
    padding: 1rem;
  }
}
.cid-tDu1efNfOd .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tDu1efNfOd .modal-header .close svg {
  fill: #353535;
}
.cid-tDu1efNfOd .modal-header .close:hover {
  opacity: 1;
}
.cid-tDu1efNfOd .modal-header .close:focus {
  outline: none;
}
.cid-tDu1efNfOd .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tDu1efNfOd .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tDu1efNfOd .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDu1efNfOd .modal-body {
    padding: 1rem;
  }
}
.cid-tDu1efNfOd .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tDu1efNfOd .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDu1efNfOd .modal-footer {
    padding: 1rem;
  }
}
.cid-tDu1efNfOd .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tDu1efNfOd .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tDu1efNfOd .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tDu1efNfOd .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tDu1efNfOd .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tDu1efNfOd .modal-lg,
  .cid-tDu1efNfOd .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tDu1efNfOd .modal-xl {
    max-width: 1140px;
  }
}
.cid-tDu1efNfOd .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tDu1efNfOd .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tDu1efNfOd .form-group {
  margin-bottom: 1rem;
}
.cid-tDu1efNfOd .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tDu1efNfOd .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tDu1efNfOd .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tDu1efNfOd .mbr-section-btn {
  margin: 0;
}
.cid-tDu1efNfOd .mbr-section-btn .btn {
  margin: 0;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

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

.form-check-input:checked {
    background-color: #ee964b;
    border-color: #fbae7d;
}
.form-check-input:focus{
    border-color:#fbae7d;
    outline:0;
    box-shadow:0 0 0 .25rem rgba(251, 174, 125,.25)
}

.on-pointer{
    cursor: pointer;
}

@keyframes ani-rotate {
  0% {
    color: black;
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    color: #ee964b;
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    color: #086775;
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes ani-waviy {
  0%,40%,100% {
    transform: translateY(0);
  }
  20% {
    color: #086775;
    transform: translateY(-5px);
  }
}

@keyframes ani-popoutin {
  0% {
    color: black;
    transform: scale(0);
    opacity: 0;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  25% {
    color: #086775;
    transform: scale(2);
    opacity: 1;
    text-shadow: 3px 10px 5px rgba(0, 0, 0, 0.5);
  }
  50% {
    color: black;
    transform: scale(1);
    opacity: 1;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
  }
}
.cid-tCkUddSONU {
  z-index: 1000;
  width: 100%;
}
.cid-tCkUddSONU nav.navbar {
  position: fixed;
}
.cid-tCkUddSONU .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-tCkUddSONU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 575px) {
  .cid-tCkUddSONU .dropdown-menu a {
    font-size: 1.5rem;
  }
}
.cid-tCkUddSONU .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-tCkUddSONU .dropdown-item:hover,
.cid-tCkUddSONU .dropdown-item:focus {
  background: rgba(127, 127, 127, 0.5) !important;
  color: white !important;
}
.cid-tCkUddSONU .dropdown-item:hover span {
  color: white;
}
.cid-tCkUddSONU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCkUddSONU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCkUddSONU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-tCkUddSONU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCkUddSONU .nav-link {
  position: relative;
}
.cid-tCkUddSONU .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-tCkUddSONU .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-tCkUddSONU .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-tCkUddSONU .iconfont-wrapper:hover .mbr-iconfont {
  color: #ee964b;
}
.cid-tCkUddSONU .dropdown-menu,
.cid-tCkUddSONU .navbar.opened {
  background: #1a2229 !important;
}
.cid-tCkUddSONU .nav-item:focus,
.cid-tCkUddSONU .nav-link:focus {
  outline: none;
}
.cid-tCkUddSONU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCkUddSONU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCkUddSONU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCkUddSONU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCkUddSONU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCkUddSONU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCkUddSONU .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 34, 41, 0.9);
  padding: 0 !important;
}
.cid-tCkUddSONU .navbar.opened {
  transition: all 0.3s;
}
.cid-tCkUddSONU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCkUddSONU .navbar .navbar-logo img {
  width: auto;
}
@media (max-width: 991px) {
  .cid-tCkUddSONU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCkUddSONU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCkUddSONU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCkUddSONU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCkUddSONU .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-tCkUddSONU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCkUddSONU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCkUddSONU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tCkUddSONU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCkUddSONU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tCkUddSONU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCkUddSONU .navbar.collapsed {
  justify-content: center;
}
.cid-tCkUddSONU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCkUddSONU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tCkUddSONU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCkUddSONU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCkUddSONU .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-tCkUddSONU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCkUddSONU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCkUddSONU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-tCkUddSONU .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-tCkUddSONU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCkUddSONU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCkUddSONU .dropdown-item.active,
.cid-tCkUddSONU .dropdown-item:active {
  background-color: transparent;
}
.cid-tCkUddSONU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCkUddSONU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCkUddSONU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCkUddSONU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a2229;
}
.cid-tCkUddSONU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCkUddSONU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCkUddSONU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCkUddSONU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCkUddSONU button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCkUddSONU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tCkUddSONU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCkUddSONU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCkUddSONU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCkUddSONU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCkUddSONU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCkUddSONU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCkUddSONU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCkUddSONU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCkUddSONU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCkUddSONU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCkUddSONU .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-tCkUddSONU .navbar {
    height: 70px;
  }
  .cid-tCkUddSONU .navbar.opened {
    height: auto;
  }
  .cid-tCkUddSONU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCkUddSONU .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-tCkUddSONU .navbar-toggler {
  margin-left: 10px;
}
.cid-tCkUddSONU .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #232323;
}
.cid-tCkUddSONU .navbar-logo {
  margin-right: 0 !important;
}
.cid-tCkUddSONU .mbr-text {
  width: 100%;
  color: #BF9341;
}
@media (max-width: 575px) {
  .cid-tCkUddSONU .mbr-text {
    display: none;
  }
}
.cid-tCkUddSONU .navbar-collapse {
  padding-top: 40px !important;
}
.cid-tCkUddSONU .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tCkUddSONU .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tCkVduJDdg {
  padding-top: 165px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tCkVduJDdg .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tCkVduJDdg input::-webkit-clear-button {
  display: none;
}
.cid-tCkVduJDdg input::-webkit-inner-spin-button {
  display: none;
}
.cid-tCkVduJDdg input::-webkit-outer-spin-button {
  display: none;
}
.cid-tCkVduJDdg input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tCkUdmxm2u {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-tCkUdmxm2u .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tCkUdmxm2u h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-tCkUdmxm2u h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tCkUdmxm2u h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tCkUdmxm2u .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-tCkUdmxm2u .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-tCkUdmxm2u .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tCkUdmxm2u .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-tCkUdmxm2u .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tCkUdmxm2u .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tCkUdmxm2u .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-tCkUdmxm2u .mbr-section-title,
.cid-tCkUdmxm2u .social-list {
  color: #232323;
}
@media (max-width: 768px) {
  .cid-tCkUdmxm2u h2:before,
  .cid-tCkUdmxm2u h2:after {
    display: none;
  }
}
.cid-tCkUdo5cQ5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-tCkUdo5cQ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCkUdo5cQ5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCkUdo5cQ5 .bottom-menu {
  font-size: 1rem;
  margin-bottom: 1.2rem;
}
.cid-tCkUdo5cQ5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tCkUdo5cQ5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tCkUdo5cQ5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tCkUdo5cQ5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tCkUdo5cQ5 .container {
    max-width: 100%;
  }
  .cid-tCkUdo5cQ5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tCkUdo5cQ5 .item-wrap {
  width: 100%;
}
.cid-tCkUdo5cQ5 .navbar-brand {
  display: flex;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 30px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tCkUdo5cQ5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tCkUdo5cQ5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tCkUdo5cQ5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tCkUdo5cQ5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tCkUdo5cQ5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tCkUdo5cQ5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tCkUdo5cQ5 .copyright {
  color: #f5f4ed;
  padding: 0;
  width: 100%;
}
.cid-tDu1efNJZY.popup-builder {
  background-color: #ffffff;
}
.cid-tDu1efNJZY.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tDu1efNJZY.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tDu1efNJZY .modal-content,
.cid-tDu1efNJZY .modal-dialog {
  height: auto;
}
.cid-tDu1efNJZY .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tDu1efNJZY .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tDu1efNJZY .form-wrapper .mbr-form .form-group,
  .cid-tDu1efNJZY .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tDu1efNJZY .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tDu1efNJZY .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tDu1efNJZY .mbr-text {
  text-align: center;
}
.cid-tDu1efNJZY .pt-0 {
  padding-top: 0 !important;
}
.cid-tDu1efNJZY .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tDu1efNJZY .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tDu1efNJZY .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tDu1efNJZY .modal-open {
  overflow: hidden;
}
.cid-tDu1efNJZY .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tDu1efNJZY .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tDu1efNJZY .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tDu1efNJZY .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tDu1efNJZY .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tDu1efNJZY .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tDu1efNJZY .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tDu1efNJZY .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tDu1efNJZY .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tDu1efNJZY .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tDu1efNJZY .modal-backdrop.fade {
  opacity: 0;
}
.cid-tDu1efNJZY .modal-backdrop.show {
  opacity: .5;
}
.cid-tDu1efNJZY .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tDu1efNJZY .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tDu1efNJZY .modal-header {
    padding: 1rem;
  }
}
.cid-tDu1efNJZY .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tDu1efNJZY .modal-header .close svg {
  fill: #353535;
}
.cid-tDu1efNJZY .modal-header .close:hover {
  opacity: 1;
}
.cid-tDu1efNJZY .modal-header .close:focus {
  outline: none;
}
.cid-tDu1efNJZY .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tDu1efNJZY .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tDu1efNJZY .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDu1efNJZY .modal-body {
    padding: 1rem;
  }
}
.cid-tDu1efNJZY .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tDu1efNJZY .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDu1efNJZY .modal-footer {
    padding: 1rem;
  }
}
.cid-tDu1efNJZY .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tDu1efNJZY .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tDu1efNJZY .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tDu1efNJZY .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tDu1efNJZY .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tDu1efNJZY .modal-lg,
  .cid-tDu1efNJZY .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tDu1efNJZY .modal-xl {
    max-width: 1140px;
  }
}
.cid-tDu1efNJZY .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tDu1efNJZY .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tDu1efNJZY .form-group {
  margin-bottom: 1rem;
}
.cid-tDu1efNJZY .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tDu1efNJZY .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tDu1efNJZY .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tDu1efNJZY .mbr-section-btn {
  margin: 0;
}
.cid-tDu1efNJZY .mbr-section-btn .btn {
  margin: 0;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (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;
  }
}

.form-check-input:checked {
    background-color: #ee964b;
    border-color: #fbae7d;
}
.form-check-input:focus{
    border-color:#fbae7d;
    outline:0;
    box-shadow:0 0 0 .25rem rgba(251, 174, 125,.25)
}

.on-pointer{
    cursor: pointer;
}

@keyframes ani-rotate {
  0% {
    color: black;
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    color: #ee964b;
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    color: #086775;
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes ani-waviy {
  0%,40%,100% {
    transform: translateY(0);
  }
  20% {
    color: #086775;
    transform: translateY(-5px);
  }
}

@keyframes ani-popoutin {
  0% {
    color: black;
    transform: scale(0);
    opacity: 0;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  25% {
    color: #086775;
    transform: scale(2);
    opacity: 1;
    text-shadow: 3px 10px 5px rgba(0, 0, 0, 0.5);
  }
  50% {
    color: black;
    transform: scale(1);
    opacity: 1;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
  }
}
.cid-tCpXNDRogv {
  z-index: 1000;
  width: 100%;
}
.cid-tCpXNDRogv nav.navbar {
  position: fixed;
}
.cid-tCpXNDRogv .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-tCpXNDRogv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 575px) {
  .cid-tCpXNDRogv .dropdown-menu a {
    font-size: 1.5rem;
  }
}
.cid-tCpXNDRogv .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-tCpXNDRogv .dropdown-item:hover,
.cid-tCpXNDRogv .dropdown-item:focus {
  background: rgba(127, 127, 127, 0.5) !important;
  color: white !important;
}
.cid-tCpXNDRogv .dropdown-item:hover span {
  color: white;
}
.cid-tCpXNDRogv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCpXNDRogv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCpXNDRogv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-tCpXNDRogv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCpXNDRogv .nav-link {
  position: relative;
}
.cid-tCpXNDRogv .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-tCpXNDRogv .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-tCpXNDRogv .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-tCpXNDRogv .iconfont-wrapper:hover .mbr-iconfont {
  color: #ee964b;
}
.cid-tCpXNDRogv .dropdown-menu,
.cid-tCpXNDRogv .navbar.opened {
  background: #1a2229 !important;
}
.cid-tCpXNDRogv .nav-item:focus,
.cid-tCpXNDRogv .nav-link:focus {
  outline: none;
}
.cid-tCpXNDRogv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCpXNDRogv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCpXNDRogv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCpXNDRogv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCpXNDRogv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCpXNDRogv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCpXNDRogv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 34, 41, 0.9);
  padding: 0 !important;
}
.cid-tCpXNDRogv .navbar.opened {
  transition: all 0.3s;
}
.cid-tCpXNDRogv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCpXNDRogv .navbar .navbar-logo img {
  width: auto;
}
@media (max-width: 991px) {
  .cid-tCpXNDRogv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCpXNDRogv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCpXNDRogv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCpXNDRogv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCpXNDRogv .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-tCpXNDRogv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCpXNDRogv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCpXNDRogv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tCpXNDRogv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCpXNDRogv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tCpXNDRogv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCpXNDRogv .navbar.collapsed {
  justify-content: center;
}
.cid-tCpXNDRogv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCpXNDRogv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tCpXNDRogv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCpXNDRogv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCpXNDRogv .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-tCpXNDRogv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCpXNDRogv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCpXNDRogv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-tCpXNDRogv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-tCpXNDRogv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCpXNDRogv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCpXNDRogv .dropdown-item.active,
.cid-tCpXNDRogv .dropdown-item:active {
  background-color: transparent;
}
.cid-tCpXNDRogv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCpXNDRogv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCpXNDRogv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCpXNDRogv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a2229;
}
.cid-tCpXNDRogv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCpXNDRogv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCpXNDRogv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCpXNDRogv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCpXNDRogv button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCpXNDRogv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tCpXNDRogv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCpXNDRogv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCpXNDRogv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCpXNDRogv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCpXNDRogv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCpXNDRogv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCpXNDRogv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCpXNDRogv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCpXNDRogv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCpXNDRogv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCpXNDRogv .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-tCpXNDRogv .navbar {
    height: 70px;
  }
  .cid-tCpXNDRogv .navbar.opened {
    height: auto;
  }
  .cid-tCpXNDRogv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCpXNDRogv .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-tCpXNDRogv .navbar-toggler {
  margin-left: 10px;
}
.cid-tCpXNDRogv .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #232323;
}
.cid-tCpXNDRogv .navbar-logo {
  margin-right: 0 !important;
}
.cid-tCpXNDRogv .mbr-text {
  width: 100%;
  color: #BF9341;
}
@media (max-width: 575px) {
  .cid-tCpXNDRogv .mbr-text {
    display: none;
  }
}
.cid-tCpXNDRogv .navbar-collapse {
  padding-top: 40px !important;
}
.cid-tCpXNDRogv .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tCpXNDRogv .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tCpYLY79B3 {
  padding-top: 15rem;
  padding-bottom: 5rem;
  background-color: #003440;
}
.cid-tCpYLY79B3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCpYLY79B3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCpYLY79B3 .row {
    padding: 0 24px;
  }
}
@media (max-width: 991px) {
  .cid-tCpYLY79B3 {
    padding-top: 8rem;
  }
}
.cid-tCpYLY79B3 .text-wrapper {
  padding: 0 0 0 110px;
}
@media (max-width: 992px) {
  .cid-tCpYLY79B3 .text-wrapper {
    margin: 0 0 32px 0;
    padding: 0;
  }
}
.cid-tCpYLY79B3 .text-wrapper .mbr-section-title {
  margin-bottom: 28px;
}
.cid-tCpYLY79B3 .text-wrapper .mbr-text {
  margin-bottom: 48px;
  line-height: 1.7rem;
}
.cid-tCpYLY79B3 .image-wrap {
  display: flex;
}
.cid-tCpYLY79B3 .image-wrap .image-wrapper:first-child {
  padding: 7rem 20px 0 0;
}
.cid-tCpYLY79B3 .image-wrap .image-wrapper:first-child .image {
  max-width: 290px;
}
.cid-tCpYLY79B3 .image-wrap .image-wrapper .image {
  max-width: 290px;
  height: 350px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tCpYLY79B3 .image-wrap .image-wrapper .image {
    border-radius: 20px !important;
  }
}
@media (max-width: 425px) {
  .cid-tCpYLY79B3 .image-wrap .image-wrapper .image {
    height: 200px;
  }
}
.cid-tCpYLY79B3 .mbr-section-title {
  color: #ffe4c1;
}
.cid-tCpYLY79B3 .mbr-text {
  color: #ffe4c1;
}
.cid-tD9Q8EPtMK {
  background-color: #003440 !important;
  padding-bottom: 5rem;
  border: 18px solid #003440;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-tD9Q8EPtMK {
    border: 8px solid #003440;
    margin-top: -8px;
  }
}
.cid-tD9Q8EPtMK .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-tD9Q8EPtMK .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #086775;
}
.cid-tD9Q8EPtMK .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD9Q8EPtMK .row .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tD9Q8EPtMK .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-tD9Q8EPtMK .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-tD9Q8EPtMK .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tD9Q8EPtMK .embla__slide .card-wrap {
  width: 100%;
  background-color: #ffffff;
  padding: 32px;
  border-radius: 1.2em;
}
@media (max-width: 768px) {
  .cid-tD9Q8EPtMK .embla__slide .card-wrap {
    padding: 16px;
  }
}
.cid-tD9Q8EPtMK .embla__slide .card-wrap .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tD9Q8EPtMK .embla__slide .card-wrap .content-wrap .mbr-role {
  margin-bottom: 32px;
}
.cid-tD9Q8EPtMK .embla__slide .card-wrap .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tD9Q8EPtMK .embla__button--next,
.cid-tD9Q8EPtMK .embla__button--prev {
  display: flex;
}
.cid-tD9Q8EPtMK .embla__button {
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent;
  color: #7f7f7f;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tD9Q8EPtMK .embla__button {
    display: none;
  }
}
.cid-tD9Q8EPtMK .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tD9Q8EPtMK .embla__button:hover {
  background: transparent;
  color: #7f7f7f;
}
.cid-tD9Q8EPtMK .embla__button.embla__button--prev {
  left: -2rem;
  margin-left: 0;
}
@media (max-width: 992px) {
  .cid-tD9Q8EPtMK .embla__button.embla__button--prev {
    left: 1rem;
  }
}
.cid-tD9Q8EPtMK .embla__button.embla__button--next {
  right: -2rem;
  margin-right: 0;
}
@media (max-width: 992px) {
  .cid-tD9Q8EPtMK .embla__button.embla__button--next {
    right: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-tD9Q8EPtMK .embla__button {
    top: auto;
    bottom: -1.8rem;
  }
}
.cid-tD9Q8EPtMK .embla {
  position: relative;
  width: 100%;
}
.cid-tD9Q8EPtMK .embla__viewport {
  overflow: hidden;
  width: 100%;
  border: none;
}
.cid-tD9Q8EPtMK .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tD9Q8EPtMK .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tD9Q8EPtMK .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tD9Q8EPtMK .mbr-section-title {
  color: #e14c02;
  text-align: center;
}
.cid-tD9Q8EPtMK .mbr-role {
  color: #000000;
  text-align: center;
}
.cid-tD9Q8EPtMK .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tCpXNGBrC0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-tCpXNGBrC0 .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tCpXNGBrC0 h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-tCpXNGBrC0 h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tCpXNGBrC0 h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tCpXNGBrC0 .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-tCpXNGBrC0 .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-tCpXNGBrC0 .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tCpXNGBrC0 .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-tCpXNGBrC0 .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tCpXNGBrC0 .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tCpXNGBrC0 .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-tCpXNGBrC0 .mbr-section-title,
.cid-tCpXNGBrC0 .social-list {
  color: #232323;
}
@media (max-width: 768px) {
  .cid-tCpXNGBrC0 h2:before,
  .cid-tCpXNGBrC0 h2:after {
    display: none;
  }
}
.cid-tCpXNHm2Dp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-tCpXNHm2Dp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCpXNHm2Dp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCpXNHm2Dp .bottom-menu {
  font-size: 1rem;
  margin-bottom: 1.2rem;
}
.cid-tCpXNHm2Dp .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tCpXNHm2Dp .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tCpXNHm2Dp .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tCpXNHm2Dp .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tCpXNHm2Dp .container {
    max-width: 100%;
  }
  .cid-tCpXNHm2Dp .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tCpXNHm2Dp .item-wrap {
  width: 100%;
}
.cid-tCpXNHm2Dp .navbar-brand {
  display: flex;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 30px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tCpXNHm2Dp .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tCpXNHm2Dp .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tCpXNHm2Dp .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tCpXNHm2Dp .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tCpXNHm2Dp .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tCpXNHm2Dp .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tCpXNHm2Dp .copyright {
  color: #f5f4ed;
  padding: 0;
  width: 100%;
}
.cid-tDu1efNfmV.popup-builder {
  background-color: #ffffff;
}
.cid-tDu1efNfmV.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tDu1efNfmV.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tDu1efNfmV .modal-content,
.cid-tDu1efNfmV .modal-dialog {
  height: auto;
}
.cid-tDu1efNfmV .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tDu1efNfmV .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tDu1efNfmV .form-wrapper .mbr-form .form-group,
  .cid-tDu1efNfmV .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tDu1efNfmV .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tDu1efNfmV .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tDu1efNfmV .mbr-text {
  text-align: center;
}
.cid-tDu1efNfmV .pt-0 {
  padding-top: 0 !important;
}
.cid-tDu1efNfmV .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tDu1efNfmV .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tDu1efNfmV .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tDu1efNfmV .modal-open {
  overflow: hidden;
}
.cid-tDu1efNfmV .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tDu1efNfmV .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tDu1efNfmV .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tDu1efNfmV .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tDu1efNfmV .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tDu1efNfmV .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tDu1efNfmV .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tDu1efNfmV .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tDu1efNfmV .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tDu1efNfmV .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tDu1efNfmV .modal-backdrop.fade {
  opacity: 0;
}
.cid-tDu1efNfmV .modal-backdrop.show {
  opacity: .5;
}
.cid-tDu1efNfmV .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tDu1efNfmV .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tDu1efNfmV .modal-header {
    padding: 1rem;
  }
}
.cid-tDu1efNfmV .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tDu1efNfmV .modal-header .close svg {
  fill: #353535;
}
.cid-tDu1efNfmV .modal-header .close:hover {
  opacity: 1;
}
.cid-tDu1efNfmV .modal-header .close:focus {
  outline: none;
}
.cid-tDu1efNfmV .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tDu1efNfmV .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tDu1efNfmV .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDu1efNfmV .modal-body {
    padding: 1rem;
  }
}
.cid-tDu1efNfmV .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tDu1efNfmV .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDu1efNfmV .modal-footer {
    padding: 1rem;
  }
}
.cid-tDu1efNfmV .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tDu1efNfmV .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tDu1efNfmV .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tDu1efNfmV .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tDu1efNfmV .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tDu1efNfmV .modal-lg,
  .cid-tDu1efNfmV .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tDu1efNfmV .modal-xl {
    max-width: 1140px;
  }
}
.cid-tDu1efNfmV .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tDu1efNfmV .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tDu1efNfmV .form-group {
  margin-bottom: 1rem;
}
.cid-tDu1efNfmV .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tDu1efNfmV .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tDu1efNfmV .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tDu1efNfmV .mbr-section-btn {
  margin: 0;
}
.cid-tDu1efNfmV .mbr-section-btn .btn {
  margin: 0;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.3;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (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;
  }
}

.form-check-input:checked {
    background-color: #ee964b;
    border-color: #fbae7d;
}
.form-check-input:focus{
    border-color:#fbae7d;
    outline:0;
    box-shadow:0 0 0 .25rem rgba(251, 174, 125,.25)
}

.on-pointer{
    cursor: pointer;
}

@keyframes ani-rotate {
  0% {
    color: black;
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    color: #ee964b;
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    color: #086775;
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes ani-waviy {
  0%,40%,100% {
    transform: translateY(0);
  }
  20% {
    color: #086775;
    transform: translateY(-5px);
  }
}

@keyframes ani-popoutin {
  0% {
    color: black;
    transform: scale(0);
    opacity: 0;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  25% {
    color: #086775;
    transform: scale(2);
    opacity: 1;
    text-shadow: 3px 10px 5px rgba(0, 0, 0, 0.5);
  }
  50% {
    color: black;
    transform: scale(1);
    opacity: 1;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
  }
}
.cid-tCm0KwBMwx {
  z-index: 1000;
  width: 100%;
}
.cid-tCm0KwBMwx nav.navbar {
  position: fixed;
}
.cid-tCm0KwBMwx .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-tCm0KwBMwx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 575px) {
  .cid-tCm0KwBMwx .dropdown-menu a {
    font-size: 1.5rem;
  }
}
.cid-tCm0KwBMwx .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-tCm0KwBMwx .dropdown-item:hover,
.cid-tCm0KwBMwx .dropdown-item:focus {
  background: rgba(127, 127, 127, 0.5) !important;
  color: white !important;
}
.cid-tCm0KwBMwx .dropdown-item:hover span {
  color: white;
}
.cid-tCm0KwBMwx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCm0KwBMwx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCm0KwBMwx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-tCm0KwBMwx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCm0KwBMwx .nav-link {
  position: relative;
}
.cid-tCm0KwBMwx .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-tCm0KwBMwx .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-tCm0KwBMwx .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-tCm0KwBMwx .iconfont-wrapper:hover .mbr-iconfont {
  color: #ee964b;
}
.cid-tCm0KwBMwx .dropdown-menu,
.cid-tCm0KwBMwx .navbar.opened {
  background: #1a2229 !important;
}
.cid-tCm0KwBMwx .nav-item:focus,
.cid-tCm0KwBMwx .nav-link:focus {
  outline: none;
}
.cid-tCm0KwBMwx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCm0KwBMwx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCm0KwBMwx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCm0KwBMwx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCm0KwBMwx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCm0KwBMwx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCm0KwBMwx .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 34, 41, 0.9);
  padding: 0 !important;
}
.cid-tCm0KwBMwx .navbar.opened {
  transition: all 0.3s;
}
.cid-tCm0KwBMwx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCm0KwBMwx .navbar .navbar-logo img {
  width: auto;
}
@media (max-width: 991px) {
  .cid-tCm0KwBMwx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCm0KwBMwx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCm0KwBMwx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCm0KwBMwx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCm0KwBMwx .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-tCm0KwBMwx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCm0KwBMwx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCm0KwBMwx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tCm0KwBMwx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCm0KwBMwx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tCm0KwBMwx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCm0KwBMwx .navbar.collapsed {
  justify-content: center;
}
.cid-tCm0KwBMwx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCm0KwBMwx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tCm0KwBMwx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCm0KwBMwx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCm0KwBMwx .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-tCm0KwBMwx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCm0KwBMwx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCm0KwBMwx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-tCm0KwBMwx .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-tCm0KwBMwx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCm0KwBMwx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCm0KwBMwx .dropdown-item.active,
.cid-tCm0KwBMwx .dropdown-item:active {
  background-color: transparent;
}
.cid-tCm0KwBMwx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCm0KwBMwx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCm0KwBMwx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCm0KwBMwx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a2229;
}
.cid-tCm0KwBMwx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCm0KwBMwx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCm0KwBMwx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCm0KwBMwx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCm0KwBMwx button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCm0KwBMwx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tCm0KwBMwx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCm0KwBMwx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCm0KwBMwx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCm0KwBMwx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCm0KwBMwx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCm0KwBMwx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCm0KwBMwx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCm0KwBMwx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCm0KwBMwx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCm0KwBMwx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCm0KwBMwx .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-tCm0KwBMwx .navbar {
    height: 70px;
  }
  .cid-tCm0KwBMwx .navbar.opened {
    height: auto;
  }
  .cid-tCm0KwBMwx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCm0KwBMwx .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-tCm0KwBMwx .navbar-toggler {
  margin-left: 10px;
}
.cid-tCm0KwBMwx .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #232323;
}
.cid-tCm0KwBMwx .navbar-logo {
  margin-right: 0 !important;
}
.cid-tCm0KwBMwx .mbr-text {
  width: 100%;
  color: #BF9341;
}
@media (max-width: 575px) {
  .cid-tCm0KwBMwx .mbr-text {
    display: none;
  }
}
.cid-tCm0KwBMwx .navbar-collapse {
  padding-top: 40px !important;
}
.cid-tCm0KwBMwx .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tCm0KwBMwx .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tCm0KxMWuE {
  padding-top: 11rem;
  padding-bottom: 1rem;
  background-color: #f5f4ed;
}
@media (max-width: 575px) {
  .cid-tCm0KxMWuE {
    padding-top: 7rem;
    padding-bottom: 0;
  }
}
.cid-tCm0KxMWuE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCm0KxMWuE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCm0KxMWuE .container,
.cid-tCm0KxMWuE .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tCm0KxMWuE .container,
  .cid-tCm0KxMWuE .container-fluid {
    padding: 0 20px;
  }
}
.cid-tCm0KxMWuE .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-tCm0KxMWuE .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-tCm0KxMWuE .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tCm0KxMWuE .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-tCm0KxMWuE .mbr-section-subtitle {
  color: #ee964b;
  text-align: center;
}
.cid-tDWwOce0XU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f5f4ed;
}
.cid-tDWwOce0XU .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
@media (max-width: 575px) {
  .cid-tDWwOce0XU {
    padding-bottom: 0;
  }
}
.cid-tDWwOce0XU form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-tDWwOce0XU form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-tDWwOce0XU .category-title {
  background-color: #086775;
  border-top-left-radius: .2rem;
  border-top-right-radius: .2rem;
  padding: .5rem 0;
  color: #fff;
}
.cid-tDWwOce0XU .category-title-value {
  height: 125px;
  overflow-y: auto;
  background-color: #fff;
  padding: .6rem 1.5rem;
  border-bottom-left-radius: .2rem;
  border-bottom-right-radius: .2rem;
}
.cid-tDWwOce0XU .class-category-select {
  color: #086775;
  font-weight: 700;
}
.cid-tDWwOce0XU .class-cate-multi {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.cid-tCm0KyosBp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f5f4ed;
}
.cid-tCm0KyosBp H4 {
  text-align: center;
}
.cid-tCm0KyosBp H3 {
  text-align: center;
}
.cid-tCm0KyosBp .item-img {
  border: 1px #eeeeee solid;
}
.cid-tCm0KyosBp .desc2 {
  color: #e43f3f;
  padding-top: 0px;
  display: none;
}
.cid-tCm0KyosBp .item-wrapper {
  transition: all 0.3s;
}
.cid-tCm0KyosBp .item-wrapper:hover {
  transform: translateY(-3px);
}
.cid-tCm0KyosBp .card {
  padding: 20px 22px 0;
  margin: auto;
  background: none;
  width: 80%;
  border-radius: 0;
}
.cid-tCm0KyosBp .desc1 {
  color: #1b745e;
}
.cid-tCm0KyosBp .features-image {
  padding-top: 32px;
}
.cid-tCm0KyosBp .features-image:first-child {
  padding-top: 0px;
}
.cid-tCm0KyosBp .features-image:nth-child(2) {
  padding-top: 0px;
}
.cid-tCm0KyosBp .features-image:nth-child(3) {
  padding-top: 0px;
}
.cid-tCm0KyosBp .features-image:nth-child(4) {
  padding-top: 0px;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-tCm0KyosBp .features-image {
    padding-top: 32px;
  }
  .cid-tCm0KyosBp .features-image:first-child {
    padding-top: 0px;
  }
  .cid-tCm0KyosBp .features-image:nth-child(2) {
    padding-top: 0px;
  }
  .cid-tCm0KyosBp .features-image:nth-child(3) {
    padding-top: 32px;
  }
  .cid-tCm0KyosBp .features-image:nth-child(4) {
    padding-top: 32px;
  }
}
@media (max-width: 574px) {
  .cid-tCm0KyosBp .features-image {
    padding-top: 32px;
  }
  .cid-tCm0KyosBp .features-image:first-child {
    padding-top: 0px;
  }
  .cid-tCm0KyosBp .features-image:nth-child(2) {
    padding-top: 32px;
  }
  .cid-tCm0KyosBp .features-image:nth-child(3) {
    padding-top: 32px;
  }
  .cid-tCm0KyosBp .features-image:nth-child(4) {
    padding-top: 32px;
  }
}
.cid-tCm0KyosBp .desc1,
.cid-tCm0KyosBp .iconfont-wrapper {
  color: #000000;
}
.cid-tCm0KAj0CK {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-tCm0KAj0CK .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tCm0KAj0CK h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-tCm0KAj0CK h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tCm0KAj0CK h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tCm0KAj0CK .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-tCm0KAj0CK .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-tCm0KAj0CK .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tCm0KAj0CK .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-tCm0KAj0CK .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tCm0KAj0CK .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tCm0KAj0CK .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-tCm0KAj0CK .mbr-section-title,
.cid-tCm0KAj0CK .social-list {
  color: #232323;
}
@media (max-width: 768px) {
  .cid-tCm0KAj0CK h2:before,
  .cid-tCm0KAj0CK h2:after {
    display: none;
  }
}
.cid-tCm0KBmdhi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-tCm0KBmdhi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCm0KBmdhi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCm0KBmdhi .bottom-menu {
  font-size: 1rem;
  margin-bottom: 1.2rem;
}
.cid-tCm0KBmdhi .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tCm0KBmdhi .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tCm0KBmdhi .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tCm0KBmdhi .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tCm0KBmdhi .container {
    max-width: 100%;
  }
  .cid-tCm0KBmdhi .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tCm0KBmdhi .item-wrap {
  width: 100%;
}
.cid-tCm0KBmdhi .navbar-brand {
  display: flex;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 30px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tCm0KBmdhi .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tCm0KBmdhi .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tCm0KBmdhi .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tCm0KBmdhi .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tCm0KBmdhi .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tCm0KBmdhi .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tCm0KBmdhi .copyright {
  color: #f5f4ed;
  padding: 0;
  width: 100%;
}
.cid-tDu1efOwr2.popup-builder {
  background-color: #ffffff;
}
.cid-tDu1efOwr2.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tDu1efOwr2.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tDu1efOwr2 .modal-content,
.cid-tDu1efOwr2 .modal-dialog {
  height: auto;
}
.cid-tDu1efOwr2 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tDu1efOwr2 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tDu1efOwr2 .form-wrapper .mbr-form .form-group,
  .cid-tDu1efOwr2 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tDu1efOwr2 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tDu1efOwr2 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tDu1efOwr2 .mbr-text {
  text-align: center;
}
.cid-tDu1efOwr2 .pt-0 {
  padding-top: 0 !important;
}
.cid-tDu1efOwr2 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tDu1efOwr2 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tDu1efOwr2 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tDu1efOwr2 .modal-open {
  overflow: hidden;
}
.cid-tDu1efOwr2 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tDu1efOwr2 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tDu1efOwr2 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tDu1efOwr2 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tDu1efOwr2 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tDu1efOwr2 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tDu1efOwr2 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tDu1efOwr2 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tDu1efOwr2 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tDu1efOwr2 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tDu1efOwr2 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tDu1efOwr2 .modal-backdrop.show {
  opacity: .5;
}
.cid-tDu1efOwr2 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tDu1efOwr2 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tDu1efOwr2 .modal-header {
    padding: 1rem;
  }
}
.cid-tDu1efOwr2 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tDu1efOwr2 .modal-header .close svg {
  fill: #353535;
}
.cid-tDu1efOwr2 .modal-header .close:hover {
  opacity: 1;
}
.cid-tDu1efOwr2 .modal-header .close:focus {
  outline: none;
}
.cid-tDu1efOwr2 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tDu1efOwr2 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tDu1efOwr2 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDu1efOwr2 .modal-body {
    padding: 1rem;
  }
}
.cid-tDu1efOwr2 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tDu1efOwr2 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDu1efOwr2 .modal-footer {
    padding: 1rem;
  }
}
.cid-tDu1efOwr2 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tDu1efOwr2 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tDu1efOwr2 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tDu1efOwr2 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tDu1efOwr2 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tDu1efOwr2 .modal-lg,
  .cid-tDu1efOwr2 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tDu1efOwr2 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tDu1efOwr2 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tDu1efOwr2 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tDu1efOwr2 .form-group {
  margin-bottom: 1rem;
}
.cid-tDu1efOwr2 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tDu1efOwr2 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tDu1efOwr2 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tDu1efOwr2 .mbr-section-btn {
  margin: 0;
}
.cid-tDu1efOwr2 .mbr-section-btn .btn {
  margin: 0;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.3;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (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;
  }
}

.form-check-input:checked {
    background-color: #ee964b;
    border-color: #fbae7d;
}
.form-check-input:focus{
    border-color:#fbae7d;
    outline:0;
    box-shadow:0 0 0 .25rem rgba(251, 174, 125,.25)
}

.on-pointer{
    cursor: pointer;
}

@keyframes ani-rotate {
  0% {
    color: black;
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    color: #ee964b;
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    color: #086775;
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes ani-waviy {
  0%,40%,100% {
    transform: translateY(0);
  }
  20% {
    color: #086775;
    transform: translateY(-5px);
  }
}

@keyframes ani-popoutin {
  0% {
    color: black;
    transform: scale(0);
    opacity: 0;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  25% {
    color: #086775;
    transform: scale(2);
    opacity: 1;
    text-shadow: 3px 10px 5px rgba(0, 0, 0, 0.5);
  }
  50% {
    color: black;
    transform: scale(1);
    opacity: 1;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
  }
}
.cid-tCpHMWeFqx {
  z-index: 1000;
  width: 100%;
}
.cid-tCpHMWeFqx nav.navbar {
  position: fixed;
}
.cid-tCpHMWeFqx .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-tCpHMWeFqx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 575px) {
  .cid-tCpHMWeFqx .dropdown-menu a {
    font-size: 1.5rem;
  }
}
.cid-tCpHMWeFqx .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-tCpHMWeFqx .dropdown-item:hover,
.cid-tCpHMWeFqx .dropdown-item:focus {
  background: rgba(127, 127, 127, 0.5) !important;
  color: white !important;
}
.cid-tCpHMWeFqx .dropdown-item:hover span {
  color: white;
}
.cid-tCpHMWeFqx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCpHMWeFqx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCpHMWeFqx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-tCpHMWeFqx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCpHMWeFqx .nav-link {
  position: relative;
}
.cid-tCpHMWeFqx .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-tCpHMWeFqx .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-tCpHMWeFqx .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-tCpHMWeFqx .iconfont-wrapper:hover .mbr-iconfont {
  color: #ee964b;
}
.cid-tCpHMWeFqx .dropdown-menu,
.cid-tCpHMWeFqx .navbar.opened {
  background: #1a2229 !important;
}
.cid-tCpHMWeFqx .nav-item:focus,
.cid-tCpHMWeFqx .nav-link:focus {
  outline: none;
}
.cid-tCpHMWeFqx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCpHMWeFqx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCpHMWeFqx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCpHMWeFqx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCpHMWeFqx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCpHMWeFqx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCpHMWeFqx .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 34, 41, 0.9);
  padding: 0 !important;
}
.cid-tCpHMWeFqx .navbar.opened {
  transition: all 0.3s;
}
.cid-tCpHMWeFqx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCpHMWeFqx .navbar .navbar-logo img {
  width: auto;
}
@media (max-width: 991px) {
  .cid-tCpHMWeFqx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCpHMWeFqx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCpHMWeFqx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCpHMWeFqx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCpHMWeFqx .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-tCpHMWeFqx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCpHMWeFqx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCpHMWeFqx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tCpHMWeFqx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCpHMWeFqx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tCpHMWeFqx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCpHMWeFqx .navbar.collapsed {
  justify-content: center;
}
.cid-tCpHMWeFqx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCpHMWeFqx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tCpHMWeFqx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCpHMWeFqx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCpHMWeFqx .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-tCpHMWeFqx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCpHMWeFqx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCpHMWeFqx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-tCpHMWeFqx .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-tCpHMWeFqx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCpHMWeFqx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCpHMWeFqx .dropdown-item.active,
.cid-tCpHMWeFqx .dropdown-item:active {
  background-color: transparent;
}
.cid-tCpHMWeFqx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCpHMWeFqx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCpHMWeFqx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCpHMWeFqx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a2229;
}
.cid-tCpHMWeFqx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCpHMWeFqx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCpHMWeFqx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCpHMWeFqx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCpHMWeFqx button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCpHMWeFqx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tCpHMWeFqx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCpHMWeFqx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCpHMWeFqx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCpHMWeFqx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCpHMWeFqx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCpHMWeFqx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCpHMWeFqx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCpHMWeFqx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCpHMWeFqx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCpHMWeFqx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCpHMWeFqx .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-tCpHMWeFqx .navbar {
    height: 70px;
  }
  .cid-tCpHMWeFqx .navbar.opened {
    height: auto;
  }
  .cid-tCpHMWeFqx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCpHMWeFqx .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-tCpHMWeFqx .navbar-toggler {
  margin-left: 10px;
}
.cid-tCpHMWeFqx .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #232323;
}
.cid-tCpHMWeFqx .navbar-logo {
  margin-right: 0 !important;
}
.cid-tCpHMWeFqx .mbr-text {
  width: 100%;
  color: #BF9341;
}
@media (max-width: 575px) {
  .cid-tCpHMWeFqx .mbr-text {
    display: none;
  }
}
.cid-tCpHMWeFqx .navbar-collapse {
  padding-top: 40px !important;
}
.cid-tCpHMWeFqx .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tCpHMWeFqx .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tCpHMY7oAS {
  padding-top: 11rem;
  padding-bottom: 1rem;
  background-color: #f5f4ed;
}
@media (max-width: 575px) {
  .cid-tCpHMY7oAS {
    padding-top: 7rem;
    padding-bottom: 0;
  }
}
.cid-tCpHMY7oAS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCpHMY7oAS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCpHMY7oAS .container,
.cid-tCpHMY7oAS .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tCpHMY7oAS .container,
  .cid-tCpHMY7oAS .container-fluid {
    padding: 0 20px;
  }
}
.cid-tCpHMY7oAS .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-tCpHMY7oAS .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-tCpHMY7oAS .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tCpHMY7oAS .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-tCpHMY7oAS .mbr-section-subtitle {
  color: #ee964b;
  text-align: center;
}
.cid-tDWwSjuu5A {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f5f4ed;
}
.cid-tDWwSjuu5A .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
@media (max-width: 575px) {
  .cid-tDWwSjuu5A {
    padding-bottom: 0;
  }
}
.cid-tDWwSjuu5A form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-tDWwSjuu5A form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-tDWwSjuu5A .category-title {
  background-color: #086775;
  border-top-left-radius: .2rem;
  border-top-right-radius: .2rem;
  padding: .5rem 0;
  color: #fff;
}
.cid-tDWwSjuu5A .category-title-value {
  height: 125px;
  overflow-y: auto;
  background-color: #fff;
  padding: .6rem 1.5rem;
  border-bottom-left-radius: .2rem;
  border-bottom-right-radius: .2rem;
}
.cid-tDWwSjuu5A .class-category-select {
  color: #086775;
  font-weight: 700;
}
.cid-tDWwSjuu5A .class-cate-multi {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.cid-tCpHMZc61o {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f5f4ed;
}
.cid-tCpHMZc61o H4 {
  text-align: center;
}
.cid-tCpHMZc61o H3 {
  text-align: center;
}
.cid-tCpHMZc61o .item-wrapper {
  transition: all 0.3s;
}
.cid-tCpHMZc61o .item-wrapper:hover {
  transform: translateY(-3px);
}
.cid-tCpHMZc61o .item-img {
  border: 1px #eeeeee solid;
}
.cid-tCpHMZc61o .desc2 {
  color: #e43f3f;
  padding-top: 0px;
  display: none;
}
.cid-tCpHMZc61o .card {
  padding: 20px 22px 0;
  margin: auto;
  background: none;
  width: 80%;
  border-radius: 0;
}
.cid-tCpHMZc61o .desc1 {
  color: #1b745e;
}
.cid-tCpHMZc61o .features-image {
  padding-top: 32px;
}
.cid-tCpHMZc61o .features-image:first-child {
  padding-top: 0px;
}
.cid-tCpHMZc61o .features-image:nth-child(2) {
  padding-top: 0px;
}
.cid-tCpHMZc61o .features-image:nth-child(3) {
  padding-top: 0px;
}
.cid-tCpHMZc61o .features-image:nth-child(4) {
  padding-top: 0px;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-tCpHMZc61o .features-image {
    padding-top: 32px;
  }
  .cid-tCpHMZc61o .features-image:first-child {
    padding-top: 0px;
  }
  .cid-tCpHMZc61o .features-image:nth-child(2) {
    padding-top: 0px;
  }
  .cid-tCpHMZc61o .features-image:nth-child(3) {
    padding-top: 32px;
  }
  .cid-tCpHMZc61o .features-image:nth-child(4) {
    padding-top: 32px;
  }
}
@media (max-width: 574px) {
  .cid-tCpHMZc61o .features-image {
    padding-top: 32px;
  }
  .cid-tCpHMZc61o .features-image:first-child {
    padding-top: 0px;
  }
  .cid-tCpHMZc61o .features-image:nth-child(2) {
    padding-top: 32px;
  }
  .cid-tCpHMZc61o .features-image:nth-child(3) {
    padding-top: 32px;
  }
  .cid-tCpHMZc61o .features-image:nth-child(4) {
    padding-top: 32px;
  }
}
.cid-tCpHMZc61o .desc1,
.cid-tCpHMZc61o .iconfont-wrapper {
  color: #000000;
}
.cid-tCpHN1LVRI {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-tCpHN1LVRI .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tCpHN1LVRI h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-tCpHN1LVRI h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tCpHN1LVRI h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tCpHN1LVRI .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-tCpHN1LVRI .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-tCpHN1LVRI .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tCpHN1LVRI .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-tCpHN1LVRI .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tCpHN1LVRI .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tCpHN1LVRI .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-tCpHN1LVRI .mbr-section-title,
.cid-tCpHN1LVRI .social-list {
  color: #232323;
}
@media (max-width: 768px) {
  .cid-tCpHN1LVRI h2:before,
  .cid-tCpHN1LVRI h2:after {
    display: none;
  }
}
.cid-tCpHN2L76Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-tCpHN2L76Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCpHN2L76Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCpHN2L76Z .bottom-menu {
  font-size: 1rem;
  margin-bottom: 1.2rem;
}
.cid-tCpHN2L76Z .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tCpHN2L76Z .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tCpHN2L76Z .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tCpHN2L76Z .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tCpHN2L76Z .container {
    max-width: 100%;
  }
  .cid-tCpHN2L76Z .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tCpHN2L76Z .item-wrap {
  width: 100%;
}
.cid-tCpHN2L76Z .navbar-brand {
  display: flex;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 30px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tCpHN2L76Z .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tCpHN2L76Z .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tCpHN2L76Z .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tCpHN2L76Z .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tCpHN2L76Z .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tCpHN2L76Z .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tCpHN2L76Z .copyright {
  color: #f5f4ed;
  padding: 0;
  width: 100%;
}
.cid-tDu1efOZH0.popup-builder {
  background-color: #ffffff;
}
.cid-tDu1efOZH0.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tDu1efOZH0.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tDu1efOZH0 .modal-content,
.cid-tDu1efOZH0 .modal-dialog {
  height: auto;
}
.cid-tDu1efOZH0 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tDu1efOZH0 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tDu1efOZH0 .form-wrapper .mbr-form .form-group,
  .cid-tDu1efOZH0 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tDu1efOZH0 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tDu1efOZH0 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tDu1efOZH0 .mbr-text {
  text-align: center;
}
.cid-tDu1efOZH0 .pt-0 {
  padding-top: 0 !important;
}
.cid-tDu1efOZH0 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tDu1efOZH0 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tDu1efOZH0 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tDu1efOZH0 .modal-open {
  overflow: hidden;
}
.cid-tDu1efOZH0 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tDu1efOZH0 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tDu1efOZH0 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tDu1efOZH0 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tDu1efOZH0 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tDu1efOZH0 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tDu1efOZH0 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tDu1efOZH0 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tDu1efOZH0 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tDu1efOZH0 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tDu1efOZH0 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tDu1efOZH0 .modal-backdrop.show {
  opacity: .5;
}
.cid-tDu1efOZH0 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tDu1efOZH0 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tDu1efOZH0 .modal-header {
    padding: 1rem;
  }
}
.cid-tDu1efOZH0 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tDu1efOZH0 .modal-header .close svg {
  fill: #353535;
}
.cid-tDu1efOZH0 .modal-header .close:hover {
  opacity: 1;
}
.cid-tDu1efOZH0 .modal-header .close:focus {
  outline: none;
}
.cid-tDu1efOZH0 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tDu1efOZH0 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tDu1efOZH0 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDu1efOZH0 .modal-body {
    padding: 1rem;
  }
}
.cid-tDu1efOZH0 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tDu1efOZH0 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDu1efOZH0 .modal-footer {
    padding: 1rem;
  }
}
.cid-tDu1efOZH0 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tDu1efOZH0 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tDu1efOZH0 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tDu1efOZH0 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tDu1efOZH0 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tDu1efOZH0 .modal-lg,
  .cid-tDu1efOZH0 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tDu1efOZH0 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tDu1efOZH0 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tDu1efOZH0 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tDu1efOZH0 .form-group {
  margin-bottom: 1rem;
}
.cid-tDu1efOZH0 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tDu1efOZH0 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tDu1efOZH0 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tDu1efOZH0 .mbr-section-btn {
  margin: 0;
}
.cid-tDu1efOZH0 .mbr-section-btn .btn {
  margin: 0;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.3;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (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;
  }
}

.form-check-input:checked {
    background-color: #ee964b;
    border-color: #fbae7d;
}
.form-check-input:focus{
    border-color:#fbae7d;
    outline:0;
    box-shadow:0 0 0 .25rem rgba(251, 174, 125,.25)
}

.on-pointer{
    cursor: pointer;
}

@keyframes ani-rotate {
  0% {
    color: black;
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    color: #ee964b;
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    color: #086775;
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes ani-waviy {
  0%,40%,100% {
    transform: translateY(0);
  }
  20% {
    color: #086775;
    transform: translateY(-5px);
  }
}

@keyframes ani-popoutin {
  0% {
    color: black;
    transform: scale(0);
    opacity: 0;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  25% {
    color: #086775;
    transform: scale(2);
    opacity: 1;
    text-shadow: 3px 10px 5px rgba(0, 0, 0, 0.5);
  }
  50% {
    color: black;
    transform: scale(1);
    opacity: 1;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
  }
}
.cid-tCleZjOmyq {
  z-index: 1000;
  width: 100%;
}
.cid-tCleZjOmyq nav.navbar {
  position: fixed;
}
.cid-tCleZjOmyq .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-tCleZjOmyq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 575px) {
  .cid-tCleZjOmyq .dropdown-menu a {
    font-size: 1.5rem;
  }
}
.cid-tCleZjOmyq .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-tCleZjOmyq .dropdown-item:hover,
.cid-tCleZjOmyq .dropdown-item:focus {
  background: rgba(127, 127, 127, 0.5) !important;
  color: white !important;
}
.cid-tCleZjOmyq .dropdown-item:hover span {
  color: white;
}
.cid-tCleZjOmyq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCleZjOmyq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCleZjOmyq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-tCleZjOmyq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCleZjOmyq .nav-link {
  position: relative;
}
.cid-tCleZjOmyq .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-tCleZjOmyq .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-tCleZjOmyq .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-tCleZjOmyq .iconfont-wrapper:hover .mbr-iconfont {
  color: #ee964b;
}
.cid-tCleZjOmyq .dropdown-menu,
.cid-tCleZjOmyq .navbar.opened {
  background: #1a2229 !important;
}
.cid-tCleZjOmyq .nav-item:focus,
.cid-tCleZjOmyq .nav-link:focus {
  outline: none;
}
.cid-tCleZjOmyq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCleZjOmyq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCleZjOmyq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCleZjOmyq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCleZjOmyq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCleZjOmyq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCleZjOmyq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 34, 41, 0.9);
  padding: 0 !important;
}
.cid-tCleZjOmyq .navbar.opened {
  transition: all 0.3s;
}
.cid-tCleZjOmyq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCleZjOmyq .navbar .navbar-logo img {
  width: auto;
}
@media (max-width: 991px) {
  .cid-tCleZjOmyq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCleZjOmyq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCleZjOmyq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCleZjOmyq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCleZjOmyq .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-tCleZjOmyq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCleZjOmyq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCleZjOmyq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tCleZjOmyq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCleZjOmyq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tCleZjOmyq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCleZjOmyq .navbar.collapsed {
  justify-content: center;
}
.cid-tCleZjOmyq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCleZjOmyq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tCleZjOmyq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCleZjOmyq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCleZjOmyq .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-tCleZjOmyq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCleZjOmyq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCleZjOmyq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-tCleZjOmyq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-tCleZjOmyq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCleZjOmyq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCleZjOmyq .dropdown-item.active,
.cid-tCleZjOmyq .dropdown-item:active {
  background-color: transparent;
}
.cid-tCleZjOmyq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCleZjOmyq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCleZjOmyq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCleZjOmyq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a2229;
}
.cid-tCleZjOmyq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCleZjOmyq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCleZjOmyq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCleZjOmyq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCleZjOmyq button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCleZjOmyq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tCleZjOmyq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCleZjOmyq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCleZjOmyq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCleZjOmyq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCleZjOmyq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCleZjOmyq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCleZjOmyq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCleZjOmyq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCleZjOmyq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCleZjOmyq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCleZjOmyq .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-tCleZjOmyq .navbar {
    height: 70px;
  }
  .cid-tCleZjOmyq .navbar.opened {
    height: auto;
  }
  .cid-tCleZjOmyq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCleZjOmyq .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-tCleZjOmyq .navbar-toggler {
  margin-left: 10px;
}
.cid-tCleZjOmyq .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #232323;
}
.cid-tCleZjOmyq .navbar-logo {
  margin-right: 0 !important;
}
.cid-tCleZjOmyq .mbr-text {
  width: 100%;
  color: #BF9341;
}
@media (max-width: 575px) {
  .cid-tCleZjOmyq .mbr-text {
    display: none;
  }
}
.cid-tCleZjOmyq .navbar-collapse {
  padding-top: 40px !important;
}
.cid-tCleZjOmyq .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tCleZjOmyq .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tClnpyTgbX {
  padding-top: 11rem;
  padding-bottom: 1rem;
  background-color: #f5f4ed;
}
@media (max-width: 575px) {
  .cid-tClnpyTgbX {
    padding-top: 7rem;
    padding-bottom: 0;
  }
}
.cid-tClnpyTgbX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tClnpyTgbX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tClnpyTgbX .container,
.cid-tClnpyTgbX .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tClnpyTgbX .container,
  .cid-tClnpyTgbX .container-fluid {
    padding: 0 20px;
  }
}
.cid-tClnpyTgbX .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-tClnpyTgbX .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-tClnpyTgbX .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tClnpyTgbX .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-tClnpyTgbX .mbr-section-subtitle {
  color: #ee964b;
  text-align: center;
}
.cid-tDG6yntbPM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f5f4ed;
}
.cid-tDG6yntbPM .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
@media (max-width: 575px) {
  .cid-tDG6yntbPM {
    padding-bottom: 0;
  }
}
.cid-tDG6yntbPM form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-tDG6yntbPM form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-tDG6yntbPM .category-title {
  background-color: #086775;
  border-top-left-radius: .2rem;
  border-top-right-radius: .2rem;
  padding: .5rem 0;
  color: #fff;
}
.cid-tDG6yntbPM .category-title-value {
  height: 125px;
  overflow-y: auto;
  background-color: #fff;
  padding: .6rem 1.5rem;
  border-bottom-left-radius: .2rem;
  border-bottom-right-radius: .2rem;
}
.cid-tDG6yntbPM .class-category-select {
  color: #086775;
  font-weight: 700;
}
.cid-tDG6yntbPM .class-cate-multi {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.cid-tCltycsyXq {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f5f4ed;
}
.cid-tCltycsyXq H4 {
  text-align: center;
}
.cid-tCltycsyXq H3 {
  text-align: center;
}
.cid-tCltycsyXq .item-img {
  border: 1px #eeeeee solid;
}
.cid-tCltycsyXq .desc2 {
  color: #e43f3f;
  padding-top: 0px;
}
.cid-tCltycsyXq .item-wrapper {
  transition: all 0.3s;
}
.cid-tCltycsyXq .item-wrapper:hover {
  transform: translateY(-3px);
}
.cid-tCltycsyXq .card {
  padding: 20px 22px 0;
  margin: auto;
  background: none;
  width: 80%;
  border-radius: 0;
}
.cid-tCltycsyXq .desc1 {
  color: #1b745e;
}
.cid-tCltycsyXq .features-image {
  padding-top: 32px;
}
.cid-tCltycsyXq .features-image:first-child {
  padding-top: 0px;
}
.cid-tCltycsyXq .features-image:nth-child(2) {
  padding-top: 0px;
}
.cid-tCltycsyXq .features-image:nth-child(3) {
  padding-top: 0px;
}
.cid-tCltycsyXq .features-image:nth-child(4) {
  padding-top: 0px;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-tCltycsyXq .features-image {
    padding-top: 32px;
  }
  .cid-tCltycsyXq .features-image:first-child {
    padding-top: 0px;
  }
  .cid-tCltycsyXq .features-image:nth-child(2) {
    padding-top: 0px;
  }
  .cid-tCltycsyXq .features-image:nth-child(3) {
    padding-top: 32px;
  }
  .cid-tCltycsyXq .features-image:nth-child(4) {
    padding-top: 32px;
  }
}
@media (max-width: 574px) {
  .cid-tCltycsyXq .features-image {
    padding-top: 32px;
  }
  .cid-tCltycsyXq .features-image:first-child {
    padding-top: 0px;
  }
  .cid-tCltycsyXq .features-image:nth-child(2) {
    padding-top: 32px;
  }
  .cid-tCltycsyXq .features-image:nth-child(3) {
    padding-top: 32px;
  }
  .cid-tCltycsyXq .features-image:nth-child(4) {
    padding-top: 32px;
  }
}
.cid-tCltycsyXq .desc1,
.cid-tCltycsyXq .iconfont-wrapper {
  color: #000000;
}
.cid-tCleZsfK9m {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-tCleZsfK9m .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tCleZsfK9m h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-tCleZsfK9m h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tCleZsfK9m h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tCleZsfK9m .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-tCleZsfK9m .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-tCleZsfK9m .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tCleZsfK9m .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-tCleZsfK9m .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tCleZsfK9m .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tCleZsfK9m .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-tCleZsfK9m .mbr-section-title,
.cid-tCleZsfK9m .social-list {
  color: #232323;
}
@media (max-width: 768px) {
  .cid-tCleZsfK9m h2:before,
  .cid-tCleZsfK9m h2:after {
    display: none;
  }
}
.cid-tCleZtpKBF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-tCleZtpKBF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCleZtpKBF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCleZtpKBF .bottom-menu {
  font-size: 1rem;
  margin-bottom: 1.2rem;
}
.cid-tCleZtpKBF .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tCleZtpKBF .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tCleZtpKBF .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tCleZtpKBF .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tCleZtpKBF .container {
    max-width: 100%;
  }
  .cid-tCleZtpKBF .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tCleZtpKBF .item-wrap {
  width: 100%;
}
.cid-tCleZtpKBF .navbar-brand {
  display: flex;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 30px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tCleZtpKBF .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tCleZtpKBF .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tCleZtpKBF .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tCleZtpKBF .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tCleZtpKBF .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tCleZtpKBF .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tCleZtpKBF .copyright {
  color: #f5f4ed;
  padding: 0;
  width: 100%;
}
.cid-tDu1efOHWF.popup-builder {
  background-color: #ffffff;
}
.cid-tDu1efOHWF.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tDu1efOHWF.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tDu1efOHWF .modal-content,
.cid-tDu1efOHWF .modal-dialog {
  height: auto;
}
.cid-tDu1efOHWF .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tDu1efOHWF .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tDu1efOHWF .form-wrapper .mbr-form .form-group,
  .cid-tDu1efOHWF .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tDu1efOHWF .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tDu1efOHWF .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tDu1efOHWF .mbr-text {
  text-align: center;
}
.cid-tDu1efOHWF .pt-0 {
  padding-top: 0 !important;
}
.cid-tDu1efOHWF .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tDu1efOHWF .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tDu1efOHWF .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tDu1efOHWF .modal-open {
  overflow: hidden;
}
.cid-tDu1efOHWF .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tDu1efOHWF .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tDu1efOHWF .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tDu1efOHWF .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tDu1efOHWF .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tDu1efOHWF .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tDu1efOHWF .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tDu1efOHWF .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tDu1efOHWF .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tDu1efOHWF .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tDu1efOHWF .modal-backdrop.fade {
  opacity: 0;
}
.cid-tDu1efOHWF .modal-backdrop.show {
  opacity: .5;
}
.cid-tDu1efOHWF .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tDu1efOHWF .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tDu1efOHWF .modal-header {
    padding: 1rem;
  }
}
.cid-tDu1efOHWF .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tDu1efOHWF .modal-header .close svg {
  fill: #353535;
}
.cid-tDu1efOHWF .modal-header .close:hover {
  opacity: 1;
}
.cid-tDu1efOHWF .modal-header .close:focus {
  outline: none;
}
.cid-tDu1efOHWF .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tDu1efOHWF .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tDu1efOHWF .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDu1efOHWF .modal-body {
    padding: 1rem;
  }
}
.cid-tDu1efOHWF .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tDu1efOHWF .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDu1efOHWF .modal-footer {
    padding: 1rem;
  }
}
.cid-tDu1efOHWF .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tDu1efOHWF .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tDu1efOHWF .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tDu1efOHWF .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tDu1efOHWF .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tDu1efOHWF .modal-lg,
  .cid-tDu1efOHWF .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tDu1efOHWF .modal-xl {
    max-width: 1140px;
  }
}
.cid-tDu1efOHWF .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tDu1efOHWF .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tDu1efOHWF .form-group {
  margin-bottom: 1rem;
}
.cid-tDu1efOHWF .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tDu1efOHWF .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tDu1efOHWF .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tDu1efOHWF .mbr-section-btn {
  margin: 0;
}
.cid-tDu1efOHWF .mbr-section-btn .btn {
  margin: 0;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.3;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (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;
  }
}

.form-check-input:checked {
    background-color: #ee964b;
    border-color: #fbae7d;
}
.form-check-input:focus{
    border-color:#fbae7d;
    outline:0;
    box-shadow:0 0 0 .25rem rgba(251, 174, 125,.25)
}

.on-pointer{
    cursor: pointer;
}

@keyframes ani-rotate {
  0% {
    color: black;
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    color: #ee964b;
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    color: #086775;
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes ani-waviy {
  0%,40%,100% {
    transform: translateY(0);
  }
  20% {
    color: #086775;
    transform: translateY(-5px);
  }
}

@keyframes ani-popoutin {
  0% {
    color: black;
    transform: scale(0);
    opacity: 0;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  25% {
    color: #086775;
    transform: scale(2);
    opacity: 1;
    text-shadow: 3px 10px 5px rgba(0, 0, 0, 0.5);
  }
  50% {
    color: black;
    transform: scale(1);
    opacity: 1;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
  }
}
.cid-tCAo7O1gtU {
  z-index: 1000;
  width: 100%;
}
.cid-tCAo7O1gtU nav.navbar {
  position: fixed;
}
.cid-tCAo7O1gtU .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-tCAo7O1gtU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 575px) {
  .cid-tCAo7O1gtU .dropdown-menu a {
    font-size: 1.5rem;
  }
}
.cid-tCAo7O1gtU .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-tCAo7O1gtU .dropdown-item:hover,
.cid-tCAo7O1gtU .dropdown-item:focus {
  background: rgba(127, 127, 127, 0.5) !important;
  color: white !important;
}
.cid-tCAo7O1gtU .dropdown-item:hover span {
  color: white;
}
.cid-tCAo7O1gtU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCAo7O1gtU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCAo7O1gtU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-tCAo7O1gtU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCAo7O1gtU .nav-link {
  position: relative;
}
.cid-tCAo7O1gtU .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-tCAo7O1gtU .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-tCAo7O1gtU .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-tCAo7O1gtU .iconfont-wrapper:hover .mbr-iconfont {
  color: #ee964b;
}
.cid-tCAo7O1gtU .dropdown-menu,
.cid-tCAo7O1gtU .navbar.opened {
  background: #1a2229 !important;
}
.cid-tCAo7O1gtU .nav-item:focus,
.cid-tCAo7O1gtU .nav-link:focus {
  outline: none;
}
.cid-tCAo7O1gtU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCAo7O1gtU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCAo7O1gtU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCAo7O1gtU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCAo7O1gtU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCAo7O1gtU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCAo7O1gtU .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 34, 41, 0.9);
  padding: 0 !important;
}
.cid-tCAo7O1gtU .navbar.opened {
  transition: all 0.3s;
}
.cid-tCAo7O1gtU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCAo7O1gtU .navbar .navbar-logo img {
  width: auto;
}
@media (max-width: 991px) {
  .cid-tCAo7O1gtU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCAo7O1gtU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCAo7O1gtU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCAo7O1gtU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCAo7O1gtU .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-tCAo7O1gtU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCAo7O1gtU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCAo7O1gtU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tCAo7O1gtU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCAo7O1gtU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tCAo7O1gtU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCAo7O1gtU .navbar.collapsed {
  justify-content: center;
}
.cid-tCAo7O1gtU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCAo7O1gtU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tCAo7O1gtU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCAo7O1gtU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCAo7O1gtU .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-tCAo7O1gtU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCAo7O1gtU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCAo7O1gtU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-tCAo7O1gtU .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-tCAo7O1gtU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCAo7O1gtU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCAo7O1gtU .dropdown-item.active,
.cid-tCAo7O1gtU .dropdown-item:active {
  background-color: transparent;
}
.cid-tCAo7O1gtU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCAo7O1gtU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCAo7O1gtU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCAo7O1gtU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a2229;
}
.cid-tCAo7O1gtU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCAo7O1gtU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCAo7O1gtU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCAo7O1gtU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCAo7O1gtU button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCAo7O1gtU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tCAo7O1gtU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCAo7O1gtU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCAo7O1gtU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCAo7O1gtU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCAo7O1gtU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCAo7O1gtU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCAo7O1gtU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCAo7O1gtU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCAo7O1gtU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCAo7O1gtU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCAo7O1gtU .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-tCAo7O1gtU .navbar {
    height: 70px;
  }
  .cid-tCAo7O1gtU .navbar.opened {
    height: auto;
  }
  .cid-tCAo7O1gtU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCAo7O1gtU .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-tCAo7O1gtU .navbar-toggler {
  margin-left: 10px;
}
.cid-tCAo7O1gtU .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #232323;
}
.cid-tCAo7O1gtU .navbar-logo {
  margin-right: 0 !important;
}
.cid-tCAo7O1gtU .mbr-text {
  width: 100%;
  color: #BF9341;
}
@media (max-width: 575px) {
  .cid-tCAo7O1gtU .mbr-text {
    display: none;
  }
}
.cid-tCAo7O1gtU .navbar-collapse {
  padding-top: 40px !important;
}
.cid-tCAo7O1gtU .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tCAo7O1gtU .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tCAo7OXNok {
  padding-top: 11rem;
  padding-bottom: 1rem;
  background-color: #f5f4ed;
}
@media (max-width: 575px) {
  .cid-tCAo7OXNok {
    padding-top: 7rem;
    padding-bottom: 0;
  }
}
.cid-tCAo7OXNok .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCAo7OXNok .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCAo7OXNok .container,
.cid-tCAo7OXNok .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tCAo7OXNok .container,
  .cid-tCAo7OXNok .container-fluid {
    padding: 0 20px;
  }
}
.cid-tCAo7OXNok .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-tCAo7OXNok .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-tCAo7OXNok .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tCAo7OXNok .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-tCAo7OXNok .mbr-section-subtitle {
  color: #ee964b;
  text-align: center;
}
.cid-tCArOjQUFV {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #f5f4ed;
}
.cid-tCArOjQUFV iframe,
.cid-tCArOjQUFV img,
.cid-tCArOjQUFV video {
  width: 100%;
}
.cid-tCArOjQUFV .mbr-section-head .mbr-iconfont {
  margin-top: 0.1rem;
  font-size: 2rem;
}
.cid-tCArOjQUFV .mbr-media {
  position: relative;
  border: 1px solid #eeeeee;
}
.cid-tCArOjQUFV .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tCArOjQUFV .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-tCArOjQUFV .icon-wrap .socicon-youtube {
  transition: all 0.3s;
}
.cid-tCArOjQUFV .icon-wrap .socicon-youtube:hover {
  color: #e43f3f;
  fill: #e43f3f;
}
.cid-tCArOjQUFV .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tCArOjQUFV .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tCArOjQUFV .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-tCArOjQUFV .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tCArOjQUFV .modalWindow .modalWindow-video {
  height: 100%;
  width: 80vw;
  margin: 0 auto;
}
.cid-tCArOjQUFV .set_follow_class_btn {
  transition: all 0.3s;
}
.cid-tCArOjQUFV .set_follow_class_btn:hover {
  color: #e43f3f;
  fill: #e43f3f;
}
.cid-tCArOjQUFV .mdi-action-favorite {
  color: #e43f3f;
  fill: #e43f3f;
}
.cid-tCArOjQUFV .mdi-action-favorite-outline {
  color: #bbbbbb;
  fill: #bbbbbb;
}
.cid-tCArOjQUFV .set_share_class_btn {
  color: #bbbbbb;
  fill: #bbbbbb;
  transition: all 0.3s;
}
.cid-tCArOjQUFV .set_share_class_btn:hover {
  color: #e43f3f;
  fill: #e43f3f;
}
.cid-tCArOjQUFV .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tCArOjQUFV .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tCABNZO0pA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f5f4ed;
}
.cid-tCABNZO0pA .nav-tabs .nav-item.open .nav-link:focus,
.cid-tCABNZO0pA .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tCABNZO0pA .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
  margin-bottom: 30px;
}
.cid-tCABNZO0pA .nav-item {
  margin-bottom: 2px;
}
@media (max-width: 767px) {
  .cid-tCABNZO0pA .nav-item {
    width: 100%;
    margin: 0;
    padding: 0 ;
  }
}
.cid-tCABNZO0pA .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-tCABNZO0pA .nav-tabs .nav-item {
  margin-right: 0;
  width: 213px;
  padding: 0 1px;
}
@media (max-width: 767px) {
  .cid-tCABNZO0pA .nav-tabs .nav-item {
    width: 100%;
  }
}
.cid-tCABNZO0pA .nav-link,
.cid-tCABNZO0pA .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-tCABNZO0pA .nav-tabs .nav-link.active {
  color: #040E17;
  border-bottom: none;
  transition: all .3s ease !important;
  padding: 21px;
  background-color: transparent;
  border-top: 2px solid #040e17;
  width: 100%;
  margin: auto;
  text-align: center;
}
.cid-tCABNZO0pA H4 {
  text-align: center;
}
.cid-tCABNZO0pA H3 {
  text-align: center;
}
.cid-tCABNZO0pA .nav-tabs .nav-link:not(.active) {
  transition: all .3s ease !important;
  padding: 21px;
  border: none;
  font-weight: 500;
  background-color: #ee964b;
  color: #040E17;
  border-top: 2px solid transparent;
  width: 100%;
  margin: auto;
  text-align: center;
}
.cid-tCABNZO0pA .nav-tabs .nav-link:not(.active):hover {
  background-color: transparent;
  border-top: 2px solid #040e17;
}
.cid-tCABNZO0pA .card-heading {
  margin-bottom: 25px;
  text-align: left;
  color: #111213;
}
.cid-tCABNZO0pA P {
  color: #232323;
  text-align: center;
}
.cid-tCABNZO0pA .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tCB0tCJeVj {
  padding-top: 0px;
  padding-bottom: 45px;
  background-image: url("/v1/assets/u/images/mbr-1610x906.jpg");
}
.cid-tCB0tCJeVj h4 {
  display: -webkit-flex;
  letter-spacing: 0.03em;
  color: #000000;
}
.cid-tCB0tCJeVj .panel-text {
  letter-spacing: 0.03em;
  color: #ffffff;
  line-height: 1.7;
}
.cid-tCB0tCJeVj .mbr-section-title {
  letter-spacing: 0.1em;
  color: #ffffff;
}
.cid-tCB0tCJeVj .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #ffffff;
}
.cid-tCB0tCJeVj .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-tCB0tCJeVj .panel-group {
  width: 100%;
}
.cid-tCB0tCJeVj .card {
  border-bottom: 1px solid #086775;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-tCB0tCJeVj .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-tCB0tCJeVj .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-tCB0tCJeVj .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-tCB0tCJeVj .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tCB0tCJeVj .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-tCB0tCJeVj .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-tCB0tCJeVj .card .panel-body {
  background: #086775;
}
.cid-tCB0tCJeVj .sign {
  color: #000000;
}
.cid-tCB0tCJeVj .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tCB0tCJeVj .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-tCB0tCJeVj .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-tCB0tCJeVj .header-text,
.cid-tCB0tCJeVj .sign {
  color: #232323;
}
.cid-tCAo7R1NUb {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-tCAo7R1NUb .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tCAo7R1NUb h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-tCAo7R1NUb h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tCAo7R1NUb h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tCAo7R1NUb .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-tCAo7R1NUb .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-tCAo7R1NUb .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tCAo7R1NUb .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-tCAo7R1NUb .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tCAo7R1NUb .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tCAo7R1NUb .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-tCAo7R1NUb .mbr-section-title,
.cid-tCAo7R1NUb .social-list {
  color: #232323;
}
@media (max-width: 768px) {
  .cid-tCAo7R1NUb h2:before,
  .cid-tCAo7R1NUb h2:after {
    display: none;
  }
}
.cid-tCAo7RTlw5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-tCAo7RTlw5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCAo7RTlw5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCAo7RTlw5 .bottom-menu {
  font-size: 1rem;
  margin-bottom: 1.2rem;
}
.cid-tCAo7RTlw5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tCAo7RTlw5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tCAo7RTlw5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tCAo7RTlw5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tCAo7RTlw5 .container {
    max-width: 100%;
  }
  .cid-tCAo7RTlw5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tCAo7RTlw5 .item-wrap {
  width: 100%;
}
.cid-tCAo7RTlw5 .navbar-brand {
  display: flex;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 30px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tCAo7RTlw5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tCAo7RTlw5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tCAo7RTlw5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tCAo7RTlw5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tCAo7RTlw5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tCAo7RTlw5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tCAo7RTlw5 .copyright {
  color: #f5f4ed;
  padding: 0;
  width: 100%;
}
.cid-tDu1efPruD.popup-builder {
  background-color: #ffffff;
}
.cid-tDu1efPruD.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tDu1efPruD.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tDu1efPruD .modal-content,
.cid-tDu1efPruD .modal-dialog {
  height: auto;
}
.cid-tDu1efPruD .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tDu1efPruD .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tDu1efPruD .form-wrapper .mbr-form .form-group,
  .cid-tDu1efPruD .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tDu1efPruD .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tDu1efPruD .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tDu1efPruD .mbr-text {
  text-align: center;
}
.cid-tDu1efPruD .pt-0 {
  padding-top: 0 !important;
}
.cid-tDu1efPruD .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tDu1efPruD .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tDu1efPruD .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tDu1efPruD .modal-open {
  overflow: hidden;
}
.cid-tDu1efPruD .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tDu1efPruD .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tDu1efPruD .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tDu1efPruD .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tDu1efPruD .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tDu1efPruD .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tDu1efPruD .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tDu1efPruD .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tDu1efPruD .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tDu1efPruD .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tDu1efPruD .modal-backdrop.fade {
  opacity: 0;
}
.cid-tDu1efPruD .modal-backdrop.show {
  opacity: .5;
}
.cid-tDu1efPruD .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tDu1efPruD .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tDu1efPruD .modal-header {
    padding: 1rem;
  }
}
.cid-tDu1efPruD .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tDu1efPruD .modal-header .close svg {
  fill: #353535;
}
.cid-tDu1efPruD .modal-header .close:hover {
  opacity: 1;
}
.cid-tDu1efPruD .modal-header .close:focus {
  outline: none;
}
.cid-tDu1efPruD .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tDu1efPruD .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tDu1efPruD .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDu1efPruD .modal-body {
    padding: 1rem;
  }
}
.cid-tDu1efPruD .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tDu1efPruD .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDu1efPruD .modal-footer {
    padding: 1rem;
  }
}
.cid-tDu1efPruD .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tDu1efPruD .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tDu1efPruD .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tDu1efPruD .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tDu1efPruD .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tDu1efPruD .modal-lg,
  .cid-tDu1efPruD .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tDu1efPruD .modal-xl {
    max-width: 1140px;
  }
}
.cid-tDu1efPruD .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tDu1efPruD .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tDu1efPruD .form-group {
  margin-bottom: 1rem;
}
.cid-tDu1efPruD .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tDu1efPruD .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tDu1efPruD .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tDu1efPruD .mbr-section-btn {
  margin: 0;
}
.cid-tDu1efPruD .mbr-section-btn .btn {
  margin: 0;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.3;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (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;
  }
}

.form-check-input:checked {
    background-color: #ee964b;
    border-color: #fbae7d;
}
.form-check-input:focus{
    border-color:#fbae7d;
    outline:0;
    box-shadow:0 0 0 .25rem rgba(251, 174, 125,.25)
}

.on-pointer{
    cursor: pointer;
}

@keyframes ani-rotate {
  0% {
    color: black;
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    color: #ee964b;
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    color: #086775;
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes ani-waviy {
  0%,40%,100% {
    transform: translateY(0);
  }
  20% {
    color: #086775;
    transform: translateY(-5px);
  }
}

@keyframes ani-popoutin {
  0% {
    color: black;
    transform: scale(0);
    opacity: 0;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  25% {
    color: #086775;
    transform: scale(2);
    opacity: 1;
    text-shadow: 3px 10px 5px rgba(0, 0, 0, 0.5);
  }
  50% {
    color: black;
    transform: scale(1);
    opacity: 1;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
  }
}
.cid-tCBzLX6vBc {
  z-index: 1000;
  width: 100%;
}
.cid-tCBzLX6vBc nav.navbar {
  position: fixed;
}
.cid-tCBzLX6vBc .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-tCBzLX6vBc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 575px) {
  .cid-tCBzLX6vBc .dropdown-menu a {
    font-size: 1.5rem;
  }
}
.cid-tCBzLX6vBc .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-tCBzLX6vBc .dropdown-item:hover,
.cid-tCBzLX6vBc .dropdown-item:focus {
  background: rgba(127, 127, 127, 0.5) !important;
  color: white !important;
}
.cid-tCBzLX6vBc .dropdown-item:hover span {
  color: white;
}
.cid-tCBzLX6vBc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCBzLX6vBc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCBzLX6vBc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-tCBzLX6vBc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCBzLX6vBc .nav-link {
  position: relative;
}
.cid-tCBzLX6vBc .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-tCBzLX6vBc .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-tCBzLX6vBc .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-tCBzLX6vBc .iconfont-wrapper:hover .mbr-iconfont {
  color: #ee964b;
}
.cid-tCBzLX6vBc .dropdown-menu,
.cid-tCBzLX6vBc .navbar.opened {
  background: #1a2229 !important;
}
.cid-tCBzLX6vBc .nav-item:focus,
.cid-tCBzLX6vBc .nav-link:focus {
  outline: none;
}
.cid-tCBzLX6vBc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCBzLX6vBc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCBzLX6vBc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCBzLX6vBc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCBzLX6vBc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCBzLX6vBc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCBzLX6vBc .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 34, 41, 0.9);
  padding: 0 !important;
}
.cid-tCBzLX6vBc .navbar.opened {
  transition: all 0.3s;
}
.cid-tCBzLX6vBc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCBzLX6vBc .navbar .navbar-logo img {
  width: auto;
}
@media (max-width: 991px) {
  .cid-tCBzLX6vBc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCBzLX6vBc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCBzLX6vBc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCBzLX6vBc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCBzLX6vBc .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-tCBzLX6vBc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCBzLX6vBc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCBzLX6vBc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tCBzLX6vBc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCBzLX6vBc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tCBzLX6vBc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCBzLX6vBc .navbar.collapsed {
  justify-content: center;
}
.cid-tCBzLX6vBc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCBzLX6vBc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tCBzLX6vBc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCBzLX6vBc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCBzLX6vBc .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-tCBzLX6vBc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCBzLX6vBc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCBzLX6vBc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-tCBzLX6vBc .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-tCBzLX6vBc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCBzLX6vBc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCBzLX6vBc .dropdown-item.active,
.cid-tCBzLX6vBc .dropdown-item:active {
  background-color: transparent;
}
.cid-tCBzLX6vBc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCBzLX6vBc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCBzLX6vBc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCBzLX6vBc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a2229;
}
.cid-tCBzLX6vBc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCBzLX6vBc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCBzLX6vBc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCBzLX6vBc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCBzLX6vBc button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCBzLX6vBc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tCBzLX6vBc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCBzLX6vBc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCBzLX6vBc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCBzLX6vBc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCBzLX6vBc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCBzLX6vBc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCBzLX6vBc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCBzLX6vBc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCBzLX6vBc .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCBzLX6vBc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCBzLX6vBc .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-tCBzLX6vBc .navbar {
    height: 70px;
  }
  .cid-tCBzLX6vBc .navbar.opened {
    height: auto;
  }
  .cid-tCBzLX6vBc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCBzLX6vBc .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-tCBzLX6vBc .navbar-toggler {
  margin-left: 10px;
}
.cid-tCBzLX6vBc .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #232323;
}
.cid-tCBzLX6vBc .navbar-logo {
  margin-right: 0 !important;
}
.cid-tCBzLX6vBc .mbr-text {
  width: 100%;
  color: #BF9341;
}
@media (max-width: 575px) {
  .cid-tCBzLX6vBc .mbr-text {
    display: none;
  }
}
.cid-tCBzLX6vBc .navbar-collapse {
  padding-top: 40px !important;
}
.cid-tCBzLX6vBc .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tCBzLX6vBc .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tCBzLYOSGd {
  padding-top: 11rem;
  padding-bottom: 1rem;
  background-color: #f5f4ed;
}
@media (max-width: 575px) {
  .cid-tCBzLYOSGd {
    padding-top: 7rem;
    padding-bottom: 0;
  }
}
.cid-tCBzLYOSGd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCBzLYOSGd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCBzLYOSGd .container,
.cid-tCBzLYOSGd .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tCBzLYOSGd .container,
  .cid-tCBzLYOSGd .container-fluid {
    padding: 0 20px;
  }
}
.cid-tCBzLYOSGd .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-tCBzLYOSGd .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-tCBzLYOSGd .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tCBzLYOSGd .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-tCBzLYOSGd .mbr-section-subtitle {
  color: #ee964b;
  text-align: center;
}
.cid-tEiYRqEIrE {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #f5f4ed;
}
.cid-tEiYRqEIrE iframe,
.cid-tEiYRqEIrE img,
.cid-tEiYRqEIrE video {
  width: 100%;
}
.cid-tEiYRqEIrE .mbr-section-head .mbr-iconfont {
  margin-top: 0.1rem;
  font-size: 2rem;
}
.cid-tEiYRqEIrE .mbr-media {
  position: relative;
  border: 1px solid #eeeeee;
}
.cid-tEiYRqEIrE .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tEiYRqEIrE .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-tEiYRqEIrE .icon-wrap .socicon-youtube {
  transition: all 0.3s;
}
.cid-tEiYRqEIrE .icon-wrap .socicon-youtube:hover {
  color: #e43f3f;
  fill: #e43f3f;
}
.cid-tEiYRqEIrE .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tEiYRqEIrE .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tEiYRqEIrE .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-tEiYRqEIrE .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tEiYRqEIrE .modalWindow .modalWindow-video {
  height: 100%;
  width: 80vw;
  margin: 0 auto;
}
.cid-tEiYRqEIrE .set_follow_class_btn {
  transition: all 0.3s;
}
.cid-tEiYRqEIrE .set_follow_class_btn:hover {
  color: #e43f3f;
  fill: #e43f3f;
}
.cid-tEiYRqEIrE .mdi-action-favorite {
  color: #e43f3f;
  fill: #e43f3f;
}
.cid-tEiYRqEIrE .mdi-action-favorite-outline {
  color: #bbbbbb;
  fill: #bbbbbb;
}
.cid-tEiYRqEIrE .set_share_class_btn {
  color: #bbbbbb;
  fill: #bbbbbb;
  transition: all 0.3s;
}
.cid-tEiYRqEIrE .set_share_class_btn:hover {
  color: #e43f3f;
  fill: #e43f3f;
}
.cid-tEiYRqEIrE .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tEiYRqEIrE .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tCBzM2qWuJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f5f4ed;
}
.cid-tCBzM2qWuJ .nav-tabs .nav-item.open .nav-link:focus,
.cid-tCBzM2qWuJ .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tCBzM2qWuJ .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
  margin-bottom: 30px;
}
.cid-tCBzM2qWuJ .nav-item {
  margin-bottom: 2px;
}
@media (max-width: 767px) {
  .cid-tCBzM2qWuJ .nav-item {
    width: 100%;
    margin: 0;
    padding: 0 ;
  }
}
.cid-tCBzM2qWuJ .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-tCBzM2qWuJ .nav-tabs .nav-item {
  margin-right: 0;
  width: 50%;
  padding: 0 3px;
}
@media (max-width: 767px) {
  .cid-tCBzM2qWuJ .nav-tabs .nav-item {
    width: 100%;
  }
}
.cid-tCBzM2qWuJ .nav-link,
.cid-tCBzM2qWuJ .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-tCBzM2qWuJ .nav-tabs .nav-link.active {
  color: #040E17;
  border-bottom: none;
  transition: all .3s ease !important;
  padding: 21px;
  background-color: transparent;
  border-top: 2px solid #040e17;
  width: 100%;
  margin: auto;
  text-align: center;
}
.cid-tCBzM2qWuJ H4 {
  text-align: center;
}
.cid-tCBzM2qWuJ H3 {
  text-align: center;
}
.cid-tCBzM2qWuJ .nav-tabs .nav-link:not(.active) {
  transition: all .3s ease !important;
  padding: 21px;
  border: none;
  font-weight: 500;
  background-color: #ee964b;
  color: #040E17;
  border-top: 2px solid transparent;
  width: 100%;
  margin: auto;
  text-align: center;
}
.cid-tCBzM2qWuJ .nav-tabs .nav-link:not(.active):hover {
  background-color: transparent;
  border-top: 2px solid #040e17;
}
.cid-tCBzM2qWuJ .card-heading {
  margin-bottom: 25px;
  text-align: left;
  color: #111213;
}
.cid-tCBzM2qWuJ P {
  color: #232323;
  text-align: center;
}
.cid-tCBzM2qWuJ .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tCBzM3psC5 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-image: url("/v1/assets/u/images/mbr-1610x906.jpg");
}
.cid-tCBzM3psC5 h4 {
  display: -webkit-flex;
  letter-spacing: 0.03em;
  color: #000000;
}
.cid-tCBzM3psC5 .panel-text {
  letter-spacing: 0.03em;
  color: #ffffff;
  line-height: 1.7;
}
.cid-tCBzM3psC5 .mbr-section-title {
  letter-spacing: 0.1em;
  color: #ffffff;
}
.cid-tCBzM3psC5 .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #ffffff;
}
.cid-tCBzM3psC5 .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-tCBzM3psC5 .panel-group {
  width: 100%;
}
.cid-tCBzM3psC5 .card {
  border-bottom: 1px solid #086775;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-tCBzM3psC5 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-tCBzM3psC5 .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-tCBzM3psC5 .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-tCBzM3psC5 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tCBzM3psC5 .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-tCBzM3psC5 .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-tCBzM3psC5 .card .panel-body {
  background: #086775;
}
.cid-tCBzM3psC5 .sign {
  color: #000000;
}
.cid-tCBzM3psC5 .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tCBzM3psC5 .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-tCBzM3psC5 .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-tCBzM3psC5 .header-text,
.cid-tCBzM3psC5 .sign {
  color: #232323;
}
.cid-tCBzM4rJN9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-tCBzM4rJN9 .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tCBzM4rJN9 h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-tCBzM4rJN9 h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tCBzM4rJN9 h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tCBzM4rJN9 .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-tCBzM4rJN9 .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-tCBzM4rJN9 .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tCBzM4rJN9 .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-tCBzM4rJN9 .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tCBzM4rJN9 .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tCBzM4rJN9 .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-tCBzM4rJN9 .mbr-section-title,
.cid-tCBzM4rJN9 .social-list {
  color: #232323;
}
@media (max-width: 768px) {
  .cid-tCBzM4rJN9 h2:before,
  .cid-tCBzM4rJN9 h2:after {
    display: none;
  }
}
.cid-tCBzM5rQhw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-tCBzM5rQhw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCBzM5rQhw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCBzM5rQhw .bottom-menu {
  font-size: 1rem;
  margin-bottom: 1.2rem;
}
.cid-tCBzM5rQhw .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tCBzM5rQhw .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tCBzM5rQhw .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tCBzM5rQhw .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tCBzM5rQhw .container {
    max-width: 100%;
  }
  .cid-tCBzM5rQhw .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tCBzM5rQhw .item-wrap {
  width: 100%;
}
.cid-tCBzM5rQhw .navbar-brand {
  display: flex;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 30px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tCBzM5rQhw .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tCBzM5rQhw .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tCBzM5rQhw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tCBzM5rQhw .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tCBzM5rQhw .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tCBzM5rQhw .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tCBzM5rQhw .copyright {
  color: #f5f4ed;
  padding: 0;
  width: 100%;
}
.cid-tDu1efPp4E.popup-builder {
  background-color: #ffffff;
}
.cid-tDu1efPp4E.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tDu1efPp4E.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tDu1efPp4E .modal-content,
.cid-tDu1efPp4E .modal-dialog {
  height: auto;
}
.cid-tDu1efPp4E .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tDu1efPp4E .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tDu1efPp4E .form-wrapper .mbr-form .form-group,
  .cid-tDu1efPp4E .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tDu1efPp4E .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tDu1efPp4E .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tDu1efPp4E .mbr-text {
  text-align: center;
}
.cid-tDu1efPp4E .pt-0 {
  padding-top: 0 !important;
}
.cid-tDu1efPp4E .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tDu1efPp4E .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tDu1efPp4E .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tDu1efPp4E .modal-open {
  overflow: hidden;
}
.cid-tDu1efPp4E .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tDu1efPp4E .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tDu1efPp4E .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tDu1efPp4E .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tDu1efPp4E .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tDu1efPp4E .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tDu1efPp4E .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tDu1efPp4E .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tDu1efPp4E .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tDu1efPp4E .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tDu1efPp4E .modal-backdrop.fade {
  opacity: 0;
}
.cid-tDu1efPp4E .modal-backdrop.show {
  opacity: .5;
}
.cid-tDu1efPp4E .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tDu1efPp4E .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tDu1efPp4E .modal-header {
    padding: 1rem;
  }
}
.cid-tDu1efPp4E .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tDu1efPp4E .modal-header .close svg {
  fill: #353535;
}
.cid-tDu1efPp4E .modal-header .close:hover {
  opacity: 1;
}
.cid-tDu1efPp4E .modal-header .close:focus {
  outline: none;
}
.cid-tDu1efPp4E .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tDu1efPp4E .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tDu1efPp4E .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDu1efPp4E .modal-body {
    padding: 1rem;
  }
}
.cid-tDu1efPp4E .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tDu1efPp4E .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDu1efPp4E .modal-footer {
    padding: 1rem;
  }
}
.cid-tDu1efPp4E .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tDu1efPp4E .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tDu1efPp4E .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tDu1efPp4E .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tDu1efPp4E .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tDu1efPp4E .modal-lg,
  .cid-tDu1efPp4E .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tDu1efPp4E .modal-xl {
    max-width: 1140px;
  }
}
.cid-tDu1efPp4E .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tDu1efPp4E .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tDu1efPp4E .form-group {
  margin-bottom: 1rem;
}
.cid-tDu1efPp4E .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tDu1efPp4E .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tDu1efPp4E .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tDu1efPp4E .mbr-section-btn {
  margin: 0;
}
.cid-tDu1efPp4E .mbr-section-btn .btn {
  margin: 0;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.3;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (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;
  }
}

.form-check-input:checked {
    background-color: #ee964b;
    border-color: #fbae7d;
}
.form-check-input:focus{
    border-color:#fbae7d;
    outline:0;
    box-shadow:0 0 0 .25rem rgba(251, 174, 125,.25)
}

.on-pointer{
    cursor: pointer;
}

@keyframes ani-rotate {
  0% {
    color: black;
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    color: #ee964b;
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    color: #086775;
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes ani-waviy {
  0%,40%,100% {
    transform: translateY(0);
  }
  20% {
    color: #086775;
    transform: translateY(-5px);
  }
}

@keyframes ani-popoutin {
  0% {
    color: black;
    transform: scale(0);
    opacity: 0;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  25% {
    color: #086775;
    transform: scale(2);
    opacity: 1;
    text-shadow: 3px 10px 5px rgba(0, 0, 0, 0.5);
  }
  50% {
    color: black;
    transform: scale(1);
    opacity: 1;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
  }
}
.cid-tCBBVisewq {
  z-index: 1000;
  width: 100%;
}
.cid-tCBBVisewq nav.navbar {
  position: fixed;
}
.cid-tCBBVisewq .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-tCBBVisewq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 575px) {
  .cid-tCBBVisewq .dropdown-menu a {
    font-size: 1.5rem;
  }
}
.cid-tCBBVisewq .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-tCBBVisewq .dropdown-item:hover,
.cid-tCBBVisewq .dropdown-item:focus {
  background: rgba(127, 127, 127, 0.5) !important;
  color: white !important;
}
.cid-tCBBVisewq .dropdown-item:hover span {
  color: white;
}
.cid-tCBBVisewq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCBBVisewq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCBBVisewq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-tCBBVisewq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCBBVisewq .nav-link {
  position: relative;
}
.cid-tCBBVisewq .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-tCBBVisewq .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-tCBBVisewq .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-tCBBVisewq .iconfont-wrapper:hover .mbr-iconfont {
  color: #ee964b;
}
.cid-tCBBVisewq .dropdown-menu,
.cid-tCBBVisewq .navbar.opened {
  background: #1a2229 !important;
}
.cid-tCBBVisewq .nav-item:focus,
.cid-tCBBVisewq .nav-link:focus {
  outline: none;
}
.cid-tCBBVisewq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCBBVisewq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCBBVisewq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCBBVisewq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCBBVisewq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCBBVisewq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCBBVisewq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 34, 41, 0.9);
  padding: 0 !important;
}
.cid-tCBBVisewq .navbar.opened {
  transition: all 0.3s;
}
.cid-tCBBVisewq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCBBVisewq .navbar .navbar-logo img {
  width: auto;
}
@media (max-width: 991px) {
  .cid-tCBBVisewq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCBBVisewq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCBBVisewq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCBBVisewq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCBBVisewq .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-tCBBVisewq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCBBVisewq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCBBVisewq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tCBBVisewq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCBBVisewq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tCBBVisewq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCBBVisewq .navbar.collapsed {
  justify-content: center;
}
.cid-tCBBVisewq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCBBVisewq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tCBBVisewq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCBBVisewq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCBBVisewq .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-tCBBVisewq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCBBVisewq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCBBVisewq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-tCBBVisewq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-tCBBVisewq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCBBVisewq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCBBVisewq .dropdown-item.active,
.cid-tCBBVisewq .dropdown-item:active {
  background-color: transparent;
}
.cid-tCBBVisewq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCBBVisewq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCBBVisewq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCBBVisewq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a2229;
}
.cid-tCBBVisewq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCBBVisewq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCBBVisewq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCBBVisewq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCBBVisewq button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCBBVisewq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tCBBVisewq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCBBVisewq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCBBVisewq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCBBVisewq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCBBVisewq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCBBVisewq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCBBVisewq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCBBVisewq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCBBVisewq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCBBVisewq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCBBVisewq .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-tCBBVisewq .navbar {
    height: 70px;
  }
  .cid-tCBBVisewq .navbar.opened {
    height: auto;
  }
  .cid-tCBBVisewq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCBBVisewq .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-tCBBVisewq .navbar-toggler {
  margin-left: 10px;
}
.cid-tCBBVisewq .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #232323;
}
.cid-tCBBVisewq .navbar-logo {
  margin-right: 0 !important;
}
.cid-tCBBVisewq .mbr-text {
  width: 100%;
  color: #BF9341;
}
@media (max-width: 575px) {
  .cid-tCBBVisewq .mbr-text {
    display: none;
  }
}
.cid-tCBBVisewq .navbar-collapse {
  padding-top: 40px !important;
}
.cid-tCBBVisewq .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tCBBVisewq .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tCBBVkrJ6Y {
  padding-top: 11rem;
  padding-bottom: 1rem;
  background-color: #f5f4ed;
}
@media (max-width: 575px) {
  .cid-tCBBVkrJ6Y {
    padding-top: 7rem;
    padding-bottom: 0;
  }
}
.cid-tCBBVkrJ6Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCBBVkrJ6Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCBBVkrJ6Y .container,
.cid-tCBBVkrJ6Y .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tCBBVkrJ6Y .container,
  .cid-tCBBVkrJ6Y .container-fluid {
    padding: 0 20px;
  }
}
.cid-tCBBVkrJ6Y .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-tCBBVkrJ6Y .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-tCBBVkrJ6Y .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tCBBVkrJ6Y .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-tCBBVkrJ6Y .mbr-section-subtitle {
  color: #ee964b;
  text-align: center;
}
.cid-tEiZ2z2QTa {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f5f4ed;
}
.cid-tEiZ2z2QTa iframe,
.cid-tEiZ2z2QTa img,
.cid-tEiZ2z2QTa video {
  width: 100%;
}
.cid-tEiZ2z2QTa .mbr-section-head .mbr-iconfont {
  margin-top: 0.1rem;
  font-size: 2rem;
}
.cid-tEiZ2z2QTa .class-pricing-area {
  position: relative;
  padding-top: 10px;
  min-height: 30px;
}
.cid-tEiZ2z2QTa .class-pricing-area span {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tEiZ2z2QTa .class-buy-btn {
  background-color: #024549 !important;
  border-color: #024549 !important;
  margin-top: -10px;
  min-width: 100px;
  transition: all 0.3s;
}
.cid-tEiZ2z2QTa .class-buy-btn:hover {
  background-color: #ee964b !important;
  border-color: #ee964b !important;
}
.cid-tEiZ2z2QTa .mbr-media {
  position: relative;
  border: 1px solid #eeeeee;
}
.cid-tEiZ2z2QTa .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tEiZ2z2QTa .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-tEiZ2z2QTa .icon-wrap .socicon-youtube {
  transition: all 0.3s;
}
.cid-tEiZ2z2QTa .icon-wrap .socicon-youtube:hover {
  color: #e43f3f;
  fill: #e43f3f;
}
.cid-tEiZ2z2QTa .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tEiZ2z2QTa .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tEiZ2z2QTa .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-tEiZ2z2QTa .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tEiZ2z2QTa .modalWindow .modalWindow-video {
  height: 100%;
  width: 80vw;
  margin: 0 auto;
}
.cid-tEiZ2z2QTa .set_follow_class_btn {
  transition: all 0.3s;
}
.cid-tEiZ2z2QTa .set_follow_class_btn:hover {
  color: #e43f3f;
  fill: #e43f3f;
}
.cid-tEiZ2z2QTa .mdi-action-favorite {
  color: #e43f3f;
  fill: #e43f3f;
}
.cid-tEiZ2z2QTa .mdi-action-favorite-outline {
  color: #bbbbbb;
  fill: #bbbbbb;
}
.cid-tEiZ2z2QTa .set_share_class_btn {
  color: #bbbbbb;
  fill: #bbbbbb;
  transition: all 0.3s;
}
.cid-tEiZ2z2QTa .set_share_class_btn:hover {
  color: #e43f3f;
  fill: #e43f3f;
}
.cid-tEiZ2z2QTa .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tEiZ2z2QTa .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tEiZ2z2QTa DIV {
  color: #e43f3f;
}
.cid-tEiZ2z2QTa .mbr-section-subtitle {
  color: #232323;
}
.cid-tEiZ2z2QTa SPAN {
  color: #232323;
}
.cid-tDxzmNblBU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f5f4ed;
}
.cid-tDxzmNblBU .nav-tabs .nav-item.open .nav-link:focus,
.cid-tDxzmNblBU .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tDxzmNblBU .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
  margin-bottom: 30px;
}
.cid-tDxzmNblBU .nav-item {
  margin-bottom: 2px;
}
@media (max-width: 767px) {
  .cid-tDxzmNblBU .nav-item {
    width: 100%;
    margin: 0;
    padding: 0 ;
  }
}
.cid-tDxzmNblBU .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-tDxzmNblBU .nav-tabs .nav-item {
  margin-right: 0;
  width: 50%;
  padding: 0 3px;
}
@media (max-width: 767px) {
  .cid-tDxzmNblBU .nav-tabs .nav-item {
    width: 100%;
  }
}
.cid-tDxzmNblBU .nav-link,
.cid-tDxzmNblBU .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-tDxzmNblBU .nav-tabs .nav-link.active {
  color: #040E17;
  border-bottom: none;
  transition: all .3s ease !important;
  padding: 21px;
  background-color: transparent;
  border-top: 2px solid #040e17;
  width: 100%;
  margin: auto;
  text-align: center;
}
.cid-tDxzmNblBU H4 {
  text-align: center;
}
.cid-tDxzmNblBU H3 {
  text-align: center;
}
.cid-tDxzmNblBU .nav-tabs .nav-link:not(.active) {
  transition: all .3s ease !important;
  padding: 21px;
  border: none;
  font-weight: 500;
  background-color: #ee964b;
  color: #040E17;
  border-top: 2px solid transparent;
  width: 100%;
  margin: auto;
  text-align: center;
}
.cid-tDxzmNblBU .nav-tabs .nav-link:not(.active):hover {
  background-color: transparent;
  border-top: 2px solid #040e17;
}
.cid-tDxzmNblBU .card-heading {
  margin-bottom: 25px;
  text-align: left;
  color: #111213;
}
.cid-tDxzmNblBU P {
  color: #232323;
  text-align: center;
}
.cid-tDxzmNblBU .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tCBBVp2fhR {
  padding-top: 0px;
  padding-bottom: 45px;
  background-image: url("/v1/assets/u/images/mbr-1610x906.jpg");
}
.cid-tCBBVp2fhR h4 {
  display: -webkit-flex;
  letter-spacing: 0.03em;
  color: #000000;
}
.cid-tCBBVp2fhR .panel-text {
  letter-spacing: 0.03em;
  color: #ffffff;
  line-height: 1.7;
}
.cid-tCBBVp2fhR .mbr-section-title {
  letter-spacing: 0.1em;
  color: #ffffff;
}
.cid-tCBBVp2fhR .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #ffffff;
}
.cid-tCBBVp2fhR .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-tCBBVp2fhR .panel-group {
  width: 100%;
}
.cid-tCBBVp2fhR .card {
  border-bottom: 1px solid #086775;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-tCBBVp2fhR .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-tCBBVp2fhR .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-tCBBVp2fhR .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-tCBBVp2fhR .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tCBBVp2fhR .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-tCBBVp2fhR .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-tCBBVp2fhR .card .panel-body {
  background: #086775;
}
.cid-tCBBVp2fhR .sign {
  color: #000000;
}
.cid-tCBBVp2fhR .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tCBBVp2fhR .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-tCBBVp2fhR .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-tCBBVp2fhR .header-text,
.cid-tCBBVp2fhR .sign {
  color: #232323;
}
.cid-tCBBVqbCyi {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-tCBBVqbCyi .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tCBBVqbCyi h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-tCBBVqbCyi h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tCBBVqbCyi h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tCBBVqbCyi .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-tCBBVqbCyi .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-tCBBVqbCyi .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tCBBVqbCyi .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-tCBBVqbCyi .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tCBBVqbCyi .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tCBBVqbCyi .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-tCBBVqbCyi .mbr-section-title,
.cid-tCBBVqbCyi .social-list {
  color: #232323;
}
@media (max-width: 768px) {
  .cid-tCBBVqbCyi h2:before,
  .cid-tCBBVqbCyi h2:after {
    display: none;
  }
}
.cid-tCBBVrbTdo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-tCBBVrbTdo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCBBVrbTdo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCBBVrbTdo .bottom-menu {
  font-size: 1rem;
  margin-bottom: 1.2rem;
}
.cid-tCBBVrbTdo .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tCBBVrbTdo .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tCBBVrbTdo .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tCBBVrbTdo .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tCBBVrbTdo .container {
    max-width: 100%;
  }
  .cid-tCBBVrbTdo .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tCBBVrbTdo .item-wrap {
  width: 100%;
}
.cid-tCBBVrbTdo .navbar-brand {
  display: flex;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 30px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tCBBVrbTdo .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tCBBVrbTdo .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tCBBVrbTdo .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tCBBVrbTdo .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tCBBVrbTdo .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tCBBVrbTdo .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tCBBVrbTdo .copyright {
  color: #f5f4ed;
  padding: 0;
  width: 100%;
}
.cid-tDu1efPtEr.popup-builder {
  background-color: #ffffff;
}
.cid-tDu1efPtEr.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tDu1efPtEr.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tDu1efPtEr .modal-content,
.cid-tDu1efPtEr .modal-dialog {
  height: auto;
}
.cid-tDu1efPtEr .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tDu1efPtEr .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tDu1efPtEr .form-wrapper .mbr-form .form-group,
  .cid-tDu1efPtEr .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tDu1efPtEr .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tDu1efPtEr .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tDu1efPtEr .mbr-text {
  text-align: center;
}
.cid-tDu1efPtEr .pt-0 {
  padding-top: 0 !important;
}
.cid-tDu1efPtEr .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tDu1efPtEr .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tDu1efPtEr .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tDu1efPtEr .modal-open {
  overflow: hidden;
}
.cid-tDu1efPtEr .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tDu1efPtEr .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tDu1efPtEr .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tDu1efPtEr .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tDu1efPtEr .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tDu1efPtEr .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tDu1efPtEr .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tDu1efPtEr .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tDu1efPtEr .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tDu1efPtEr .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tDu1efPtEr .modal-backdrop.fade {
  opacity: 0;
}
.cid-tDu1efPtEr .modal-backdrop.show {
  opacity: .5;
}
.cid-tDu1efPtEr .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tDu1efPtEr .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tDu1efPtEr .modal-header {
    padding: 1rem;
  }
}
.cid-tDu1efPtEr .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tDu1efPtEr .modal-header .close svg {
  fill: #353535;
}
.cid-tDu1efPtEr .modal-header .close:hover {
  opacity: 1;
}
.cid-tDu1efPtEr .modal-header .close:focus {
  outline: none;
}
.cid-tDu1efPtEr .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tDu1efPtEr .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tDu1efPtEr .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDu1efPtEr .modal-body {
    padding: 1rem;
  }
}
.cid-tDu1efPtEr .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tDu1efPtEr .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDu1efPtEr .modal-footer {
    padding: 1rem;
  }
}
.cid-tDu1efPtEr .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tDu1efPtEr .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tDu1efPtEr .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tDu1efPtEr .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tDu1efPtEr .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tDu1efPtEr .modal-lg,
  .cid-tDu1efPtEr .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tDu1efPtEr .modal-xl {
    max-width: 1140px;
  }
}
.cid-tDu1efPtEr .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tDu1efPtEr .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tDu1efPtEr .form-group {
  margin-bottom: 1rem;
}
.cid-tDu1efPtEr .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tDu1efPtEr .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tDu1efPtEr .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tDu1efPtEr .mbr-section-btn {
  margin: 0;
}
.cid-tDu1efPtEr .mbr-section-btn .btn {
  margin: 0;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.3;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (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;
  }
}

.form-check-input:checked {
    background-color: #ee964b;
    border-color: #fbae7d;
}
.form-check-input:focus{
    border-color:#fbae7d;
    outline:0;
    box-shadow:0 0 0 .25rem rgba(251, 174, 125,.25)
}

.on-pointer{
    cursor: pointer;
}

@keyframes ani-rotate {
  0% {
    color: black;
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    color: #ee964b;
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    color: #086775;
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes ani-waviy {
  0%,40%,100% {
    transform: translateY(0);
  }
  20% {
    color: #086775;
    transform: translateY(-5px);
  }
}

@keyframes ani-popoutin {
  0% {
    color: black;
    transform: scale(0);
    opacity: 0;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  25% {
    color: #086775;
    transform: scale(2);
    opacity: 1;
    text-shadow: 3px 10px 5px rgba(0, 0, 0, 0.5);
  }
  50% {
    color: black;
    transform: scale(1);
    opacity: 1;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
  }
}
.cid-tCp6LpRwh2 {
  z-index: 1000;
  width: 100%;
}
.cid-tCp6LpRwh2 nav.navbar {
  position: fixed;
}
.cid-tCp6LpRwh2 .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-tCp6LpRwh2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 575px) {
  .cid-tCp6LpRwh2 .dropdown-menu a {
    font-size: 1.5rem;
  }
}
.cid-tCp6LpRwh2 .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-tCp6LpRwh2 .dropdown-item:hover,
.cid-tCp6LpRwh2 .dropdown-item:focus {
  background: rgba(127, 127, 127, 0.5) !important;
  color: white !important;
}
.cid-tCp6LpRwh2 .dropdown-item:hover span {
  color: white;
}
.cid-tCp6LpRwh2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCp6LpRwh2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCp6LpRwh2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-tCp6LpRwh2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCp6LpRwh2 .nav-link {
  position: relative;
}
.cid-tCp6LpRwh2 .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-tCp6LpRwh2 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-tCp6LpRwh2 .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-tCp6LpRwh2 .iconfont-wrapper:hover .mbr-iconfont {
  color: #ee964b;
}
.cid-tCp6LpRwh2 .dropdown-menu,
.cid-tCp6LpRwh2 .navbar.opened {
  background: #1a2229 !important;
}
.cid-tCp6LpRwh2 .nav-item:focus,
.cid-tCp6LpRwh2 .nav-link:focus {
  outline: none;
}
.cid-tCp6LpRwh2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCp6LpRwh2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCp6LpRwh2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCp6LpRwh2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCp6LpRwh2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCp6LpRwh2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCp6LpRwh2 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 34, 41, 0.9);
  padding: 0 !important;
}
.cid-tCp6LpRwh2 .navbar.opened {
  transition: all 0.3s;
}
.cid-tCp6LpRwh2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCp6LpRwh2 .navbar .navbar-logo img {
  width: auto;
}
@media (max-width: 991px) {
  .cid-tCp6LpRwh2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCp6LpRwh2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCp6LpRwh2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCp6LpRwh2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCp6LpRwh2 .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-tCp6LpRwh2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCp6LpRwh2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCp6LpRwh2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tCp6LpRwh2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCp6LpRwh2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tCp6LpRwh2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCp6LpRwh2 .navbar.collapsed {
  justify-content: center;
}
.cid-tCp6LpRwh2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCp6LpRwh2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tCp6LpRwh2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCp6LpRwh2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCp6LpRwh2 .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-tCp6LpRwh2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCp6LpRwh2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCp6LpRwh2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-tCp6LpRwh2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-tCp6LpRwh2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCp6LpRwh2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCp6LpRwh2 .dropdown-item.active,
.cid-tCp6LpRwh2 .dropdown-item:active {
  background-color: transparent;
}
.cid-tCp6LpRwh2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCp6LpRwh2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCp6LpRwh2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCp6LpRwh2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a2229;
}
.cid-tCp6LpRwh2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCp6LpRwh2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCp6LpRwh2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCp6LpRwh2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCp6LpRwh2 button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCp6LpRwh2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tCp6LpRwh2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCp6LpRwh2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCp6LpRwh2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCp6LpRwh2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCp6LpRwh2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCp6LpRwh2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCp6LpRwh2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCp6LpRwh2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCp6LpRwh2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCp6LpRwh2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCp6LpRwh2 .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-tCp6LpRwh2 .navbar {
    height: 70px;
  }
  .cid-tCp6LpRwh2 .navbar.opened {
    height: auto;
  }
  .cid-tCp6LpRwh2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCp6LpRwh2 .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-tCp6LpRwh2 .navbar-toggler {
  margin-left: 10px;
}
.cid-tCp6LpRwh2 .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #232323;
}
.cid-tCp6LpRwh2 .navbar-logo {
  margin-right: 0 !important;
}
.cid-tCp6LpRwh2 .mbr-text {
  width: 100%;
  color: #BF9341;
}
@media (max-width: 575px) {
  .cid-tCp6LpRwh2 .mbr-text {
    display: none;
  }
}
.cid-tCp6LpRwh2 .navbar-collapse {
  padding-top: 40px !important;
}
.cid-tCp6LpRwh2 .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tCp6LpRwh2 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tCp7OQQMrK {
  padding-top: 165px;
  padding-bottom: 30px;
  background-color: #f5f4ed;
}
@media (max-width: 575px) {
  .cid-tCp7OQQMrK {
    padding-top: 7rem;
    padding-bottom: 0;
  }
}
.cid-tCp7OQQMrK .mbr-section-subtitle {
  color: #767676;
}
.cid-tCp7OQQMrK .container-table {
  margin: 0 auto;
}
.cid-tCp7OQQMrK table.dataTable thead .sorting:before,
.cid-tCp7OQQMrK table.dataTable thead .sorting:after,
.cid-tCp7OQQMrK table.dataTable thead .sorting_asc:before,
.cid-tCp7OQQMrK table.dataTable thead .sorting_asc:after,
.cid-tCp7OQQMrK table.dataTable thead .sorting_desc:before,
.cid-tCp7OQQMrK table.dataTable thead .sorting_desc:after,
.cid-tCp7OQQMrK table.dataTable thead .sorting_asc_disabled:before,
.cid-tCp7OQQMrK table.dataTable thead .sorting_asc_disabled:after,
.cid-tCp7OQQMrK table.dataTable thead .sorting_desc_disabled:before,
.cid-tCp7OQQMrK table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-tCp7OQQMrK .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-tCp7OQQMrK .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-tCp7OQQMrK .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #ee964b;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-tCp7OQQMrK .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tCp7OQQMrK .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #086775;
  border-bottom: 1px solid #0a1c44;
  text-align: center;
}
.cid-tCp7OQQMrK .head-item:hover {
  background: #086775;
  color: inherit;
}
.cid-tCp7OQQMrK .table-heads {
  color: #ffffff;
}
.cid-tCp7OQQMrK .dataTables_wrapper {
  display: block;
}
.cid-tCp7OQQMrK .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-tCp7OQQMrK .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tCp7OQQMrK table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-tCp7OQQMrK table td,
.cid-tCp7OQQMrK table th {
  white-space: nowrap;
}
.cid-tCp7OQQMrK table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-tCp7OQQMrK table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-tCp7OQQMrK table td {
  border-top: 1px solid #e9e9e9;
}
.cid-tCp7OQQMrK table.table {
  background: #ffffff;
}
.cid-tCp7OQQMrK .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-tCp7OQQMrK .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tCp7OQQMrK .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-tCp7OQQMrK .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-tCp7OQQMrK .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-tCp7OQQMrK .dataTables_filter {
    text-align: center;
  }
  .cid-tCp7OQQMrK .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-tCp7OQQMrK .mbr-section-title,
.cid-tCp7OQQMrK .line-wrap {
  text-align: center;
}
.cid-tCp7OQQMrK .mbr-section-sub-title {
  text-align: center;
  color: #656565;
}
.cid-tCp7OQQMrK .body-item {
  text-align: center;
}
.cid-tCpbNwgCjY {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f5f4ed;
}
.cid-tCp6Ly0p22 {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-tCp6Ly0p22 .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tCp6Ly0p22 h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-tCp6Ly0p22 h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tCp6Ly0p22 h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tCp6Ly0p22 .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-tCp6Ly0p22 .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-tCp6Ly0p22 .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tCp6Ly0p22 .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-tCp6Ly0p22 .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tCp6Ly0p22 .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tCp6Ly0p22 .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-tCp6Ly0p22 .mbr-section-title,
.cid-tCp6Ly0p22 .social-list {
  color: #232323;
}
@media (max-width: 768px) {
  .cid-tCp6Ly0p22 h2:before,
  .cid-tCp6Ly0p22 h2:after {
    display: none;
  }
}
.cid-tCp6Lz51Oq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-tCp6Lz51Oq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCp6Lz51Oq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCp6Lz51Oq .bottom-menu {
  font-size: 1rem;
  margin-bottom: 1.2rem;
}
.cid-tCp6Lz51Oq .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tCp6Lz51Oq .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tCp6Lz51Oq .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tCp6Lz51Oq .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tCp6Lz51Oq .container {
    max-width: 100%;
  }
  .cid-tCp6Lz51Oq .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tCp6Lz51Oq .item-wrap {
  width: 100%;
}
.cid-tCp6Lz51Oq .navbar-brand {
  display: flex;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 30px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tCp6Lz51Oq .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tCp6Lz51Oq .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tCp6Lz51Oq .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tCp6Lz51Oq .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tCp6Lz51Oq .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tCp6Lz51Oq .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tCp6Lz51Oq .copyright {
  color: #f5f4ed;
  padding: 0;
  width: 100%;
}
.cid-tDu1efPfLZ.popup-builder {
  background-color: #ffffff;
}
.cid-tDu1efPfLZ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tDu1efPfLZ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tDu1efPfLZ .modal-content,
.cid-tDu1efPfLZ .modal-dialog {
  height: auto;
}
.cid-tDu1efPfLZ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tDu1efPfLZ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tDu1efPfLZ .form-wrapper .mbr-form .form-group,
  .cid-tDu1efPfLZ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tDu1efPfLZ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tDu1efPfLZ .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tDu1efPfLZ .mbr-text {
  text-align: center;
}
.cid-tDu1efPfLZ .pt-0 {
  padding-top: 0 !important;
}
.cid-tDu1efPfLZ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tDu1efPfLZ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tDu1efPfLZ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tDu1efPfLZ .modal-open {
  overflow: hidden;
}
.cid-tDu1efPfLZ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tDu1efPfLZ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tDu1efPfLZ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tDu1efPfLZ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tDu1efPfLZ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tDu1efPfLZ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tDu1efPfLZ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tDu1efPfLZ .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tDu1efPfLZ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tDu1efPfLZ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tDu1efPfLZ .modal-backdrop.fade {
  opacity: 0;
}
.cid-tDu1efPfLZ .modal-backdrop.show {
  opacity: .5;
}
.cid-tDu1efPfLZ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tDu1efPfLZ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tDu1efPfLZ .modal-header {
    padding: 1rem;
  }
}
.cid-tDu1efPfLZ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tDu1efPfLZ .modal-header .close svg {
  fill: #353535;
}
.cid-tDu1efPfLZ .modal-header .close:hover {
  opacity: 1;
}
.cid-tDu1efPfLZ .modal-header .close:focus {
  outline: none;
}
.cid-tDu1efPfLZ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tDu1efPfLZ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tDu1efPfLZ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDu1efPfLZ .modal-body {
    padding: 1rem;
  }
}
.cid-tDu1efPfLZ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tDu1efPfLZ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDu1efPfLZ .modal-footer {
    padding: 1rem;
  }
}
.cid-tDu1efPfLZ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tDu1efPfLZ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tDu1efPfLZ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tDu1efPfLZ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tDu1efPfLZ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tDu1efPfLZ .modal-lg,
  .cid-tDu1efPfLZ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tDu1efPfLZ .modal-xl {
    max-width: 1140px;
  }
}
.cid-tDu1efPfLZ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tDu1efPfLZ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tDu1efPfLZ .form-group {
  margin-bottom: 1rem;
}
.cid-tDu1efPfLZ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tDu1efPfLZ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tDu1efPfLZ .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tDu1efPfLZ .mbr-section-btn {
  margin: 0;
}
.cid-tDu1efPfLZ .mbr-section-btn .btn {
  margin: 0;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.3;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (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;
  }
}

.form-check-input:checked {
    background-color: #ee964b;
    border-color: #fbae7d;
}
.form-check-input:focus{
    border-color:#fbae7d;
    outline:0;
    box-shadow:0 0 0 .25rem rgba(251, 174, 125,.25)
}

.on-pointer{
    cursor: pointer;
}

@keyframes ani-rotate {
  0% {
    color: black;
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    color: #ee964b;
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    color: #086775;
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes ani-waviy {
  0%,40%,100% {
    transform: translateY(0);
  }
  20% {
    color: #086775;
    transform: translateY(-5px);
  }
}

@keyframes ani-popoutin {
  0% {
    color: black;
    transform: scale(0);
    opacity: 0;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  25% {
    color: #086775;
    transform: scale(2);
    opacity: 1;
    text-shadow: 3px 10px 5px rgba(0, 0, 0, 0.5);
  }
  50% {
    color: black;
    transform: scale(1);
    opacity: 1;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
  }
}
.cid-tCGuIT3BZQ {
  z-index: 1000;
  width: 100%;
}
.cid-tCGuIT3BZQ nav.navbar {
  position: fixed;
}
.cid-tCGuIT3BZQ .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-tCGuIT3BZQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 575px) {
  .cid-tCGuIT3BZQ .dropdown-menu a {
    font-size: 1.5rem;
  }
}
.cid-tCGuIT3BZQ .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-tCGuIT3BZQ .dropdown-item:hover,
.cid-tCGuIT3BZQ .dropdown-item:focus {
  background: rgba(127, 127, 127, 0.5) !important;
  color: white !important;
}
.cid-tCGuIT3BZQ .dropdown-item:hover span {
  color: white;
}
.cid-tCGuIT3BZQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCGuIT3BZQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCGuIT3BZQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-tCGuIT3BZQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCGuIT3BZQ .nav-link {
  position: relative;
}
.cid-tCGuIT3BZQ .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-tCGuIT3BZQ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-tCGuIT3BZQ .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-tCGuIT3BZQ .iconfont-wrapper:hover .mbr-iconfont {
  color: #ee964b;
}
.cid-tCGuIT3BZQ .dropdown-menu,
.cid-tCGuIT3BZQ .navbar.opened {
  background: #1a2229 !important;
}
.cid-tCGuIT3BZQ .nav-item:focus,
.cid-tCGuIT3BZQ .nav-link:focus {
  outline: none;
}
.cid-tCGuIT3BZQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCGuIT3BZQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCGuIT3BZQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCGuIT3BZQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCGuIT3BZQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCGuIT3BZQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCGuIT3BZQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 34, 41, 0.9);
  padding: 0 !important;
}
.cid-tCGuIT3BZQ .navbar.opened {
  transition: all 0.3s;
}
.cid-tCGuIT3BZQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCGuIT3BZQ .navbar .navbar-logo img {
  width: auto;
}
@media (max-width: 991px) {
  .cid-tCGuIT3BZQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCGuIT3BZQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCGuIT3BZQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCGuIT3BZQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCGuIT3BZQ .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-tCGuIT3BZQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCGuIT3BZQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCGuIT3BZQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tCGuIT3BZQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCGuIT3BZQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tCGuIT3BZQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCGuIT3BZQ .navbar.collapsed {
  justify-content: center;
}
.cid-tCGuIT3BZQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCGuIT3BZQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tCGuIT3BZQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCGuIT3BZQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCGuIT3BZQ .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-tCGuIT3BZQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCGuIT3BZQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCGuIT3BZQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-tCGuIT3BZQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-tCGuIT3BZQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCGuIT3BZQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCGuIT3BZQ .dropdown-item.active,
.cid-tCGuIT3BZQ .dropdown-item:active {
  background-color: transparent;
}
.cid-tCGuIT3BZQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCGuIT3BZQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCGuIT3BZQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCGuIT3BZQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a2229;
}
.cid-tCGuIT3BZQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCGuIT3BZQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCGuIT3BZQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCGuIT3BZQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCGuIT3BZQ button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCGuIT3BZQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tCGuIT3BZQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCGuIT3BZQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCGuIT3BZQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCGuIT3BZQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCGuIT3BZQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCGuIT3BZQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCGuIT3BZQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCGuIT3BZQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCGuIT3BZQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCGuIT3BZQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCGuIT3BZQ .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-tCGuIT3BZQ .navbar {
    height: 70px;
  }
  .cid-tCGuIT3BZQ .navbar.opened {
    height: auto;
  }
  .cid-tCGuIT3BZQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCGuIT3BZQ .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-tCGuIT3BZQ .navbar-toggler {
  margin-left: 10px;
}
.cid-tCGuIT3BZQ .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #232323;
}
.cid-tCGuIT3BZQ .navbar-logo {
  margin-right: 0 !important;
}
.cid-tCGuIT3BZQ .mbr-text {
  width: 100%;
  color: #BF9341;
}
@media (max-width: 575px) {
  .cid-tCGuIT3BZQ .mbr-text {
    display: none;
  }
}
.cid-tCGuIT3BZQ .navbar-collapse {
  padding-top: 40px !important;
}
.cid-tCGuIT3BZQ .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tCGuIT3BZQ .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tCGuYeLLCE {
  padding-top: 11rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 575px) {
  .cid-tCGuYeLLCE {
    padding-top: 7rem;
    padding-bottom: 0;
  }
}
.cid-tCGuYeLLCE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCGuYeLLCE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCGuYeLLCE .container,
.cid-tCGuYeLLCE .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tCGuYeLLCE .container,
  .cid-tCGuYeLLCE .container-fluid {
    padding: 0 20px;
  }
}
.cid-tCGuYeLLCE .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-tCGuYeLLCE .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-tCGuYeLLCE .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tCGuYeLLCE .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-tCGuYeLLCE .mbr-section-subtitle {
  color: #ee964b;
  text-align: center;
}
.cid-tCGvcqgRYg {
  padding-top: 0px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-tCGvcqgRYg .container-fluid {
  padding: 0 3rem;
}
.cid-tCGvcqgRYg .mbr-section-subtitle {
  color: #000000;
}
.cid-tCGvcqgRYg .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tCGvcqgRYg .table-wrapper {
  margin: 0 auto;
}
.cid-tCGvcqgRYg .head-item {
  min-width: 70px;
}
.cid-tCGvcqgRYg table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-tCGvcqgRYg table th {
  padding: 1.5rem 1rem;
  transition: all 0.2s;
  text-align: center;
  background-color: #086775;
  color: white;
  vertical-align: middle;
}
.cid-tCGvcqgRYg table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
  font-size: 1rem;
}
.cid-tCGvcqgRYg table .title-text {
  font-size: 1.2rem;
}
.cid-tCGvcqgRYg table.table {
  background: #ffffff;
}
.cid-tCGvcqgRYg .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-tCGvcqgRYg .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tCGvcqgRYg .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 10px;
  padding-left: 1rem;
}
.cid-tCGvcqgRYg .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-tCGvcqgRYg .dataTables_wrapper {
  display: block;
}
.cid-tCGvcqgRYg .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-tCGvcqgRYg .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tCGvcqgRYg .head-item:after,
.cid-tCGvcqgRYg .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-tCGvcqgRYg .dataTables_filter {
    text-align: center;
  }
  .cid-tCGvcqgRYg .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-tCGvcqgRYg .dataTables_filter {
    text-align: center;
  }
  .cid-tCGvcqgRYg .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-tCGvcqgRYg .table-wrapper {
    width: 100% !important;
  }
  .cid-tCGvcqgRYg .container-fluid {
    padding: 0 1rem;
  }
  .cid-tCGvcqgRYg table th,
  .cid-tCGvcqgRYg table td {
    padding: 0.75rem;
  }
}
.cid-tCGvcqgRYg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCGvcqgRYg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCGvcqgRYg .body-title {
  text-align: left;
}
.cid-tCGuIWryDK {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-tCGuIWryDK .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tCGuIWryDK h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-tCGuIWryDK h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tCGuIWryDK h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tCGuIWryDK .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-tCGuIWryDK .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-tCGuIWryDK .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tCGuIWryDK .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-tCGuIWryDK .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tCGuIWryDK .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tCGuIWryDK .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-tCGuIWryDK .mbr-section-title,
.cid-tCGuIWryDK .social-list {
  color: #232323;
}
@media (max-width: 768px) {
  .cid-tCGuIWryDK h2:before,
  .cid-tCGuIWryDK h2:after {
    display: none;
  }
}
.cid-tCGuIXfT1o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-tCGuIXfT1o .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCGuIXfT1o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCGuIXfT1o .bottom-menu {
  font-size: 1rem;
  margin-bottom: 1.2rem;
}
.cid-tCGuIXfT1o .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tCGuIXfT1o .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tCGuIXfT1o .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tCGuIXfT1o .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tCGuIXfT1o .container {
    max-width: 100%;
  }
  .cid-tCGuIXfT1o .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tCGuIXfT1o .item-wrap {
  width: 100%;
}
.cid-tCGuIXfT1o .navbar-brand {
  display: flex;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 30px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tCGuIXfT1o .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tCGuIXfT1o .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tCGuIXfT1o .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tCGuIXfT1o .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tCGuIXfT1o .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tCGuIXfT1o .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tCGuIXfT1o .copyright {
  color: #f5f4ed;
  padding: 0;
  width: 100%;
}
.cid-tDu1efQNYT.popup-builder {
  background-color: #ffffff;
}
.cid-tDu1efQNYT.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tDu1efQNYT.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tDu1efQNYT .modal-content,
.cid-tDu1efQNYT .modal-dialog {
  height: auto;
}
.cid-tDu1efQNYT .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tDu1efQNYT .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tDu1efQNYT .form-wrapper .mbr-form .form-group,
  .cid-tDu1efQNYT .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tDu1efQNYT .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tDu1efQNYT .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tDu1efQNYT .mbr-text {
  text-align: center;
}
.cid-tDu1efQNYT .pt-0 {
  padding-top: 0 !important;
}
.cid-tDu1efQNYT .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tDu1efQNYT .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tDu1efQNYT .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tDu1efQNYT .modal-open {
  overflow: hidden;
}
.cid-tDu1efQNYT .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tDu1efQNYT .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tDu1efQNYT .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tDu1efQNYT .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tDu1efQNYT .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tDu1efQNYT .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tDu1efQNYT .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tDu1efQNYT .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tDu1efQNYT .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tDu1efQNYT .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tDu1efQNYT .modal-backdrop.fade {
  opacity: 0;
}
.cid-tDu1efQNYT .modal-backdrop.show {
  opacity: .5;
}
.cid-tDu1efQNYT .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tDu1efQNYT .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tDu1efQNYT .modal-header {
    padding: 1rem;
  }
}
.cid-tDu1efQNYT .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tDu1efQNYT .modal-header .close svg {
  fill: #353535;
}
.cid-tDu1efQNYT .modal-header .close:hover {
  opacity: 1;
}
.cid-tDu1efQNYT .modal-header .close:focus {
  outline: none;
}
.cid-tDu1efQNYT .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tDu1efQNYT .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tDu1efQNYT .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDu1efQNYT .modal-body {
    padding: 1rem;
  }
}
.cid-tDu1efQNYT .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tDu1efQNYT .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDu1efQNYT .modal-footer {
    padding: 1rem;
  }
}
.cid-tDu1efQNYT .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tDu1efQNYT .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tDu1efQNYT .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tDu1efQNYT .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tDu1efQNYT .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tDu1efQNYT .modal-lg,
  .cid-tDu1efQNYT .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tDu1efQNYT .modal-xl {
    max-width: 1140px;
  }
}
.cid-tDu1efQNYT .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tDu1efQNYT .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tDu1efQNYT .form-group {
  margin-bottom: 1rem;
}
.cid-tDu1efQNYT .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tDu1efQNYT .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tDu1efQNYT .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tDu1efQNYT .mbr-section-btn {
  margin: 0;
}
.cid-tDu1efQNYT .mbr-section-btn .btn {
  margin: 0;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.3;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (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;
  }
}

.form-check-input:checked {
    background-color: #ee964b;
    border-color: #fbae7d;
}
.form-check-input:focus{
    border-color:#fbae7d;
    outline:0;
    box-shadow:0 0 0 .25rem rgba(251, 174, 125,.25)
}

.on-pointer{
    cursor: pointer;
}

@keyframes ani-rotate {
  0% {
    color: black;
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    color: #ee964b;
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    color: #086775;
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes ani-waviy {
  0%,40%,100% {
    transform: translateY(0);
  }
  20% {
    color: #086775;
    transform: translateY(-5px);
  }
}

@keyframes ani-popoutin {
  0% {
    color: black;
    transform: scale(0);
    opacity: 0;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  25% {
    color: #086775;
    transform: scale(2);
    opacity: 1;
    text-shadow: 3px 10px 5px rgba(0, 0, 0, 0.5);
  }
  50% {
    color: black;
    transform: scale(1);
    opacity: 1;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
  }
}
.cid-tCGYjXj0cj {
  z-index: 1000;
  width: 100%;
}
.cid-tCGYjXj0cj nav.navbar {
  position: fixed;
}
.cid-tCGYjXj0cj .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-tCGYjXj0cj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 575px) {
  .cid-tCGYjXj0cj .dropdown-menu a {
    font-size: 1.5rem;
  }
}
.cid-tCGYjXj0cj .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-tCGYjXj0cj .dropdown-item:hover,
.cid-tCGYjXj0cj .dropdown-item:focus {
  background: rgba(127, 127, 127, 0.5) !important;
  color: white !important;
}
.cid-tCGYjXj0cj .dropdown-item:hover span {
  color: white;
}
.cid-tCGYjXj0cj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCGYjXj0cj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCGYjXj0cj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-tCGYjXj0cj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCGYjXj0cj .nav-link {
  position: relative;
}
.cid-tCGYjXj0cj .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-tCGYjXj0cj .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-tCGYjXj0cj .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-tCGYjXj0cj .iconfont-wrapper:hover .mbr-iconfont {
  color: #ee964b;
}
.cid-tCGYjXj0cj .dropdown-menu,
.cid-tCGYjXj0cj .navbar.opened {
  background: #1a2229 !important;
}
.cid-tCGYjXj0cj .nav-item:focus,
.cid-tCGYjXj0cj .nav-link:focus {
  outline: none;
}
.cid-tCGYjXj0cj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCGYjXj0cj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCGYjXj0cj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCGYjXj0cj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCGYjXj0cj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCGYjXj0cj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCGYjXj0cj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 34, 41, 0.9);
  padding: 0 !important;
}
.cid-tCGYjXj0cj .navbar.opened {
  transition: all 0.3s;
}
.cid-tCGYjXj0cj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCGYjXj0cj .navbar .navbar-logo img {
  width: auto;
}
@media (max-width: 991px) {
  .cid-tCGYjXj0cj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCGYjXj0cj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCGYjXj0cj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCGYjXj0cj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCGYjXj0cj .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-tCGYjXj0cj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCGYjXj0cj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCGYjXj0cj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tCGYjXj0cj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCGYjXj0cj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tCGYjXj0cj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCGYjXj0cj .navbar.collapsed {
  justify-content: center;
}
.cid-tCGYjXj0cj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCGYjXj0cj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tCGYjXj0cj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCGYjXj0cj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCGYjXj0cj .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-tCGYjXj0cj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCGYjXj0cj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCGYjXj0cj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-tCGYjXj0cj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-tCGYjXj0cj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCGYjXj0cj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCGYjXj0cj .dropdown-item.active,
.cid-tCGYjXj0cj .dropdown-item:active {
  background-color: transparent;
}
.cid-tCGYjXj0cj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCGYjXj0cj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCGYjXj0cj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCGYjXj0cj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a2229;
}
.cid-tCGYjXj0cj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCGYjXj0cj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCGYjXj0cj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCGYjXj0cj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCGYjXj0cj button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCGYjXj0cj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tCGYjXj0cj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCGYjXj0cj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCGYjXj0cj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCGYjXj0cj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCGYjXj0cj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCGYjXj0cj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCGYjXj0cj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCGYjXj0cj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCGYjXj0cj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCGYjXj0cj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCGYjXj0cj .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-tCGYjXj0cj .navbar {
    height: 70px;
  }
  .cid-tCGYjXj0cj .navbar.opened {
    height: auto;
  }
  .cid-tCGYjXj0cj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCGYjXj0cj .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-tCGYjXj0cj .navbar-toggler {
  margin-left: 10px;
}
.cid-tCGYjXj0cj .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #232323;
}
.cid-tCGYjXj0cj .navbar-logo {
  margin-right: 0 !important;
}
.cid-tCGYjXj0cj .mbr-text {
  width: 100%;
  color: #BF9341;
}
@media (max-width: 575px) {
  .cid-tCGYjXj0cj .mbr-text {
    display: none;
  }
}
.cid-tCGYjXj0cj .navbar-collapse {
  padding-top: 40px !important;
}
.cid-tCGYjXj0cj .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tCGYjXj0cj .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tCGYjYsbSR {
  padding-top: 11rem;
  padding-bottom: 3rem;
  background-color: #f5f4ed;
}
@media (max-width: 575px) {
  .cid-tCGYjYsbSR {
    padding-top: 7rem;
    padding-bottom: 0;
  }
}
.cid-tCGYjYsbSR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCGYjYsbSR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCGYjYsbSR .container,
.cid-tCGYjYsbSR .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tCGYjYsbSR .container,
  .cid-tCGYjYsbSR .container-fluid {
    padding: 0 20px;
  }
}
.cid-tCGYjYsbSR .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-tCGYjYsbSR .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-tCGYjYsbSR .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tCGYjYsbSR .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-tCGYjYsbSR .mbr-section-subtitle {
  color: #ee964b;
  text-align: center;
}
.cid-tCGZALg5QN {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #f5f4ed;
  min-height: 500px;
}
.cid-tCGZALg5QN .card {
  background-color: #fafafa;
  box-shadow: 0px 10px 15px 0px rgba(29, 29, 27, 0.2);
}
.cid-tCGZALg5QN .title-section .mbr-section-title {
  text-align: center;
}
.cid-tCGZALg5QN .card-title {
  flex: 1 1 auto;
}
@media (max-width: 575px) {
  .cid-tCGZALg5QN .card-title {
    font-size: 1.1rem;
  }
}
.cid-tCGZALg5QN .accordion-body {
  padding-top: 1rem;
  padding-bottom: 3rem;
}
.cid-tCGZALg5QN .heading-acc[aria-expanded="true"] .acc-button {
  transform: rotate(-45deg);
}
.cid-tCGZALg5QN .heading-acc:hover .acc-button {
  background-color: #ee964b;
}
.cid-tCGZALg5QN .heading-acc:hover .acc-button .acc-button-line1,
.cid-tCGZALg5QN .heading-acc:hover .acc-button .acc-button-line2 {
  background-color: white;
}
.cid-tCGZALg5QN .acc-button-container .acc-button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  transition: 0.3s linear;
}
@media (max-width: 575px) {
  .cid-tCGZALg5QN .acc-button-container .acc-button {
    width: 20px;
    height: 20px;
  }
}
.cid-tCGZALg5QN .acc-button-container .acc-button .acc-button-line1,
.cid-tCGZALg5QN .acc-button-container .acc-button .acc-button-line2 {
  transition: 0.3s linear;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background-color: black;
  width: 2px;
  height: 22px;
  transform: translate(-50%, -50%);
}
@media (max-width: 575px) {
  .cid-tCGZALg5QN .acc-button-container .acc-button .acc-button-line1,
  .cid-tCGZALg5QN .acc-button-container .acc-button .acc-button-line2 {
    height: 10px;
  }
}
.cid-tCGZALg5QN .acc-button-container .acc-button .acc-button-line1 {
  transform: translate(-50%, -50%) rotate(90deg);
}
.cid-tCGZALg5QN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCGZALg5QN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCGYk1VOPQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-tCGYk1VOPQ .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tCGYk1VOPQ h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-tCGYk1VOPQ h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tCGYk1VOPQ h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tCGYk1VOPQ .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-tCGYk1VOPQ .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-tCGYk1VOPQ .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tCGYk1VOPQ .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-tCGYk1VOPQ .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tCGYk1VOPQ .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tCGYk1VOPQ .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-tCGYk1VOPQ .mbr-section-title,
.cid-tCGYk1VOPQ .social-list {
  color: #232323;
}
@media (max-width: 768px) {
  .cid-tCGYk1VOPQ h2:before,
  .cid-tCGYk1VOPQ h2:after {
    display: none;
  }
}
.cid-tCGYk3fhv3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-tCGYk3fhv3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCGYk3fhv3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCGYk3fhv3 .bottom-menu {
  font-size: 1rem;
  margin-bottom: 1.2rem;
}
.cid-tCGYk3fhv3 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tCGYk3fhv3 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tCGYk3fhv3 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tCGYk3fhv3 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tCGYk3fhv3 .container {
    max-width: 100%;
  }
  .cid-tCGYk3fhv3 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tCGYk3fhv3 .item-wrap {
  width: 100%;
}
.cid-tCGYk3fhv3 .navbar-brand {
  display: flex;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 30px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tCGYk3fhv3 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tCGYk3fhv3 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tCGYk3fhv3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tCGYk3fhv3 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tCGYk3fhv3 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tCGYk3fhv3 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tCGYk3fhv3 .copyright {
  color: #f5f4ed;
  padding: 0;
  width: 100%;
}
.cid-tDu1efQpCd.popup-builder {
  background-color: #ffffff;
}
.cid-tDu1efQpCd.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tDu1efQpCd.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tDu1efQpCd .modal-content,
.cid-tDu1efQpCd .modal-dialog {
  height: auto;
}
.cid-tDu1efQpCd .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tDu1efQpCd .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tDu1efQpCd .form-wrapper .mbr-form .form-group,
  .cid-tDu1efQpCd .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tDu1efQpCd .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tDu1efQpCd .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tDu1efQpCd .mbr-text {
  text-align: center;
}
.cid-tDu1efQpCd .pt-0 {
  padding-top: 0 !important;
}
.cid-tDu1efQpCd .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tDu1efQpCd .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tDu1efQpCd .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tDu1efQpCd .modal-open {
  overflow: hidden;
}
.cid-tDu1efQpCd .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tDu1efQpCd .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tDu1efQpCd .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tDu1efQpCd .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tDu1efQpCd .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tDu1efQpCd .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tDu1efQpCd .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tDu1efQpCd .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tDu1efQpCd .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tDu1efQpCd .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tDu1efQpCd .modal-backdrop.fade {
  opacity: 0;
}
.cid-tDu1efQpCd .modal-backdrop.show {
  opacity: .5;
}
.cid-tDu1efQpCd .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tDu1efQpCd .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tDu1efQpCd .modal-header {
    padding: 1rem;
  }
}
.cid-tDu1efQpCd .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tDu1efQpCd .modal-header .close svg {
  fill: #353535;
}
.cid-tDu1efQpCd .modal-header .close:hover {
  opacity: 1;
}
.cid-tDu1efQpCd .modal-header .close:focus {
  outline: none;
}
.cid-tDu1efQpCd .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tDu1efQpCd .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tDu1efQpCd .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDu1efQpCd .modal-body {
    padding: 1rem;
  }
}
.cid-tDu1efQpCd .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tDu1efQpCd .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDu1efQpCd .modal-footer {
    padding: 1rem;
  }
}
.cid-tDu1efQpCd .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tDu1efQpCd .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tDu1efQpCd .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tDu1efQpCd .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tDu1efQpCd .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tDu1efQpCd .modal-lg,
  .cid-tDu1efQpCd .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tDu1efQpCd .modal-xl {
    max-width: 1140px;
  }
}
.cid-tDu1efQpCd .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tDu1efQpCd .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tDu1efQpCd .form-group {
  margin-bottom: 1rem;
}
.cid-tDu1efQpCd .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tDu1efQpCd .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tDu1efQpCd .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tDu1efQpCd .mbr-section-btn {
  margin: 0;
}
.cid-tDu1efQpCd .mbr-section-btn .btn {
  margin: 0;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.3;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (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;
  }
}

.form-check-input:checked {
    background-color: #ee964b;
    border-color: #fbae7d;
}
.form-check-input:focus{
    border-color:#fbae7d;
    outline:0;
    box-shadow:0 0 0 .25rem rgba(251, 174, 125,.25)
}

.on-pointer{
    cursor: pointer;
}

@keyframes ani-rotate {
  0% {
    color: black;
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    color: #ee964b;
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    color: #086775;
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes ani-waviy {
  0%,40%,100% {
    transform: translateY(0);
  }
  20% {
    color: #086775;
    transform: translateY(-5px);
  }
}

@keyframes ani-popoutin {
  0% {
    color: black;
    transform: scale(0);
    opacity: 0;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  25% {
    color: #086775;
    transform: scale(2);
    opacity: 1;
    text-shadow: 3px 10px 5px rgba(0, 0, 0, 0.5);
  }
  50% {
    color: black;
    transform: scale(1);
    opacity: 1;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
  }
}
.cid-tCNanSW3Bh {
  z-index: 1000;
  width: 100%;
}
.cid-tCNanSW3Bh nav.navbar {
  position: fixed;
}
.cid-tCNanSW3Bh .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-tCNanSW3Bh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 575px) {
  .cid-tCNanSW3Bh .dropdown-menu a {
    font-size: 1.5rem;
  }
}
.cid-tCNanSW3Bh .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-tCNanSW3Bh .dropdown-item:hover,
.cid-tCNanSW3Bh .dropdown-item:focus {
  background: rgba(127, 127, 127, 0.5) !important;
  color: white !important;
}
.cid-tCNanSW3Bh .dropdown-item:hover span {
  color: white;
}
.cid-tCNanSW3Bh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCNanSW3Bh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCNanSW3Bh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-tCNanSW3Bh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCNanSW3Bh .nav-link {
  position: relative;
}
.cid-tCNanSW3Bh .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-tCNanSW3Bh .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-tCNanSW3Bh .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-tCNanSW3Bh .iconfont-wrapper:hover .mbr-iconfont {
  color: #ee964b;
}
.cid-tCNanSW3Bh .dropdown-menu,
.cid-tCNanSW3Bh .navbar.opened {
  background: #1a2229 !important;
}
.cid-tCNanSW3Bh .nav-item:focus,
.cid-tCNanSW3Bh .nav-link:focus {
  outline: none;
}
.cid-tCNanSW3Bh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCNanSW3Bh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCNanSW3Bh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCNanSW3Bh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCNanSW3Bh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCNanSW3Bh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCNanSW3Bh .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 34, 41, 0.9);
  padding: 0 !important;
}
.cid-tCNanSW3Bh .navbar.opened {
  transition: all 0.3s;
}
.cid-tCNanSW3Bh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCNanSW3Bh .navbar .navbar-logo img {
  width: auto;
}
@media (max-width: 991px) {
  .cid-tCNanSW3Bh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCNanSW3Bh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCNanSW3Bh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCNanSW3Bh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCNanSW3Bh .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-tCNanSW3Bh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCNanSW3Bh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCNanSW3Bh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tCNanSW3Bh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCNanSW3Bh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tCNanSW3Bh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCNanSW3Bh .navbar.collapsed {
  justify-content: center;
}
.cid-tCNanSW3Bh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCNanSW3Bh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tCNanSW3Bh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCNanSW3Bh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCNanSW3Bh .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-tCNanSW3Bh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCNanSW3Bh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCNanSW3Bh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-tCNanSW3Bh .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-tCNanSW3Bh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCNanSW3Bh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCNanSW3Bh .dropdown-item.active,
.cid-tCNanSW3Bh .dropdown-item:active {
  background-color: transparent;
}
.cid-tCNanSW3Bh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCNanSW3Bh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCNanSW3Bh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCNanSW3Bh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a2229;
}
.cid-tCNanSW3Bh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCNanSW3Bh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCNanSW3Bh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCNanSW3Bh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCNanSW3Bh button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCNanSW3Bh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tCNanSW3Bh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCNanSW3Bh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCNanSW3Bh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCNanSW3Bh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCNanSW3Bh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCNanSW3Bh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCNanSW3Bh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCNanSW3Bh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCNanSW3Bh .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCNanSW3Bh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCNanSW3Bh .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-tCNanSW3Bh .navbar {
    height: 70px;
  }
  .cid-tCNanSW3Bh .navbar.opened {
    height: auto;
  }
  .cid-tCNanSW3Bh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCNanSW3Bh .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-tCNanSW3Bh .navbar-toggler {
  margin-left: 10px;
}
.cid-tCNanSW3Bh .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #232323;
}
.cid-tCNanSW3Bh .navbar-logo {
  margin-right: 0 !important;
}
.cid-tCNanSW3Bh .mbr-text {
  width: 100%;
  color: #BF9341;
}
@media (max-width: 575px) {
  .cid-tCNanSW3Bh .mbr-text {
    display: none;
  }
}
.cid-tCNanSW3Bh .navbar-collapse {
  padding-top: 40px !important;
}
.cid-tCNanSW3Bh .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tCNanSW3Bh .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tCNanTYxA3 {
  padding-top: 11rem;
  padding-bottom: 1rem;
  background-color: #f5f4ed;
}
@media (max-width: 575px) {
  .cid-tCNanTYxA3 {
    padding-top: 7rem;
    padding-bottom: 0;
  }
}
.cid-tCNanTYxA3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCNanTYxA3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCNanTYxA3 .container,
.cid-tCNanTYxA3 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tCNanTYxA3 .container,
  .cid-tCNanTYxA3 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tCNanTYxA3 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-tCNanTYxA3 .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-tCNanTYxA3 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tCNanTYxA3 .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-tCNanTYxA3 .mbr-section-subtitle {
  color: #ee964b;
  text-align: center;
}
.cid-tEjhmQlzUu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f5f4ed;
}
.cid-tEjhmQlzUu .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
@media (max-width: 575px) {
  .cid-tEjhmQlzUu {
    padding-bottom: 0;
  }
}
.cid-tEjhmQlzUu form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-tEjhmQlzUu form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-tEjhmQlzUu .category-title {
  background-color: #086775;
  border-top-left-radius: .2rem;
  border-top-right-radius: .2rem;
  padding: .5rem 0;
  color: #fff;
}
.cid-tEjhmQlzUu .category-title-value {
  height: 125px;
  overflow-y: auto;
  background-color: #fff;
  padding: .6rem 1.5rem;
  border-bottom-left-radius: .2rem;
  border-bottom-right-radius: .2rem;
}
.cid-tEjhmQlzUu .class-category-select {
  color: #086775;
  font-weight: 700;
}
.cid-tEjhmQlzUu .class-cate-multi {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.cid-tCNanUEoIv {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #f5f4ed;
}
.cid-tCNanUEoIv H4 {
  text-align: center;
}
.cid-tCNanUEoIv H3 {
  text-align: center;
}
.cid-tCNanUEoIv .item-img {
  border: 1px #eeeeee solid;
}
.cid-tCNanUEoIv .desc2 {
  color: #e43f3f;
  padding-top: 0px;
  display: none;
}
.cid-tCNanUEoIv .item-wrapper {
  transition: all 0.3s;
}
.cid-tCNanUEoIv .item-wrapper:hover {
  transform: translateY(-3px);
}
.cid-tCNanUEoIv .card {
  padding: 20px 22px 0;
  margin: auto;
  background: none;
  width: 80%;
  border-radius: 0;
}
.cid-tCNanUEoIv .desc1 {
  color: #1b745e;
}
.cid-tCNanUEoIv .features-image {
  padding-top: 32px;
}
.cid-tCNanUEoIv .features-image:first-child {
  padding-top: 0px;
}
.cid-tCNanUEoIv .features-image:nth-child(2) {
  padding-top: 0px;
}
.cid-tCNanUEoIv .features-image:nth-child(3) {
  padding-top: 0px;
}
.cid-tCNanUEoIv .features-image:nth-child(4) {
  padding-top: 0px;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-tCNanUEoIv .features-image {
    padding-top: 32px;
  }
  .cid-tCNanUEoIv .features-image:first-child {
    padding-top: 0px;
  }
  .cid-tCNanUEoIv .features-image:nth-child(2) {
    padding-top: 0px;
  }
  .cid-tCNanUEoIv .features-image:nth-child(3) {
    padding-top: 32px;
  }
  .cid-tCNanUEoIv .features-image:nth-child(4) {
    padding-top: 32px;
  }
}
@media (max-width: 574px) {
  .cid-tCNanUEoIv .features-image {
    padding-top: 32px;
  }
  .cid-tCNanUEoIv .features-image:first-child {
    padding-top: 0px;
  }
  .cid-tCNanUEoIv .features-image:nth-child(2) {
    padding-top: 32px;
  }
  .cid-tCNanUEoIv .features-image:nth-child(3) {
    padding-top: 32px;
  }
  .cid-tCNanUEoIv .features-image:nth-child(4) {
    padding-top: 32px;
  }
}
.cid-tCNanUEoIv .desc1,
.cid-tCNanUEoIv .iconfont-wrapper {
  color: #000000;
}
.cid-tCNanW5YQU {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-tCNanW5YQU .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tCNanW5YQU h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-tCNanW5YQU h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tCNanW5YQU h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tCNanW5YQU .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-tCNanW5YQU .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-tCNanW5YQU .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tCNanW5YQU .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-tCNanW5YQU .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tCNanW5YQU .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tCNanW5YQU .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-tCNanW5YQU .mbr-section-title,
.cid-tCNanW5YQU .social-list {
  color: #232323;
}
@media (max-width: 768px) {
  .cid-tCNanW5YQU h2:before,
  .cid-tCNanW5YQU h2:after {
    display: none;
  }
}
.cid-tCNanWW8CG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-tCNanWW8CG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCNanWW8CG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCNanWW8CG .bottom-menu {
  font-size: 1rem;
  margin-bottom: 1.2rem;
}
.cid-tCNanWW8CG .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tCNanWW8CG .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tCNanWW8CG .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tCNanWW8CG .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tCNanWW8CG .container {
    max-width: 100%;
  }
  .cid-tCNanWW8CG .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tCNanWW8CG .item-wrap {
  width: 100%;
}
.cid-tCNanWW8CG .navbar-brand {
  display: flex;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 30px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tCNanWW8CG .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tCNanWW8CG .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tCNanWW8CG .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tCNanWW8CG .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tCNanWW8CG .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tCNanWW8CG .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tCNanWW8CG .copyright {
  color: #f5f4ed;
  padding: 0;
  width: 100%;
}
.cid-tDu1efQV3S.popup-builder {
  background-color: #ffffff;
}
.cid-tDu1efQV3S.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tDu1efQV3S.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tDu1efQV3S .modal-content,
.cid-tDu1efQV3S .modal-dialog {
  height: auto;
}
.cid-tDu1efQV3S .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tDu1efQV3S .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tDu1efQV3S .form-wrapper .mbr-form .form-group,
  .cid-tDu1efQV3S .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tDu1efQV3S .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tDu1efQV3S .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tDu1efQV3S .mbr-text {
  text-align: center;
}
.cid-tDu1efQV3S .pt-0 {
  padding-top: 0 !important;
}
.cid-tDu1efQV3S .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tDu1efQV3S .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tDu1efQV3S .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tDu1efQV3S .modal-open {
  overflow: hidden;
}
.cid-tDu1efQV3S .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tDu1efQV3S .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tDu1efQV3S .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tDu1efQV3S .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tDu1efQV3S .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tDu1efQV3S .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tDu1efQV3S .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tDu1efQV3S .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tDu1efQV3S .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tDu1efQV3S .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tDu1efQV3S .modal-backdrop.fade {
  opacity: 0;
}
.cid-tDu1efQV3S .modal-backdrop.show {
  opacity: .5;
}
.cid-tDu1efQV3S .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tDu1efQV3S .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tDu1efQV3S .modal-header {
    padding: 1rem;
  }
}
.cid-tDu1efQV3S .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tDu1efQV3S .modal-header .close svg {
  fill: #353535;
}
.cid-tDu1efQV3S .modal-header .close:hover {
  opacity: 1;
}
.cid-tDu1efQV3S .modal-header .close:focus {
  outline: none;
}
.cid-tDu1efQV3S .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tDu1efQV3S .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tDu1efQV3S .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDu1efQV3S .modal-body {
    padding: 1rem;
  }
}
.cid-tDu1efQV3S .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tDu1efQV3S .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDu1efQV3S .modal-footer {
    padding: 1rem;
  }
}
.cid-tDu1efQV3S .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tDu1efQV3S .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tDu1efQV3S .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tDu1efQV3S .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tDu1efQV3S .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tDu1efQV3S .modal-lg,
  .cid-tDu1efQV3S .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tDu1efQV3S .modal-xl {
    max-width: 1140px;
  }
}
.cid-tDu1efQV3S .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tDu1efQV3S .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tDu1efQV3S .form-group {
  margin-bottom: 1rem;
}
.cid-tDu1efQV3S .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tDu1efQV3S .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tDu1efQV3S .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tDu1efQV3S .mbr-section-btn {
  margin: 0;
}
.cid-tDu1efQV3S .mbr-section-btn .btn {
  margin: 0;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.3;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (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;
  }
}

.form-check-input:checked {
    background-color: #ee964b;
    border-color: #fbae7d;
}
.form-check-input:focus{
    border-color:#fbae7d;
    outline:0;
    box-shadow:0 0 0 .25rem rgba(251, 174, 125,.25)
}

.on-pointer{
    cursor: pointer;
}

@keyframes ani-rotate {
  0% {
    color: black;
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    color: #ee964b;
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    color: #086775;
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes ani-waviy {
  0%,40%,100% {
    transform: translateY(0);
  }
  20% {
    color: #086775;
    transform: translateY(-5px);
  }
}

@keyframes ani-popoutin {
  0% {
    color: black;
    transform: scale(0);
    opacity: 0;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  25% {
    color: #086775;
    transform: scale(2);
    opacity: 1;
    text-shadow: 3px 10px 5px rgba(0, 0, 0, 0.5);
  }
  50% {
    color: black;
    transform: scale(1);
    opacity: 1;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
  }
}
.cid-tD9ULJIqGu {
  z-index: 1000;
  width: 100%;
}
.cid-tD9ULJIqGu nav.navbar {
  position: fixed;
}
.cid-tD9ULJIqGu .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-tD9ULJIqGu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 575px) {
  .cid-tD9ULJIqGu .dropdown-menu a {
    font-size: 1.5rem;
  }
}
.cid-tD9ULJIqGu .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-tD9ULJIqGu .dropdown-item:hover,
.cid-tD9ULJIqGu .dropdown-item:focus {
  background: rgba(127, 127, 127, 0.5) !important;
  color: white !important;
}
.cid-tD9ULJIqGu .dropdown-item:hover span {
  color: white;
}
.cid-tD9ULJIqGu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tD9ULJIqGu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tD9ULJIqGu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-tD9ULJIqGu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tD9ULJIqGu .nav-link {
  position: relative;
}
.cid-tD9ULJIqGu .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-tD9ULJIqGu .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-tD9ULJIqGu .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-tD9ULJIqGu .iconfont-wrapper:hover .mbr-iconfont {
  color: #ee964b;
}
.cid-tD9ULJIqGu .dropdown-menu,
.cid-tD9ULJIqGu .navbar.opened {
  background: #1a2229 !important;
}
.cid-tD9ULJIqGu .nav-item:focus,
.cid-tD9ULJIqGu .nav-link:focus {
  outline: none;
}
.cid-tD9ULJIqGu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tD9ULJIqGu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tD9ULJIqGu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tD9ULJIqGu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tD9ULJIqGu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tD9ULJIqGu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tD9ULJIqGu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 34, 41, 0.9);
  padding: 0 !important;
}
.cid-tD9ULJIqGu .navbar.opened {
  transition: all 0.3s;
}
.cid-tD9ULJIqGu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tD9ULJIqGu .navbar .navbar-logo img {
  width: auto;
}
@media (max-width: 991px) {
  .cid-tD9ULJIqGu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tD9ULJIqGu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tD9ULJIqGu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tD9ULJIqGu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tD9ULJIqGu .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-tD9ULJIqGu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tD9ULJIqGu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tD9ULJIqGu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tD9ULJIqGu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tD9ULJIqGu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tD9ULJIqGu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tD9ULJIqGu .navbar.collapsed {
  justify-content: center;
}
.cid-tD9ULJIqGu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tD9ULJIqGu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tD9ULJIqGu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tD9ULJIqGu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tD9ULJIqGu .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-tD9ULJIqGu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tD9ULJIqGu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tD9ULJIqGu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-tD9ULJIqGu .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-tD9ULJIqGu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tD9ULJIqGu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tD9ULJIqGu .dropdown-item.active,
.cid-tD9ULJIqGu .dropdown-item:active {
  background-color: transparent;
}
.cid-tD9ULJIqGu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tD9ULJIqGu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tD9ULJIqGu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tD9ULJIqGu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a2229;
}
.cid-tD9ULJIqGu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tD9ULJIqGu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tD9ULJIqGu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tD9ULJIqGu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tD9ULJIqGu button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tD9ULJIqGu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tD9ULJIqGu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tD9ULJIqGu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tD9ULJIqGu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tD9ULJIqGu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tD9ULJIqGu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tD9ULJIqGu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tD9ULJIqGu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tD9ULJIqGu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tD9ULJIqGu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tD9ULJIqGu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tD9ULJIqGu .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-tD9ULJIqGu .navbar {
    height: 70px;
  }
  .cid-tD9ULJIqGu .navbar.opened {
    height: auto;
  }
  .cid-tD9ULJIqGu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tD9ULJIqGu .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-tD9ULJIqGu .navbar-toggler {
  margin-left: 10px;
}
.cid-tD9ULJIqGu .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #232323;
}
.cid-tD9ULJIqGu .navbar-logo {
  margin-right: 0 !important;
}
.cid-tD9ULJIqGu .mbr-text {
  width: 100%;
  color: #BF9341;
}
@media (max-width: 575px) {
  .cid-tD9ULJIqGu .mbr-text {
    display: none;
  }
}
.cid-tD9ULJIqGu .navbar-collapse {
  padding-top: 40px !important;
}
.cid-tD9ULJIqGu .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tD9ULJIqGu .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tD9WPfiffk {
  padding-top: 13rem;
  padding-bottom: 8rem;
  background-color: #003440;
}
.cid-tD9WPfiffk .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tD9WPfiffk .form-control,
.cid-tD9WPfiffk .field-input,
.cid-tD9WPfiffk textarea {
  background-color: #ebf2e9;
  border-color: #bbbbbb;
  color: #555555;
  transition: 0.4s;
  box-shadow: none;
  border-radius: 0 !important;
  outline: none;
  border: none !important;
  border-bottom: 1px solid #bbbbbb !important;
}
.cid-tD9WPfiffk .form-control::-webkit-input-placeholder,
.cid-tD9WPfiffk .field-input::-webkit-input-placeholder,
.cid-tD9WPfiffk textarea::-webkit-input-placeholder,
.cid-tD9WPfiffk .form-control::-webkit-input-placeholder,
.cid-tD9WPfiffk .field-input::-webkit-input-placeholder,
.cid-tD9WPfiffk textarea::-webkit-input-placeholder {
  color: #555555;
}
.cid-tD9WPfiffk .form-control:-moz-placeholder,
.cid-tD9WPfiffk .field-input:-moz-placeholder,
.cid-tD9WPfiffk textarea:-moz-placeholder,
.cid-tD9WPfiffk .form-control:-moz-placeholder,
.cid-tD9WPfiffk .field-input:-moz-placeholder,
.cid-tD9WPfiffk textarea:-moz-placeholder {
  color: #555555;
}
.cid-tD9WPfiffk .form-control:hover,
.cid-tD9WPfiffk .field-input:hover,
.cid-tD9WPfiffk textarea:hover,
.cid-tD9WPfiffk .form-control:focus,
.cid-tD9WPfiffk .field-input:focus,
.cid-tD9WPfiffk textarea:focus {
  background-color: #ebf2e9;
  border-color: #555555;
  color: #202020;
  box-shadow: none;
  outline: none;
}
.cid-tD9WPfiffk .form-control:hover::-webkit-input-placeholder,
.cid-tD9WPfiffk .field-input:hover::-webkit-input-placeholder,
.cid-tD9WPfiffk textarea:hover::-webkit-input-placeholder,
.cid-tD9WPfiffk .form-control:focus::-webkit-input-placeholder,
.cid-tD9WPfiffk .field-input:focus::-webkit-input-placeholder,
.cid-tD9WPfiffk textarea:focus::-webkit-input-placeholder,
.cid-tD9WPfiffk .form-control:hover::-webkit-input-placeholder,
.cid-tD9WPfiffk .field-input:hover::-webkit-input-placeholder,
.cid-tD9WPfiffk textarea:hover::-webkit-input-placeholder,
.cid-tD9WPfiffk .form-control:focus::-webkit-input-placeholder,
.cid-tD9WPfiffk .field-input:focus::-webkit-input-placeholder,
.cid-tD9WPfiffk textarea:focus::-webkit-input-placeholder {
  color: #202020;
}
.cid-tD9WPfiffk .form-control:hover:-moz-placeholder,
.cid-tD9WPfiffk .field-input:hover:-moz-placeholder,
.cid-tD9WPfiffk textarea:hover:-moz-placeholder,
.cid-tD9WPfiffk .form-control:focus:-moz-placeholder,
.cid-tD9WPfiffk .field-input:focus:-moz-placeholder,
.cid-tD9WPfiffk textarea:focus:-moz-placeholder,
.cid-tD9WPfiffk .form-control:hover:-moz-placeholder,
.cid-tD9WPfiffk .field-input:hover:-moz-placeholder,
.cid-tD9WPfiffk textarea:hover:-moz-placeholder,
.cid-tD9WPfiffk .form-control:focus:-moz-placeholder,
.cid-tD9WPfiffk .field-input:focus:-moz-placeholder,
.cid-tD9WPfiffk textarea:focus:-moz-placeholder {
  color: #202020;
}
@media (max-width: 575px) {
  .cid-tD9WPfiffk {
    padding-top: 8rem;
  }
}
.cid-tD9WPfiffk .jq-number__spin:hover,
.cid-tD9WPfiffk .jq-number__spin:focus {
  background-color: #ebf2e9;
  border-color: #555555;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tD9WPfiffk .jq-number__spin {
  background-color: #ebf2e9;
  border-color: #bbbbbb;
  color: #555555;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tD9WPfiffk .jq-selectbox li,
.cid-tD9WPfiffk .jq-selectbox li {
  background-color: #ebf2e9;
  color: #000000;
}
.cid-tD9WPfiffk .jq-selectbox li:hover,
.cid-tD9WPfiffk .jq-selectbox li.selected {
  background-color: #ebf2e9;
  color: #000000;
}
.cid-tD9WPfiffk .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tD9WPfiffk .jq-number__spin.minus:hover:after,
.cid-tD9WPfiffk .jq-number__spin.plus:hover:after {
  border-top-color: #ebf2e9;
  border-bottom-color: #ebf2e9;
}
.cid-tD9WPfiffk .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tD9WPfiffk .jq-number__spin.minus:after,
.cid-tD9WPfiffk .jq-number__spin.plus:after {
  border-top-color: #ebf2e9;
  border-bottom-color: #ebf2e9;
}
.cid-tD9WPfiffk input::-webkit-clear-button {
  display: none;
}
.cid-tD9WPfiffk input::-webkit-inner-spin-button {
  display: none;
}
.cid-tD9WPfiffk input::-webkit-outer-spin-button {
  display: none;
}
.cid-tD9WPfiffk input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tD9WPfiffk .container {
  background-color: #ebf2e9;
  padding: 8rem 2.75rem;
  position: relative;
}
@media (max-width: 991px) {
  .cid-tD9WPfiffk .container {
    padding: 3.5rem 2.75rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tD9WPfiffk .container {
    padding: 3.5rem .75rem 4rem;
  }
}
.cid-tD9WPfiffk .btn-lg {
  border-radius: 0 !important;
  padding: 1.1875rem 3.25rem !important;
  margin-top: 17px;
  font-weight: 600;
  width: 100%;
}
.cid-tD9WPfiffk .mbr-section-title {
  margin-bottom: 18px;
  color: #202020;
}
.cid-tD9WPfiffk .form_title {
  margin: 25px 0;
  text-align: center;
}
.cid-tD9WPfiffk .mbr-text {
  margin-bottom: 37px;
}
.cid-tD9WPfiffk .shape {
  width: 135px;
  height: auto;
  position: absolute;
  left: 70px;
  bottom: -40px;
}
.cid-tD9WPfiffk .shape img {
  width: 100%;
  object-fit: contain;
  height: auto;
}
.cid-tD9WPfiffk .dragArea {
  justify-content: center;
}
.cid-tD9WPfiffk .textGDPR.display-7 {
  font-size: 16px;
}
.cid-tD9WPfiffk .gdpr-block label span.textGDPR input[name="gdpr"] {
  top: 0;
}
.cid-tD9WPfiffk .form-control,
.cid-tD9WPfiffk .field-input,
.cid-tD9WPfiffk textarea {
  padding: 9px 10px;
  line-height: 25px;
  height: 48px;
}
.cid-tD9WPfiffk .form-check {
  padding-left: 2.5em !important;
}
.cid-tD9WPfiffk .form-check .display-7 {
  font-size: 16px !important;
}
.cid-tD9ULTUXpJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-tD9ULTUXpJ .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tD9ULTUXpJ h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-tD9ULTUXpJ h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tD9ULTUXpJ h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tD9ULTUXpJ .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-tD9ULTUXpJ .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-tD9ULTUXpJ .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tD9ULTUXpJ .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-tD9ULTUXpJ .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tD9ULTUXpJ .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tD9ULTUXpJ .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-tD9ULTUXpJ .mbr-section-title,
.cid-tD9ULTUXpJ .social-list {
  color: #232323;
}
@media (max-width: 768px) {
  .cid-tD9ULTUXpJ h2:before,
  .cid-tD9ULTUXpJ h2:after {
    display: none;
  }
}
.cid-tD9ULVc9S6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-tD9ULVc9S6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD9ULVc9S6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD9ULVc9S6 .bottom-menu {
  font-size: 1rem;
  margin-bottom: 1.2rem;
}
.cid-tD9ULVc9S6 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tD9ULVc9S6 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tD9ULVc9S6 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tD9ULVc9S6 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tD9ULVc9S6 .container {
    max-width: 100%;
  }
  .cid-tD9ULVc9S6 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tD9ULVc9S6 .item-wrap {
  width: 100%;
}
.cid-tD9ULVc9S6 .navbar-brand {
  display: flex;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 30px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tD9ULVc9S6 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tD9ULVc9S6 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tD9ULVc9S6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tD9ULVc9S6 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tD9ULVc9S6 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tD9ULVc9S6 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tD9ULVc9S6 .copyright {
  color: #f5f4ed;
  padding: 0;
  width: 100%;
}
.cid-tDu1efQ2WF.popup-builder {
  background-color: #ffffff;
}
.cid-tDu1efQ2WF.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tDu1efQ2WF.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tDu1efQ2WF .modal-content,
.cid-tDu1efQ2WF .modal-dialog {
  height: auto;
}
.cid-tDu1efQ2WF .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tDu1efQ2WF .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tDu1efQ2WF .form-wrapper .mbr-form .form-group,
  .cid-tDu1efQ2WF .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tDu1efQ2WF .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tDu1efQ2WF .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tDu1efQ2WF .mbr-text {
  text-align: center;
}
.cid-tDu1efQ2WF .pt-0 {
  padding-top: 0 !important;
}
.cid-tDu1efQ2WF .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tDu1efQ2WF .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tDu1efQ2WF .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tDu1efQ2WF .modal-open {
  overflow: hidden;
}
.cid-tDu1efQ2WF .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tDu1efQ2WF .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tDu1efQ2WF .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tDu1efQ2WF .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tDu1efQ2WF .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tDu1efQ2WF .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tDu1efQ2WF .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tDu1efQ2WF .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tDu1efQ2WF .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tDu1efQ2WF .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tDu1efQ2WF .modal-backdrop.fade {
  opacity: 0;
}
.cid-tDu1efQ2WF .modal-backdrop.show {
  opacity: .5;
}
.cid-tDu1efQ2WF .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tDu1efQ2WF .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tDu1efQ2WF .modal-header {
    padding: 1rem;
  }
}
.cid-tDu1efQ2WF .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tDu1efQ2WF .modal-header .close svg {
  fill: #353535;
}
.cid-tDu1efQ2WF .modal-header .close:hover {
  opacity: 1;
}
.cid-tDu1efQ2WF .modal-header .close:focus {
  outline: none;
}
.cid-tDu1efQ2WF .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tDu1efQ2WF .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tDu1efQ2WF .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDu1efQ2WF .modal-body {
    padding: 1rem;
  }
}
.cid-tDu1efQ2WF .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tDu1efQ2WF .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDu1efQ2WF .modal-footer {
    padding: 1rem;
  }
}
.cid-tDu1efQ2WF .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tDu1efQ2WF .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tDu1efQ2WF .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tDu1efQ2WF .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tDu1efQ2WF .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tDu1efQ2WF .modal-lg,
  .cid-tDu1efQ2WF .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tDu1efQ2WF .modal-xl {
    max-width: 1140px;
  }
}
.cid-tDu1efQ2WF .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tDu1efQ2WF .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tDu1efQ2WF .form-group {
  margin-bottom: 1rem;
}
.cid-tDu1efQ2WF .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tDu1efQ2WF .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tDu1efQ2WF .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tDu1efQ2WF .mbr-section-btn {
  margin: 0;
}
.cid-tDu1efQ2WF .mbr-section-btn .btn {
  margin: 0;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.3;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (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;
  }
}

.form-check-input:checked {
    background-color: #ee964b;
    border-color: #fbae7d;
}
.form-check-input:focus{
    border-color:#fbae7d;
    outline:0;
    box-shadow:0 0 0 .25rem rgba(251, 174, 125,.25)
}

.on-pointer{
    cursor: pointer;
}

@keyframes ani-rotate {
  0% {
    color: black;
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    color: #ee964b;
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    color: #086775;
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes ani-waviy {
  0%,40%,100% {
    transform: translateY(0);
  }
  20% {
    color: #086775;
    transform: translateY(-5px);
  }
}

@keyframes ani-popoutin {
  0% {
    color: black;
    transform: scale(0);
    opacity: 0;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  25% {
    color: #086775;
    transform: scale(2);
    opacity: 1;
    text-shadow: 3px 10px 5px rgba(0, 0, 0, 0.5);
  }
  50% {
    color: black;
    transform: scale(1);
    opacity: 1;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
  }
}
.cid-tDa2rnMOqi {
  z-index: 1000;
  width: 100%;
}
.cid-tDa2rnMOqi nav.navbar {
  position: fixed;
}
.cid-tDa2rnMOqi .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-tDa2rnMOqi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 575px) {
  .cid-tDa2rnMOqi .dropdown-menu a {
    font-size: 1.5rem;
  }
}
.cid-tDa2rnMOqi .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-tDa2rnMOqi .dropdown-item:hover,
.cid-tDa2rnMOqi .dropdown-item:focus {
  background: rgba(127, 127, 127, 0.5) !important;
  color: white !important;
}
.cid-tDa2rnMOqi .dropdown-item:hover span {
  color: white;
}
.cid-tDa2rnMOqi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDa2rnMOqi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDa2rnMOqi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-tDa2rnMOqi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDa2rnMOqi .nav-link {
  position: relative;
}
.cid-tDa2rnMOqi .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-tDa2rnMOqi .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-tDa2rnMOqi .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-tDa2rnMOqi .iconfont-wrapper:hover .mbr-iconfont {
  color: #ee964b;
}
.cid-tDa2rnMOqi .dropdown-menu,
.cid-tDa2rnMOqi .navbar.opened {
  background: #1a2229 !important;
}
.cid-tDa2rnMOqi .nav-item:focus,
.cid-tDa2rnMOqi .nav-link:focus {
  outline: none;
}
.cid-tDa2rnMOqi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDa2rnMOqi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDa2rnMOqi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDa2rnMOqi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDa2rnMOqi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDa2rnMOqi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDa2rnMOqi .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 34, 41, 0.9);
  padding: 0 !important;
}
.cid-tDa2rnMOqi .navbar.opened {
  transition: all 0.3s;
}
.cid-tDa2rnMOqi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDa2rnMOqi .navbar .navbar-logo img {
  width: auto;
}
@media (max-width: 991px) {
  .cid-tDa2rnMOqi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDa2rnMOqi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDa2rnMOqi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDa2rnMOqi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDa2rnMOqi .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-tDa2rnMOqi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDa2rnMOqi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDa2rnMOqi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tDa2rnMOqi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDa2rnMOqi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tDa2rnMOqi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDa2rnMOqi .navbar.collapsed {
  justify-content: center;
}
.cid-tDa2rnMOqi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDa2rnMOqi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tDa2rnMOqi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDa2rnMOqi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDa2rnMOqi .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-tDa2rnMOqi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDa2rnMOqi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDa2rnMOqi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-tDa2rnMOqi .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-tDa2rnMOqi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDa2rnMOqi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDa2rnMOqi .dropdown-item.active,
.cid-tDa2rnMOqi .dropdown-item:active {
  background-color: transparent;
}
.cid-tDa2rnMOqi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDa2rnMOqi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDa2rnMOqi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDa2rnMOqi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a2229;
}
.cid-tDa2rnMOqi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDa2rnMOqi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDa2rnMOqi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDa2rnMOqi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDa2rnMOqi button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDa2rnMOqi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tDa2rnMOqi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDa2rnMOqi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDa2rnMOqi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDa2rnMOqi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDa2rnMOqi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDa2rnMOqi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDa2rnMOqi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDa2rnMOqi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDa2rnMOqi .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDa2rnMOqi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDa2rnMOqi .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-tDa2rnMOqi .navbar {
    height: 70px;
  }
  .cid-tDa2rnMOqi .navbar.opened {
    height: auto;
  }
  .cid-tDa2rnMOqi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDa2rnMOqi .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-tDa2rnMOqi .navbar-toggler {
  margin-left: 10px;
}
.cid-tDa2rnMOqi .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #232323;
}
.cid-tDa2rnMOqi .navbar-logo {
  margin-right: 0 !important;
}
.cid-tDa2rnMOqi .mbr-text {
  width: 100%;
  color: #BF9341;
}
@media (max-width: 575px) {
  .cid-tDa2rnMOqi .mbr-text {
    display: none;
  }
}
.cid-tDa2rnMOqi .navbar-collapse {
  padding-top: 40px !important;
}
.cid-tDa2rnMOqi .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tDa2rnMOqi .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tDa2LxYFdB {
  background-color: #fff6eb;
}
.cid-tDa2LxYFdB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDa2LxYFdB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDa2LxYFdB .row {
    padding: 0 24px;
  }
}
.cid-tDa2LxYFdB .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tDa2LxYFdB .title-wrapper .mbr-text {
  margin-bottom: 26px;
}
.cid-tDa2LxYFdB .mbr-section-title {
  color: #005c62;
}
.cid-tDa2LxYFdB .mbr-text {
  color: #005c62;
  text-align: center;
}
.cid-tDa2LxYFdB .mbr-section-title,
.cid-tDa2LxYFdB .mbr-section-btn {
  text-align: center;
  color: #024549;
}
.cid-tDa2rqWaPU {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-tDa2rqWaPU .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tDa2rqWaPU h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-tDa2rqWaPU h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tDa2rqWaPU h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tDa2rqWaPU .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-tDa2rqWaPU .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-tDa2rqWaPU .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tDa2rqWaPU .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-tDa2rqWaPU .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tDa2rqWaPU .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tDa2rqWaPU .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-tDa2rqWaPU .mbr-section-title,
.cid-tDa2rqWaPU .social-list {
  color: #232323;
}
@media (max-width: 768px) {
  .cid-tDa2rqWaPU h2:before,
  .cid-tDa2rqWaPU h2:after {
    display: none;
  }
}
.cid-tDa2rsaKVc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-tDa2rsaKVc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDa2rsaKVc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDa2rsaKVc .bottom-menu {
  font-size: 1rem;
  margin-bottom: 1.2rem;
}
.cid-tDa2rsaKVc .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tDa2rsaKVc .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tDa2rsaKVc .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tDa2rsaKVc .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tDa2rsaKVc .container {
    max-width: 100%;
  }
  .cid-tDa2rsaKVc .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tDa2rsaKVc .item-wrap {
  width: 100%;
}
.cid-tDa2rsaKVc .navbar-brand {
  display: flex;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 30px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tDa2rsaKVc .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tDa2rsaKVc .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tDa2rsaKVc .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tDa2rsaKVc .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tDa2rsaKVc .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tDa2rsaKVc .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tDa2rsaKVc .copyright {
  color: #f5f4ed;
  padding: 0;
  width: 100%;
}
.cid-tDu1efRGva.popup-builder {
  background-color: #ffffff;
}
.cid-tDu1efRGva.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tDu1efRGva.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tDu1efRGva .modal-content,
.cid-tDu1efRGva .modal-dialog {
  height: auto;
}
.cid-tDu1efRGva .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tDu1efRGva .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tDu1efRGva .form-wrapper .mbr-form .form-group,
  .cid-tDu1efRGva .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tDu1efRGva .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tDu1efRGva .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tDu1efRGva .mbr-text {
  text-align: center;
}
.cid-tDu1efRGva .pt-0 {
  padding-top: 0 !important;
}
.cid-tDu1efRGva .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tDu1efRGva .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tDu1efRGva .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tDu1efRGva .modal-open {
  overflow: hidden;
}
.cid-tDu1efRGva .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tDu1efRGva .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tDu1efRGva .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tDu1efRGva .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tDu1efRGva .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tDu1efRGva .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tDu1efRGva .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tDu1efRGva .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tDu1efRGva .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tDu1efRGva .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tDu1efRGva .modal-backdrop.fade {
  opacity: 0;
}
.cid-tDu1efRGva .modal-backdrop.show {
  opacity: .5;
}
.cid-tDu1efRGva .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tDu1efRGva .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tDu1efRGva .modal-header {
    padding: 1rem;
  }
}
.cid-tDu1efRGva .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tDu1efRGva .modal-header .close svg {
  fill: #353535;
}
.cid-tDu1efRGva .modal-header .close:hover {
  opacity: 1;
}
.cid-tDu1efRGva .modal-header .close:focus {
  outline: none;
}
.cid-tDu1efRGva .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tDu1efRGva .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tDu1efRGva .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDu1efRGva .modal-body {
    padding: 1rem;
  }
}
.cid-tDu1efRGva .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tDu1efRGva .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDu1efRGva .modal-footer {
    padding: 1rem;
  }
}
.cid-tDu1efRGva .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tDu1efRGva .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tDu1efRGva .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tDu1efRGva .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tDu1efRGva .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tDu1efRGva .modal-lg,
  .cid-tDu1efRGva .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tDu1efRGva .modal-xl {
    max-width: 1140px;
  }
}
.cid-tDu1efRGva .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tDu1efRGva .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tDu1efRGva .form-group {
  margin-bottom: 1rem;
}
.cid-tDu1efRGva .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tDu1efRGva .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tDu1efRGva .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tDu1efRGva .mbr-section-btn {
  margin: 0;
}
.cid-tDu1efRGva .mbr-section-btn .btn {
  margin: 0;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.3;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (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;
  }
}

.form-check-input:checked {
    background-color: #ee964b;
    border-color: #fbae7d;
}
.form-check-input:focus{
    border-color:#fbae7d;
    outline:0;
    box-shadow:0 0 0 .25rem rgba(251, 174, 125,.25)
}

.on-pointer{
    cursor: pointer;
}

@keyframes ani-rotate {
  0% {
    color: black;
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    color: #ee964b;
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    color: #086775;
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes ani-waviy {
  0%,40%,100% {
    transform: translateY(0);
  }
  20% {
    color: #086775;
    transform: translateY(-5px);
  }
}

@keyframes ani-popoutin {
  0% {
    color: black;
    transform: scale(0);
    opacity: 0;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  25% {
    color: #086775;
    transform: scale(2);
    opacity: 1;
    text-shadow: 3px 10px 5px rgba(0, 0, 0, 0.5);
  }
  50% {
    color: black;
    transform: scale(1);
    opacity: 1;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
  }
}
.cid-tDaaLQrgO9 {
  z-index: 1000;
  width: 100%;
}
.cid-tDaaLQrgO9 nav.navbar {
  position: fixed;
}
.cid-tDaaLQrgO9 .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-tDaaLQrgO9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 575px) {
  .cid-tDaaLQrgO9 .dropdown-menu a {
    font-size: 1.5rem;
  }
}
.cid-tDaaLQrgO9 .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-tDaaLQrgO9 .dropdown-item:hover,
.cid-tDaaLQrgO9 .dropdown-item:focus {
  background: rgba(127, 127, 127, 0.5) !important;
  color: white !important;
}
.cid-tDaaLQrgO9 .dropdown-item:hover span {
  color: white;
}
.cid-tDaaLQrgO9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDaaLQrgO9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDaaLQrgO9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-tDaaLQrgO9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDaaLQrgO9 .nav-link {
  position: relative;
}
.cid-tDaaLQrgO9 .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-tDaaLQrgO9 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-tDaaLQrgO9 .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-tDaaLQrgO9 .iconfont-wrapper:hover .mbr-iconfont {
  color: #ee964b;
}
.cid-tDaaLQrgO9 .dropdown-menu,
.cid-tDaaLQrgO9 .navbar.opened {
  background: #1a2229 !important;
}
.cid-tDaaLQrgO9 .nav-item:focus,
.cid-tDaaLQrgO9 .nav-link:focus {
  outline: none;
}
.cid-tDaaLQrgO9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDaaLQrgO9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDaaLQrgO9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDaaLQrgO9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDaaLQrgO9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDaaLQrgO9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDaaLQrgO9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 34, 41, 0.9);
  padding: 0 !important;
}
.cid-tDaaLQrgO9 .navbar.opened {
  transition: all 0.3s;
}
.cid-tDaaLQrgO9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDaaLQrgO9 .navbar .navbar-logo img {
  width: auto;
}
@media (max-width: 991px) {
  .cid-tDaaLQrgO9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDaaLQrgO9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDaaLQrgO9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDaaLQrgO9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDaaLQrgO9 .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-tDaaLQrgO9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDaaLQrgO9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDaaLQrgO9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tDaaLQrgO9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDaaLQrgO9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tDaaLQrgO9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDaaLQrgO9 .navbar.collapsed {
  justify-content: center;
}
.cid-tDaaLQrgO9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDaaLQrgO9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tDaaLQrgO9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDaaLQrgO9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDaaLQrgO9 .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-tDaaLQrgO9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDaaLQrgO9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDaaLQrgO9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-tDaaLQrgO9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-tDaaLQrgO9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDaaLQrgO9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDaaLQrgO9 .dropdown-item.active,
.cid-tDaaLQrgO9 .dropdown-item:active {
  background-color: transparent;
}
.cid-tDaaLQrgO9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDaaLQrgO9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDaaLQrgO9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDaaLQrgO9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a2229;
}
.cid-tDaaLQrgO9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDaaLQrgO9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDaaLQrgO9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDaaLQrgO9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDaaLQrgO9 button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDaaLQrgO9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tDaaLQrgO9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDaaLQrgO9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDaaLQrgO9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDaaLQrgO9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDaaLQrgO9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDaaLQrgO9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDaaLQrgO9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDaaLQrgO9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDaaLQrgO9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDaaLQrgO9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDaaLQrgO9 .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-tDaaLQrgO9 .navbar {
    height: 70px;
  }
  .cid-tDaaLQrgO9 .navbar.opened {
    height: auto;
  }
  .cid-tDaaLQrgO9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDaaLQrgO9 .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-tDaaLQrgO9 .navbar-toggler {
  margin-left: 10px;
}
.cid-tDaaLQrgO9 .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #232323;
}
.cid-tDaaLQrgO9 .navbar-logo {
  margin-right: 0 !important;
}
.cid-tDaaLQrgO9 .mbr-text {
  width: 100%;
  color: #BF9341;
}
@media (max-width: 575px) {
  .cid-tDaaLQrgO9 .mbr-text {
    display: none;
  }
}
.cid-tDaaLQrgO9 .navbar-collapse {
  padding-top: 40px !important;
}
.cid-tDaaLQrgO9 .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tDaaLQrgO9 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tDaaLWCEes {
  padding-top: 165px;
  padding-bottom: 30px;
  background-color: #f5f4ed;
}
@media (max-width: 575px) {
  .cid-tDaaLWCEes {
    padding-top: 7rem;
    padding-bottom: 0;
  }
}
.cid-tDaaLWCEes .mbr-section-subtitle {
  color: #767676;
}
.cid-tDaaLWCEes .container-table {
  margin: 0 auto;
}
.cid-tDaaLWCEes table.dataTable thead .sorting:before,
.cid-tDaaLWCEes table.dataTable thead .sorting:after,
.cid-tDaaLWCEes table.dataTable thead .sorting_asc:before,
.cid-tDaaLWCEes table.dataTable thead .sorting_asc:after,
.cid-tDaaLWCEes table.dataTable thead .sorting_desc:before,
.cid-tDaaLWCEes table.dataTable thead .sorting_desc:after,
.cid-tDaaLWCEes table.dataTable thead .sorting_asc_disabled:before,
.cid-tDaaLWCEes table.dataTable thead .sorting_asc_disabled:after,
.cid-tDaaLWCEes table.dataTable thead .sorting_desc_disabled:before,
.cid-tDaaLWCEes table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-tDaaLWCEes .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-tDaaLWCEes .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-tDaaLWCEes .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #ee964b;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-tDaaLWCEes .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tDaaLWCEes .class-medal-basic {
  font-size: 32px;
}
.cid-tDaaLWCEes .class-medal {
  font-size: 32px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  animation: ani-waviy 1.1s infinite;
  animation-delay: calc(0.1s);
}
.cid-tDaaLWCEes .class-medal2 {
  font-size: 32px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  animation: ani-waviy 1.1s infinite;
  animation-delay: calc(0.2s);
}
.cid-tDaaLWCEes .class-medal3 {
  font-size: 32px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  animation: ani-rotate 1.1s infinite;
}
.cid-tDaaLWCEes .class-medal4 {
  font-size: 32px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  animation: 2s ani-popoutin ease infinite;
}
.cid-tDaaLWCEes .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #086775;
  border-bottom: 1px solid #0a1c44;
  text-align: center;
}
.cid-tDaaLWCEes .head-item:hover {
  background: #086775;
  color: inherit;
}
.cid-tDaaLWCEes .table-heads {
  color: #ffffff;
}
.cid-tDaaLWCEes .dataTables_wrapper {
  display: block;
}
.cid-tDaaLWCEes .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-tDaaLWCEes .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tDaaLWCEes table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-tDaaLWCEes table td,
.cid-tDaaLWCEes table th {
  white-space: nowrap;
}
.cid-tDaaLWCEes table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-tDaaLWCEes table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-tDaaLWCEes table td {
  border-top: 1px solid #e9e9e9;
}
.cid-tDaaLWCEes table.table {
  background: #ffffff;
}
.cid-tDaaLWCEes .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-tDaaLWCEes .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tDaaLWCEes .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-tDaaLWCEes .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-tDaaLWCEes .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-tDaaLWCEes .dataTables_filter {
    text-align: center;
  }
  .cid-tDaaLWCEes .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-tDaaLWCEes .mbr-section-title,
.cid-tDaaLWCEes .line-wrap {
  text-align: center;
}
.cid-tDaaLWCEes .mbr-section-sub-title {
  text-align: center;
  color: #656565;
}
.cid-tDaaLWCEes .body-item {
  text-align: center;
}
.cid-tDaaLYQyj7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f5f4ed;
}
.cid-tDahXMNx1O {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f5f4ed;
}
.cid-tDahXMNx1O .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
@media (min-width: 992px) {
  .cid-tDahXMNx1O form {
    width: 50%;
  }
}
.cid-tDahXMNx1O form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tDahXMNx1O form .mbr-section-btn .btn {
  width: 100%;
}
.cid-tDaaM08wVY {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-tDaaM08wVY .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tDaaM08wVY h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-tDaaM08wVY h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tDaaM08wVY h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tDaaM08wVY .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-tDaaM08wVY .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-tDaaM08wVY .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tDaaM08wVY .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-tDaaM08wVY .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tDaaM08wVY .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tDaaM08wVY .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-tDaaM08wVY .mbr-section-title,
.cid-tDaaM08wVY .social-list {
  color: #232323;
}
@media (max-width: 768px) {
  .cid-tDaaM08wVY h2:before,
  .cid-tDaaM08wVY h2:after {
    display: none;
  }
}
.cid-tDaaM1DOFI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-tDaaM1DOFI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDaaM1DOFI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDaaM1DOFI .bottom-menu {
  font-size: 1rem;
  margin-bottom: 1.2rem;
}
.cid-tDaaM1DOFI .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tDaaM1DOFI .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tDaaM1DOFI .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tDaaM1DOFI .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tDaaM1DOFI .container {
    max-width: 100%;
  }
  .cid-tDaaM1DOFI .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tDaaM1DOFI .item-wrap {
  width: 100%;
}
.cid-tDaaM1DOFI .navbar-brand {
  display: flex;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 30px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tDaaM1DOFI .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tDaaM1DOFI .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tDaaM1DOFI .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tDaaM1DOFI .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tDaaM1DOFI .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tDaaM1DOFI .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tDaaM1DOFI .copyright {
  color: #f5f4ed;
  padding: 0;
  width: 100%;
}
.cid-tDu1efRm25.popup-builder {
  background-color: #ffffff;
}
.cid-tDu1efRm25.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tDu1efRm25.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tDu1efRm25 .modal-content,
.cid-tDu1efRm25 .modal-dialog {
  height: auto;
}
.cid-tDu1efRm25 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tDu1efRm25 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tDu1efRm25 .form-wrapper .mbr-form .form-group,
  .cid-tDu1efRm25 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tDu1efRm25 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tDu1efRm25 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tDu1efRm25 .mbr-text {
  text-align: center;
}
.cid-tDu1efRm25 .pt-0 {
  padding-top: 0 !important;
}
.cid-tDu1efRm25 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tDu1efRm25 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tDu1efRm25 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tDu1efRm25 .modal-open {
  overflow: hidden;
}
.cid-tDu1efRm25 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tDu1efRm25 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tDu1efRm25 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tDu1efRm25 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tDu1efRm25 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tDu1efRm25 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tDu1efRm25 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tDu1efRm25 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tDu1efRm25 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tDu1efRm25 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tDu1efRm25 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tDu1efRm25 .modal-backdrop.show {
  opacity: .5;
}
.cid-tDu1efRm25 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tDu1efRm25 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tDu1efRm25 .modal-header {
    padding: 1rem;
  }
}
.cid-tDu1efRm25 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tDu1efRm25 .modal-header .close svg {
  fill: #353535;
}
.cid-tDu1efRm25 .modal-header .close:hover {
  opacity: 1;
}
.cid-tDu1efRm25 .modal-header .close:focus {
  outline: none;
}
.cid-tDu1efRm25 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tDu1efRm25 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tDu1efRm25 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDu1efRm25 .modal-body {
    padding: 1rem;
  }
}
.cid-tDu1efRm25 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tDu1efRm25 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDu1efRm25 .modal-footer {
    padding: 1rem;
  }
}
.cid-tDu1efRm25 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tDu1efRm25 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tDu1efRm25 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tDu1efRm25 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tDu1efRm25 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tDu1efRm25 .modal-lg,
  .cid-tDu1efRm25 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tDu1efRm25 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tDu1efRm25 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tDu1efRm25 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tDu1efRm25 .form-group {
  margin-bottom: 1rem;
}
.cid-tDu1efRm25 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tDu1efRm25 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tDu1efRm25 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tDu1efRm25 .mbr-section-btn {
  margin: 0;
}
.cid-tDu1efRm25 .mbr-section-btn .btn {
  margin: 0;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.3;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (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;
  }
}

.form-check-input:checked {
    background-color: #ee964b;
    border-color: #fbae7d;
}
.form-check-input:focus{
    border-color:#fbae7d;
    outline:0;
    box-shadow:0 0 0 .25rem rgba(251, 174, 125,.25)
}

.on-pointer{
    cursor: pointer;
}

@keyframes ani-rotate {
  0% {
    color: black;
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    color: #ee964b;
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    color: #086775;
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes ani-waviy {
  0%,40%,100% {
    transform: translateY(0);
  }
  20% {
    color: #086775;
    transform: translateY(-5px);
  }
}

@keyframes ani-popoutin {
  0% {
    color: black;
    transform: scale(0);
    opacity: 0;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  25% {
    color: #086775;
    transform: scale(2);
    opacity: 1;
    text-shadow: 3px 10px 5px rgba(0, 0, 0, 0.5);
  }
  50% {
    color: black;
    transform: scale(1);
    opacity: 1;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
  }
}
.cid-tDanFIOvfB {
  z-index: 1000;
  width: 100%;
}
.cid-tDanFIOvfB nav.navbar {
  position: fixed;
}
.cid-tDanFIOvfB .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-tDanFIOvfB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 575px) {
  .cid-tDanFIOvfB .dropdown-menu a {
    font-size: 1.5rem;
  }
}
.cid-tDanFIOvfB .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-tDanFIOvfB .dropdown-item:hover,
.cid-tDanFIOvfB .dropdown-item:focus {
  background: rgba(127, 127, 127, 0.5) !important;
  color: white !important;
}
.cid-tDanFIOvfB .dropdown-item:hover span {
  color: white;
}
.cid-tDanFIOvfB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDanFIOvfB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDanFIOvfB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-tDanFIOvfB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDanFIOvfB .nav-link {
  position: relative;
}
.cid-tDanFIOvfB .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-tDanFIOvfB .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-tDanFIOvfB .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-tDanFIOvfB .iconfont-wrapper:hover .mbr-iconfont {
  color: #ee964b;
}
.cid-tDanFIOvfB .dropdown-menu,
.cid-tDanFIOvfB .navbar.opened {
  background: #1a2229 !important;
}
.cid-tDanFIOvfB .nav-item:focus,
.cid-tDanFIOvfB .nav-link:focus {
  outline: none;
}
.cid-tDanFIOvfB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDanFIOvfB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDanFIOvfB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDanFIOvfB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDanFIOvfB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDanFIOvfB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDanFIOvfB .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 34, 41, 0.9);
  padding: 0 !important;
}
.cid-tDanFIOvfB .navbar.opened {
  transition: all 0.3s;
}
.cid-tDanFIOvfB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDanFIOvfB .navbar .navbar-logo img {
  width: auto;
}
@media (max-width: 991px) {
  .cid-tDanFIOvfB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDanFIOvfB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDanFIOvfB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDanFIOvfB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDanFIOvfB .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-tDanFIOvfB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDanFIOvfB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDanFIOvfB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tDanFIOvfB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDanFIOvfB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tDanFIOvfB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDanFIOvfB .navbar.collapsed {
  justify-content: center;
}
.cid-tDanFIOvfB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDanFIOvfB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tDanFIOvfB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDanFIOvfB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDanFIOvfB .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-tDanFIOvfB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDanFIOvfB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDanFIOvfB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-tDanFIOvfB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-tDanFIOvfB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDanFIOvfB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDanFIOvfB .dropdown-item.active,
.cid-tDanFIOvfB .dropdown-item:active {
  background-color: transparent;
}
.cid-tDanFIOvfB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDanFIOvfB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDanFIOvfB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDanFIOvfB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a2229;
}
.cid-tDanFIOvfB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDanFIOvfB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDanFIOvfB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDanFIOvfB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDanFIOvfB button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDanFIOvfB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tDanFIOvfB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDanFIOvfB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDanFIOvfB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDanFIOvfB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDanFIOvfB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDanFIOvfB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDanFIOvfB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDanFIOvfB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDanFIOvfB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDanFIOvfB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDanFIOvfB .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-tDanFIOvfB .navbar {
    height: 70px;
  }
  .cid-tDanFIOvfB .navbar.opened {
    height: auto;
  }
  .cid-tDanFIOvfB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDanFIOvfB .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-tDanFIOvfB .navbar-toggler {
  margin-left: 10px;
}
.cid-tDanFIOvfB .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #232323;
}
.cid-tDanFIOvfB .navbar-logo {
  margin-right: 0 !important;
}
.cid-tDanFIOvfB .mbr-text {
  width: 100%;
  color: #BF9341;
}
@media (max-width: 575px) {
  .cid-tDanFIOvfB .mbr-text {
    display: none;
  }
}
.cid-tDanFIOvfB .navbar-collapse {
  padding-top: 40px !important;
}
.cid-tDanFIOvfB .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tDanFIOvfB .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tDanFOr54Q {
  padding-top: 165px;
  padding-bottom: 30px;
  background-color: #f5f4ed;
}
@media (max-width: 575px) {
  .cid-tDanFOr54Q {
    padding-top: 7rem;
  }
}
.cid-tDanFOr54Q .mbr-section-subtitle {
  color: #767676;
}
.cid-tDanFOr54Q .container-table {
  margin: 0 auto;
}
.cid-tDanFOr54Q table.dataTable thead .sorting:before,
.cid-tDanFOr54Q table.dataTable thead .sorting:after,
.cid-tDanFOr54Q table.dataTable thead .sorting_asc:before,
.cid-tDanFOr54Q table.dataTable thead .sorting_asc:after,
.cid-tDanFOr54Q table.dataTable thead .sorting_desc:before,
.cid-tDanFOr54Q table.dataTable thead .sorting_desc:after,
.cid-tDanFOr54Q table.dataTable thead .sorting_asc_disabled:before,
.cid-tDanFOr54Q table.dataTable thead .sorting_asc_disabled:after,
.cid-tDanFOr54Q table.dataTable thead .sorting_desc_disabled:before,
.cid-tDanFOr54Q table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-tDanFOr54Q .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-tDanFOr54Q .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-tDanFOr54Q .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #ee964b;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-tDanFOr54Q .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tDanFOr54Q .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #086775;
  border-bottom: 1px solid #0a1c44;
  text-align: center;
}
.cid-tDanFOr54Q .head-item:hover {
  background: #086775;
  color: inherit;
}
.cid-tDanFOr54Q .table-heads {
  color: #ffffff;
}
.cid-tDanFOr54Q .dataTables_wrapper {
  display: block;
}
.cid-tDanFOr54Q .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-tDanFOr54Q .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tDanFOr54Q table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-tDanFOr54Q table td,
.cid-tDanFOr54Q table th {
  white-space: nowrap;
}
.cid-tDanFOr54Q table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-tDanFOr54Q table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-tDanFOr54Q table td {
  border-top: 1px solid #e9e9e9;
}
.cid-tDanFOr54Q table.table {
  background: #ffffff;
}
.cid-tDanFOr54Q .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-tDanFOr54Q .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tDanFOr54Q .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-tDanFOr54Q .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-tDanFOr54Q .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-tDanFOr54Q .dataTables_filter {
    text-align: center;
  }
  .cid-tDanFOr54Q .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-tDanFOr54Q .mbr-section-title,
.cid-tDanFOr54Q .line-wrap {
  text-align: center;
}
.cid-tDanFOr54Q .mbr-section-sub-title {
  text-align: center;
  color: #656565;
}
.cid-tDanFOr54Q .body-item {
  text-align: center;
}
.cid-tDanFQYfEc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f5f4ed;
}
.cid-tDanFQYfEc .mbr-section-subtitle {
  text-align: center;
}
.cid-tDanFQYfEc .mbr-text {
  text-align: center;
}
.cid-tDanFSrUw4 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f5f4ed;
}
.cid-tDanFSrUw4 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
@media (min-width: 992px) {
  .cid-tDanFSrUw4 form {
    width: 50%;
  }
}
.cid-tDanFSrUw4 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tDanFSrUw4 form .mbr-section-btn .btn {
  width: 100%;
}
.cid-tDanFTSfli {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-tDanFTSfli .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tDanFTSfli h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-tDanFTSfli h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tDanFTSfli h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tDanFTSfli .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-tDanFTSfli .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-tDanFTSfli .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tDanFTSfli .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-tDanFTSfli .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tDanFTSfli .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tDanFTSfli .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-tDanFTSfli .mbr-section-title,
.cid-tDanFTSfli .social-list {
  color: #232323;
}
@media (max-width: 768px) {
  .cid-tDanFTSfli h2:before,
  .cid-tDanFTSfli h2:after {
    display: none;
  }
}
.cid-tDanFVkaNg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-tDanFVkaNg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDanFVkaNg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDanFVkaNg .bottom-menu {
  font-size: 1rem;
  margin-bottom: 1.2rem;
}
.cid-tDanFVkaNg .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tDanFVkaNg .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tDanFVkaNg .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tDanFVkaNg .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tDanFVkaNg .container {
    max-width: 100%;
  }
  .cid-tDanFVkaNg .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tDanFVkaNg .item-wrap {
  width: 100%;
}
.cid-tDanFVkaNg .navbar-brand {
  display: flex;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 30px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tDanFVkaNg .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tDanFVkaNg .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tDanFVkaNg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tDanFVkaNg .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tDanFVkaNg .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tDanFVkaNg .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tDanFVkaNg .copyright {
  color: #f5f4ed;
  padding: 0;
  width: 100%;
}
.cid-tDu1efRaLd.popup-builder {
  background-color: #ffffff;
}
.cid-tDu1efRaLd.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tDu1efRaLd.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tDu1efRaLd .modal-content,
.cid-tDu1efRaLd .modal-dialog {
  height: auto;
}
.cid-tDu1efRaLd .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tDu1efRaLd .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tDu1efRaLd .form-wrapper .mbr-form .form-group,
  .cid-tDu1efRaLd .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tDu1efRaLd .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tDu1efRaLd .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tDu1efRaLd .mbr-text {
  text-align: center;
}
.cid-tDu1efRaLd .pt-0 {
  padding-top: 0 !important;
}
.cid-tDu1efRaLd .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tDu1efRaLd .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tDu1efRaLd .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tDu1efRaLd .modal-open {
  overflow: hidden;
}
.cid-tDu1efRaLd .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tDu1efRaLd .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tDu1efRaLd .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tDu1efRaLd .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tDu1efRaLd .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tDu1efRaLd .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tDu1efRaLd .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tDu1efRaLd .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tDu1efRaLd .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tDu1efRaLd .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tDu1efRaLd .modal-backdrop.fade {
  opacity: 0;
}
.cid-tDu1efRaLd .modal-backdrop.show {
  opacity: .5;
}
.cid-tDu1efRaLd .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tDu1efRaLd .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tDu1efRaLd .modal-header {
    padding: 1rem;
  }
}
.cid-tDu1efRaLd .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tDu1efRaLd .modal-header .close svg {
  fill: #353535;
}
.cid-tDu1efRaLd .modal-header .close:hover {
  opacity: 1;
}
.cid-tDu1efRaLd .modal-header .close:focus {
  outline: none;
}
.cid-tDu1efRaLd .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tDu1efRaLd .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tDu1efRaLd .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDu1efRaLd .modal-body {
    padding: 1rem;
  }
}
.cid-tDu1efRaLd .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tDu1efRaLd .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDu1efRaLd .modal-footer {
    padding: 1rem;
  }
}
.cid-tDu1efRaLd .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tDu1efRaLd .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tDu1efRaLd .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tDu1efRaLd .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tDu1efRaLd .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tDu1efRaLd .modal-lg,
  .cid-tDu1efRaLd .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tDu1efRaLd .modal-xl {
    max-width: 1140px;
  }
}
.cid-tDu1efRaLd .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tDu1efRaLd .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tDu1efRaLd .form-group {
  margin-bottom: 1rem;
}
.cid-tDu1efRaLd .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tDu1efRaLd .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tDu1efRaLd .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tDu1efRaLd .mbr-section-btn {
  margin: 0;
}
.cid-tDu1efRaLd .mbr-section-btn .btn {
  margin: 0;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.3;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (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;
  }
}

.form-check-input:checked {
    background-color: #ee964b;
    border-color: #fbae7d;
}
.form-check-input:focus{
    border-color:#fbae7d;
    outline:0;
    box-shadow:0 0 0 .25rem rgba(251, 174, 125,.25)
}

.on-pointer{
    cursor: pointer;
}

@keyframes ani-rotate {
  0% {
    color: black;
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    color: #ee964b;
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    color: #086775;
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes ani-waviy {
  0%,40%,100% {
    transform: translateY(0);
  }
  20% {
    color: #086775;
    transform: translateY(-5px);
  }
}

@keyframes ani-popoutin {
  0% {
    color: black;
    transform: scale(0);
    opacity: 0;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  25% {
    color: #086775;
    transform: scale(2);
    opacity: 1;
    text-shadow: 3px 10px 5px rgba(0, 0, 0, 0.5);
  }
  50% {
    color: black;
    transform: scale(1);
    opacity: 1;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
  }
}
.cid-tDaxhS4cRr {
  z-index: 1000;
  width: 100%;
}
.cid-tDaxhS4cRr nav.navbar {
  position: fixed;
}
.cid-tDaxhS4cRr .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-tDaxhS4cRr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 575px) {
  .cid-tDaxhS4cRr .dropdown-menu a {
    font-size: 1.5rem;
  }
}
.cid-tDaxhS4cRr .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-tDaxhS4cRr .dropdown-item:hover,
.cid-tDaxhS4cRr .dropdown-item:focus {
  background: rgba(127, 127, 127, 0.5) !important;
  color: white !important;
}
.cid-tDaxhS4cRr .dropdown-item:hover span {
  color: white;
}
.cid-tDaxhS4cRr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDaxhS4cRr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDaxhS4cRr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-tDaxhS4cRr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDaxhS4cRr .nav-link {
  position: relative;
}
.cid-tDaxhS4cRr .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-tDaxhS4cRr .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-tDaxhS4cRr .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-tDaxhS4cRr .iconfont-wrapper:hover .mbr-iconfont {
  color: #ee964b;
}
.cid-tDaxhS4cRr .dropdown-menu,
.cid-tDaxhS4cRr .navbar.opened {
  background: #1a2229 !important;
}
.cid-tDaxhS4cRr .nav-item:focus,
.cid-tDaxhS4cRr .nav-link:focus {
  outline: none;
}
.cid-tDaxhS4cRr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDaxhS4cRr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDaxhS4cRr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDaxhS4cRr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDaxhS4cRr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDaxhS4cRr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDaxhS4cRr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 34, 41, 0.9);
  padding: 0 !important;
}
.cid-tDaxhS4cRr .navbar.opened {
  transition: all 0.3s;
}
.cid-tDaxhS4cRr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDaxhS4cRr .navbar .navbar-logo img {
  width: auto;
}
@media (max-width: 991px) {
  .cid-tDaxhS4cRr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDaxhS4cRr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDaxhS4cRr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDaxhS4cRr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDaxhS4cRr .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-tDaxhS4cRr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDaxhS4cRr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDaxhS4cRr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tDaxhS4cRr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDaxhS4cRr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tDaxhS4cRr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDaxhS4cRr .navbar.collapsed {
  justify-content: center;
}
.cid-tDaxhS4cRr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDaxhS4cRr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tDaxhS4cRr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDaxhS4cRr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDaxhS4cRr .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-tDaxhS4cRr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDaxhS4cRr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDaxhS4cRr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-tDaxhS4cRr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-tDaxhS4cRr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDaxhS4cRr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDaxhS4cRr .dropdown-item.active,
.cid-tDaxhS4cRr .dropdown-item:active {
  background-color: transparent;
}
.cid-tDaxhS4cRr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDaxhS4cRr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDaxhS4cRr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDaxhS4cRr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a2229;
}
.cid-tDaxhS4cRr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDaxhS4cRr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDaxhS4cRr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDaxhS4cRr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDaxhS4cRr button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDaxhS4cRr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tDaxhS4cRr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDaxhS4cRr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDaxhS4cRr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDaxhS4cRr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDaxhS4cRr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDaxhS4cRr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDaxhS4cRr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDaxhS4cRr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDaxhS4cRr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDaxhS4cRr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDaxhS4cRr .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-tDaxhS4cRr .navbar {
    height: 70px;
  }
  .cid-tDaxhS4cRr .navbar.opened {
    height: auto;
  }
  .cid-tDaxhS4cRr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDaxhS4cRr .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-tDaxhS4cRr .navbar-toggler {
  margin-left: 10px;
}
.cid-tDaxhS4cRr .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #232323;
}
.cid-tDaxhS4cRr .navbar-logo {
  margin-right: 0 !important;
}
.cid-tDaxhS4cRr .mbr-text {
  width: 100%;
  color: #BF9341;
}
@media (max-width: 575px) {
  .cid-tDaxhS4cRr .mbr-text {
    display: none;
  }
}
.cid-tDaxhS4cRr .navbar-collapse {
  padding-top: 40px !important;
}
.cid-tDaxhS4cRr .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tDaxhS4cRr .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tDaxhUbZn1 {
  background-color: #fff6eb;
}
.cid-tDaxhUbZn1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDaxhUbZn1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDaxhUbZn1 .row {
    padding: 0 24px;
  }
}
.cid-tDaxhUbZn1 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tDaxhUbZn1 .title-wrapper .mbr-text {
  margin-bottom: 26px;
}
.cid-tDaxhUbZn1 .mbr-section-title {
  color: #005c62;
}
.cid-tDaxhUbZn1 .mbr-text {
  color: #005c62;
  text-align: center;
}
.cid-tDaxhUbZn1 .mbr-section-title,
.cid-tDaxhUbZn1 .mbr-section-btn {
  text-align: center;
  color: #024549;
}
.cid-tDaxhVtRrJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-tDaxhVtRrJ .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tDaxhVtRrJ h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-tDaxhVtRrJ h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tDaxhVtRrJ h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tDaxhVtRrJ .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-tDaxhVtRrJ .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-tDaxhVtRrJ .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tDaxhVtRrJ .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-tDaxhVtRrJ .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tDaxhVtRrJ .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tDaxhVtRrJ .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-tDaxhVtRrJ .mbr-section-title,
.cid-tDaxhVtRrJ .social-list {
  color: #232323;
}
@media (max-width: 768px) {
  .cid-tDaxhVtRrJ h2:before,
  .cid-tDaxhVtRrJ h2:after {
    display: none;
  }
}
.cid-tDaxhX7bVm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-tDaxhX7bVm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDaxhX7bVm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDaxhX7bVm .bottom-menu {
  font-size: 1rem;
  margin-bottom: 1.2rem;
}
.cid-tDaxhX7bVm .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tDaxhX7bVm .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tDaxhX7bVm .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tDaxhX7bVm .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tDaxhX7bVm .container {
    max-width: 100%;
  }
  .cid-tDaxhX7bVm .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tDaxhX7bVm .item-wrap {
  width: 100%;
}
.cid-tDaxhX7bVm .navbar-brand {
  display: flex;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 30px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tDaxhX7bVm .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tDaxhX7bVm .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tDaxhX7bVm .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tDaxhX7bVm .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tDaxhX7bVm .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tDaxhX7bVm .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tDaxhX7bVm .copyright {
  color: #f5f4ed;
  padding: 0;
  width: 100%;
}
.cid-tDu1efRhzX.popup-builder {
  background-color: #ffffff;
}
.cid-tDu1efRhzX.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tDu1efRhzX.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tDu1efRhzX .modal-content,
.cid-tDu1efRhzX .modal-dialog {
  height: auto;
}
.cid-tDu1efRhzX .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tDu1efRhzX .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tDu1efRhzX .form-wrapper .mbr-form .form-group,
  .cid-tDu1efRhzX .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tDu1efRhzX .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tDu1efRhzX .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tDu1efRhzX .mbr-text {
  text-align: center;
}
.cid-tDu1efRhzX .pt-0 {
  padding-top: 0 !important;
}
.cid-tDu1efRhzX .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tDu1efRhzX .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tDu1efRhzX .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tDu1efRhzX .modal-open {
  overflow: hidden;
}
.cid-tDu1efRhzX .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tDu1efRhzX .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tDu1efRhzX .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tDu1efRhzX .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tDu1efRhzX .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tDu1efRhzX .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tDu1efRhzX .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tDu1efRhzX .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tDu1efRhzX .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tDu1efRhzX .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tDu1efRhzX .modal-backdrop.fade {
  opacity: 0;
}
.cid-tDu1efRhzX .modal-backdrop.show {
  opacity: .5;
}
.cid-tDu1efRhzX .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tDu1efRhzX .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tDu1efRhzX .modal-header {
    padding: 1rem;
  }
}
.cid-tDu1efRhzX .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tDu1efRhzX .modal-header .close svg {
  fill: #353535;
}
.cid-tDu1efRhzX .modal-header .close:hover {
  opacity: 1;
}
.cid-tDu1efRhzX .modal-header .close:focus {
  outline: none;
}
.cid-tDu1efRhzX .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tDu1efRhzX .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tDu1efRhzX .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDu1efRhzX .modal-body {
    padding: 1rem;
  }
}
.cid-tDu1efRhzX .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tDu1efRhzX .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDu1efRhzX .modal-footer {
    padding: 1rem;
  }
}
.cid-tDu1efRhzX .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tDu1efRhzX .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tDu1efRhzX .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tDu1efRhzX .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tDu1efRhzX .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tDu1efRhzX .modal-lg,
  .cid-tDu1efRhzX .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tDu1efRhzX .modal-xl {
    max-width: 1140px;
  }
}
.cid-tDu1efRhzX .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tDu1efRhzX .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tDu1efRhzX .form-group {
  margin-bottom: 1rem;
}
.cid-tDu1efRhzX .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tDu1efRhzX .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tDu1efRhzX .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tDu1efRhzX .mbr-section-btn {
  margin: 0;
}
.cid-tDu1efRhzX .mbr-section-btn .btn {
  margin: 0;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.3;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (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;
  }
}

.form-check-input:checked {
    background-color: #ee964b;
    border-color: #fbae7d;
}
.form-check-input:focus{
    border-color:#fbae7d;
    outline:0;
    box-shadow:0 0 0 .25rem rgba(251, 174, 125,.25)
}

.on-pointer{
    cursor: pointer;
}

@keyframes ani-rotate {
  0% {
    color: black;
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    color: #ee964b;
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    color: #086775;
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes ani-waviy {
  0%,40%,100% {
    transform: translateY(0);
  }
  20% {
    color: #086775;
    transform: translateY(-5px);
  }
}

@keyframes ani-popoutin {
  0% {
    color: black;
    transform: scale(0);
    opacity: 0;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  25% {
    color: #086775;
    transform: scale(2);
    opacity: 1;
    text-shadow: 3px 10px 5px rgba(0, 0, 0, 0.5);
  }
  50% {
    color: black;
    transform: scale(1);
    opacity: 1;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
  }
}
.cid-tDaAGb0Is0 {
  z-index: 1000;
  width: 100%;
}
.cid-tDaAGb0Is0 nav.navbar {
  position: fixed;
}
.cid-tDaAGb0Is0 .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-tDaAGb0Is0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 575px) {
  .cid-tDaAGb0Is0 .dropdown-menu a {
    font-size: 1.5rem;
  }
}
.cid-tDaAGb0Is0 .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-tDaAGb0Is0 .dropdown-item:hover,
.cid-tDaAGb0Is0 .dropdown-item:focus {
  background: rgba(127, 127, 127, 0.5) !important;
  color: white !important;
}
.cid-tDaAGb0Is0 .dropdown-item:hover span {
  color: white;
}
.cid-tDaAGb0Is0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDaAGb0Is0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDaAGb0Is0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-tDaAGb0Is0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDaAGb0Is0 .nav-link {
  position: relative;
}
.cid-tDaAGb0Is0 .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-tDaAGb0Is0 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-tDaAGb0Is0 .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-tDaAGb0Is0 .iconfont-wrapper:hover .mbr-iconfont {
  color: #ee964b;
}
.cid-tDaAGb0Is0 .dropdown-menu,
.cid-tDaAGb0Is0 .navbar.opened {
  background: #1a2229 !important;
}
.cid-tDaAGb0Is0 .nav-item:focus,
.cid-tDaAGb0Is0 .nav-link:focus {
  outline: none;
}
.cid-tDaAGb0Is0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDaAGb0Is0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDaAGb0Is0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDaAGb0Is0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDaAGb0Is0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDaAGb0Is0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDaAGb0Is0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 34, 41, 0.9);
  padding: 0 !important;
}
.cid-tDaAGb0Is0 .navbar.opened {
  transition: all 0.3s;
}
.cid-tDaAGb0Is0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDaAGb0Is0 .navbar .navbar-logo img {
  width: auto;
}
@media (max-width: 991px) {
  .cid-tDaAGb0Is0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDaAGb0Is0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDaAGb0Is0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDaAGb0Is0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDaAGb0Is0 .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-tDaAGb0Is0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDaAGb0Is0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDaAGb0Is0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tDaAGb0Is0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDaAGb0Is0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tDaAGb0Is0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDaAGb0Is0 .navbar.collapsed {
  justify-content: center;
}
.cid-tDaAGb0Is0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDaAGb0Is0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tDaAGb0Is0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDaAGb0Is0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDaAGb0Is0 .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-tDaAGb0Is0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDaAGb0Is0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDaAGb0Is0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-tDaAGb0Is0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-tDaAGb0Is0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDaAGb0Is0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDaAGb0Is0 .dropdown-item.active,
.cid-tDaAGb0Is0 .dropdown-item:active {
  background-color: transparent;
}
.cid-tDaAGb0Is0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDaAGb0Is0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDaAGb0Is0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDaAGb0Is0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a2229;
}
.cid-tDaAGb0Is0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDaAGb0Is0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDaAGb0Is0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDaAGb0Is0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDaAGb0Is0 button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDaAGb0Is0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tDaAGb0Is0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDaAGb0Is0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDaAGb0Is0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDaAGb0Is0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDaAGb0Is0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDaAGb0Is0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDaAGb0Is0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDaAGb0Is0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDaAGb0Is0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDaAGb0Is0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDaAGb0Is0 .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-tDaAGb0Is0 .navbar {
    height: 70px;
  }
  .cid-tDaAGb0Is0 .navbar.opened {
    height: auto;
  }
  .cid-tDaAGb0Is0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDaAGb0Is0 .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-tDaAGb0Is0 .navbar-toggler {
  margin-left: 10px;
}
.cid-tDaAGb0Is0 .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #232323;
}
.cid-tDaAGb0Is0 .navbar-logo {
  margin-right: 0 !important;
}
.cid-tDaAGb0Is0 .mbr-text {
  width: 100%;
  color: #BF9341;
}
@media (max-width: 575px) {
  .cid-tDaAGb0Is0 .mbr-text {
    display: none;
  }
}
.cid-tDaAGb0Is0 .navbar-collapse {
  padding-top: 40px !important;
}
.cid-tDaAGb0Is0 .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tDaAGb0Is0 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tDaAGcEONw {
  padding-top: 165px;
  padding-bottom: 120px;
  background-color: #f5f4ed;
}
@media (max-width: 575px) {
  .cid-tDaAGcEONw {
    padding-top: 7rem;
  }
}
.cid-tDaAGcEONw .mbr-section-subtitle {
  color: #767676;
}
.cid-tDaAGcEONw .container-table {
  margin: 0 auto;
}
.cid-tDaAGcEONw table.dataTable thead .sorting:before,
.cid-tDaAGcEONw table.dataTable thead .sorting:after,
.cid-tDaAGcEONw table.dataTable thead .sorting_asc:before,
.cid-tDaAGcEONw table.dataTable thead .sorting_asc:after,
.cid-tDaAGcEONw table.dataTable thead .sorting_desc:before,
.cid-tDaAGcEONw table.dataTable thead .sorting_desc:after,
.cid-tDaAGcEONw table.dataTable thead .sorting_asc_disabled:before,
.cid-tDaAGcEONw table.dataTable thead .sorting_asc_disabled:after,
.cid-tDaAGcEONw table.dataTable thead .sorting_desc_disabled:before,
.cid-tDaAGcEONw table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-tDaAGcEONw .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-tDaAGcEONw .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-tDaAGcEONw .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #ee964b;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-tDaAGcEONw .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tDaAGcEONw .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #086775;
  border-bottom: 1px solid #0a1c44;
  text-align: center;
}
.cid-tDaAGcEONw .head-item:hover {
  background: #086775;
  color: inherit;
}
.cid-tDaAGcEONw .table-heads {
  color: #ffffff;
}
.cid-tDaAGcEONw .dataTables_wrapper {
  display: block;
}
.cid-tDaAGcEONw .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-tDaAGcEONw .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tDaAGcEONw table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-tDaAGcEONw table td,
.cid-tDaAGcEONw table th {
  white-space: nowrap;
}
.cid-tDaAGcEONw table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-tDaAGcEONw table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-tDaAGcEONw table td {
  border-top: 1px solid #e9e9e9;
}
.cid-tDaAGcEONw table.table {
  background: #ffffff;
}
.cid-tDaAGcEONw .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-tDaAGcEONw .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tDaAGcEONw .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-tDaAGcEONw .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-tDaAGcEONw .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-tDaAGcEONw .dataTables_filter {
    text-align: center;
  }
  .cid-tDaAGcEONw .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-tDaAGcEONw .mbr-section-title,
.cid-tDaAGcEONw .line-wrap {
  text-align: center;
}
.cid-tDaAGcEONw .mbr-section-sub-title {
  text-align: center;
  color: #656565;
}
.cid-tDaAGcEONw .body-item {
  text-align: center;
}
.cid-tDaAGiAROf {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-tDaAGiAROf .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tDaAGiAROf h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-tDaAGiAROf h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tDaAGiAROf h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tDaAGiAROf .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-tDaAGiAROf .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-tDaAGiAROf .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tDaAGiAROf .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-tDaAGiAROf .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tDaAGiAROf .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tDaAGiAROf .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-tDaAGiAROf .mbr-section-title,
.cid-tDaAGiAROf .social-list {
  color: #232323;
}
@media (max-width: 768px) {
  .cid-tDaAGiAROf h2:before,
  .cid-tDaAGiAROf h2:after {
    display: none;
  }
}
.cid-tDaAGk9ycx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-tDaAGk9ycx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDaAGk9ycx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDaAGk9ycx .bottom-menu {
  font-size: 1rem;
  margin-bottom: 1.2rem;
}
.cid-tDaAGk9ycx .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tDaAGk9ycx .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tDaAGk9ycx .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tDaAGk9ycx .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tDaAGk9ycx .container {
    max-width: 100%;
  }
  .cid-tDaAGk9ycx .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tDaAGk9ycx .item-wrap {
  width: 100%;
}
.cid-tDaAGk9ycx .navbar-brand {
  display: flex;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 30px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tDaAGk9ycx .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tDaAGk9ycx .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tDaAGk9ycx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tDaAGk9ycx .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tDaAGk9ycx .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tDaAGk9ycx .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tDaAGk9ycx .copyright {
  color: #f5f4ed;
  padding: 0;
  width: 100%;
}
.cid-tDu1efSbGk.popup-builder {
  background-color: #ffffff;
}
.cid-tDu1efSbGk.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tDu1efSbGk.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tDu1efSbGk .modal-content,
.cid-tDu1efSbGk .modal-dialog {
  height: auto;
}
.cid-tDu1efSbGk .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tDu1efSbGk .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tDu1efSbGk .form-wrapper .mbr-form .form-group,
  .cid-tDu1efSbGk .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tDu1efSbGk .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tDu1efSbGk .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tDu1efSbGk .mbr-text {
  text-align: center;
}
.cid-tDu1efSbGk .pt-0 {
  padding-top: 0 !important;
}
.cid-tDu1efSbGk .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tDu1efSbGk .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tDu1efSbGk .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tDu1efSbGk .modal-open {
  overflow: hidden;
}
.cid-tDu1efSbGk .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tDu1efSbGk .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tDu1efSbGk .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tDu1efSbGk .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tDu1efSbGk .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tDu1efSbGk .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tDu1efSbGk .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tDu1efSbGk .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tDu1efSbGk .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tDu1efSbGk .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tDu1efSbGk .modal-backdrop.fade {
  opacity: 0;
}
.cid-tDu1efSbGk .modal-backdrop.show {
  opacity: .5;
}
.cid-tDu1efSbGk .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tDu1efSbGk .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tDu1efSbGk .modal-header {
    padding: 1rem;
  }
}
.cid-tDu1efSbGk .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tDu1efSbGk .modal-header .close svg {
  fill: #353535;
}
.cid-tDu1efSbGk .modal-header .close:hover {
  opacity: 1;
}
.cid-tDu1efSbGk .modal-header .close:focus {
  outline: none;
}
.cid-tDu1efSbGk .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tDu1efSbGk .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tDu1efSbGk .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDu1efSbGk .modal-body {
    padding: 1rem;
  }
}
.cid-tDu1efSbGk .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tDu1efSbGk .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDu1efSbGk .modal-footer {
    padding: 1rem;
  }
}
.cid-tDu1efSbGk .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tDu1efSbGk .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tDu1efSbGk .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tDu1efSbGk .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tDu1efSbGk .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tDu1efSbGk .modal-lg,
  .cid-tDu1efSbGk .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tDu1efSbGk .modal-xl {
    max-width: 1140px;
  }
}
.cid-tDu1efSbGk .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tDu1efSbGk .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tDu1efSbGk .form-group {
  margin-bottom: 1rem;
}
.cid-tDu1efSbGk .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tDu1efSbGk .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tDu1efSbGk .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tDu1efSbGk .mbr-section-btn {
  margin: 0;
}
.cid-tDu1efSbGk .mbr-section-btn .btn {
  margin: 0;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.3;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (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;
  }
}

.form-check-input:checked {
    background-color: #ee964b;
    border-color: #fbae7d;
}
.form-check-input:focus{
    border-color:#fbae7d;
    outline:0;
    box-shadow:0 0 0 .25rem rgba(251, 174, 125,.25)
}

.on-pointer{
    cursor: pointer;
}

@keyframes ani-rotate {
  0% {
    color: black;
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    color: #ee964b;
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    color: #086775;
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes ani-waviy {
  0%,40%,100% {
    transform: translateY(0);
  }
  20% {
    color: #086775;
    transform: translateY(-5px);
  }
}

@keyframes ani-popoutin {
  0% {
    color: black;
    transform: scale(0);
    opacity: 0;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  25% {
    color: #086775;
    transform: scale(2);
    opacity: 1;
    text-shadow: 3px 10px 5px rgba(0, 0, 0, 0.5);
  }
  50% {
    color: black;
    transform: scale(1);
    opacity: 1;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
  }
}
.cid-tDaCIVtLHD {
  z-index: 1000;
  width: 100%;
}
.cid-tDaCIVtLHD nav.navbar {
  position: fixed;
}
.cid-tDaCIVtLHD .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-tDaCIVtLHD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 575px) {
  .cid-tDaCIVtLHD .dropdown-menu a {
    font-size: 1.5rem;
  }
}
.cid-tDaCIVtLHD .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-tDaCIVtLHD .dropdown-item:hover,
.cid-tDaCIVtLHD .dropdown-item:focus {
  background: rgba(127, 127, 127, 0.5) !important;
  color: white !important;
}
.cid-tDaCIVtLHD .dropdown-item:hover span {
  color: white;
}
.cid-tDaCIVtLHD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDaCIVtLHD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDaCIVtLHD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-tDaCIVtLHD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDaCIVtLHD .nav-link {
  position: relative;
}
.cid-tDaCIVtLHD .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-tDaCIVtLHD .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-tDaCIVtLHD .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-tDaCIVtLHD .iconfont-wrapper:hover .mbr-iconfont {
  color: #ee964b;
}
.cid-tDaCIVtLHD .dropdown-menu,
.cid-tDaCIVtLHD .navbar.opened {
  background: #1a2229 !important;
}
.cid-tDaCIVtLHD .nav-item:focus,
.cid-tDaCIVtLHD .nav-link:focus {
  outline: none;
}
.cid-tDaCIVtLHD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDaCIVtLHD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDaCIVtLHD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDaCIVtLHD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDaCIVtLHD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDaCIVtLHD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDaCIVtLHD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 34, 41, 0.9);
  padding: 0 !important;
}
.cid-tDaCIVtLHD .navbar.opened {
  transition: all 0.3s;
}
.cid-tDaCIVtLHD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDaCIVtLHD .navbar .navbar-logo img {
  width: auto;
}
@media (max-width: 991px) {
  .cid-tDaCIVtLHD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDaCIVtLHD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDaCIVtLHD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDaCIVtLHD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDaCIVtLHD .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-tDaCIVtLHD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDaCIVtLHD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDaCIVtLHD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tDaCIVtLHD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDaCIVtLHD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tDaCIVtLHD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDaCIVtLHD .navbar.collapsed {
  justify-content: center;
}
.cid-tDaCIVtLHD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDaCIVtLHD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tDaCIVtLHD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDaCIVtLHD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDaCIVtLHD .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-tDaCIVtLHD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDaCIVtLHD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDaCIVtLHD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-tDaCIVtLHD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-tDaCIVtLHD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDaCIVtLHD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDaCIVtLHD .dropdown-item.active,
.cid-tDaCIVtLHD .dropdown-item:active {
  background-color: transparent;
}
.cid-tDaCIVtLHD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDaCIVtLHD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDaCIVtLHD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDaCIVtLHD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a2229;
}
.cid-tDaCIVtLHD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDaCIVtLHD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDaCIVtLHD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDaCIVtLHD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDaCIVtLHD button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDaCIVtLHD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tDaCIVtLHD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDaCIVtLHD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDaCIVtLHD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDaCIVtLHD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDaCIVtLHD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDaCIVtLHD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDaCIVtLHD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDaCIVtLHD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDaCIVtLHD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDaCIVtLHD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDaCIVtLHD .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-tDaCIVtLHD .navbar {
    height: 70px;
  }
  .cid-tDaCIVtLHD .navbar.opened {
    height: auto;
  }
  .cid-tDaCIVtLHD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDaCIVtLHD .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-tDaCIVtLHD .navbar-toggler {
  margin-left: 10px;
}
.cid-tDaCIVtLHD .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #232323;
}
.cid-tDaCIVtLHD .navbar-logo {
  margin-right: 0 !important;
}
.cid-tDaCIVtLHD .mbr-text {
  width: 100%;
  color: #BF9341;
}
@media (max-width: 575px) {
  .cid-tDaCIVtLHD .mbr-text {
    display: none;
  }
}
.cid-tDaCIVtLHD .navbar-collapse {
  padding-top: 40px !important;
}
.cid-tDaCIVtLHD .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tDaCIVtLHD .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tDaCIYycdq {
  padding-top: 165px;
  padding-bottom: 120px;
  background-color: #f5f4ed;
}
@media (max-width: 575px) {
  .cid-tDaCIYycdq {
    padding-top: 7rem;
  }
}
.cid-tDaCIYycdq .mbr-section-subtitle {
  color: #767676;
}
.cid-tDaCIYycdq .container-table {
  margin: 0 auto;
}
.cid-tDaCIYycdq table.dataTable thead .sorting:before,
.cid-tDaCIYycdq table.dataTable thead .sorting:after,
.cid-tDaCIYycdq table.dataTable thead .sorting_asc:before,
.cid-tDaCIYycdq table.dataTable thead .sorting_asc:after,
.cid-tDaCIYycdq table.dataTable thead .sorting_desc:before,
.cid-tDaCIYycdq table.dataTable thead .sorting_desc:after,
.cid-tDaCIYycdq table.dataTable thead .sorting_asc_disabled:before,
.cid-tDaCIYycdq table.dataTable thead .sorting_asc_disabled:after,
.cid-tDaCIYycdq table.dataTable thead .sorting_desc_disabled:before,
.cid-tDaCIYycdq table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-tDaCIYycdq .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-tDaCIYycdq .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-tDaCIYycdq .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #ee964b;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-tDaCIYycdq .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tDaCIYycdq .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #086775;
  border-bottom: 1px solid #0a1c44;
  text-align: center;
}
.cid-tDaCIYycdq .head-item:hover {
  background: #086775;
  color: inherit;
}
.cid-tDaCIYycdq .table-heads {
  color: #ffffff;
}
.cid-tDaCIYycdq .dataTables_wrapper {
  display: block;
}
.cid-tDaCIYycdq .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-tDaCIYycdq .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tDaCIYycdq table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-tDaCIYycdq table td,
.cid-tDaCIYycdq table th {
  white-space: nowrap;
}
.cid-tDaCIYycdq table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-tDaCIYycdq table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-tDaCIYycdq table td {
  border-top: 1px solid #e9e9e9;
}
.cid-tDaCIYycdq table.table {
  background: #ffffff;
}
.cid-tDaCIYycdq .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-tDaCIYycdq .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tDaCIYycdq .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-tDaCIYycdq .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-tDaCIYycdq .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-tDaCIYycdq .dataTables_filter {
    text-align: center;
  }
  .cid-tDaCIYycdq .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-tDaCIYycdq .mbr-section-title,
.cid-tDaCIYycdq .line-wrap {
  text-align: center;
}
.cid-tDaCIYycdq .mbr-section-sub-title {
  text-align: center;
  color: #656565;
}
.cid-tDaCIYycdq .body-item {
  text-align: center;
}
.cid-tDaCJ2umiG {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-tDaCJ2umiG .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tDaCJ2umiG h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-tDaCJ2umiG h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tDaCJ2umiG h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tDaCJ2umiG .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-tDaCJ2umiG .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-tDaCJ2umiG .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tDaCJ2umiG .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-tDaCJ2umiG .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tDaCJ2umiG .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tDaCJ2umiG .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-tDaCJ2umiG .mbr-section-title,
.cid-tDaCJ2umiG .social-list {
  color: #232323;
}
@media (max-width: 768px) {
  .cid-tDaCJ2umiG h2:before,
  .cid-tDaCJ2umiG h2:after {
    display: none;
  }
}
.cid-tDaCJ3Ghla {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-tDaCJ3Ghla .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDaCJ3Ghla .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDaCJ3Ghla .bottom-menu {
  font-size: 1rem;
  margin-bottom: 1.2rem;
}
.cid-tDaCJ3Ghla .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tDaCJ3Ghla .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tDaCJ3Ghla .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tDaCJ3Ghla .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tDaCJ3Ghla .container {
    max-width: 100%;
  }
  .cid-tDaCJ3Ghla .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tDaCJ3Ghla .item-wrap {
  width: 100%;
}
.cid-tDaCJ3Ghla .navbar-brand {
  display: flex;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 30px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tDaCJ3Ghla .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tDaCJ3Ghla .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tDaCJ3Ghla .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tDaCJ3Ghla .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tDaCJ3Ghla .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tDaCJ3Ghla .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tDaCJ3Ghla .copyright {
  color: #f5f4ed;
  padding: 0;
  width: 100%;
}
.cid-tDu1efS9P6.popup-builder {
  background-color: #ffffff;
}
.cid-tDu1efS9P6.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tDu1efS9P6.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tDu1efS9P6 .modal-content,
.cid-tDu1efS9P6 .modal-dialog {
  height: auto;
}
.cid-tDu1efS9P6 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tDu1efS9P6 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tDu1efS9P6 .form-wrapper .mbr-form .form-group,
  .cid-tDu1efS9P6 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tDu1efS9P6 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tDu1efS9P6 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tDu1efS9P6 .mbr-text {
  text-align: center;
}
.cid-tDu1efS9P6 .pt-0 {
  padding-top: 0 !important;
}
.cid-tDu1efS9P6 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tDu1efS9P6 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tDu1efS9P6 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tDu1efS9P6 .modal-open {
  overflow: hidden;
}
.cid-tDu1efS9P6 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tDu1efS9P6 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tDu1efS9P6 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tDu1efS9P6 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tDu1efS9P6 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tDu1efS9P6 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tDu1efS9P6 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tDu1efS9P6 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tDu1efS9P6 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tDu1efS9P6 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tDu1efS9P6 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tDu1efS9P6 .modal-backdrop.show {
  opacity: .5;
}
.cid-tDu1efS9P6 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tDu1efS9P6 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tDu1efS9P6 .modal-header {
    padding: 1rem;
  }
}
.cid-tDu1efS9P6 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tDu1efS9P6 .modal-header .close svg {
  fill: #353535;
}
.cid-tDu1efS9P6 .modal-header .close:hover {
  opacity: 1;
}
.cid-tDu1efS9P6 .modal-header .close:focus {
  outline: none;
}
.cid-tDu1efS9P6 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tDu1efS9P6 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tDu1efS9P6 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDu1efS9P6 .modal-body {
    padding: 1rem;
  }
}
.cid-tDu1efS9P6 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tDu1efS9P6 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDu1efS9P6 .modal-footer {
    padding: 1rem;
  }
}
.cid-tDu1efS9P6 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tDu1efS9P6 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tDu1efS9P6 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tDu1efS9P6 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tDu1efS9P6 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tDu1efS9P6 .modal-lg,
  .cid-tDu1efS9P6 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tDu1efS9P6 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tDu1efS9P6 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tDu1efS9P6 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tDu1efS9P6 .form-group {
  margin-bottom: 1rem;
}
.cid-tDu1efS9P6 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tDu1efS9P6 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tDu1efS9P6 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tDu1efS9P6 .mbr-section-btn {
  margin: 0;
}
.cid-tDu1efS9P6 .mbr-section-btn .btn {
  margin: 0;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.3;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (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;
  }
}

.form-check-input:checked {
    background-color: #ee964b;
    border-color: #fbae7d;
}
.form-check-input:focus{
    border-color:#fbae7d;
    outline:0;
    box-shadow:0 0 0 .25rem rgba(251, 174, 125,.25)
}

.on-pointer{
    cursor: pointer;
}

@keyframes ani-rotate {
  0% {
    color: black;
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    color: #ee964b;
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    color: #086775;
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes ani-waviy {
  0%,40%,100% {
    transform: translateY(0);
  }
  20% {
    color: #086775;
    transform: translateY(-5px);
  }
}

@keyframes ani-popoutin {
  0% {
    color: black;
    transform: scale(0);
    opacity: 0;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  25% {
    color: #086775;
    transform: scale(2);
    opacity: 1;
    text-shadow: 3px 10px 5px rgba(0, 0, 0, 0.5);
  }
  50% {
    color: black;
    transform: scale(1);
    opacity: 1;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
  }
}
.cid-tDb20vrSYl {
  z-index: 1000;
  width: 100%;
}
.cid-tDb20vrSYl nav.navbar {
  position: fixed;
}
.cid-tDb20vrSYl .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-tDb20vrSYl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 575px) {
  .cid-tDb20vrSYl .dropdown-menu a {
    font-size: 1.5rem;
  }
}
.cid-tDb20vrSYl .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-tDb20vrSYl .dropdown-item:hover,
.cid-tDb20vrSYl .dropdown-item:focus {
  background: rgba(127, 127, 127, 0.5) !important;
  color: white !important;
}
.cid-tDb20vrSYl .dropdown-item:hover span {
  color: white;
}
.cid-tDb20vrSYl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDb20vrSYl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDb20vrSYl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-tDb20vrSYl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDb20vrSYl .nav-link {
  position: relative;
}
.cid-tDb20vrSYl .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-tDb20vrSYl .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-tDb20vrSYl .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-tDb20vrSYl .iconfont-wrapper:hover .mbr-iconfont {
  color: #ee964b;
}
.cid-tDb20vrSYl .dropdown-menu,
.cid-tDb20vrSYl .navbar.opened {
  background: #1a2229 !important;
}
.cid-tDb20vrSYl .nav-item:focus,
.cid-tDb20vrSYl .nav-link:focus {
  outline: none;
}
.cid-tDb20vrSYl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDb20vrSYl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDb20vrSYl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDb20vrSYl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDb20vrSYl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDb20vrSYl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDb20vrSYl .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 34, 41, 0.9);
  padding: 0 !important;
}
.cid-tDb20vrSYl .navbar.opened {
  transition: all 0.3s;
}
.cid-tDb20vrSYl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDb20vrSYl .navbar .navbar-logo img {
  width: auto;
}
@media (max-width: 991px) {
  .cid-tDb20vrSYl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDb20vrSYl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDb20vrSYl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDb20vrSYl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDb20vrSYl .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-tDb20vrSYl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDb20vrSYl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDb20vrSYl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tDb20vrSYl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDb20vrSYl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tDb20vrSYl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDb20vrSYl .navbar.collapsed {
  justify-content: center;
}
.cid-tDb20vrSYl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDb20vrSYl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tDb20vrSYl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDb20vrSYl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDb20vrSYl .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-tDb20vrSYl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDb20vrSYl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDb20vrSYl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-tDb20vrSYl .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-tDb20vrSYl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDb20vrSYl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDb20vrSYl .dropdown-item.active,
.cid-tDb20vrSYl .dropdown-item:active {
  background-color: transparent;
}
.cid-tDb20vrSYl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDb20vrSYl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDb20vrSYl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDb20vrSYl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a2229;
}
.cid-tDb20vrSYl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDb20vrSYl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDb20vrSYl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDb20vrSYl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDb20vrSYl button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDb20vrSYl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tDb20vrSYl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDb20vrSYl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDb20vrSYl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDb20vrSYl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDb20vrSYl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDb20vrSYl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDb20vrSYl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDb20vrSYl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDb20vrSYl .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDb20vrSYl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDb20vrSYl .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-tDb20vrSYl .navbar {
    height: 70px;
  }
  .cid-tDb20vrSYl .navbar.opened {
    height: auto;
  }
  .cid-tDb20vrSYl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDb20vrSYl .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-tDb20vrSYl .navbar-toggler {
  margin-left: 10px;
}
.cid-tDb20vrSYl .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #232323;
}
.cid-tDb20vrSYl .navbar-logo {
  margin-right: 0 !important;
}
.cid-tDb20vrSYl .mbr-text {
  width: 100%;
  color: #BF9341;
}
@media (max-width: 575px) {
  .cid-tDb20vrSYl .mbr-text {
    display: none;
  }
}
.cid-tDb20vrSYl .navbar-collapse {
  padding-top: 40px !important;
}
.cid-tDb20vrSYl .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tDb20vrSYl .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tDb2rMA8wz {
  padding-top: 11rem;
  padding-bottom: 5rem;
  min-height: 600px;
  background-color: #f5f4ed;
}
.cid-tDb2rMA8wz .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
@media (max-width: 575px) {
  .cid-tDb2rMA8wz {
    padding-top: 7rem;
    padding-bottom: 0;
  }
}
.cid-tDb2rMA8wz form {
  margin-top: 2rem;
}
.cid-tDb2rMA8wz form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-tDb2rMA8wz form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-tDb2rMA8wz .mbr-section-subtitle {
  color: #838282;
}
.cid-tDb20yKOJq {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-tDb20yKOJq .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tDb20yKOJq h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-tDb20yKOJq h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tDb20yKOJq h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tDb20yKOJq .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-tDb20yKOJq .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-tDb20yKOJq .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tDb20yKOJq .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-tDb20yKOJq .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tDb20yKOJq .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tDb20yKOJq .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-tDb20yKOJq .mbr-section-title,
.cid-tDb20yKOJq .social-list {
  color: #232323;
}
@media (max-width: 768px) {
  .cid-tDb20yKOJq h2:before,
  .cid-tDb20yKOJq h2:after {
    display: none;
  }
}
.cid-tDb20zWREt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-tDb20zWREt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDb20zWREt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDb20zWREt .bottom-menu {
  font-size: 1rem;
  margin-bottom: 1.2rem;
}
.cid-tDb20zWREt .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tDb20zWREt .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tDb20zWREt .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tDb20zWREt .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tDb20zWREt .container {
    max-width: 100%;
  }
  .cid-tDb20zWREt .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tDb20zWREt .item-wrap {
  width: 100%;
}
.cid-tDb20zWREt .navbar-brand {
  display: flex;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 30px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tDb20zWREt .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tDb20zWREt .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tDb20zWREt .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tDb20zWREt .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tDb20zWREt .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tDb20zWREt .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tDb20zWREt .copyright {
  color: #f5f4ed;
  padding: 0;
  width: 100%;
}
.cid-tDu1efSmOh.popup-builder {
  background-color: #ffffff;
}
.cid-tDu1efSmOh.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tDu1efSmOh.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tDu1efSmOh .modal-content,
.cid-tDu1efSmOh .modal-dialog {
  height: auto;
}
.cid-tDu1efSmOh .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tDu1efSmOh .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tDu1efSmOh .form-wrapper .mbr-form .form-group,
  .cid-tDu1efSmOh .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tDu1efSmOh .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tDu1efSmOh .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tDu1efSmOh .mbr-text {
  text-align: center;
}
.cid-tDu1efSmOh .pt-0 {
  padding-top: 0 !important;
}
.cid-tDu1efSmOh .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tDu1efSmOh .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tDu1efSmOh .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tDu1efSmOh .modal-open {
  overflow: hidden;
}
.cid-tDu1efSmOh .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tDu1efSmOh .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tDu1efSmOh .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tDu1efSmOh .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tDu1efSmOh .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tDu1efSmOh .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tDu1efSmOh .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tDu1efSmOh .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tDu1efSmOh .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tDu1efSmOh .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tDu1efSmOh .modal-backdrop.fade {
  opacity: 0;
}
.cid-tDu1efSmOh .modal-backdrop.show {
  opacity: .5;
}
.cid-tDu1efSmOh .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tDu1efSmOh .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tDu1efSmOh .modal-header {
    padding: 1rem;
  }
}
.cid-tDu1efSmOh .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tDu1efSmOh .modal-header .close svg {
  fill: #353535;
}
.cid-tDu1efSmOh .modal-header .close:hover {
  opacity: 1;
}
.cid-tDu1efSmOh .modal-header .close:focus {
  outline: none;
}
.cid-tDu1efSmOh .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tDu1efSmOh .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tDu1efSmOh .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDu1efSmOh .modal-body {
    padding: 1rem;
  }
}
.cid-tDu1efSmOh .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tDu1efSmOh .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDu1efSmOh .modal-footer {
    padding: 1rem;
  }
}
.cid-tDu1efSmOh .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tDu1efSmOh .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tDu1efSmOh .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tDu1efSmOh .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tDu1efSmOh .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tDu1efSmOh .modal-lg,
  .cid-tDu1efSmOh .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tDu1efSmOh .modal-xl {
    max-width: 1140px;
  }
}
.cid-tDu1efSmOh .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tDu1efSmOh .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tDu1efSmOh .form-group {
  margin-bottom: 1rem;
}
.cid-tDu1efSmOh .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tDu1efSmOh .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tDu1efSmOh .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tDu1efSmOh .mbr-section-btn {
  margin: 0;
}
.cid-tDu1efSmOh .mbr-section-btn .btn {
  margin: 0;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.3;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (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;
  }
}

.form-check-input:checked {
    background-color: #ee964b;
    border-color: #fbae7d;
}
.form-check-input:focus{
    border-color:#fbae7d;
    outline:0;
    box-shadow:0 0 0 .25rem rgba(251, 174, 125,.25)
}

.on-pointer{
    cursor: pointer;
}

@keyframes ani-rotate {
  0% {
    color: black;
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    color: #ee964b;
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    color: #086775;
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes ani-waviy {
  0%,40%,100% {
    transform: translateY(0);
  }
  20% {
    color: #086775;
    transform: translateY(-5px);
  }
}

@keyframes ani-popoutin {
  0% {
    color: black;
    transform: scale(0);
    opacity: 0;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  25% {
    color: #086775;
    transform: scale(2);
    opacity: 1;
    text-shadow: 3px 10px 5px rgba(0, 0, 0, 0.5);
  }
  50% {
    color: black;
    transform: scale(1);
    opacity: 1;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
  }
}
.cid-tDb4YNmtF3 {
  z-index: 1000;
  width: 100%;
}
.cid-tDb4YNmtF3 nav.navbar {
  position: fixed;
}
.cid-tDb4YNmtF3 .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-tDb4YNmtF3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 575px) {
  .cid-tDb4YNmtF3 .dropdown-menu a {
    font-size: 1.5rem;
  }
}
.cid-tDb4YNmtF3 .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-tDb4YNmtF3 .dropdown-item:hover,
.cid-tDb4YNmtF3 .dropdown-item:focus {
  background: rgba(127, 127, 127, 0.5) !important;
  color: white !important;
}
.cid-tDb4YNmtF3 .dropdown-item:hover span {
  color: white;
}
.cid-tDb4YNmtF3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDb4YNmtF3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDb4YNmtF3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-tDb4YNmtF3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDb4YNmtF3 .nav-link {
  position: relative;
}
.cid-tDb4YNmtF3 .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-tDb4YNmtF3 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-tDb4YNmtF3 .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-tDb4YNmtF3 .iconfont-wrapper:hover .mbr-iconfont {
  color: #ee964b;
}
.cid-tDb4YNmtF3 .dropdown-menu,
.cid-tDb4YNmtF3 .navbar.opened {
  background: #1a2229 !important;
}
.cid-tDb4YNmtF3 .nav-item:focus,
.cid-tDb4YNmtF3 .nav-link:focus {
  outline: none;
}
.cid-tDb4YNmtF3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDb4YNmtF3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDb4YNmtF3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDb4YNmtF3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDb4YNmtF3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDb4YNmtF3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDb4YNmtF3 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 34, 41, 0.9);
  padding: 0 !important;
}
.cid-tDb4YNmtF3 .navbar.opened {
  transition: all 0.3s;
}
.cid-tDb4YNmtF3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDb4YNmtF3 .navbar .navbar-logo img {
  width: auto;
}
@media (max-width: 991px) {
  .cid-tDb4YNmtF3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDb4YNmtF3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDb4YNmtF3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDb4YNmtF3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDb4YNmtF3 .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-tDb4YNmtF3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDb4YNmtF3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDb4YNmtF3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tDb4YNmtF3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDb4YNmtF3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tDb4YNmtF3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDb4YNmtF3 .navbar.collapsed {
  justify-content: center;
}
.cid-tDb4YNmtF3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDb4YNmtF3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tDb4YNmtF3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDb4YNmtF3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDb4YNmtF3 .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-tDb4YNmtF3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDb4YNmtF3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDb4YNmtF3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-tDb4YNmtF3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-tDb4YNmtF3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDb4YNmtF3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDb4YNmtF3 .dropdown-item.active,
.cid-tDb4YNmtF3 .dropdown-item:active {
  background-color: transparent;
}
.cid-tDb4YNmtF3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDb4YNmtF3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDb4YNmtF3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDb4YNmtF3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a2229;
}
.cid-tDb4YNmtF3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDb4YNmtF3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDb4YNmtF3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDb4YNmtF3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDb4YNmtF3 button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDb4YNmtF3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tDb4YNmtF3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDb4YNmtF3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDb4YNmtF3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDb4YNmtF3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDb4YNmtF3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDb4YNmtF3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDb4YNmtF3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDb4YNmtF3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDb4YNmtF3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDb4YNmtF3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDb4YNmtF3 .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-tDb4YNmtF3 .navbar {
    height: 70px;
  }
  .cid-tDb4YNmtF3 .navbar.opened {
    height: auto;
  }
  .cid-tDb4YNmtF3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDb4YNmtF3 .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-tDb4YNmtF3 .navbar-toggler {
  margin-left: 10px;
}
.cid-tDb4YNmtF3 .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #232323;
}
.cid-tDb4YNmtF3 .navbar-logo {
  margin-right: 0 !important;
}
.cid-tDb4YNmtF3 .mbr-text {
  width: 100%;
  color: #BF9341;
}
@media (max-width: 575px) {
  .cid-tDb4YNmtF3 .mbr-text {
    display: none;
  }
}
.cid-tDb4YNmtF3 .navbar-collapse {
  padding-top: 40px !important;
}
.cid-tDb4YNmtF3 .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tDb4YNmtF3 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tDb5keISpW {
  background-color: #003440;
}
.cid-tDb5keISpW .card {
  padding: 30px;
  background-color: #ebeae2;
}
@media (min-width: 992px) {
  .cid-tDb5keISpW .card {
    padding: 50px;
  }
}
.cid-tDb5keISpW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDb5keISpW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDb5keISpW H2 {
  text-align: center;
  color: #ffe4c1;
}
.cid-tDb5keISpW DIV {
  color: #232323;
}
.cid-tDb4YPqjBl {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-tDb4YPqjBl .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tDb4YPqjBl h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-tDb4YPqjBl h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tDb4YPqjBl h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tDb4YPqjBl .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-tDb4YPqjBl .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-tDb4YPqjBl .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tDb4YPqjBl .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-tDb4YPqjBl .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tDb4YPqjBl .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tDb4YPqjBl .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-tDb4YPqjBl .mbr-section-title,
.cid-tDb4YPqjBl .social-list {
  color: #232323;
}
@media (max-width: 768px) {
  .cid-tDb4YPqjBl h2:before,
  .cid-tDb4YPqjBl h2:after {
    display: none;
  }
}
.cid-tDb4YQty09 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-tDb4YQty09 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDb4YQty09 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDb4YQty09 .bottom-menu {
  font-size: 1rem;
  margin-bottom: 1.2rem;
}
.cid-tDb4YQty09 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tDb4YQty09 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tDb4YQty09 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tDb4YQty09 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tDb4YQty09 .container {
    max-width: 100%;
  }
  .cid-tDb4YQty09 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tDb4YQty09 .item-wrap {
  width: 100%;
}
.cid-tDb4YQty09 .navbar-brand {
  display: flex;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 30px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tDb4YQty09 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tDb4YQty09 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tDb4YQty09 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tDb4YQty09 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tDb4YQty09 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tDb4YQty09 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tDb4YQty09 .copyright {
  color: #f5f4ed;
  padding: 0;
  width: 100%;
}
.cid-tDu1efSnyV.popup-builder {
  background-color: #ffffff;
}
.cid-tDu1efSnyV.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tDu1efSnyV.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tDu1efSnyV .modal-content,
.cid-tDu1efSnyV .modal-dialog {
  height: auto;
}
.cid-tDu1efSnyV .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tDu1efSnyV .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tDu1efSnyV .form-wrapper .mbr-form .form-group,
  .cid-tDu1efSnyV .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tDu1efSnyV .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tDu1efSnyV .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tDu1efSnyV .mbr-text {
  text-align: center;
}
.cid-tDu1efSnyV .pt-0 {
  padding-top: 0 !important;
}
.cid-tDu1efSnyV .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tDu1efSnyV .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tDu1efSnyV .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tDu1efSnyV .modal-open {
  overflow: hidden;
}
.cid-tDu1efSnyV .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tDu1efSnyV .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tDu1efSnyV .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tDu1efSnyV .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tDu1efSnyV .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tDu1efSnyV .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tDu1efSnyV .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tDu1efSnyV .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tDu1efSnyV .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tDu1efSnyV .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tDu1efSnyV .modal-backdrop.fade {
  opacity: 0;
}
.cid-tDu1efSnyV .modal-backdrop.show {
  opacity: .5;
}
.cid-tDu1efSnyV .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tDu1efSnyV .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tDu1efSnyV .modal-header {
    padding: 1rem;
  }
}
.cid-tDu1efSnyV .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tDu1efSnyV .modal-header .close svg {
  fill: #353535;
}
.cid-tDu1efSnyV .modal-header .close:hover {
  opacity: 1;
}
.cid-tDu1efSnyV .modal-header .close:focus {
  outline: none;
}
.cid-tDu1efSnyV .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tDu1efSnyV .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tDu1efSnyV .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDu1efSnyV .modal-body {
    padding: 1rem;
  }
}
.cid-tDu1efSnyV .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tDu1efSnyV .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDu1efSnyV .modal-footer {
    padding: 1rem;
  }
}
.cid-tDu1efSnyV .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tDu1efSnyV .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tDu1efSnyV .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tDu1efSnyV .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tDu1efSnyV .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tDu1efSnyV .modal-lg,
  .cid-tDu1efSnyV .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tDu1efSnyV .modal-xl {
    max-width: 1140px;
  }
}
.cid-tDu1efSnyV .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tDu1efSnyV .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tDu1efSnyV .form-group {
  margin-bottom: 1rem;
}
.cid-tDu1efSnyV .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tDu1efSnyV .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tDu1efSnyV .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tDu1efSnyV .mbr-section-btn {
  margin: 0;
}
.cid-tDu1efSnyV .mbr-section-btn .btn {
  margin: 0;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.3;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (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;
  }
}

.form-check-input:checked {
    background-color: #ee964b;
    border-color: #fbae7d;
}
.form-check-input:focus{
    border-color:#fbae7d;
    outline:0;
    box-shadow:0 0 0 .25rem rgba(251, 174, 125,.25)
}

.on-pointer{
    cursor: pointer;
}

@keyframes ani-rotate {
  0% {
    color: black;
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    color: #ee964b;
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    color: #086775;
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes ani-waviy {
  0%,40%,100% {
    transform: translateY(0);
  }
  20% {
    color: #086775;
    transform: translateY(-5px);
  }
}

@keyframes ani-popoutin {
  0% {
    color: black;
    transform: scale(0);
    opacity: 0;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  25% {
    color: #086775;
    transform: scale(2);
    opacity: 1;
    text-shadow: 3px 10px 5px rgba(0, 0, 0, 0.5);
  }
  50% {
    color: black;
    transform: scale(1);
    opacity: 1;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
  }
}
.cid-tDbxK0mPiu {
  z-index: 1000;
  width: 100%;
}
.cid-tDbxK0mPiu nav.navbar {
  position: fixed;
}
.cid-tDbxK0mPiu .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-tDbxK0mPiu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 575px) {
  .cid-tDbxK0mPiu .dropdown-menu a {
    font-size: 1.5rem;
  }
}
.cid-tDbxK0mPiu .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-tDbxK0mPiu .dropdown-item:hover,
.cid-tDbxK0mPiu .dropdown-item:focus {
  background: rgba(127, 127, 127, 0.5) !important;
  color: white !important;
}
.cid-tDbxK0mPiu .dropdown-item:hover span {
  color: white;
}
.cid-tDbxK0mPiu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDbxK0mPiu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDbxK0mPiu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-tDbxK0mPiu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDbxK0mPiu .nav-link {
  position: relative;
}
.cid-tDbxK0mPiu .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-tDbxK0mPiu .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-tDbxK0mPiu .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-tDbxK0mPiu .iconfont-wrapper:hover .mbr-iconfont {
  color: #ee964b;
}
.cid-tDbxK0mPiu .dropdown-menu,
.cid-tDbxK0mPiu .navbar.opened {
  background: #1a2229 !important;
}
.cid-tDbxK0mPiu .nav-item:focus,
.cid-tDbxK0mPiu .nav-link:focus {
  outline: none;
}
.cid-tDbxK0mPiu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDbxK0mPiu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDbxK0mPiu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDbxK0mPiu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDbxK0mPiu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDbxK0mPiu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDbxK0mPiu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 34, 41, 0.9);
  padding: 0 !important;
}
.cid-tDbxK0mPiu .navbar.opened {
  transition: all 0.3s;
}
.cid-tDbxK0mPiu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDbxK0mPiu .navbar .navbar-logo img {
  width: auto;
}
@media (max-width: 991px) {
  .cid-tDbxK0mPiu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDbxK0mPiu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDbxK0mPiu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDbxK0mPiu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDbxK0mPiu .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-tDbxK0mPiu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDbxK0mPiu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDbxK0mPiu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tDbxK0mPiu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDbxK0mPiu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tDbxK0mPiu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDbxK0mPiu .navbar.collapsed {
  justify-content: center;
}
.cid-tDbxK0mPiu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDbxK0mPiu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tDbxK0mPiu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDbxK0mPiu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDbxK0mPiu .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-tDbxK0mPiu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDbxK0mPiu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDbxK0mPiu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-tDbxK0mPiu .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-tDbxK0mPiu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDbxK0mPiu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDbxK0mPiu .dropdown-item.active,
.cid-tDbxK0mPiu .dropdown-item:active {
  background-color: transparent;
}
.cid-tDbxK0mPiu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDbxK0mPiu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDbxK0mPiu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDbxK0mPiu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a2229;
}
.cid-tDbxK0mPiu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDbxK0mPiu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDbxK0mPiu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDbxK0mPiu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDbxK0mPiu button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDbxK0mPiu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tDbxK0mPiu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDbxK0mPiu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDbxK0mPiu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDbxK0mPiu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDbxK0mPiu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDbxK0mPiu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDbxK0mPiu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDbxK0mPiu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDbxK0mPiu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDbxK0mPiu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDbxK0mPiu .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-tDbxK0mPiu .navbar {
    height: 70px;
  }
  .cid-tDbxK0mPiu .navbar.opened {
    height: auto;
  }
  .cid-tDbxK0mPiu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDbxK0mPiu .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-tDbxK0mPiu .navbar-toggler {
  margin-left: 10px;
}
.cid-tDbxK0mPiu .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #232323;
}
.cid-tDbxK0mPiu .navbar-logo {
  margin-right: 0 !important;
}
.cid-tDbxK0mPiu .mbr-text {
  width: 100%;
  color: #BF9341;
}
@media (max-width: 575px) {
  .cid-tDbxK0mPiu .mbr-text {
    display: none;
  }
}
.cid-tDbxK0mPiu .navbar-collapse {
  padding-top: 40px !important;
}
.cid-tDbxK0mPiu .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tDbxK0mPiu .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tDbyb54GmU {
  padding-top: 11rem;
  padding-bottom: 12rem;
  background-color: #f5f4ed;
}
.cid-tDbyb54GmU .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
@media (max-width: 575px) {
  .cid-tDbyb54GmU {
    padding-top: 7rem;
  }
}
.cid-tDbyb54GmU form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tDbyb54GmU form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tDbyb54GmU form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tDbyb54GmU form textarea {
  min-height: 10rem;
}
.cid-tDbyb54GmU .mbr-section-subtitle {
  color: #838282;
  text-align: center;
}
.cid-tDbyb54GmU LABEL {
  text-align: left;
}
.cid-tDbxK1XbTd {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-tDbxK1XbTd .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tDbxK1XbTd h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-tDbxK1XbTd h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tDbxK1XbTd h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tDbxK1XbTd .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-tDbxK1XbTd .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-tDbxK1XbTd .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tDbxK1XbTd .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-tDbxK1XbTd .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tDbxK1XbTd .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tDbxK1XbTd .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-tDbxK1XbTd .mbr-section-title,
.cid-tDbxK1XbTd .social-list {
  color: #232323;
}
@media (max-width: 768px) {
  .cid-tDbxK1XbTd h2:before,
  .cid-tDbxK1XbTd h2:after {
    display: none;
  }
}
.cid-tDbxK2Kg3p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-tDbxK2Kg3p .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDbxK2Kg3p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDbxK2Kg3p .bottom-menu {
  font-size: 1rem;
  margin-bottom: 1.2rem;
}
.cid-tDbxK2Kg3p .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tDbxK2Kg3p .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tDbxK2Kg3p .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tDbxK2Kg3p .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tDbxK2Kg3p .container {
    max-width: 100%;
  }
  .cid-tDbxK2Kg3p .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tDbxK2Kg3p .item-wrap {
  width: 100%;
}
.cid-tDbxK2Kg3p .navbar-brand {
  display: flex;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 30px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tDbxK2Kg3p .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tDbxK2Kg3p .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tDbxK2Kg3p .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tDbxK2Kg3p .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tDbxK2Kg3p .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tDbxK2Kg3p .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tDbxK2Kg3p .copyright {
  color: #f5f4ed;
  padding: 0;
  width: 100%;
}
.cid-tDu1efSdzp.popup-builder {
  background-color: #ffffff;
}
.cid-tDu1efSdzp.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tDu1efSdzp.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tDu1efSdzp .modal-content,
.cid-tDu1efSdzp .modal-dialog {
  height: auto;
}
.cid-tDu1efSdzp .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tDu1efSdzp .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tDu1efSdzp .form-wrapper .mbr-form .form-group,
  .cid-tDu1efSdzp .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tDu1efSdzp .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tDu1efSdzp .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tDu1efSdzp .mbr-text {
  text-align: center;
}
.cid-tDu1efSdzp .pt-0 {
  padding-top: 0 !important;
}
.cid-tDu1efSdzp .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tDu1efSdzp .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tDu1efSdzp .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tDu1efSdzp .modal-open {
  overflow: hidden;
}
.cid-tDu1efSdzp .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tDu1efSdzp .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tDu1efSdzp .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tDu1efSdzp .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tDu1efSdzp .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tDu1efSdzp .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tDu1efSdzp .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tDu1efSdzp .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tDu1efSdzp .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tDu1efSdzp .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tDu1efSdzp .modal-backdrop.fade {
  opacity: 0;
}
.cid-tDu1efSdzp .modal-backdrop.show {
  opacity: .5;
}
.cid-tDu1efSdzp .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tDu1efSdzp .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tDu1efSdzp .modal-header {
    padding: 1rem;
  }
}
.cid-tDu1efSdzp .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tDu1efSdzp .modal-header .close svg {
  fill: #353535;
}
.cid-tDu1efSdzp .modal-header .close:hover {
  opacity: 1;
}
.cid-tDu1efSdzp .modal-header .close:focus {
  outline: none;
}
.cid-tDu1efSdzp .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tDu1efSdzp .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tDu1efSdzp .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDu1efSdzp .modal-body {
    padding: 1rem;
  }
}
.cid-tDu1efSdzp .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tDu1efSdzp .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDu1efSdzp .modal-footer {
    padding: 1rem;
  }
}
.cid-tDu1efSdzp .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tDu1efSdzp .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tDu1efSdzp .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tDu1efSdzp .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tDu1efSdzp .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tDu1efSdzp .modal-lg,
  .cid-tDu1efSdzp .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tDu1efSdzp .modal-xl {
    max-width: 1140px;
  }
}
.cid-tDu1efSdzp .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tDu1efSdzp .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tDu1efSdzp .form-group {
  margin-bottom: 1rem;
}
.cid-tDu1efSdzp .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tDu1efSdzp .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tDu1efSdzp .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tDu1efSdzp .mbr-section-btn {
  margin: 0;
}
.cid-tDu1efSdzp .mbr-section-btn .btn {
  margin: 0;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.3;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (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;
  }
}

.form-check-input:checked {
    background-color: #ee964b;
    border-color: #fbae7d;
}
.form-check-input:focus{
    border-color:#fbae7d;
    outline:0;
    box-shadow:0 0 0 .25rem rgba(251, 174, 125,.25)
}

.on-pointer{
    cursor: pointer;
}

@keyframes ani-rotate {
  0% {
    color: black;
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    color: #ee964b;
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    color: #086775;
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes ani-waviy {
  0%,40%,100% {
    transform: translateY(0);
  }
  20% {
    color: #086775;
    transform: translateY(-5px);
  }
}

@keyframes ani-popoutin {
  0% {
    color: black;
    transform: scale(0);
    opacity: 0;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  25% {
    color: #086775;
    transform: scale(2);
    opacity: 1;
    text-shadow: 3px 10px 5px rgba(0, 0, 0, 0.5);
  }
  50% {
    color: black;
    transform: scale(1);
    opacity: 1;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
  }
}
.cid-tDbO72ig54 {
  z-index: 1000;
  width: 100%;
}
.cid-tDbO72ig54 nav.navbar {
  position: fixed;
}
.cid-tDbO72ig54 .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-tDbO72ig54 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 575px) {
  .cid-tDbO72ig54 .dropdown-menu a {
    font-size: 1.5rem;
  }
}
.cid-tDbO72ig54 .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-tDbO72ig54 .dropdown-item:hover,
.cid-tDbO72ig54 .dropdown-item:focus {
  background: rgba(127, 127, 127, 0.5) !important;
  color: white !important;
}
.cid-tDbO72ig54 .dropdown-item:hover span {
  color: white;
}
.cid-tDbO72ig54 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDbO72ig54 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDbO72ig54 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-tDbO72ig54 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDbO72ig54 .nav-link {
  position: relative;
}
.cid-tDbO72ig54 .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-tDbO72ig54 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-tDbO72ig54 .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-tDbO72ig54 .iconfont-wrapper:hover .mbr-iconfont {
  color: #ee964b;
}
.cid-tDbO72ig54 .dropdown-menu,
.cid-tDbO72ig54 .navbar.opened {
  background: #1a2229 !important;
}
.cid-tDbO72ig54 .nav-item:focus,
.cid-tDbO72ig54 .nav-link:focus {
  outline: none;
}
.cid-tDbO72ig54 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDbO72ig54 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDbO72ig54 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDbO72ig54 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDbO72ig54 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDbO72ig54 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDbO72ig54 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 34, 41, 0.9);
  padding: 0 !important;
}
.cid-tDbO72ig54 .navbar.opened {
  transition: all 0.3s;
}
.cid-tDbO72ig54 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDbO72ig54 .navbar .navbar-logo img {
  width: auto;
}
@media (max-width: 991px) {
  .cid-tDbO72ig54 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDbO72ig54 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDbO72ig54 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDbO72ig54 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDbO72ig54 .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-tDbO72ig54 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDbO72ig54 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDbO72ig54 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tDbO72ig54 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDbO72ig54 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tDbO72ig54 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDbO72ig54 .navbar.collapsed {
  justify-content: center;
}
.cid-tDbO72ig54 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDbO72ig54 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tDbO72ig54 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDbO72ig54 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDbO72ig54 .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-tDbO72ig54 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDbO72ig54 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDbO72ig54 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-tDbO72ig54 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-tDbO72ig54 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDbO72ig54 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDbO72ig54 .dropdown-item.active,
.cid-tDbO72ig54 .dropdown-item:active {
  background-color: transparent;
}
.cid-tDbO72ig54 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDbO72ig54 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDbO72ig54 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDbO72ig54 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a2229;
}
.cid-tDbO72ig54 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDbO72ig54 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDbO72ig54 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDbO72ig54 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDbO72ig54 button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDbO72ig54 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tDbO72ig54 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDbO72ig54 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDbO72ig54 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDbO72ig54 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDbO72ig54 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDbO72ig54 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDbO72ig54 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDbO72ig54 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDbO72ig54 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDbO72ig54 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDbO72ig54 .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-tDbO72ig54 .navbar {
    height: 70px;
  }
  .cid-tDbO72ig54 .navbar.opened {
    height: auto;
  }
  .cid-tDbO72ig54 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDbO72ig54 .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-tDbO72ig54 .navbar-toggler {
  margin-left: 10px;
}
.cid-tDbO72ig54 .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #232323;
}
.cid-tDbO72ig54 .navbar-logo {
  margin-right: 0 !important;
}
.cid-tDbO72ig54 .mbr-text {
  width: 100%;
  color: #BF9341;
}
@media (max-width: 575px) {
  .cid-tDbO72ig54 .mbr-text {
    display: none;
  }
}
.cid-tDbO72ig54 .navbar-collapse {
  padding-top: 40px !important;
}
.cid-tDbO72ig54 .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tDbO72ig54 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tDbO73ABOL {
  padding-top: 11rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 575px) {
  .cid-tDbO73ABOL {
    padding-top: 7rem;
    padding-bottom: 0rem;
  }
}
.cid-tDbO73ABOL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDbO73ABOL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDbO73ABOL .container,
.cid-tDbO73ABOL .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tDbO73ABOL .container,
  .cid-tDbO73ABOL .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDbO73ABOL .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-tDbO73ABOL .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-tDbO73ABOL .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tDbO73ABOL .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-tDbO73ABOL .mbr-section-subtitle {
  color: #ee964b;
  text-align: center;
}
.cid-tDbOkDTiUO {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  min-height: 500px;
  position: relative;
}
.cid-tDbOkDTiUO .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f5ff7d;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-tDbOkDTiUO .mbr-section-head {
  width: 100%;
  margin-bottom: 3.4vw;
}
@media (max-width: 767px) {
  .cid-tDbOkDTiUO .mbr-section-head {
    margin-bottom: 6.93vw;
  }
}
.cid-tDbOkDTiUO .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}
.cid-tDbOkDTiUO .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-tDbOkDTiUO .item {
  display: flex;
  align-items: stretch;
  margin-bottom: 1.5rem;
  overflow: visible;
}
@media (max-width: 767px) {
  .cid-tDbOkDTiUO .item {
    margin-bottom: 0.75rem;
  }
}
.cid-tDbOkDTiUO .item-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: 0.3s all;
  overflow: visible;
}
.cid-tDbOkDTiUO .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 0.83333333;
  border-radius: 26px;
  overflow: hidden;
  transition: 0.3s all;
  border: 1px solid #e8e8e8;
}
.cid-tDbOkDTiUO .item-img:hover {
  transform: translateY(-3px);
}
.cid-tDbOkDTiUO .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tDbOkDTiUO .item-content {
  width: 100%;
  margin-top: 1.75rem;
}
.cid-tDbOkDTiUO .item-title {
  color: #000000;
  margin-right: auto;
  width: 100%;
  text-align: left;
}
.cid-tDbOkDTiUO .mbr-text {
  color: #000000;
  margin-top: 0.75rem;
  font-size: 0.9rem;
}
.cid-tDbOkDTiUO .mbr-section-btn {
  margin-top: 1rem;
}
.cid-tDbO77Wun4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-tDbO77Wun4 .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tDbO77Wun4 h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-tDbO77Wun4 h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tDbO77Wun4 h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tDbO77Wun4 .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-tDbO77Wun4 .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-tDbO77Wun4 .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tDbO77Wun4 .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-tDbO77Wun4 .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tDbO77Wun4 .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tDbO77Wun4 .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-tDbO77Wun4 .mbr-section-title,
.cid-tDbO77Wun4 .social-list {
  color: #232323;
}
@media (max-width: 768px) {
  .cid-tDbO77Wun4 h2:before,
  .cid-tDbO77Wun4 h2:after {
    display: none;
  }
}
.cid-tDbO798jdp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-tDbO798jdp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDbO798jdp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDbO798jdp .bottom-menu {
  font-size: 1rem;
  margin-bottom: 1.2rem;
}
.cid-tDbO798jdp .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tDbO798jdp .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tDbO798jdp .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tDbO798jdp .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tDbO798jdp .container {
    max-width: 100%;
  }
  .cid-tDbO798jdp .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tDbO798jdp .item-wrap {
  width: 100%;
}
.cid-tDbO798jdp .navbar-brand {
  display: flex;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 30px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tDbO798jdp .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tDbO798jdp .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tDbO798jdp .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tDbO798jdp .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tDbO798jdp .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tDbO798jdp .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tDbO798jdp .copyright {
  color: #f5f4ed;
  padding: 0;
  width: 100%;
}
.cid-tDu1efTRZF.popup-builder {
  background-color: #ffffff;
}
.cid-tDu1efTRZF.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tDu1efTRZF.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tDu1efTRZF .modal-content,
.cid-tDu1efTRZF .modal-dialog {
  height: auto;
}
.cid-tDu1efTRZF .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tDu1efTRZF .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tDu1efTRZF .form-wrapper .mbr-form .form-group,
  .cid-tDu1efTRZF .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tDu1efTRZF .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tDu1efTRZF .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tDu1efTRZF .mbr-text {
  text-align: center;
}
.cid-tDu1efTRZF .pt-0 {
  padding-top: 0 !important;
}
.cid-tDu1efTRZF .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tDu1efTRZF .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tDu1efTRZF .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tDu1efTRZF .modal-open {
  overflow: hidden;
}
.cid-tDu1efTRZF .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tDu1efTRZF .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tDu1efTRZF .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tDu1efTRZF .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tDu1efTRZF .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tDu1efTRZF .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tDu1efTRZF .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tDu1efTRZF .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tDu1efTRZF .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tDu1efTRZF .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tDu1efTRZF .modal-backdrop.fade {
  opacity: 0;
}
.cid-tDu1efTRZF .modal-backdrop.show {
  opacity: .5;
}
.cid-tDu1efTRZF .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tDu1efTRZF .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tDu1efTRZF .modal-header {
    padding: 1rem;
  }
}
.cid-tDu1efTRZF .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tDu1efTRZF .modal-header .close svg {
  fill: #353535;
}
.cid-tDu1efTRZF .modal-header .close:hover {
  opacity: 1;
}
.cid-tDu1efTRZF .modal-header .close:focus {
  outline: none;
}
.cid-tDu1efTRZF .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tDu1efTRZF .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tDu1efTRZF .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDu1efTRZF .modal-body {
    padding: 1rem;
  }
}
.cid-tDu1efTRZF .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tDu1efTRZF .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDu1efTRZF .modal-footer {
    padding: 1rem;
  }
}
.cid-tDu1efTRZF .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tDu1efTRZF .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tDu1efTRZF .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tDu1efTRZF .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tDu1efTRZF .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tDu1efTRZF .modal-lg,
  .cid-tDu1efTRZF .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tDu1efTRZF .modal-xl {
    max-width: 1140px;
  }
}
.cid-tDu1efTRZF .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tDu1efTRZF .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tDu1efTRZF .form-group {
  margin-bottom: 1rem;
}
.cid-tDu1efTRZF .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tDu1efTRZF .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tDu1efTRZF .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tDu1efTRZF .mbr-section-btn {
  margin: 0;
}
.cid-tDu1efTRZF .mbr-section-btn .btn {
  margin: 0;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.3;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (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;
  }
}

.form-check-input:checked {
    background-color: #ee964b;
    border-color: #fbae7d;
}
.form-check-input:focus{
    border-color:#fbae7d;
    outline:0;
    box-shadow:0 0 0 .25rem rgba(251, 174, 125,.25)
}

.on-pointer{
    cursor: pointer;
}

@keyframes ani-rotate {
  0% {
    color: black;
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    color: #ee964b;
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    color: #086775;
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes ani-waviy {
  0%,40%,100% {
    transform: translateY(0);
  }
  20% {
    color: #086775;
    transform: translateY(-5px);
  }
}

@keyframes ani-popoutin {
  0% {
    color: black;
    transform: scale(0);
    opacity: 0;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  25% {
    color: #086775;
    transform: scale(2);
    opacity: 1;
    text-shadow: 3px 10px 5px rgba(0, 0, 0, 0.5);
  }
  50% {
    color: black;
    transform: scale(1);
    opacity: 1;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
  }
}
.cid-tDsmwCJNUC {
  z-index: 1000;
  width: 100%;
}
.cid-tDsmwCJNUC nav.navbar {
  position: fixed;
}
.cid-tDsmwCJNUC .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-tDsmwCJNUC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 575px) {
  .cid-tDsmwCJNUC .dropdown-menu a {
    font-size: 1.5rem;
  }
}
.cid-tDsmwCJNUC .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-tDsmwCJNUC .dropdown-item:hover,
.cid-tDsmwCJNUC .dropdown-item:focus {
  background: rgba(127, 127, 127, 0.5) !important;
  color: white !important;
}
.cid-tDsmwCJNUC .dropdown-item:hover span {
  color: white;
}
.cid-tDsmwCJNUC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDsmwCJNUC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDsmwCJNUC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-tDsmwCJNUC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDsmwCJNUC .nav-link {
  position: relative;
}
.cid-tDsmwCJNUC .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-tDsmwCJNUC .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-tDsmwCJNUC .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-tDsmwCJNUC .iconfont-wrapper:hover .mbr-iconfont {
  color: #ee964b;
}
.cid-tDsmwCJNUC .dropdown-menu,
.cid-tDsmwCJNUC .navbar.opened {
  background: #1a2229 !important;
}
.cid-tDsmwCJNUC .nav-item:focus,
.cid-tDsmwCJNUC .nav-link:focus {
  outline: none;
}
.cid-tDsmwCJNUC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDsmwCJNUC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDsmwCJNUC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDsmwCJNUC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDsmwCJNUC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDsmwCJNUC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDsmwCJNUC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 34, 41, 0.9);
  padding: 0 !important;
}
.cid-tDsmwCJNUC .navbar.opened {
  transition: all 0.3s;
}
.cid-tDsmwCJNUC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDsmwCJNUC .navbar .navbar-logo img {
  width: auto;
}
@media (max-width: 991px) {
  .cid-tDsmwCJNUC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDsmwCJNUC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDsmwCJNUC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDsmwCJNUC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDsmwCJNUC .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-tDsmwCJNUC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDsmwCJNUC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDsmwCJNUC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tDsmwCJNUC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDsmwCJNUC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tDsmwCJNUC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDsmwCJNUC .navbar.collapsed {
  justify-content: center;
}
.cid-tDsmwCJNUC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDsmwCJNUC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tDsmwCJNUC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDsmwCJNUC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDsmwCJNUC .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-tDsmwCJNUC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDsmwCJNUC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDsmwCJNUC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-tDsmwCJNUC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-tDsmwCJNUC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDsmwCJNUC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDsmwCJNUC .dropdown-item.active,
.cid-tDsmwCJNUC .dropdown-item:active {
  background-color: transparent;
}
.cid-tDsmwCJNUC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDsmwCJNUC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDsmwCJNUC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDsmwCJNUC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a2229;
}
.cid-tDsmwCJNUC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDsmwCJNUC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDsmwCJNUC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDsmwCJNUC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDsmwCJNUC button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDsmwCJNUC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tDsmwCJNUC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDsmwCJNUC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDsmwCJNUC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDsmwCJNUC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDsmwCJNUC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDsmwCJNUC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDsmwCJNUC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDsmwCJNUC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDsmwCJNUC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDsmwCJNUC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDsmwCJNUC .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-tDsmwCJNUC .navbar {
    height: 70px;
  }
  .cid-tDsmwCJNUC .navbar.opened {
    height: auto;
  }
  .cid-tDsmwCJNUC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDsmwCJNUC .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-tDsmwCJNUC .navbar-toggler {
  margin-left: 10px;
}
.cid-tDsmwCJNUC .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #232323;
}
.cid-tDsmwCJNUC .navbar-logo {
  margin-right: 0 !important;
}
.cid-tDsmwCJNUC .mbr-text {
  width: 100%;
  color: #BF9341;
}
@media (max-width: 575px) {
  .cid-tDsmwCJNUC .mbr-text {
    display: none;
  }
}
.cid-tDsmwCJNUC .navbar-collapse {
  padding-top: 40px !important;
}
.cid-tDsmwCJNUC .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tDsmwCJNUC .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tDsmwDOSWk {
  padding-top: 11rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 575px) {
  .cid-tDsmwDOSWk {
    padding-top: 7rem;
    padding-bottom: 0;
  }
}
.cid-tDsmwDOSWk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDsmwDOSWk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDsmwDOSWk .container,
.cid-tDsmwDOSWk .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tDsmwDOSWk .container,
  .cid-tDsmwDOSWk .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDsmwDOSWk .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-tDsmwDOSWk .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-tDsmwDOSWk .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tDsmwDOSWk .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-tDsmwDOSWk .mbr-section-subtitle {
  color: #ee964b;
  text-align: center;
}
.cid-tDCEJKyYkL {
  padding-top: 0px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-tDCEJKyYkL .container-fluid {
  padding: 0 3rem;
}
.cid-tDCEJKyYkL .mbr-section-subtitle {
  color: #000000;
}
.cid-tDCEJKyYkL .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tDCEJKyYkL .table-wrapper {
  margin: 0 auto;
}
.cid-tDCEJKyYkL .head-item {
  min-width: 70px;
}
.cid-tDCEJKyYkL table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-tDCEJKyYkL table th {
  padding: 1.5rem 1rem;
  transition: all 0.2s;
  text-align: center;
  background-color: #086775;
  color: white;
  vertical-align: middle;
}
.cid-tDCEJKyYkL table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
  font-size: 1rem;
}
.cid-tDCEJKyYkL table .title-text {
  font-size: 1.2rem;
}
.cid-tDCEJKyYkL table.table {
  background: #ffffff;
}
.cid-tDCEJKyYkL .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-tDCEJKyYkL .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tDCEJKyYkL .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 10px;
  padding-left: 1rem;
}
.cid-tDCEJKyYkL .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-tDCEJKyYkL .dataTables_wrapper {
  display: block;
}
.cid-tDCEJKyYkL .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-tDCEJKyYkL .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tDCEJKyYkL .head-item:after,
.cid-tDCEJKyYkL .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-tDCEJKyYkL .dataTables_filter {
    text-align: center;
  }
  .cid-tDCEJKyYkL .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-tDCEJKyYkL .dataTables_filter {
    text-align: center;
  }
  .cid-tDCEJKyYkL .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-tDCEJKyYkL .table-wrapper {
    width: 100% !important;
  }
  .cid-tDCEJKyYkL .container-fluid {
    padding: 0 1rem;
  }
  .cid-tDCEJKyYkL table th,
  .cid-tDCEJKyYkL table td {
    padding: 0.75rem;
  }
}
.cid-tDCEJKyYkL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDCEJKyYkL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDCEJKyYkL .body-title {
  text-align: left;
}
.cid-tDsmwGP3n6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-tDsmwGP3n6 .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tDsmwGP3n6 h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-tDsmwGP3n6 h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tDsmwGP3n6 h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tDsmwGP3n6 .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-tDsmwGP3n6 .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-tDsmwGP3n6 .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tDsmwGP3n6 .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-tDsmwGP3n6 .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tDsmwGP3n6 .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tDsmwGP3n6 .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-tDsmwGP3n6 .mbr-section-title,
.cid-tDsmwGP3n6 .social-list {
  color: #232323;
}
@media (max-width: 768px) {
  .cid-tDsmwGP3n6 h2:before,
  .cid-tDsmwGP3n6 h2:after {
    display: none;
  }
}
.cid-tDsmwHOzfs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-tDsmwHOzfs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDsmwHOzfs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDsmwHOzfs .bottom-menu {
  font-size: 1rem;
  margin-bottom: 1.2rem;
}
.cid-tDsmwHOzfs .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tDsmwHOzfs .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tDsmwHOzfs .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tDsmwHOzfs .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tDsmwHOzfs .container {
    max-width: 100%;
  }
  .cid-tDsmwHOzfs .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tDsmwHOzfs .item-wrap {
  width: 100%;
}
.cid-tDsmwHOzfs .navbar-brand {
  display: flex;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 30px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tDsmwHOzfs .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tDsmwHOzfs .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tDsmwHOzfs .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tDsmwHOzfs .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tDsmwHOzfs .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tDsmwHOzfs .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tDsmwHOzfs .copyright {
  color: #f5f4ed;
  padding: 0;
  width: 100%;
}
.cid-tDu1efTpGx.popup-builder {
  background-color: #ffffff;
}
.cid-tDu1efTpGx.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tDu1efTpGx.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tDu1efTpGx .modal-content,
.cid-tDu1efTpGx .modal-dialog {
  height: auto;
}
.cid-tDu1efTpGx .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tDu1efTpGx .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tDu1efTpGx .form-wrapper .mbr-form .form-group,
  .cid-tDu1efTpGx .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tDu1efTpGx .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tDu1efTpGx .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tDu1efTpGx .mbr-text {
  text-align: center;
}
.cid-tDu1efTpGx .pt-0 {
  padding-top: 0 !important;
}
.cid-tDu1efTpGx .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tDu1efTpGx .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tDu1efTpGx .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tDu1efTpGx .modal-open {
  overflow: hidden;
}
.cid-tDu1efTpGx .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tDu1efTpGx .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tDu1efTpGx .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tDu1efTpGx .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tDu1efTpGx .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tDu1efTpGx .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tDu1efTpGx .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tDu1efTpGx .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tDu1efTpGx .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tDu1efTpGx .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tDu1efTpGx .modal-backdrop.fade {
  opacity: 0;
}
.cid-tDu1efTpGx .modal-backdrop.show {
  opacity: .5;
}
.cid-tDu1efTpGx .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tDu1efTpGx .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tDu1efTpGx .modal-header {
    padding: 1rem;
  }
}
.cid-tDu1efTpGx .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tDu1efTpGx .modal-header .close svg {
  fill: #353535;
}
.cid-tDu1efTpGx .modal-header .close:hover {
  opacity: 1;
}
.cid-tDu1efTpGx .modal-header .close:focus {
  outline: none;
}
.cid-tDu1efTpGx .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tDu1efTpGx .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tDu1efTpGx .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDu1efTpGx .modal-body {
    padding: 1rem;
  }
}
.cid-tDu1efTpGx .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tDu1efTpGx .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDu1efTpGx .modal-footer {
    padding: 1rem;
  }
}
.cid-tDu1efTpGx .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tDu1efTpGx .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tDu1efTpGx .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tDu1efTpGx .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tDu1efTpGx .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tDu1efTpGx .modal-lg,
  .cid-tDu1efTpGx .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tDu1efTpGx .modal-xl {
    max-width: 1140px;
  }
}
.cid-tDu1efTpGx .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tDu1efTpGx .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tDu1efTpGx .form-group {
  margin-bottom: 1rem;
}
.cid-tDu1efTpGx .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tDu1efTpGx .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tDu1efTpGx .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tDu1efTpGx .mbr-section-btn {
  margin: 0;
}
.cid-tDu1efTpGx .mbr-section-btn .btn {
  margin: 0;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.3;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (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;
  }
}

.form-check-input:checked {
    background-color: #ee964b;
    border-color: #fbae7d;
}
.form-check-input:focus{
    border-color:#fbae7d;
    outline:0;
    box-shadow:0 0 0 .25rem rgba(251, 174, 125,.25)
}

.on-pointer{
    cursor: pointer;
}

@keyframes ani-rotate {
  0% {
    color: black;
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    color: #ee964b;
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    color: #086775;
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes ani-waviy {
  0%,40%,100% {
    transform: translateY(0);
  }
  20% {
    color: #086775;
    transform: translateY(-5px);
  }
}

@keyframes ani-popoutin {
  0% {
    color: black;
    transform: scale(0);
    opacity: 0;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  25% {
    color: #086775;
    transform: scale(2);
    opacity: 1;
    text-shadow: 3px 10px 5px rgba(0, 0, 0, 0.5);
  }
  50% {
    color: black;
    transform: scale(1);
    opacity: 1;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
  }
}
.cid-tDsNC5WHmG {
  z-index: 1000;
  width: 100%;
}
.cid-tDsNC5WHmG nav.navbar {
  position: fixed;
}
.cid-tDsNC5WHmG .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-tDsNC5WHmG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 575px) {
  .cid-tDsNC5WHmG .dropdown-menu a {
    font-size: 1.5rem;
  }
}
.cid-tDsNC5WHmG .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-tDsNC5WHmG .dropdown-item:hover,
.cid-tDsNC5WHmG .dropdown-item:focus {
  background: rgba(127, 127, 127, 0.5) !important;
  color: white !important;
}
.cid-tDsNC5WHmG .dropdown-item:hover span {
  color: white;
}
.cid-tDsNC5WHmG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDsNC5WHmG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDsNC5WHmG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-tDsNC5WHmG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDsNC5WHmG .nav-link {
  position: relative;
}
.cid-tDsNC5WHmG .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-tDsNC5WHmG .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-tDsNC5WHmG .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-tDsNC5WHmG .iconfont-wrapper:hover .mbr-iconfont {
  color: #ee964b;
}
.cid-tDsNC5WHmG .dropdown-menu,
.cid-tDsNC5WHmG .navbar.opened {
  background: #1a2229 !important;
}
.cid-tDsNC5WHmG .nav-item:focus,
.cid-tDsNC5WHmG .nav-link:focus {
  outline: none;
}
.cid-tDsNC5WHmG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDsNC5WHmG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDsNC5WHmG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDsNC5WHmG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDsNC5WHmG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDsNC5WHmG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDsNC5WHmG .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 34, 41, 0.9);
  padding: 0 !important;
}
.cid-tDsNC5WHmG .navbar.opened {
  transition: all 0.3s;
}
.cid-tDsNC5WHmG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDsNC5WHmG .navbar .navbar-logo img {
  width: auto;
}
@media (max-width: 991px) {
  .cid-tDsNC5WHmG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDsNC5WHmG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDsNC5WHmG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDsNC5WHmG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDsNC5WHmG .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-tDsNC5WHmG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDsNC5WHmG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDsNC5WHmG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tDsNC5WHmG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDsNC5WHmG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tDsNC5WHmG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDsNC5WHmG .navbar.collapsed {
  justify-content: center;
}
.cid-tDsNC5WHmG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDsNC5WHmG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tDsNC5WHmG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDsNC5WHmG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDsNC5WHmG .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-tDsNC5WHmG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDsNC5WHmG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDsNC5WHmG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-tDsNC5WHmG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-tDsNC5WHmG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDsNC5WHmG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDsNC5WHmG .dropdown-item.active,
.cid-tDsNC5WHmG .dropdown-item:active {
  background-color: transparent;
}
.cid-tDsNC5WHmG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDsNC5WHmG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDsNC5WHmG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDsNC5WHmG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a2229;
}
.cid-tDsNC5WHmG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDsNC5WHmG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDsNC5WHmG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDsNC5WHmG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDsNC5WHmG button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDsNC5WHmG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tDsNC5WHmG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDsNC5WHmG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDsNC5WHmG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDsNC5WHmG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDsNC5WHmG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDsNC5WHmG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDsNC5WHmG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDsNC5WHmG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDsNC5WHmG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDsNC5WHmG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDsNC5WHmG .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-tDsNC5WHmG .navbar {
    height: 70px;
  }
  .cid-tDsNC5WHmG .navbar.opened {
    height: auto;
  }
  .cid-tDsNC5WHmG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDsNC5WHmG .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-tDsNC5WHmG .navbar-toggler {
  margin-left: 10px;
}
.cid-tDsNC5WHmG .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #232323;
}
.cid-tDsNC5WHmG .navbar-logo {
  margin-right: 0 !important;
}
.cid-tDsNC5WHmG .mbr-text {
  width: 100%;
  color: #BF9341;
}
@media (max-width: 575px) {
  .cid-tDsNC5WHmG .mbr-text {
    display: none;
  }
}
.cid-tDsNC5WHmG .navbar-collapse {
  padding-top: 40px !important;
}
.cid-tDsNC5WHmG .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tDsNC5WHmG .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tDsVrAjmq8 {
  padding-top: 165px;
  padding-bottom: 120px;
  background-color: #f5f4ed;
}
@media (max-width: 575px) {
  .cid-tDsVrAjmq8 {
    padding-top: 7rem;
  }
}
.cid-tDsVrAjmq8 .mbr-section-subtitle {
  color: #767676;
}
.cid-tDsVrAjmq8 .container-table {
  margin: 0 auto;
}
.cid-tDsVrAjmq8 table.dataTable thead .sorting:before,
.cid-tDsVrAjmq8 table.dataTable thead .sorting:after,
.cid-tDsVrAjmq8 table.dataTable thead .sorting_asc:before,
.cid-tDsVrAjmq8 table.dataTable thead .sorting_asc:after,
.cid-tDsVrAjmq8 table.dataTable thead .sorting_desc:before,
.cid-tDsVrAjmq8 table.dataTable thead .sorting_desc:after,
.cid-tDsVrAjmq8 table.dataTable thead .sorting_asc_disabled:before,
.cid-tDsVrAjmq8 table.dataTable thead .sorting_asc_disabled:after,
.cid-tDsVrAjmq8 table.dataTable thead .sorting_desc_disabled:before,
.cid-tDsVrAjmq8 table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-tDsVrAjmq8 .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-tDsVrAjmq8 .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-tDsVrAjmq8 .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #ee964b;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-tDsVrAjmq8 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tDsVrAjmq8 .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #086775;
  border-bottom: 1px solid #0a1c44;
  text-align: center;
}
.cid-tDsVrAjmq8 .head-item:hover {
  background: #086775;
  color: inherit;
}
.cid-tDsVrAjmq8 .table-heads {
  color: #ffffff;
}
.cid-tDsVrAjmq8 .dataTables_wrapper {
  display: block;
}
.cid-tDsVrAjmq8 .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-tDsVrAjmq8 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tDsVrAjmq8 table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-tDsVrAjmq8 table td,
.cid-tDsVrAjmq8 table th {
  white-space: nowrap;
}
.cid-tDsVrAjmq8 table th {
  border-top: none;
  transition: all 0.3s;
  border-bottom: none;
}
.cid-tDsVrAjmq8 table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-tDsVrAjmq8 table td {
  border-top: 1px solid #e9e9e9;
}
.cid-tDsVrAjmq8 table.table {
  background: #ffffff;
}
.cid-tDsVrAjmq8 .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-tDsVrAjmq8 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tDsVrAjmq8 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-tDsVrAjmq8 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-tDsVrAjmq8 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-tDsVrAjmq8 .dataTables_filter {
    text-align: center;
  }
  .cid-tDsVrAjmq8 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-tDsVrAjmq8 .mbr-section-title,
.cid-tDsVrAjmq8 .line-wrap {
  text-align: center;
}
.cid-tDsVrAjmq8 .mbr-section-sub-title {
  text-align: center;
  color: #656565;
}
.cid-tDsVrAjmq8 .body-item {
  text-align: center;
}
.cid-tDsVrAjmq8 .class-timetable .class-title {
  position: relative;
  width: 143px;
  overflow: hidden;
  padding: 5px 2px;
  margin-bottom: 10px;
  border-radius: 5px;
  color: #fff;
  font-size: .9rem;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-tDsVrAjmq8 .class-timetable .class-title:hover {
  transform: translateY(-3px);
}
.cid-tDsVrAjmq8 .class-timetable .class-title .class-alarm-btn {
  position: absolute;
  -webkit-backface-visibility: hidden;
  margin-top: 1px;
  margin-left: 5px;
}
.cid-tDsVrAjmq8 .class-timetable .class-combo {
  transition: all 0.3s;
}
.cid-tDsVrAjmq8 .class-timetable .class-combo:hover {
  transform: translateY(-3px);
}
.cid-tDsVrAjmq8 .class-timetable .class-level {
  color: #656565;
  font-size: .9rem;
  cursor: pointer;
}
.cid-tDsVrAjmq8 .class-timetable .class-level a {
  color: #656565;
}
.cid-tDsVrAjmq8 .class-timetable .class-time {
  color: #656565;
  margin-top: 10px;
  font-size: 0.9rem;
  cursor: pointer;
}
.cid-tDsVrAjmq8 .class-timetable .class-time a {
  color: #656565;
}
.cid-tDsVrAjmq8 .class-timetable .class-teacher {
  color: #656565;
  font-size: .8rem;
  cursor: pointer;
}
.cid-tDsVrAjmq8 .class-timetable .class-teacher a {
  color: #656565;
}
.cid-tDsVrAjmq8 .class-timetable .class-star {
  color: #656565;
  font-size: .7rem;
  cursor: pointer;
}
.cid-tDsVrAjmq8 .class-timetable .fa {
  font-size: .9rem;
  margin-left: .3rem;
}
.cid-tDsVrAjmq8 .class-timetable .bg-light-gray {
  background-color: #f7f7f7;
}
.cid-tDsVrAjmq8 .class-timetable .bg-deep-green {
  background-color: #003440;
}
.cid-tDsVrAjmq8 .class-timetable .bg-green {
  background-color: #5bbd2a;
}
.cid-tDsVrAjmq8 .class-timetable .table-bordered thead td,
.cid-tDsVrAjmq8 .class-timetable .table-bordered thead th {
  border-bottom-width: 2px;
}
.cid-tDsVrAjmq8 .class-timetable .table thead th {
  transition: all 0.3s;
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
  color: #fff;
}
.cid-tDsVrAjmq8 .class-timetable .table thead th:hover {
  color: #086775;
}
.cid-tDsVrAjmq8 .class-timetable .table-bordered td,
.cid-tDsVrAjmq8 .class-timetable .table-bordered th {
  border: 1px solid #dee2e6;
}
.cid-tDsVrAjmq8 .class-timetable .bg-sky.box-shadow {
  box-shadow: 0px 5px 0px 0px #00a2a7;
}
.cid-tDsVrAjmq8 .class-timetable .bg-orange.box-shadow {
  box-shadow: 0px 5px 0px 0px #af4305;
}
.cid-tDsVrAjmq8 .class-timetable .bg-green.box-shadow {
  box-shadow: 0px 5px 0px 0px #4ca520;
}
.cid-tDsVrAjmq8 .class-timetable .bg-yellow.box-shadow {
  box-shadow: 0px 5px 0px 0px #dcbf02;
}
.cid-tDsVrAjmq8 .class-timetable .bg-pink.box-shadow {
  box-shadow: 0px 5px 0px 0px #e82d8b;
}
.cid-tDsVrAjmq8 .class-timetable .bg-purple.box-shadow {
  box-shadow: 0px 5px 0px 0px #8343e8;
}
.cid-tDsVrAjmq8 .class-timetable .bg-lightred.box-shadow {
  box-shadow: 0px 5px 0px 0px #d84213;
}
.cid-tDsVrAjmq8 .class-timetable .bg-sky {
  background-color: #02c2c7;
}
.cid-tDsVrAjmq8 .class-timetable .bg-orange {
  background-color: #e95601;
}
.cid-tDsVrAjmq8 .class-timetable .bg-yellow {
  background-color: #ee964b;
}
.cid-tDsVrAjmq8 .class-timetable .bg-pink {
  background-color: #ff48a4;
}
.cid-tDsVrAjmq8 .class-timetable .bg-purple {
  background-color: #9d60ff;
}
.cid-tDsVrAjmq8 .class-timetable .bg-lightred {
  background-color: #ff5722;
}
.cid-tDsVrAjmq8 .class-timetable .padding-15px-lr {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tDsVrAjmq8 .class-timetable .padding-5px-tb {
  padding-top: 5px;
  padding-bottom: 5px;
}
.cid-tDsVrAjmq8 .class-timetable .margin-10px-bottom {
  margin-bottom: 10px;
}
.cid-tDsVrAjmq8 .class-timetable .border-radius-5 {
  border-radius: 5px;
}
.cid-tDsVrAjmq8 .class-timetable .margin-10px-top {
  margin-top: 10px;
}
.cid-tDsVrAjmq8 .class-timetable .font-size14 {
  font-size: 14px;
}
.cid-tDsVrAjmq8 .class-timetable .text-light-gray {
  color: #656565;
}
.cid-tDsVrAjmq8 .class-timetable .font-size13 {
  font-size: 13px;
}
.cid-tDsVrAjmq8 .class-timetable .table td,
.cid-tDsVrAjmq8 .class-timetable .table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.cid-tDsVrAjmq8 DIV {
  color: #353535;
}
.cid-tDsVrAjmq8 form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-tDsVrAjmq8 form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-tDsVrAjmq8 .category-title {
  background-color: #086775;
  border-top-left-radius: .2rem;
  border-top-right-radius: .2rem;
  padding: .6rem 0;
  color: #fff;
}
.cid-tDsVrAjmq8 .category-title-value {
  height: 125px;
  overflow-y: auto;
  background-color: #fff;
  padding: .6rem 1.5rem;
  border-bottom-left-radius: .2rem;
  border-bottom-right-radius: .2rem;
}
.cid-tDsVrAjmq8 .class-cate-multi {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.cid-tDsVrAjmq8 TH {
  color: #003440;
}
.cid-tDsNCbJfde {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-tDsNCbJfde .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tDsNCbJfde h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-tDsNCbJfde h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tDsNCbJfde h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tDsNCbJfde .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-tDsNCbJfde .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-tDsNCbJfde .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tDsNCbJfde .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-tDsNCbJfde .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tDsNCbJfde .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tDsNCbJfde .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-tDsNCbJfde .mbr-section-title,
.cid-tDsNCbJfde .social-list {
  color: #232323;
}
@media (max-width: 768px) {
  .cid-tDsNCbJfde h2:before,
  .cid-tDsNCbJfde h2:after {
    display: none;
  }
}
.cid-tDsNCd4bQY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-tDsNCd4bQY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDsNCd4bQY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDsNCd4bQY .bottom-menu {
  font-size: 1rem;
  margin-bottom: 1.2rem;
}
.cid-tDsNCd4bQY .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tDsNCd4bQY .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tDsNCd4bQY .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tDsNCd4bQY .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tDsNCd4bQY .container {
    max-width: 100%;
  }
  .cid-tDsNCd4bQY .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tDsNCd4bQY .item-wrap {
  width: 100%;
}
.cid-tDsNCd4bQY .navbar-brand {
  display: flex;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 30px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tDsNCd4bQY .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tDsNCd4bQY .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tDsNCd4bQY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tDsNCd4bQY .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tDsNCd4bQY .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tDsNCd4bQY .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tDsNCd4bQY .copyright {
  color: #f5f4ed;
  padding: 0;
  width: 100%;
}
.cid-tDu1efTxdY.popup-builder {
  background-color: #ffffff;
}
.cid-tDu1efTxdY.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tDu1efTxdY.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tDu1efTxdY .modal-content,
.cid-tDu1efTxdY .modal-dialog {
  height: auto;
}
.cid-tDu1efTxdY .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tDu1efTxdY .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tDu1efTxdY .form-wrapper .mbr-form .form-group,
  .cid-tDu1efTxdY .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tDu1efTxdY .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tDu1efTxdY .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tDu1efTxdY .mbr-text {
  text-align: center;
}
.cid-tDu1efTxdY .pt-0 {
  padding-top: 0 !important;
}
.cid-tDu1efTxdY .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tDu1efTxdY .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tDu1efTxdY .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tDu1efTxdY .modal-open {
  overflow: hidden;
}
.cid-tDu1efTxdY .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tDu1efTxdY .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tDu1efTxdY .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tDu1efTxdY .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tDu1efTxdY .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tDu1efTxdY .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tDu1efTxdY .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tDu1efTxdY .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tDu1efTxdY .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tDu1efTxdY .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tDu1efTxdY .modal-backdrop.fade {
  opacity: 0;
}
.cid-tDu1efTxdY .modal-backdrop.show {
  opacity: .5;
}
.cid-tDu1efTxdY .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tDu1efTxdY .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tDu1efTxdY .modal-header {
    padding: 1rem;
  }
}
.cid-tDu1efTxdY .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tDu1efTxdY .modal-header .close svg {
  fill: #353535;
}
.cid-tDu1efTxdY .modal-header .close:hover {
  opacity: 1;
}
.cid-tDu1efTxdY .modal-header .close:focus {
  outline: none;
}
.cid-tDu1efTxdY .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tDu1efTxdY .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tDu1efTxdY .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDu1efTxdY .modal-body {
    padding: 1rem;
  }
}
.cid-tDu1efTxdY .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tDu1efTxdY .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDu1efTxdY .modal-footer {
    padding: 1rem;
  }
}
.cid-tDu1efTxdY .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tDu1efTxdY .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tDu1efTxdY .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tDu1efTxdY .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tDu1efTxdY .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tDu1efTxdY .modal-lg,
  .cid-tDu1efTxdY .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tDu1efTxdY .modal-xl {
    max-width: 1140px;
  }
}
.cid-tDu1efTxdY .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tDu1efTxdY .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tDu1efTxdY .form-group {
  margin-bottom: 1rem;
}
.cid-tDu1efTxdY .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tDu1efTxdY .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tDu1efTxdY .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tDu1efTxdY .mbr-section-btn {
  margin: 0;
}
.cid-tDu1efTxdY .mbr-section-btn .btn {
  margin: 0;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.3;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (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;
  }
}

.form-check-input:checked {
    background-color: #ee964b;
    border-color: #fbae7d;
}
.form-check-input:focus{
    border-color:#fbae7d;
    outline:0;
    box-shadow:0 0 0 .25rem rgba(251, 174, 125,.25)
}

.on-pointer{
    cursor: pointer;
}

@keyframes ani-rotate {
  0% {
    color: black;
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    color: #ee964b;
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    color: #086775;
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes ani-waviy {
  0%,40%,100% {
    transform: translateY(0);
  }
  20% {
    color: #086775;
    transform: translateY(-5px);
  }
}

@keyframes ani-popoutin {
  0% {
    color: black;
    transform: scale(0);
    opacity: 0;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  25% {
    color: #086775;
    transform: scale(2);
    opacity: 1;
    text-shadow: 3px 10px 5px rgba(0, 0, 0, 0.5);
  }
  50% {
    color: black;
    transform: scale(1);
    opacity: 1;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
  }
}
.cid-tDCvZC48Qg {
  z-index: 1000;
  width: 100%;
}
.cid-tDCvZC48Qg nav.navbar {
  position: fixed;
}
.cid-tDCvZC48Qg .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-tDCvZC48Qg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 575px) {
  .cid-tDCvZC48Qg .dropdown-menu a {
    font-size: 1.5rem;
  }
}
.cid-tDCvZC48Qg .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-tDCvZC48Qg .dropdown-item:hover,
.cid-tDCvZC48Qg .dropdown-item:focus {
  background: rgba(127, 127, 127, 0.5) !important;
  color: white !important;
}
.cid-tDCvZC48Qg .dropdown-item:hover span {
  color: white;
}
.cid-tDCvZC48Qg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDCvZC48Qg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDCvZC48Qg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-tDCvZC48Qg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDCvZC48Qg .nav-link {
  position: relative;
}
.cid-tDCvZC48Qg .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-tDCvZC48Qg .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-tDCvZC48Qg .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-tDCvZC48Qg .iconfont-wrapper:hover .mbr-iconfont {
  color: #ee964b;
}
.cid-tDCvZC48Qg .dropdown-menu,
.cid-tDCvZC48Qg .navbar.opened {
  background: #1a2229 !important;
}
.cid-tDCvZC48Qg .nav-item:focus,
.cid-tDCvZC48Qg .nav-link:focus {
  outline: none;
}
.cid-tDCvZC48Qg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDCvZC48Qg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDCvZC48Qg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDCvZC48Qg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDCvZC48Qg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDCvZC48Qg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDCvZC48Qg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 34, 41, 0.9);
  padding: 0 !important;
}
.cid-tDCvZC48Qg .navbar.opened {
  transition: all 0.3s;
}
.cid-tDCvZC48Qg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDCvZC48Qg .navbar .navbar-logo img {
  width: auto;
}
@media (max-width: 991px) {
  .cid-tDCvZC48Qg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDCvZC48Qg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDCvZC48Qg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDCvZC48Qg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDCvZC48Qg .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-tDCvZC48Qg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDCvZC48Qg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDCvZC48Qg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tDCvZC48Qg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDCvZC48Qg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tDCvZC48Qg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDCvZC48Qg .navbar.collapsed {
  justify-content: center;
}
.cid-tDCvZC48Qg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDCvZC48Qg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tDCvZC48Qg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDCvZC48Qg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDCvZC48Qg .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-tDCvZC48Qg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDCvZC48Qg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDCvZC48Qg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-tDCvZC48Qg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-tDCvZC48Qg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDCvZC48Qg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDCvZC48Qg .dropdown-item.active,
.cid-tDCvZC48Qg .dropdown-item:active {
  background-color: transparent;
}
.cid-tDCvZC48Qg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDCvZC48Qg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDCvZC48Qg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDCvZC48Qg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a2229;
}
.cid-tDCvZC48Qg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDCvZC48Qg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDCvZC48Qg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDCvZC48Qg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDCvZC48Qg button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDCvZC48Qg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tDCvZC48Qg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDCvZC48Qg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDCvZC48Qg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDCvZC48Qg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDCvZC48Qg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDCvZC48Qg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDCvZC48Qg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDCvZC48Qg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDCvZC48Qg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDCvZC48Qg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDCvZC48Qg .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-tDCvZC48Qg .navbar {
    height: 70px;
  }
  .cid-tDCvZC48Qg .navbar.opened {
    height: auto;
  }
  .cid-tDCvZC48Qg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDCvZC48Qg .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-tDCvZC48Qg .navbar-toggler {
  margin-left: 10px;
}
.cid-tDCvZC48Qg .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #232323;
}
.cid-tDCvZC48Qg .navbar-logo {
  margin-right: 0 !important;
}
.cid-tDCvZC48Qg .mbr-text {
  width: 100%;
  color: #BF9341;
}
@media (max-width: 575px) {
  .cid-tDCvZC48Qg .mbr-text {
    display: none;
  }
}
.cid-tDCvZC48Qg .navbar-collapse {
  padding-top: 40px !important;
}
.cid-tDCvZC48Qg .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tDCvZC48Qg .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tDCvZCXQP3 {
  background-color: #fff6eb;
}
.cid-tDCvZCXQP3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDCvZCXQP3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDCvZCXQP3 .row {
    padding: 0 24px;
  }
}
.cid-tDCvZCXQP3 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tDCvZCXQP3 .title-wrapper .mbr-text {
  margin-bottom: 26px;
}
.cid-tDCvZCXQP3 .mbr-section-title {
  color: #005c62;
}
.cid-tDCvZCXQP3 .mbr-text {
  color: #005c62;
  text-align: center;
}
.cid-tDCvZCXQP3 .mbr-section-title,
.cid-tDCvZCXQP3 .mbr-section-btn {
  text-align: center;
  color: #024549;
}
.cid-tDCvZDt53v {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-tDCvZDt53v .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tDCvZDt53v h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-tDCvZDt53v h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tDCvZDt53v h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tDCvZDt53v .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-tDCvZDt53v .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-tDCvZDt53v .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tDCvZDt53v .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-tDCvZDt53v .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tDCvZDt53v .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tDCvZDt53v .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-tDCvZDt53v .mbr-section-title,
.cid-tDCvZDt53v .social-list {
  color: #232323;
}
@media (max-width: 768px) {
  .cid-tDCvZDt53v h2:before,
  .cid-tDCvZDt53v h2:after {
    display: none;
  }
}
.cid-tDCvZEeRw7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-tDCvZEeRw7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDCvZEeRw7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDCvZEeRw7 .bottom-menu {
  font-size: 1rem;
  margin-bottom: 1.2rem;
}
.cid-tDCvZEeRw7 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tDCvZEeRw7 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tDCvZEeRw7 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tDCvZEeRw7 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tDCvZEeRw7 .container {
    max-width: 100%;
  }
  .cid-tDCvZEeRw7 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tDCvZEeRw7 .item-wrap {
  width: 100%;
}
.cid-tDCvZEeRw7 .navbar-brand {
  display: flex;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 30px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tDCvZEeRw7 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tDCvZEeRw7 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tDCvZEeRw7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tDCvZEeRw7 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tDCvZEeRw7 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tDCvZEeRw7 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tDCvZEeRw7 .copyright {
  color: #f5f4ed;
  padding: 0;
  width: 100%;
}
.cid-tDCvZF0Baz.popup-builder {
  background-color: #ffffff;
}
.cid-tDCvZF0Baz.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tDCvZF0Baz.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tDCvZF0Baz .modal-content,
.cid-tDCvZF0Baz .modal-dialog {
  height: auto;
}
.cid-tDCvZF0Baz .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tDCvZF0Baz .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tDCvZF0Baz .form-wrapper .mbr-form .form-group,
  .cid-tDCvZF0Baz .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tDCvZF0Baz .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tDCvZF0Baz .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tDCvZF0Baz .mbr-text {
  text-align: center;
}
.cid-tDCvZF0Baz .pt-0 {
  padding-top: 0 !important;
}
.cid-tDCvZF0Baz .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tDCvZF0Baz .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tDCvZF0Baz .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tDCvZF0Baz .modal-open {
  overflow: hidden;
}
.cid-tDCvZF0Baz .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tDCvZF0Baz .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tDCvZF0Baz .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tDCvZF0Baz .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tDCvZF0Baz .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tDCvZF0Baz .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tDCvZF0Baz .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tDCvZF0Baz .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tDCvZF0Baz .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tDCvZF0Baz .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tDCvZF0Baz .modal-backdrop.fade {
  opacity: 0;
}
.cid-tDCvZF0Baz .modal-backdrop.show {
  opacity: .5;
}
.cid-tDCvZF0Baz .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tDCvZF0Baz .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tDCvZF0Baz .modal-header {
    padding: 1rem;
  }
}
.cid-tDCvZF0Baz .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tDCvZF0Baz .modal-header .close svg {
  fill: #353535;
}
.cid-tDCvZF0Baz .modal-header .close:hover {
  opacity: 1;
}
.cid-tDCvZF0Baz .modal-header .close:focus {
  outline: none;
}
.cid-tDCvZF0Baz .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tDCvZF0Baz .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tDCvZF0Baz .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDCvZF0Baz .modal-body {
    padding: 1rem;
  }
}
.cid-tDCvZF0Baz .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tDCvZF0Baz .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDCvZF0Baz .modal-footer {
    padding: 1rem;
  }
}
.cid-tDCvZF0Baz .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tDCvZF0Baz .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tDCvZF0Baz .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tDCvZF0Baz .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tDCvZF0Baz .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tDCvZF0Baz .modal-lg,
  .cid-tDCvZF0Baz .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tDCvZF0Baz .modal-xl {
    max-width: 1140px;
  }
}
.cid-tDCvZF0Baz .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tDCvZF0Baz .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tDCvZF0Baz .form-group {
  margin-bottom: 1rem;
}
.cid-tDCvZF0Baz .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tDCvZF0Baz .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tDCvZF0Baz .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tDCvZF0Baz .mbr-section-btn {
  margin: 0;
}
.cid-tDCvZF0Baz .mbr-section-btn .btn {
  margin: 0;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.3;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (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;
  }
}

.form-check-input:checked {
    background-color: #ee964b;
    border-color: #fbae7d;
}
.form-check-input:focus{
    border-color:#fbae7d;
    outline:0;
    box-shadow:0 0 0 .25rem rgba(251, 174, 125,.25)
}

.on-pointer{
    cursor: pointer;
}

@keyframes ani-rotate {
  0% {
    color: black;
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    color: #ee964b;
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    color: #086775;
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes ani-waviy {
  0%,40%,100% {
    transform: translateY(0);
  }
  20% {
    color: #086775;
    transform: translateY(-5px);
  }
}

@keyframes ani-popoutin {
  0% {
    color: black;
    transform: scale(0);
    opacity: 0;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  25% {
    color: #086775;
    transform: scale(2);
    opacity: 1;
    text-shadow: 3px 10px 5px rgba(0, 0, 0, 0.5);
  }
  50% {
    color: black;
    transform: scale(1);
    opacity: 1;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
  }
}
.cid-tEnC93P63r {
  z-index: 1000;
  width: 100%;
}
.cid-tEnC93P63r nav.navbar {
  position: fixed;
}
.cid-tEnC93P63r .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-tEnC93P63r .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 575px) {
  .cid-tEnC93P63r .dropdown-menu a {
    font-size: 1.5rem;
  }
}
.cid-tEnC93P63r .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-tEnC93P63r .dropdown-item:hover,
.cid-tEnC93P63r .dropdown-item:focus {
  background: rgba(127, 127, 127, 0.5) !important;
  color: white !important;
}
.cid-tEnC93P63r .dropdown-item:hover span {
  color: white;
}
.cid-tEnC93P63r .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tEnC93P63r .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tEnC93P63r .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-tEnC93P63r .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tEnC93P63r .nav-link {
  position: relative;
}
.cid-tEnC93P63r .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-tEnC93P63r .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-tEnC93P63r .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-tEnC93P63r .iconfont-wrapper:hover .mbr-iconfont {
  color: #ee964b;
}
.cid-tEnC93P63r .dropdown-menu,
.cid-tEnC93P63r .navbar.opened {
  background: #1a2229 !important;
}
.cid-tEnC93P63r .nav-item:focus,
.cid-tEnC93P63r .nav-link:focus {
  outline: none;
}
.cid-tEnC93P63r .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tEnC93P63r .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tEnC93P63r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tEnC93P63r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tEnC93P63r .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tEnC93P63r .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tEnC93P63r .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 34, 41, 0.9);
  padding: 0 !important;
}
.cid-tEnC93P63r .navbar.opened {
  transition: all 0.3s;
}
.cid-tEnC93P63r .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tEnC93P63r .navbar .navbar-logo img {
  width: auto;
}
@media (max-width: 991px) {
  .cid-tEnC93P63r .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tEnC93P63r .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tEnC93P63r .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tEnC93P63r .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tEnC93P63r .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-tEnC93P63r .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tEnC93P63r .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tEnC93P63r .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tEnC93P63r .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tEnC93P63r .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tEnC93P63r .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tEnC93P63r .navbar.collapsed {
  justify-content: center;
}
.cid-tEnC93P63r .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tEnC93P63r .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tEnC93P63r .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tEnC93P63r .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tEnC93P63r .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-tEnC93P63r .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tEnC93P63r .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tEnC93P63r .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-tEnC93P63r .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-tEnC93P63r .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tEnC93P63r .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tEnC93P63r .dropdown-item.active,
.cid-tEnC93P63r .dropdown-item:active {
  background-color: transparent;
}
.cid-tEnC93P63r .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tEnC93P63r .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tEnC93P63r .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tEnC93P63r .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a2229;
}
.cid-tEnC93P63r .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tEnC93P63r .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tEnC93P63r ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tEnC93P63r .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tEnC93P63r button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tEnC93P63r button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tEnC93P63r button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tEnC93P63r button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tEnC93P63r button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tEnC93P63r button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tEnC93P63r nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tEnC93P63r nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tEnC93P63r nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tEnC93P63r nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tEnC93P63r .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tEnC93P63r a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tEnC93P63r .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-tEnC93P63r .navbar {
    height: 70px;
  }
  .cid-tEnC93P63r .navbar.opened {
    height: auto;
  }
  .cid-tEnC93P63r .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tEnC93P63r .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-tEnC93P63r .navbar-toggler {
  margin-left: 10px;
}
.cid-tEnC93P63r .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #232323;
}
.cid-tEnC93P63r .navbar-logo {
  margin-right: 0 !important;
}
.cid-tEnC93P63r .mbr-text {
  width: 100%;
  color: #BF9341;
}
@media (max-width: 575px) {
  .cid-tEnC93P63r .mbr-text {
    display: none;
  }
}
.cid-tEnC93P63r .navbar-collapse {
  padding-top: 40px !important;
}
.cid-tEnC93P63r .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tEnC93P63r .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tEnC95WjZM {
  padding-top: 11rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 575px) {
  .cid-tEnC95WjZM {
    padding-top: 7rem;
    padding-bottom: 0;
  }
}
.cid-tEnC95WjZM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEnC95WjZM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEnC95WjZM .container,
.cid-tEnC95WjZM .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tEnC95WjZM .container,
  .cid-tEnC95WjZM .container-fluid {
    padding: 0 20px;
  }
}
.cid-tEnC95WjZM .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-tEnC95WjZM .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-tEnC95WjZM .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tEnC95WjZM .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-tEnC95WjZM .mbr-section-subtitle {
  color: #ee964b;
  text-align: center;
}
.cid-tEnC96HtDq {
  padding-top: 15px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-tEnC96HtDq .container-fluid {
  padding: 0 3rem;
}
.cid-tEnC96HtDq .mbr-section-subtitle {
  color: #000000;
}
.cid-tEnC96HtDq .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tEnC96HtDq .table-wrapper {
  margin: 0 auto;
}
.cid-tEnC96HtDq .head-item {
  min-width: 70px;
}
.cid-tEnC96HtDq table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-tEnC96HtDq table th {
  padding: 1.5rem 1rem;
  transition: all 0.2s;
  text-align: center;
  background-color: #086775;
  color: white;
  vertical-align: middle;
}
.cid-tEnC96HtDq table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
  font-size: 1rem;
}
.cid-tEnC96HtDq table .title-text {
  font-size: 1.2rem;
}
.cid-tEnC96HtDq table .view-read-text {
  font-size: 1.2rem;
}
.cid-tEnC96HtDq table .alarm-read-show {
  color: green;
}
.cid-tEnC96HtDq table .alarm-unread-show {
  font-size: 18px;
}
.cid-tEnC96HtDq table.table {
  background: #ffffff;
}
.cid-tEnC96HtDq .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-tEnC96HtDq .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tEnC96HtDq .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 10px;
  padding-left: 1rem;
}
.cid-tEnC96HtDq .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-tEnC96HtDq .dataTables_wrapper {
  display: block;
}
.cid-tEnC96HtDq .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-tEnC96HtDq .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tEnC96HtDq .head-item:after,
.cid-tEnC96HtDq .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-tEnC96HtDq .dataTables_filter {
    text-align: center;
  }
  .cid-tEnC96HtDq .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-tEnC96HtDq .dataTables_filter {
    text-align: center;
  }
  .cid-tEnC96HtDq .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-tEnC96HtDq .table-wrapper {
    width: 100% !important;
  }
  .cid-tEnC96HtDq .container-fluid {
    padding: 0 1rem;
  }
  .cid-tEnC96HtDq table th,
  .cid-tEnC96HtDq table td {
    padding: 0.75rem;
  }
}
.cid-tEnC96HtDq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEnC96HtDq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEnC96HtDq .body-title {
  text-align: left;
}
.cid-tEnC98Scdk {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-tEnC98Scdk .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tEnC98Scdk h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-tEnC98Scdk h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tEnC98Scdk h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tEnC98Scdk .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-tEnC98Scdk .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-tEnC98Scdk .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tEnC98Scdk .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-tEnC98Scdk .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tEnC98Scdk .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tEnC98Scdk .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-tEnC98Scdk .mbr-section-title,
.cid-tEnC98Scdk .social-list {
  color: #232323;
}
@media (max-width: 768px) {
  .cid-tEnC98Scdk h2:before,
  .cid-tEnC98Scdk h2:after {
    display: none;
  }
}
.cid-tEnC99JzCj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-tEnC99JzCj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEnC99JzCj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEnC99JzCj .bottom-menu {
  font-size: 1rem;
  margin-bottom: 1.2rem;
}
.cid-tEnC99JzCj .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tEnC99JzCj .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tEnC99JzCj .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tEnC99JzCj .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tEnC99JzCj .container {
    max-width: 100%;
  }
  .cid-tEnC99JzCj .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tEnC99JzCj .item-wrap {
  width: 100%;
}
.cid-tEnC99JzCj .navbar-brand {
  display: flex;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 30px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tEnC99JzCj .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tEnC99JzCj .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tEnC99JzCj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tEnC99JzCj .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tEnC99JzCj .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tEnC99JzCj .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tEnC99JzCj .copyright {
  color: #f5f4ed;
  padding: 0;
  width: 100%;
}
.cid-tEnC9aDEMG.popup-builder {
  background-color: #ffffff;
}
.cid-tEnC9aDEMG.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tEnC9aDEMG.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tEnC9aDEMG .modal-content,
.cid-tEnC9aDEMG .modal-dialog {
  height: auto;
}
.cid-tEnC9aDEMG .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tEnC9aDEMG .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tEnC9aDEMG .form-wrapper .mbr-form .form-group,
  .cid-tEnC9aDEMG .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tEnC9aDEMG .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tEnC9aDEMG .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tEnC9aDEMG .mbr-text {
  text-align: center;
}
.cid-tEnC9aDEMG .pt-0 {
  padding-top: 0 !important;
}
.cid-tEnC9aDEMG .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tEnC9aDEMG .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tEnC9aDEMG .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tEnC9aDEMG .modal-open {
  overflow: hidden;
}
.cid-tEnC9aDEMG .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tEnC9aDEMG .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tEnC9aDEMG .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tEnC9aDEMG .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tEnC9aDEMG .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tEnC9aDEMG .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tEnC9aDEMG .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tEnC9aDEMG .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tEnC9aDEMG .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tEnC9aDEMG .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tEnC9aDEMG .modal-backdrop.fade {
  opacity: 0;
}
.cid-tEnC9aDEMG .modal-backdrop.show {
  opacity: .5;
}
.cid-tEnC9aDEMG .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tEnC9aDEMG .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tEnC9aDEMG .modal-header {
    padding: 1rem;
  }
}
.cid-tEnC9aDEMG .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tEnC9aDEMG .modal-header .close svg {
  fill: #353535;
}
.cid-tEnC9aDEMG .modal-header .close:hover {
  opacity: 1;
}
.cid-tEnC9aDEMG .modal-header .close:focus {
  outline: none;
}
.cid-tEnC9aDEMG .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tEnC9aDEMG .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tEnC9aDEMG .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tEnC9aDEMG .modal-body {
    padding: 1rem;
  }
}
.cid-tEnC9aDEMG .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tEnC9aDEMG .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tEnC9aDEMG .modal-footer {
    padding: 1rem;
  }
}
.cid-tEnC9aDEMG .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tEnC9aDEMG .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tEnC9aDEMG .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tEnC9aDEMG .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tEnC9aDEMG .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tEnC9aDEMG .modal-lg,
  .cid-tEnC9aDEMG .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tEnC9aDEMG .modal-xl {
    max-width: 1140px;
  }
}
.cid-tEnC9aDEMG .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tEnC9aDEMG .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tEnC9aDEMG .form-group {
  margin-bottom: 1rem;
}
.cid-tEnC9aDEMG .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tEnC9aDEMG .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tEnC9aDEMG .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tEnC9aDEMG .mbr-section-btn {
  margin: 0;
}
.cid-tEnC9aDEMG .mbr-section-btn .btn {
  margin: 0;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.3;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (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;
  }
}

.form-check-input:checked {
    background-color: #ee964b;
    border-color: #fbae7d;
}
.form-check-input:focus{
    border-color:#fbae7d;
    outline:0;
    box-shadow:0 0 0 .25rem rgba(251, 174, 125,.25)
}

.on-pointer{
    cursor: pointer;
}

@keyframes ani-rotate {
  0% {
    color: black;
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    color: #ee964b;
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    color: #086775;
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes ani-waviy {
  0%,40%,100% {
    transform: translateY(0);
  }
  20% {
    color: #086775;
    transform: translateY(-5px);
  }
}

@keyframes ani-popoutin {
  0% {
    color: black;
    transform: scale(0);
    opacity: 0;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  25% {
    color: #086775;
    transform: scale(2);
    opacity: 1;
    text-shadow: 3px 10px 5px rgba(0, 0, 0, 0.5);
  }
  50% {
    color: black;
    transform: scale(1);
    opacity: 1;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
  }
}
.cid-tETKLjKXQr {
  z-index: 1000;
  width: 100%;
}
.cid-tETKLjKXQr nav.navbar {
  position: fixed;
}
.cid-tETKLjKXQr .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-tETKLjKXQr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 575px) {
  .cid-tETKLjKXQr .dropdown-menu a {
    font-size: 1.5rem;
  }
}
.cid-tETKLjKXQr .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-tETKLjKXQr .dropdown-item:hover,
.cid-tETKLjKXQr .dropdown-item:focus {
  background: rgba(127, 127, 127, 0.5) !important;
  color: white !important;
}
.cid-tETKLjKXQr .dropdown-item:hover span {
  color: white;
}
.cid-tETKLjKXQr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tETKLjKXQr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tETKLjKXQr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-tETKLjKXQr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tETKLjKXQr .nav-link {
  position: relative;
}
.cid-tETKLjKXQr .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-tETKLjKXQr .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-tETKLjKXQr .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-tETKLjKXQr .iconfont-wrapper:hover .mbr-iconfont {
  color: #ee964b;
}
.cid-tETKLjKXQr .dropdown-menu,
.cid-tETKLjKXQr .navbar.opened {
  background: #1a2229 !important;
}
.cid-tETKLjKXQr .nav-item:focus,
.cid-tETKLjKXQr .nav-link:focus {
  outline: none;
}
.cid-tETKLjKXQr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tETKLjKXQr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tETKLjKXQr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tETKLjKXQr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tETKLjKXQr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tETKLjKXQr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tETKLjKXQr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 34, 41, 0.9);
  padding: 0 !important;
}
.cid-tETKLjKXQr .navbar.opened {
  transition: all 0.3s;
}
.cid-tETKLjKXQr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tETKLjKXQr .navbar .navbar-logo img {
  width: auto;
}
@media (max-width: 991px) {
  .cid-tETKLjKXQr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tETKLjKXQr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tETKLjKXQr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tETKLjKXQr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tETKLjKXQr .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-tETKLjKXQr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tETKLjKXQr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tETKLjKXQr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tETKLjKXQr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tETKLjKXQr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tETKLjKXQr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tETKLjKXQr .navbar.collapsed {
  justify-content: center;
}
.cid-tETKLjKXQr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tETKLjKXQr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tETKLjKXQr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tETKLjKXQr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tETKLjKXQr .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-tETKLjKXQr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tETKLjKXQr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tETKLjKXQr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-tETKLjKXQr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-tETKLjKXQr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tETKLjKXQr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tETKLjKXQr .dropdown-item.active,
.cid-tETKLjKXQr .dropdown-item:active {
  background-color: transparent;
}
.cid-tETKLjKXQr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tETKLjKXQr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tETKLjKXQr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tETKLjKXQr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a2229;
}
.cid-tETKLjKXQr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tETKLjKXQr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tETKLjKXQr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tETKLjKXQr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tETKLjKXQr button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tETKLjKXQr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tETKLjKXQr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tETKLjKXQr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tETKLjKXQr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tETKLjKXQr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tETKLjKXQr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tETKLjKXQr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tETKLjKXQr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tETKLjKXQr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tETKLjKXQr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tETKLjKXQr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tETKLjKXQr .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-tETKLjKXQr .navbar {
    height: 70px;
  }
  .cid-tETKLjKXQr .navbar.opened {
    height: auto;
  }
  .cid-tETKLjKXQr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tETKLjKXQr .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-tETKLjKXQr .navbar-toggler {
  margin-left: 10px;
}
.cid-tETKLjKXQr .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #232323;
}
.cid-tETKLjKXQr .navbar-logo {
  margin-right: 0 !important;
}
.cid-tETKLjKXQr .mbr-text {
  width: 100%;
  color: #BF9341;
}
@media (max-width: 575px) {
  .cid-tETKLjKXQr .mbr-text {
    display: none;
  }
}
.cid-tETKLjKXQr .navbar-collapse {
  padding-top: 40px !important;
}
.cid-tETKLjKXQr .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tETKLjKXQr .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tETKLkHVdc {
  padding-top: 11rem;
  padding-bottom: 12rem;
  background-color: #f5f4ed;
}
.cid-tETKLkHVdc .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
@media (max-width: 575px) {
  .cid-tETKLkHVdc {
    padding-top: 7rem;
  }
}
.cid-tETKLkHVdc form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tETKLkHVdc form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tETKLkHVdc form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tETKLkHVdc form textarea {
  min-height: 10rem;
}
.cid-tETKLkHVdc .mbr-section-subtitle {
  color: #838282;
  text-align: center;
}
.cid-tETKLkHVdc LABEL {
  text-align: left;
}
.cid-tETKLlAlbN {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-tETKLlAlbN .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tETKLlAlbN h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-tETKLlAlbN h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tETKLlAlbN h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tETKLlAlbN .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-tETKLlAlbN .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-tETKLlAlbN .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tETKLlAlbN .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-tETKLlAlbN .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tETKLlAlbN .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tETKLlAlbN .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-tETKLlAlbN .mbr-section-title,
.cid-tETKLlAlbN .social-list {
  color: #232323;
}
@media (max-width: 768px) {
  .cid-tETKLlAlbN h2:before,
  .cid-tETKLlAlbN h2:after {
    display: none;
  }
}
.cid-tETKLmlC4j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-tETKLmlC4j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tETKLmlC4j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tETKLmlC4j .bottom-menu {
  font-size: 1rem;
  margin-bottom: 1.2rem;
}
.cid-tETKLmlC4j .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tETKLmlC4j .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tETKLmlC4j .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tETKLmlC4j .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tETKLmlC4j .container {
    max-width: 100%;
  }
  .cid-tETKLmlC4j .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tETKLmlC4j .item-wrap {
  width: 100%;
}
.cid-tETKLmlC4j .navbar-brand {
  display: flex;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 30px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tETKLmlC4j .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tETKLmlC4j .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tETKLmlC4j .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tETKLmlC4j .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tETKLmlC4j .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tETKLmlC4j .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tETKLmlC4j .copyright {
  color: #f5f4ed;
  padding: 0;
  width: 100%;
}
.cid-tETKLn5nWk.popup-builder {
  background-color: #ffffff;
}
.cid-tETKLn5nWk.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tETKLn5nWk.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tETKLn5nWk .modal-content,
.cid-tETKLn5nWk .modal-dialog {
  height: auto;
}
.cid-tETKLn5nWk .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tETKLn5nWk .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tETKLn5nWk .form-wrapper .mbr-form .form-group,
  .cid-tETKLn5nWk .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tETKLn5nWk .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tETKLn5nWk .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tETKLn5nWk .mbr-text {
  text-align: center;
}
.cid-tETKLn5nWk .pt-0 {
  padding-top: 0 !important;
}
.cid-tETKLn5nWk .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tETKLn5nWk .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tETKLn5nWk .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tETKLn5nWk .modal-open {
  overflow: hidden;
}
.cid-tETKLn5nWk .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tETKLn5nWk .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tETKLn5nWk .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tETKLn5nWk .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tETKLn5nWk .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tETKLn5nWk .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tETKLn5nWk .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tETKLn5nWk .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tETKLn5nWk .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tETKLn5nWk .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tETKLn5nWk .modal-backdrop.fade {
  opacity: 0;
}
.cid-tETKLn5nWk .modal-backdrop.show {
  opacity: .5;
}
.cid-tETKLn5nWk .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tETKLn5nWk .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tETKLn5nWk .modal-header {
    padding: 1rem;
  }
}
.cid-tETKLn5nWk .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tETKLn5nWk .modal-header .close svg {
  fill: #353535;
}
.cid-tETKLn5nWk .modal-header .close:hover {
  opacity: 1;
}
.cid-tETKLn5nWk .modal-header .close:focus {
  outline: none;
}
.cid-tETKLn5nWk .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tETKLn5nWk .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tETKLn5nWk .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tETKLn5nWk .modal-body {
    padding: 1rem;
  }
}
.cid-tETKLn5nWk .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tETKLn5nWk .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tETKLn5nWk .modal-footer {
    padding: 1rem;
  }
}
.cid-tETKLn5nWk .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tETKLn5nWk .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tETKLn5nWk .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tETKLn5nWk .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tETKLn5nWk .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tETKLn5nWk .modal-lg,
  .cid-tETKLn5nWk .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tETKLn5nWk .modal-xl {
    max-width: 1140px;
  }
}
.cid-tETKLn5nWk .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tETKLn5nWk .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tETKLn5nWk .form-group {
  margin-bottom: 1rem;
}
.cid-tETKLn5nWk .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tETKLn5nWk .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tETKLn5nWk .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tETKLn5nWk .mbr-section-btn {
  margin: 0;
}
.cid-tETKLn5nWk .mbr-section-btn .btn {
  margin: 0;
}
