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

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

.menu-container {border: 0px !important;}

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

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

/*! 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;
  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);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    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: 1.2rem 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;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

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 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

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

.container,
.container-fluid {
  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: 992px) {
  .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 14px;
    padding-right: 14px;
  }
}

@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

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

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

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Afacad;
}
.display-1 {
  font-family: 'Anton', sans-serif;
  font-size: 4.7rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.875rem;
}
.display-2 {
  font-family: 'Afacad', sans-serif;
  font-size: 4rem;
  line-height: 1.15;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Raleway', sans-serif;
  font-size: 1.25rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5625rem;
}
.display-5 {
  font-family: 'Anton', sans-serif;
  font-size: 2.25rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.8125rem;
}
.display-7 {
  font-family: 'Raleway', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2;
}
.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.76rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.29rem;
    font-size: calc( 2.295rem + (4.7 - 2.295) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.295rem + (4.7 - 2.295) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.4375rem + (2.25 - 1.4375) * ((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: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #38a1a7 !important;
}
.bg-success {
  background-color: #21dff9 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ffb41e !important;
}
.bg-danger {
  background-color: #fe1e52 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #38a1a7 !important;
  border-color: #38a1a7 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #4ebdc4 !important;
  border-color: #4ebdc4 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #4ebdc4 !important;
  border-color: #4ebdc4 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #7541e5 !important;
  border-color: #7541e5 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #966eeb !important;
  border-color: #966eeb !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #966eeb !important;
  border-color: #966eeb !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #21dff9 !important;
  border-color: #21dff9 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #53e6fa !important;
  border-color: #53e6fa !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #53e6fa !important;
  border-color: #53e6fa !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffb41e !important;
  border-color: #ffb41e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffc551 !important;
  border-color: #ffc551 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffc551 !important;
  border-color: #ffc551 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fe1e52 !important;
  border-color: #fe1e52 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fe5179 !important;
  border-color: #fe5179 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #fe5179 !important;
  border-color: #fe5179 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #38a1a7;
  color: #38a1a7;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #226266 !important;
  background-color: transparent !important;
  border-color: #226266 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #38a1a7 !important;
  border-color: #38a1a7 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #7541e5;
  color: #7541e5;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #4b19b6 !important;
  background-color: transparent !important;
  border-color: #4b19b6 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #7541e5 !important;
  border-color: #7541e5 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #21dff9;
  color: #21dff9;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #05a8be !important;
  background-color: transparent !important;
  border-color: #05a8be !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #21dff9 !important;
  border-color: #21dff9 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffb41e;
  color: #ffb41e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #c68400 !important;
  background-color: transparent !important;
  border-color: #c68400 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffb41e !important;
  border-color: #ffb41e !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #fe1e52;
  color: #fe1e52;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #c4012e !important;
  background-color: transparent !important;
  border-color: #c4012e !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #fe1e52 !important;
  border-color: #fe1e52 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #38a1a7 !important;
}
.text-secondary {
  color: #7541e5 !important;
}
.text-success {
  color: #21dff9 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ffb41e !important;
}
.text-danger {
  color: #fe1e52 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #1e575b !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #4517a9 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #059baf !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #b77a00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #b5012b !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: #38a1a7;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ffb41e;
}
.alert-danger {
  background-color: #fe1e52;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #38a1a7;
  border-color: #38a1a7;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #38a1a7;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #88d3d7;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e8fcfe;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff8ea;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffe9ee;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Raleway', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #38a1a7 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Raleway', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #38a1a7;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #38a1a7;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #38a1a7;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #38a1a7;
  border-bottom-color: #38a1a7;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #38a1a7 !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: #7541e5 !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='%2338a1a7' %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;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 15px 90px;
  border-radius: 8px !important;
  border-width: 1px !important;
  font-weight: 700 !important;
  padding: 22px 90px;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 15px 22px;
  }
}
.mbr-section-btn .btn .btn-primary,
.mbr-section-btn-main .btn .btn-primary,
.mbr-section-btn .btn .btn-secondary,
.mbr-section-btn-main .btn .btn-secondary,
.mbr-section-btn .btn .btn-success,
.mbr-section-btn-main .btn .btn-success,
.mbr-section-btn .btn .btn-info,
.mbr-section-btn-main .btn .btn-info,
.mbr-section-btn .btn .btn-warning,
.mbr-section-btn-main .btn .btn-warning,
.mbr-section-btn .btn .btn-danger,
.mbr-section-btn-main .btn .btn-danger,
.mbr-section-btn .btn .btn-black,
.mbr-section-btn-main .btn .btn-black,
.mbr-section-btn .btn .btn-white,
.mbr-section-btn-main .btn .btn-white {
  border: none !important;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 22px;
  }
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-img,
.item-content {
  border-radius: 10px !important;
}
.tag-wrap {
  border-radius: 8px;
}
.tag-wrapper {
  border-radius: 30px;
}
.soc-item {
  border-radius: 8px;
}
.soc-item .mbr-iconfont {
  border-radius: 8px;
}
.slide-content .item-wrapper .item-img {
  border-radius: 10px;
}
.content-wrapper {
  border-radius: 20px;
}
.content-wrapper img {
  border-radius: 20px !important;
}
.google-map iframe {
  border-radius: 20px;
}
.card-mini {
  border-radius: 30px !important;
}
.title-wrap .item-title {
  border-radius: 15rem;
}
.nav.nav-tabs .nav-link {
  border-radius: 30px !important;
}
.form-control {
  border-radius: 8px !important;
}
.cid-ujDzsRQ98g {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ujDzsRQ98g .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-ujDzsRQ98g .menu-container {
  border: 1px solid #046e7c;
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  background: rgba(56, 161, 167, 0.2) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  margin: 1rem 16px 0;
  background-color: #38a1a7;
  box-shadow: none;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ujDzsRQ98g .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-ujDzsRQ98g .menu-container {
    margin: 1rem 16px 0;
  }
}
@media (max-width: 991px) {
  .cid-ujDzsRQ98g .menu-container {
    margin: 16px;
  }
}
@media (max-width: 767px) {
  .cid-ujDzsRQ98g .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ujDzsRQ98g .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ujDzsRQ98g .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-ujDzsRQ98g .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujDzsRQ98g .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujDzsRQ98g .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ujDzsRQ98g .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ujDzsRQ98g .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (max-width: 1200px) {
  .cid-ujDzsRQ98g .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-ujDzsRQ98g .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-ujDzsRQ98g .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-ujDzsRQ98g .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ujDzsRQ98g .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ujDzsRQ98g .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ujDzsRQ98g .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400 !important;
}
.cid-ujDzsRQ98g .nav-link:hover {
  color: #7ceaf9 !important;
}
.cid-ujDzsRQ98g .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ujDzsRQ98g .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ujDzsRQ98g .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
.cid-ujDzsRQ98g .navbar-caption:hover,
.cid-ujDzsRQ98g .navbar-caption:focus {
  color: #7ceaf9 !important;
}
@media (max-width: 767px) {
  .cid-ujDzsRQ98g .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ujDzsRQ98g .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ujDzsRQ98g .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-ujDzsRQ98g .iconfont-wrapper:hover,
.cid-ujDzsRQ98g .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-ujDzsRQ98g .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #38a1a7;
  background: rgba(56, 161, 167, 0.2) !important;
}
.cid-ujDzsRQ98g .nav-item:focus,
.cid-ujDzsRQ98g .nav-link:focus {
  outline: none;
}
.cid-ujDzsRQ98g .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujDzsRQ98g .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujDzsRQ98g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujDzsRQ98g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujDzsRQ98g .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujDzsRQ98g .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujDzsRQ98g .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ujDzsRQ98g .navbar.opened {
  transition: all 0.3s;
}
.cid-ujDzsRQ98g .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ujDzsRQ98g .navbar .navbar-logo img {
  width: auto;
}
.cid-ujDzsRQ98g .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ujDzsRQ98g .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-ujDzsRQ98g .navbar.collapsed {
  justify-content: center;
}
.cid-ujDzsRQ98g .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujDzsRQ98g .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujDzsRQ98g .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 1.7rem);
  }
}
.cid-ujDzsRQ98g .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujDzsRQ98g .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujDzsRQ98g .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-ujDzsRQ98g .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujDzsRQ98g .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ujDzsRQ98g .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ujDzsRQ98g .navbar {
    min-height: 72px;
  }
  .cid-ujDzsRQ98g .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ujDzsRQ98g .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujDzsRQ98g .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujDzsRQ98g .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujDzsRQ98g .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujDzsRQ98g .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-ujDzsRQ98g .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujDzsRQ98g .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ujDzsRQ98g .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujDzsRQ98g .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ujDzsRQ98g .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ujDzsRQ98g .dropdown-item.active,
.cid-ujDzsRQ98g .dropdown-item:active {
  background-color: transparent;
}
.cid-ujDzsRQ98g .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujDzsRQ98g .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujDzsRQ98g .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujDzsRQ98g .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #38a1a7;
}
.cid-ujDzsRQ98g .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ujDzsRQ98g .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ujDzsRQ98g ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ujDzsRQ98g .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ujDzsRQ98g .navbar-buttons {
    text-align: left;
  }
}
.cid-ujDzsRQ98g button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ujDzsRQ98g button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #38a1a7;
}
.cid-ujDzsRQ98g button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujDzsRQ98g button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujDzsRQ98g button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujDzsRQ98g button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujDzsRQ98g nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujDzsRQ98g nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujDzsRQ98g nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujDzsRQ98g nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujDzsRQ98g .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ujDzsRQ98g a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ujDzsRQ98g .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ujDzsRQ98g .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujDzsRQ98g .navbar {
    height: 70px;
  }
  .cid-ujDzsRQ98g .navbar.opened {
    height: auto;
  }
  .cid-ujDzsRQ98g .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujDzsRQ98g .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ujDzsRQ98g .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ujDzsRQ98g .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ujDzsRQ98g .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-ujDzsRQ98g .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ujDzsRQ98g .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-ujDzsRQ98g .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-ujDzsRQ98g .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-ujDzsRQ98g .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 12px 24px;
}
.cid-ujDzsRQ98g .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ujDzsRQ98g .navbar-brand {
    margin-right: auto;
  }
  .cid-ujDzsRQ98g .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #38a1a7;
    opacity: 1;
    border-color: rgba(56, 161, 167, 0.2) !important;
    background: rgba(56, 161, 167, 0.2) !important;
  }
  .cid-ujDzsRQ98g .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ujDzsRQ98g .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ujDzsRQ98g .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ujDzsRQ98g .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ujDzsRQ98g .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ujDzsRQ98g .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-ujDzsRQ98g .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ujDzsRQ98g .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ujDzsRQ98g .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ujDzsRQ98g .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ujDzsRQ98g .navbar-brand,
.cid-ujDzsRQ98g .navbar-toggler,
.cid-ujDzsRQ98g .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-ujDztsMmti .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujDztsMmti .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/67457c24-4475-4bda-bdeb-fdb2d5214ca0-1536x1024.png");
}
.cid-ujDztsMmti .content-wrapper .image-wrapper {
  margin-bottom: 32px;
}
.cid-ujDztsMmti .content-wrapper .image-wrapper img {
  height: 530px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ujDztsMmti .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-ujDztsMmti .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ujDztsMmti .content-wrapper .mbr-section-title span {
  color: #38a1a7;
}
.cid-ujDztsMmti .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ujDztsMmti .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 16px;
    width: 100%;
  }
}
.cid-ujDztsMmti .mbr-section-title {
  color: #ffffff;
}
.cid-ujDztsMmti .mbr-text,
.cid-ujDztsMmti .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ujDztsMmti .mbr-section-title,
.cid-ujDztsMmti .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uWuk9oI3JB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #080813;
}
.cid-uWuk9oI3JB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWuk9oI3JB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWuk9oI3JB .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWuk9oI3JB .content-wrapper .mbr-section-title span {
  color: #2d9ca3;
}
.cid-uWuk9oI3JB .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uWuk9oI3JB .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uWuk9oI3JB .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #046e7c, #292739);
}
@media (max-width: 992px) {
  .cid-uWuk9oI3JB .border-wrap {
    margin-top: 32px;
  }
}
.cid-uWuk9oI3JB .mbr-section-title {
  color: #ffffff;
}
.cid-uWuk9oI3JB .mbr-text,
.cid-uWuk9oI3JB .text-wrapper {
  color: #bbbbbb;
  text-align: right;
}
.cid-uWuk9oI3JB .mbr-section-title,
.cid-uWuk9oI3JB .mbr-section-btn {
  text-align: center;
}
.cid-ujDzx0YG2v {
  background-image: url("../../../assets/images/59c67d63-069a-4813-827d-d2b99ade1bce-1536x1024.png");
}
.cid-ujDzx0YG2v .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujDzx0YG2v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujDzx0YG2v .items-wrap {
  justify-content: space-between;
}
.cid-ujDzx0YG2v .items-wrap .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ujDzx0YG2v .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ujDzx0YG2v .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ujDzx0YG2v .content-wrapper .mbr-section-title span {
  color: #38a1a7;
}
.cid-ujDzx0YG2v .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ujDzx0YG2v .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 16px;
    width: 100%;
  }
}
.cid-ujDzx0YG2v .image-wrapper {
  margin-bottom: 32px;
}
.cid-ujDzx0YG2v .image-wrapper img {
  height: 530px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ujDzx0YG2v .image-wrapper img {
    height: 350px;
  }
}
.cid-ujDzx0YG2v .mbr-section-title {
  color: #ffffff;
}
.cid-ujDzx0YG2v .mbr-text,
.cid-ujDzx0YG2v .text-wrapper {
  color: #ffffff;
}
.cid-uWzGRIvCNQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #080813;
}
.cid-uWzGRIvCNQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWzGRIvCNQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWzGRIvCNQ .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWzGRIvCNQ .content-wrapper .mbr-section-title span {
  color: #2d9ca3;
}
.cid-uWzGRIvCNQ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uWzGRIvCNQ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uWzGRIvCNQ .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #046e7c, #292739);
}
@media (max-width: 992px) {
  .cid-uWzGRIvCNQ .border-wrap {
    margin-top: 32px;
  }
}
.cid-uWzGRIvCNQ .mbr-section-title {
  color: #ffffff;
}
.cid-uWzGRIvCNQ .mbr-text,
.cid-uWzGRIvCNQ .text-wrapper {
  color: #bbbbbb;
  text-align: right;
}
.cid-uWzGRIvCNQ .mbr-section-title,
.cid-uWzGRIvCNQ .mbr-section-btn {
  text-align: center;
}
.cid-uWtSggvEur {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #000000;
}
.cid-uWtSggvEur .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWtSggvEur .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWtSggvEur .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uWtSggvEur .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-uWtSggvEur .container {
    padding: 0 26px;
  }
}
.cid-uWtSggvEur .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 535px;
  max-width: 535px;
}
@media (max-width: 768px) {
  .cid-uWtSggvEur .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uWtSggvEur .embla__slide a {
  display: block;
  width: 100%;
}
.cid-uWtSggvEur .embla__slide a .card-wrap .item-wrapper .image-wrap img {
  height: 380px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uWtSggvEur .embla__slide a .card-wrap .item-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-uWtSggvEur .embla__button--next,
.cid-uWtSggvEur .embla__button--prev {
  display: flex;
}
.cid-uWtSggvEur .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 50px;
  background-color: transparent;
  color: #046e7c;
  border: none;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uWtSggvEur .embla__button {
    display: none;
  }
}
.cid-uWtSggvEur .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uWtSggvEur .embla__button:hover {
  background: transparent;
  color: #046e7c;
}
.cid-uWtSggvEur .embla__button.embla__button--prev {
  left: 0;
  margin-left: 60px;
}
@media (max-width: 992px) {
  .cid-uWtSggvEur .embla__button.embla__button--prev {
    margin-left: 26px;
  }
}
.cid-uWtSggvEur .embla__button.embla__button--next {
  right: 0;
  margin-right: 60px;
}
@media (max-width: 992px) {
  .cid-uWtSggvEur .embla__button.embla__button--next {
    margin-right: 26px;
  }
}
.cid-uWtSggvEur .embla {
  position: relative;
  width: 100%;
}
.cid-uWtSggvEur .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uWtSggvEur .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uWtSggvEur .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uWtSggvEur .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uWul5P2Adc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #080813;
}
.cid-uWul5P2Adc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWul5P2Adc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWul5P2Adc .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWul5P2Adc .content-wrapper .mbr-section-title span {
  color: #2d9ca3;
}
.cid-uWul5P2Adc .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uWul5P2Adc .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uWul5P2Adc .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #046e7c, #292739);
}
@media (max-width: 992px) {
  .cid-uWul5P2Adc .border-wrap {
    margin-top: 32px;
  }
}
.cid-uWul5P2Adc .mbr-section-title {
  color: #ffffff;
}
.cid-uWul5P2Adc .mbr-text,
.cid-uWul5P2Adc .text-wrapper {
  color: #bbbbbb;
  text-align: right;
}
.cid-uWul5P2Adc .mbr-section-title,
.cid-uWul5P2Adc .mbr-section-btn {
  text-align: center;
}
.cid-uWo44a4LkR {
  background-image: url("../../../assets/images/67457c24-4475-4bda-bdeb-fdb2d5214ca0-1536x1024.png");
}
.cid-uWo44a4LkR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWo44a4LkR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWo44a4LkR .content-wrapper {
  position: relative;
  padding: 46px 24px 74px 24px;
  overflow: hidden;
  border: 1px solid #046e7c;
  background-color: #046e7c;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uWo44a4LkR .content-wrapper {
    padding: 24px 14px;
  }
}
.cid-uWo44a4LkR .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #2d9ca3, #000000);
  opacity: .3;
}
.cid-uWo44a4LkR .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uWo44a4LkR .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uWo44a4LkR .content-wrapper .items-wrap {
  position: relative;
  z-index: 1;
  justify-content: center;
  margin: 0 -7px;
}
.cid-uWo44a4LkR .content-wrapper .items-wrap .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
.cid-uWo44a4LkR .content-wrapper .items-wrap .item .item-img {
  position: relative;
  border: 1px solid #046e7c;
  box-shadow: 0px -1px 1px #046e7c;
  overflow: hidden;
  background-color: #2d9ca3;
  background-color: transparent;
}
.cid-uWo44a4LkR .content-wrapper .items-wrap .item .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2d9ca3;
  opacity: .5;
}
.cid-uWo44a4LkR .content-wrapper .items-wrap .item .item-img .item-title {
  position: relative;
  z-index: 1;
  padding: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWo44a4LkR .content-wrapper .items-wrap .item .item-img .item-title {
    padding: 14px;
  }
}
.cid-uWo44a4LkR .content-wrapper .items-wrap .item .item-img .image-wrap {
  position: relative;
  z-index: 1;
}
.cid-uWo44a4LkR .content-wrapper .items-wrap .item .item-img .image-wrap img {
  height: auto;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uWo44a4LkR .content-wrapper .items-wrap .item .item-content {
  position: relative;
  padding: 24px;
  overflow: hidden;
  border: 1px solid #046e7c;
  background-color: #2d9ca3;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uWo44a4LkR .content-wrapper .items-wrap .item .item-content {
    padding: 14px;
  }
}
.cid-uWo44a4LkR .content-wrapper .items-wrap .item .item-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2d9ca3;
  opacity: .5;
}
.cid-uWo44a4LkR .content-wrapper .items-wrap .item .item-content .list {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uWo44a4LkR .content-wrapper .items-wrap .item .item-content .list .item-wrap {
  padding-left: 24px;
  position: relative;
  margin-bottom: 16px;
}
.cid-uWo44a4LkR .content-wrapper .items-wrap .item .item-content .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uWo44a4LkR .content-wrapper .items-wrap .item .item-content .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #2d9ca3;
  background: linear-gradient(-125deg, #2d9ca3 30%, #000000);
}
.cid-uWo44a4LkR .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uWo44a4LkR .content-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-uWo44a4LkR .btn-wrapper {
  margin-top: -6%;
}
.cid-uWo44a4LkR .mbr-section-title {
  color: #ffffff;
}
.cid-uWo44a4LkR .item-title {
  color: #ffffff;
}
.cid-uWo44a4LkR .list {
  color: #bbbbbb;
}
.cid-uWo44a4LkR .mbr-section-title,
.cid-uWo44a4LkR .mbr-section-btn {
  text-align: center;
}
.cid-uWo44a4LkR .list,
.cid-uWo44a4LkR .item-wrap {
  color: #ffffff;
}
.cid-uWo44a4LkR .list,
.cid-uWo44a4LkR .item-wrap DIV {
  text-align: left;
}
.cid-uWtQotA0uG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #080813;
}
.cid-uWtQotA0uG .item:focus,
.cid-uWtQotA0uG span:focus {
  outline: none;
}
.cid-uWtQotA0uG .item {
  cursor: pointer;
}
.cid-uWtQotA0uG .grid-container {
  grid-row-gap: 14px;
}
@media (max-width: 767px) {
  .cid-uWtQotA0uG .grid-container {
    grid-row-gap: 14px;
  }
}
.cid-uWtQotA0uG .grid-container-1,
.cid-uWtQotA0uG .grid-container-2,
.cid-uWtQotA0uG .grid-container-3 {
  gap: 0 14px;
}
@media (max-width: 767px) {
  .cid-uWtQotA0uG .grid-container-1,
  .cid-uWtQotA0uG .grid-container-2,
  .cid-uWtQotA0uG .grid-container-3 {
    gap: 0 14px;
  }
}
.cid-uWtQotA0uG .mbr-section-title {
  margin-bottom: 48px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uWtQotA0uG .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uWtQotA0uG .content-head {
  max-width: 800px;
}
.cid-uWtQotA0uG .container,
.cid-uWtQotA0uG .container-fluid {
  overflow: hidden;
}
.cid-uWtQotA0uG .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uWtQotA0uG .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px 0;
}
.cid-uWtQotA0uG .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 530px;
  object-fit: cover;
  border: 1px solid #323046;
  box-shadow: 0px -1px 1px #046e7c;
}
@media (max-width: 1200px) {
  .cid-uWtQotA0uG .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uWtQotA0uG .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-uWtQotA0uG .grid-container-1,
.cid-uWtQotA0uG .grid-container-2,
.cid-uWtQotA0uG .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uWtQotA0uG .grid-container-1 {
  align-items: flex-end;
}
.cid-uWtQotA0uG .grid-container-2 {
  align-items: flex-start;
}
.cid-uWoGcWScJZ {
  padding-top: 150px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/11fe81b0-d2a1-4875-858b-bc029a701ec8-1536x1024.png");
}
.cid-uWoGcWScJZ .mbr-overlay {
  background-color: #000000;
  opacity: 0.1;
}
.cid-uWoGcWScJZ H4 {
  color: #38a1a7;
}
.cid-uWulsznNcm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #080813;
}
.cid-uWulsznNcm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWulsznNcm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWulsznNcm .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWulsznNcm .content-wrapper .mbr-section-title span {
  color: #2d9ca3;
}
.cid-uWulsznNcm .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uWulsznNcm .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uWulsznNcm .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #046e7c, #292739);
}
@media (max-width: 992px) {
  .cid-uWulsznNcm .border-wrap {
    margin-top: 32px;
  }
}
.cid-uWulsznNcm .mbr-section-title {
  color: #ffffff;
}
.cid-uWulsznNcm .mbr-text,
.cid-uWulsznNcm .text-wrapper {
  color: #bbbbbb;
  text-align: right;
}
.cid-uWulsznNcm .mbr-section-title,
.cid-uWulsznNcm .mbr-section-btn {
  text-align: center;
}
.cid-uWqJtmdDgj {
  background-image: url("../../../assets/images/1392784f-6a0a-4b32-8ec5-e93f37f00130-1536x1024.png");
}
.cid-uWqJtmdDgj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWqJtmdDgj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWqJtmdDgj .items-wrap {
  justify-content: center;
}
.cid-uWqJtmdDgj .items-wrap .item {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uWqJtmdDgj .items-wrap .item {
    margin-bottom: 14px;
  }
}
.cid-uWqJtmdDgj .items-wrap .item .item-wrapper .item-img img {
  height: 360px;
  width: 100%;
  object-fit: cover;
}
.cid-uWqJtmdDgj .items-wrap .item .item-wrapper .card_1 img {
  transform: rotate(-6deg);
}
@media (max-width: 992px) {
  .cid-uWqJtmdDgj .items-wrap .item .item-wrapper .card_1 img {
    transform: none;
  }
}
.cid-uWqJtmdDgj .items-wrap .item .item-wrapper .card_2 img {
  transform: rotate(6deg);
}
@media (max-width: 992px) {
  .cid-uWqJtmdDgj .items-wrap .item .item-wrapper .card_2 img {
    transform: none;
  }
}
.cid-uWqJtmdDgj .items-wrap .item .item-wrapper .card_3 img {
  transform: rotate(10deg);
}
@media (max-width: 992px) {
  .cid-uWqJtmdDgj .items-wrap .item .item-wrapper .card_3 img {
    transform: none;
  }
}
.cid-uWujk4WNA8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #080813;
}
.cid-uWujk4WNA8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWujk4WNA8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWujk4WNA8 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uWujk4WNA8 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uWujk4WNA8 .content-wrapper .mbr-section-title span {
  color: #2d9ca3;
}
.cid-uWujk4WNA8 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: center;
}
.cid-uWujk4WNA8 .content-wrapper .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 16px;
  background-color: #555555;
  transition: all 0.3s ease-in-out;
  margin: 5px;
}
.cid-uWujk4WNA8 .content-wrapper .social-wrapper .social-wrap .soc-item:hover,
.cid-uWujk4WNA8 .content-wrapper .social-wrapper .social-wrap .soc-item:focus {
  transform: scale(1.05);
}
.cid-uWujk4WNA8 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uWujk4WNA8 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: block;
  color: #ffffff;
  font-size: 22px;
  width: 22px;
  height: 22px;
}
.cid-uWujk4WNA8 .content-wrapper .social-wrapper .social-wrap .soc-item .mbr-desc {
  margin-left: 10px;
  margin-bottom: 0;
}
.cid-uWujk4WNA8 .mbr-section-title {
  color: #ffffff;
}
.cid-uWujk4WNA8 .mbr-desc {
  color: #ffffff;
}
.cid-uWujk4WNA8 .mbr-section-title,
.cid-uWujk4WNA8 .social-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uWAnFkW98G {
  background-image: url("../../../assets/images/67457c24-4475-4bda-bdeb-fdb2d5214ca0-1536x1024.png");
}
.cid-uWAnFkW98G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWAnFkW98G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWAnFkW98G .items-wrap {
  justify-content: space-between;
}
.cid-uWAnFkW98G .items-wrap .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uWAnFkW98G .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWAnFkW98G .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWAnFkW98G .content-wrapper .mbr-section-title span {
  color: #2d9ca3;
}
.cid-uWAnFkW98G .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWAnFkW98G .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 16px;
    width: 100%;
  }
}
.cid-uWAnFkW98G .image-wrapper {
  margin-bottom: 32px;
}
.cid-uWAnFkW98G .image-wrapper img {
  height: 530px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uWAnFkW98G .image-wrapper img {
    height: 350px;
  }
}
.cid-uWAnFkW98G .mbr-section-title {
  color: #ffffff;
}
.cid-uWAnFkW98G .mbr-text,
.cid-uWAnFkW98G .text-wrapper {
  color: #ffffff;
}
.cid-uWAq2EILpM {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #080813;
}
.cid-uWAq2EILpM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWAq2EILpM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWAq2EILpM .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWAq2EILpM .content-wrapper .mbr-section-title span {
  color: #2d9ca3;
}
.cid-uWAq2EILpM .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uWAq2EILpM .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uWAq2EILpM .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #046e7c, #292739);
}
@media (max-width: 992px) {
  .cid-uWAq2EILpM .border-wrap {
    margin-top: 32px;
  }
}
.cid-uWAq2EILpM .mbr-section-title {
  color: #ffffff;
}
.cid-uWAq2EILpM .mbr-text,
.cid-uWAq2EILpM .text-wrapper {
  color: #bbbbbb;
  text-align: right;
}
.cid-uWAq2EILpM .mbr-section-title,
.cid-uWAq2EILpM .mbr-section-btn {
  text-align: center;
}
.cid-uWtSdkcS3H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uWtSdkcS3H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWtSdkcS3H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWtSdkcS3H .container-fluid {
  padding: 0 60px;
}
@media (max-width: 768px) {
  .cid-uWtSdkcS3H .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uWtSdkcS3H .container {
    padding: 0 26px;
  }
}
.cid-uWtSdkcS3H .google-map iframe {
  height: 345px;
  filter: invert(1);
}
.cid-uWB5ij09qv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/67457c24-4475-4bda-bdeb-fdb2d5214ca0-1536x1024.png");
}
.cid-uWB5ij09qv .mbr-overlay {
  background: #080813;
  opacity: 0.8;
}
.cid-uWB5ij09qv .item:focus,
.cid-uWB5ij09qv span:focus {
  outline: none;
}
.cid-uWB5ij09qv .item {
  cursor: pointer;
}
.cid-uWB5ij09qv .grid-container {
  grid-row-gap: 14px;
}
@media (max-width: 767px) {
  .cid-uWB5ij09qv .grid-container {
    grid-row-gap: 14px;
  }
}
.cid-uWB5ij09qv .grid-container-1,
.cid-uWB5ij09qv .grid-container-2,
.cid-uWB5ij09qv .grid-container-3 {
  gap: 0 14px;
}
@media (max-width: 767px) {
  .cid-uWB5ij09qv .grid-container-1,
  .cid-uWB5ij09qv .grid-container-2,
  .cid-uWB5ij09qv .grid-container-3 {
    gap: 0 14px;
  }
}
.cid-uWB5ij09qv .mbr-section-title {
  margin-bottom: 48px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uWB5ij09qv .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uWB5ij09qv .content-head {
  max-width: 800px;
}
.cid-uWB5ij09qv .container,
.cid-uWB5ij09qv .container-fluid {
  overflow: hidden;
}
.cid-uWB5ij09qv .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uWB5ij09qv .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px 0;
}
.cid-uWB5ij09qv .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 530px;
  object-fit: cover;
  border: 1px solid #323046;
  box-shadow: 0px -1px 1px #046e7c;
}
@media (max-width: 1200px) {
  .cid-uWB5ij09qv .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uWB5ij09qv .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-uWB5ij09qv .grid-container-1,
.cid-uWB5ij09qv .grid-container-2,
.cid-uWB5ij09qv .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uWB5ij09qv .grid-container-1 {
  align-items: flex-end;
}
.cid-uWB5ij09qv .grid-container-2 {
  align-items: flex-start;
}
.cid-ujDzAY87EK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/1392784f-6a0a-4b32-8ec5-e93f37f00130-1536x1024.png");
}
.cid-ujDzAY87EK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujDzAY87EK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujDzAY87EK .items-wrap {
  justify-content: center;
}
.cid-ujDzAY87EK .items-wrap .card {
  justify-content: flex-end;
}
.cid-ujDzAY87EK .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ujDzAY87EK .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-ujDzAY87EK .nav-wrapper {
  margin-bottom: 32px;
}
.cid-ujDzAY87EK .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-ujDzAY87EK .nav-wrapper .list .item-wrap {
  padding: 5px 10px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-ujDzAY87EK .nav-wrapper .list .item-wrap:hover,
.cid-ujDzAY87EK .nav-wrapper .list .item-wrap:focus {
  color: #03d7f5;
}
.cid-ujDzAY87EK .mbr-copy {
  margin-bottom: 0;
  color: #bbbbbb;
}
@media (max-width: 992px) {
  .cid-ujDzAY87EK .mbr-copy {
    text-align: center;
  }
}
.cid-ujDzAY87EK .mbr-section-title {
  color: #ffffff;
}
.cid-ujDzAY87EK .list,
.cid-ujDzAY87EK .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-uWuJ7Riq60.popup-builder {
  background-color: #ffffff;
}
.cid-uWuJ7Riq60.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uWuJ7Riq60.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uWuJ7Riq60 .modal-content,
.cid-uWuJ7Riq60 .modal-dialog {
  height: auto;
}
.cid-uWuJ7Riq60 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uWuJ7Riq60 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uWuJ7Riq60 .form-wrapper .mbr-form .form-group,
  .cid-uWuJ7Riq60 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uWuJ7Riq60 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uWuJ7Riq60 .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-uWuJ7Riq60 .mbr-text {
  text-align: left;
}
.cid-uWuJ7Riq60 .pt-0 {
  padding-top: 0 !important;
}
.cid-uWuJ7Riq60 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uWuJ7Riq60 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uWuJ7Riq60 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uWuJ7Riq60 .modal-open {
  overflow: hidden;
}
.cid-uWuJ7Riq60 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uWuJ7Riq60 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uWuJ7Riq60 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uWuJ7Riq60 .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-uWuJ7Riq60 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uWuJ7Riq60 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uWuJ7Riq60 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uWuJ7Riq60 .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-uWuJ7Riq60 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uWuJ7Riq60 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uWuJ7Riq60 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uWuJ7Riq60 .modal-backdrop.show {
  opacity: .5;
}
.cid-uWuJ7Riq60 .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-uWuJ7Riq60 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uWuJ7Riq60 .modal-header {
    padding: 1rem;
  }
}
.cid-uWuJ7Riq60 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uWuJ7Riq60 .modal-header .close svg {
  fill: #353535;
}
.cid-uWuJ7Riq60 .modal-header .close:hover {
  opacity: 1;
}
.cid-uWuJ7Riq60 .modal-header .close:focus {
  outline: none;
}
.cid-uWuJ7Riq60 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uWuJ7Riq60 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uWuJ7Riq60 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uWuJ7Riq60 .modal-body {
    padding: 1rem;
  }
}
.cid-uWuJ7Riq60 .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-uWuJ7Riq60 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uWuJ7Riq60 .modal-footer {
    padding: 1rem;
  }
}
.cid-uWuJ7Riq60 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uWuJ7Riq60 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uWuJ7Riq60 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uWuJ7Riq60 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uWuJ7Riq60 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uWuJ7Riq60 .modal-lg,
  .cid-uWuJ7Riq60 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uWuJ7Riq60 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uWuJ7Riq60 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uWuJ7Riq60 .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-uWuJ7Riq60 .form-group {
  margin-bottom: 1rem;
}
.cid-uWuJ7Riq60 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uWuJ7Riq60 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uWuJ7Riq60 .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-uWuJ7Riq60 .mbr-section-btn {
  margin: 0;
}
.cid-uWuJ7Riq60 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uWuM0GthRS.popup-builder {
  background-color: #ffffff;
}
.cid-uWuM0GthRS.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uWuM0GthRS.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uWuM0GthRS .modal-content,
.cid-uWuM0GthRS .modal-dialog {
  height: auto;
}
.cid-uWuM0GthRS .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uWuM0GthRS .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uWuM0GthRS .form-wrapper .mbr-form .form-group,
  .cid-uWuM0GthRS .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uWuM0GthRS .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uWuM0GthRS .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-uWuM0GthRS .mbr-text {
  text-align: left;
}
.cid-uWuM0GthRS .pt-0 {
  padding-top: 0 !important;
}
.cid-uWuM0GthRS .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uWuM0GthRS .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uWuM0GthRS .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uWuM0GthRS .modal-open {
  overflow: hidden;
}
.cid-uWuM0GthRS .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uWuM0GthRS .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uWuM0GthRS .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uWuM0GthRS .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-uWuM0GthRS .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uWuM0GthRS .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uWuM0GthRS .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uWuM0GthRS .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-uWuM0GthRS .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uWuM0GthRS .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uWuM0GthRS .modal-backdrop.fade {
  opacity: 0;
}
.cid-uWuM0GthRS .modal-backdrop.show {
  opacity: .5;
}
.cid-uWuM0GthRS .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-uWuM0GthRS .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uWuM0GthRS .modal-header {
    padding: 1rem;
  }
}
.cid-uWuM0GthRS .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uWuM0GthRS .modal-header .close svg {
  fill: #353535;
}
.cid-uWuM0GthRS .modal-header .close:hover {
  opacity: 1;
}
.cid-uWuM0GthRS .modal-header .close:focus {
  outline: none;
}
.cid-uWuM0GthRS .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uWuM0GthRS .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uWuM0GthRS .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uWuM0GthRS .modal-body {
    padding: 1rem;
  }
}
.cid-uWuM0GthRS .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-uWuM0GthRS .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uWuM0GthRS .modal-footer {
    padding: 1rem;
  }
}
.cid-uWuM0GthRS .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uWuM0GthRS .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uWuM0GthRS .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uWuM0GthRS .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uWuM0GthRS .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uWuM0GthRS .modal-lg,
  .cid-uWuM0GthRS .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uWuM0GthRS .modal-xl {
    max-width: 1140px;
  }
}
.cid-uWuM0GthRS .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uWuM0GthRS .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-uWuM0GthRS .form-group {
  margin-bottom: 1rem;
}
.cid-uWuM0GthRS .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uWuM0GthRS .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uWuM0GthRS .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-uWuM0GthRS .mbr-section-btn {
  margin: 0;
}
.cid-uWuM0GthRS .mbr-section-btn .btn {
  margin: 0;
}
