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

.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: 32px;
    padding-right: 32px;
  }
}
@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;
  }
}
body{
direction: rtl;
text-align: right;
font-family: 'Cairo', sans-serif;
}

.container{
direction: rtl;
}

.row{
flex-direction: row-reverse;
}.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Golos Text;
}
.display-1 {
  font-family: 'arial';
  font-size: 4rem;
  line-height: 1;
  letter-spacing: -0.18rem;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'arial';
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: -0.08ch;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'arial';
  font-size: 1.1rem;
  line-height: 1;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'arial';
  font-size: 1.7rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.125rem;
}
.display-7 {
  font-family: 'arial';
  font-size: 1.3rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- 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.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((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.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((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: #53b3cb !important;
}
.bg-success {
  background-color: #25c67b !important;
}
.bg-info {
  background-color: #0cbcdf !important;
}
.bg-warning {
  background-color: #1c1c1c !important;
}
.bg-danger {
  background-color: #8d0b17 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #53b3cb !important;
  border-color: #53b3cb !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #7ac4d7 !important;
  border-color: #7ac4d7 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #7ac4d7 !important;
  border-color: #7ac4d7 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e01a4f !important;
  border-color: #e01a4f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #e94470 !important;
  border-color: #e94470 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e94470 !important;
  border-color: #e94470 !important;
}
.btn-info,
.btn-info:active {
  background-color: #0cbcdf !important;
  border-color: #0cbcdf !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #2ad2f4 !important;
  border-color: #2ad2f4 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #2ad2f4 !important;
  border-color: #2ad2f4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #25c67b !important;
  border-color: #25c67b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #42dc94 !important;
  border-color: #42dc94 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #42dc94 !important;
  border-color: #42dc94 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #1c1c1c !important;
  border-color: #1c1c1c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #363636 !important;
  border-color: #363636 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #363636 !important;
  border-color: #363636 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #8d0b17 !important;
  border-color: #8d0b17 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #bc0f1f !important;
  border-color: #bc0f1f !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #bc0f1f !important;
  border-color: #bc0f1f !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !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: #757b62 !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: #53b3cb;
  color: #53b3cb;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2e8499 !important;
  background-color: transparent !important;
  border-color: #2e8499 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #53b3cb !important;
  border-color: #53b3cb !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #e01a4f;
  color: #e01a4f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #921134 !important;
  background-color: transparent !important;
  border-color: #921134 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e01a4f !important;
  border-color: #e01a4f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0cbcdf;
  color: #0cbcdf;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #08778d !important;
  background-color: transparent !important;
  border-color: #08778d !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0cbcdf !important;
  border-color: #0cbcdf !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #25c67b;
  color: #25c67b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #177d4e !important;
  background-color: transparent !important;
  border-color: #177d4e !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #25c67b !important;
  border-color: #25c67b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #1c1c1c;
  color: #1c1c1c;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #1c1c1c !important;
  border-color: #1c1c1c !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #8d0b17;
  color: #8d0b17;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #3d050a !important;
  background-color: transparent !important;
  border-color: #3d050a !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #8d0b17 !important;
  border-color: #8d0b17 !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: #53b3cb !important;
}
.text-secondary {
  color: #e01a4f !important;
}
.text-success {
  color: #25c67b !important;
}
.text-info {
  color: #0cbcdf !important;
}
.text-warning {
  color: #1c1c1c !important;
}
.text-danger {
  color: #8d0b17 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #2b7a8d !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #850f2f !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #157046 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #076a7e !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #2e0408 !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #53b3cb;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0cbcdf;
}
.alert-warning {
  background-color: #1c1c1c;
}
.alert-danger {
  background-color: #8d0b17;
}
.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: #53b3cb;
  border-color: #53b3cb;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #53b3cb;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f0f8fa;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #83e8b9;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #bcf1fb;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #cfcfcf;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ee293b;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'arial';
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.625rem;
}
.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: #53b3cb !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'arial';
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.625rem;
}
blockquote {
  border-color: #53b3cb;
}
/* 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: #53b3cb;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #53b3cb;
}
.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: #53b3cb;
  border-bottom-color: #53b3cb;
}
.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: #53b3cb !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: #e01a4f !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='%2353b3cb' %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 {
  border-radius: .3rem !important;
  padding: 16px 20px;
  font-weight: 500 !important;
  flex-direction: row-reverse;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  border-width: 1px !important;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  width: 0;
  opacity: 0;
  margin: 2px 0 0 0;
  transform: translateX(-5px);
  color: #1c1c1c !important;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont,
.mbr-section-btn-main .btn:focus .mbr-iconfont {
  width: 1.5rem;
  display: inline-flex;
  opacity: 1;
  transform: translateX(0);
  margin: 2px 8px 0 0;
}
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info {
  color: #53b3cb !important;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus {
  background-color: #0cbcdf !important;
  color: #53b3cb !important;
}
img {
  border-radius: .3rem !important;
}
.cid-vdRb9rDBkc .navbar-dropdown {
  position: relative !important;
}
.cid-vdRb9rDBkc .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-vdRb9rDBkc .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-vdRb9rDBkc .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-vdRb9rDBkc .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-vdRb9rDBkc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vdRb9rDBkc .dropdown-item {
  border: 2px solid #ffffff;
  background: #030632 !important;
  color: #53b3cb !important;
}
.cid-vdRb9rDBkc .dropdown-item:hover,
.cid-vdRb9rDBkc .dropdown-item:focus {
  background: #030632 !important;
  color: #53b3cb !important;
}
.cid-vdRb9rDBkc .dropdown-item:hover span {
  color: white;
}
.cid-vdRb9rDBkc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vdRb9rDBkc .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vdRb9rDBkc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdRb9rDBkc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vdRb9rDBkc .nav-link {
  position: relative;
}
.cid-vdRb9rDBkc .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vdRb9rDBkc .container {
    flex-wrap: nowrap;
  }
}
.cid-vdRb9rDBkc .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vdRb9rDBkc .iconfont-wrapper:hover {
  color: #ffd876 !important;
}
.cid-vdRb9rDBkc .dropdown-menu,
.cid-vdRb9rDBkc .navbar.opened {
  background: #030632 !important;
}
.cid-vdRb9rDBkc .nav-item:focus,
.cid-vdRb9rDBkc .nav-link:focus {
  outline: none;
}
.cid-vdRb9rDBkc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdRb9rDBkc .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vdRb9rDBkc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdRb9rDBkc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdRb9rDBkc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdRb9rDBkc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdRb9rDBkc .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #030632;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vdRb9rDBkc .navbar.opened {
  transition: all 0.3s;
}
.cid-vdRb9rDBkc .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0;
}
.cid-vdRb9rDBkc .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vdRb9rDBkc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdRb9rDBkc .navbar.collapsed {
  justify-content: center;
}
.cid-vdRb9rDBkc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdRb9rDBkc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdRb9rDBkc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-vdRb9rDBkc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdRb9rDBkc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdRb9rDBkc .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-vdRb9rDBkc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdRb9rDBkc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdRb9rDBkc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdRb9rDBkc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdRb9rDBkc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdRb9rDBkc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdRb9rDBkc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdRb9rDBkc .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-vdRb9rDBkc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdRb9rDBkc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdRb9rDBkc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdRb9rDBkc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vdRb9rDBkc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdRb9rDBkc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdRb9rDBkc .navbar.navbar-short {
  min-height: 96px;
}
.cid-vdRb9rDBkc .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vdRb9rDBkc .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vdRb9rDBkc .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vdRb9rDBkc .navbar-brand .navbar-caption:hover,
.cid-vdRb9rDBkc .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-vdRb9rDBkc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdRb9rDBkc .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vdRb9rDBkc .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-vdRb9rDBkc .dropdown-item.active,
.cid-vdRb9rDBkc .dropdown-item:active {
  background-color: transparent;
}
.cid-vdRb9rDBkc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdRb9rDBkc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdRb9rDBkc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdRb9rDBkc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #030632;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-vdRb9rDBkc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vdRb9rDBkc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vdRb9rDBkc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdRb9rDBkc ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vdRb9rDBkc ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid #ffffff;
  }
}
.cid-vdRb9rDBkc .navbar-buttons {
  text-align: center;
}
.cid-vdRb9rDBkc .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 22px 32px;
  min-height: auto;
}
.cid-vdRb9rDBkc .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-vdRb9rDBkc .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vdRb9rDBkc button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #030632 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vdRb9rDBkc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vdRb9rDBkc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vdRb9rDBkc button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vdRb9rDBkc button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vdRb9rDBkc button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vdRb9rDBkc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdRb9rDBkc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdRb9rDBkc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdRb9rDBkc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdRb9rDBkc .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vdRb9rDBkc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdRb9rDBkc .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-vdRb9rDBkc .navbar {
    height: 70px;
  }
  .cid-vdRb9rDBkc .navbar.opened {
    height: auto;
  }
  .cid-vdRb9rDBkc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdRb9rDBkc .navbar-nav {
  margin: 0 auto;
}
.cid-vdRb9rDBkc .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vdRb9rDBkc .nav-item .nav-link {
  padding: 24px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vdRb9rDBkc .nav-item .nav-link::after {
  color: #ffd876 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vdRb9rDBkc .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ffd876 !important;
}
.cid-vdRb9rDBkc .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vdRb9rDBkc .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vdRb9rDBkc .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vdRb9rDBkc .nav-item .dropdown-menu .dropdown-item {
  color: #53b3cb !important;
}
.cid-vdRb9rDBkc .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffd876 !important;
}
@media (max-width: 991px) {
  .cid-vdRb9rDBkc .navbar {
    justify-content: flex-start !important;
  }
  .cid-vdRb9rDBkc .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vdRb9rDBkc .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vdRb9rDBkc .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vdRb9rDBkc .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vdRb9rDBkc .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-vdRb9rDBkc .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vdRb9rDBkc .content-wrap {
  min-height: 130px;
}
.cid-vdMs067aZX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fef8f5;
}
.cid-vdMs067aZX .content_block {
  padding: 60px 15px;
  padding-right: 20%;
}
.cid-vdMs067aZX .content_block:hover .mbr-section-title a {
  color: #e01a4f !important;
}
.cid-vdMs067aZX .card_topic,
.cid-vdMs067aZX .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-vdMs067aZX .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #e01a4f;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-vdMs067aZX .image {
  position: relative;
}
.cid-vdMs067aZX .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fef8f5);
  z-index: 1;
  pointer-events: none;
}
.cid-vdMs067aZX .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vdMs067aZX .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-vdMs067aZX .mbr-section-btn .btn-secondary-outline:hover,
.cid-vdMs067aZX .mbr-section-btn .btn-secondary-outline .active,
.cid-vdMs067aZX .mbr-section-btn .btn-secondary-outline:focus {
  color: #53b3cb !important;
}
.cid-vdMs067aZX .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-vdMs067aZX .content_block {
    padding: 30px 15px;
  }
  .cid-vdMs067aZX .mbr-figure {
    padding: 0;
  }
  .cid-vdMs067aZX .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(254, 248, 245, 0.99));
  }
}
.cid-vdMs067aZX .mbr-text,
.cid-vdMs067aZX .mbr-section-btn {
  text-align: justify;
}
.cid-uyhim2Ukrf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uyhim2Ukrf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyhim2Ukrf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyhim2Ukrf .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uyhim2Ukrf .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uyhim2Ukrf .container {
    padding: 0 24px;
  }
}
.cid-uyhim2Ukrf .row {
  justify-content: center;
}
.cid-uyhim2Ukrf .content-wrapper {
  border-radius: 40px;
  background-color: #f3f4f7;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-uyhim2Ukrf .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uyhim2Ukrf .content-wrapper {
    padding: 32px;
  }
}
.cid-uyhim2Ukrf .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uyhim2Ukrf .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-uyhim2Ukrf .mbr-section-title {
  color: #000000;
  text-align: right;
}
.cid-uyhim2Ukrf .mbr-text {
  color: #262642;
  text-align: justify;
}
.cid-ux3q5nExDe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ux3q5nExDe .row {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 26px 38px;
}
@media (max-width: 1023px) {
  .cid-ux3q5nExDe .row {
    padding: 0;
  }
}
.cid-ux3q5nExDe .item-text {
  position: relative;
  z-index: 2;
  max-width: 700px;
  flex-shrink: 1;
  padding: 0 !important;
}
@media (max-width: 1023px) {
  .cid-ux3q5nExDe .item-text {
    max-width: 100%;
  }
}
.cid-ux3q5nExDe .item-title {
  position: relative;
  color: #000000;
}
.cid-ux3q5nExDe .item-title:after {
  content: "";
  display: block;
  margin: 20px auto;
  width: 30px;
  height: 1px;
  background-color: currentColor;
}
.cid-ux3q5nExDe .mbr-text {
  color: #000000;
}
.cid-ux3q5nExDe .mbr-section-btn .btn {
  min-width: 260px;
  min-height: 60px;
}
.cid-ux3q5nExDe .item-img {
  flex-shrink: 1.5;
  max-width: 255px;
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  padding: 0 !important;
}
@media (max-width: 1023px) {
  .cid-ux3q5nExDe .item-img {
    display: none;
  }
}
.cid-ux3q5nExDe .item-img-1 {
  transform: rotate(-15deg);
}
.cid-ux3q5nExDe .item-img-2 {
  transform: rotate(15deg);
}
.cid-ux3q5nExDe .item-img img {
  width: 100%;
  aspect-ratio: 0.75;
  object-fit: cover;
}
.cid-ux1J26jSL2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #030632;
}
.cid-ux1J26jSL2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux1J26jSL2 .col-12 {
  padding: 0;
}
.cid-ux1J26jSL2 .row {
  margin: 0;
}
.cid-ux1J26jSL2 .card-wrapper {
  border: 1px solid #53b3cb;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-ux1J26jSL2 .card-wrapper {
    padding: 1rem;
  }
}
.cid-ux1J26jSL2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ux1J26jSL2 .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-ux1J26jSL2 .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-ux1J26jSL2 .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-ux1J26jSL2 .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-ux1J26jSL2 .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ux1J26jSL2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ux1J26jSL2 .image-wrapper {
    padding: 1rem;
  }
}
.cid-ux1J26jSL2 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ux1J26jSL2 .mbr-text,
.cid-ux1J26jSL2 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-vd1A4SbgxA {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background: #efefec;
  overflow: hidden;
}
.cid-vd1A4SbgxA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd1A4SbgxA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd1A4SbgxA .col-title {
  position: relative;
  z-index: 10;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-vd1A4SbgxA .col-title {
    margin-bottom: 40px;
  }
}
.cid-vd1A4SbgxA .mbr-section-title {
  color: #2B2B2B;
}
.cid-vd1A4SbgxA .mbr-section-subtitle {
  color: #5F6AD4;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .cid-vd1A4SbgxA .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-vd1A4SbgxA .mbr-section-btn {
  margin-top: 10px;
}
.cid-vd1A4SbgxA .mbr-section-btn .btn {
  padding: 5px 35px !important;
  min-width: max-content !important;
}
.cid-vd1A4SbgxA .col-card {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vd1A4SbgxA .col-card {
    margin-bottom: 60px;
  }
}
.cid-vd1A4SbgxA .card-wrap {
  border-radius: 0;
}
.cid-vd1A4SbgxA .content-wrap {
  width: 100%;
  margin-top: 20px;
}
.cid-vd1A4SbgxA .card-title {
  color: #2B2B2B;
}
.cid-vd1A4SbgxA .mbr-text {
  color: #646464;
  margin-top: 8px;
  text-align: justify;
}
.cid-vd1A4SbgxA .image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  transition: .3s all;
}
.cid-vd1A4SbgxA .image-wrap img {
  height: 300px;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-vd1A4SbgxA .image-wrap img {
    height: 246px;
  }
}
@media (max-width: 991px) {
  .cid-vd1A4SbgxA .image-wrap img {
    height: 168px;
  }
}
@media (max-width: 767px) {
  .cid-vd1A4SbgxA .image-wrap img {
    height: auto !important;
    max-height: 400px;
  }
}
.cid-vd1A4SbgxA .container,
.cid-vd1A4SbgxA .container-fluid {
  position: relative;
}
.cid-vd1A4SbgxA .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-vd1A4SbgxA .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-vd1A4SbgxA .circle-blur1 {
  top: 0;
  right: 50%;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-vd1A4SbgxA .circle-blur2 {
  top: 12%;
  right: 40%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-vd1A4SbgxA .card-title,
.cid-vd1A4SbgxA .mbr-section-btn {
  text-align: center;
}
.cid-uvxyrVpX50 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f4f4f4;
}
.cid-uvxyrVpX50 .wrapper {
  background: #ffffff;
}
.cid-uvxyrVpX50 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvxyrVpX50 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvxyrVpX50 .mbr-section-title {
  text-align: right;
}
.cid-uvxyrVpX50 .mbr-text {
  text-align: right;
}
.cid-uvxEN8VNiV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #030632;
}
.cid-uvxEN8VNiV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvxEN8VNiV .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-uvxEN8VNiV .container {
    padding: 0 22px;
  }
}
.cid-uvxEN8VNiV .row {
  justify-content: center;
}
.cid-uvxEN8VNiV .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uvxEN8VNiV .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uvxEN8VNiV .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uvxEN8VNiV .item {
    margin-bottom: 20px;
  }
}
.cid-uvxEN8VNiV .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 10px;
}
.cid-uvxEN8VNiV .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 60px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uvxEN8VNiV .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
    font-size: 42px;
  }
}
.cid-uvxEN8VNiV .item .item-wrapper .card-box .card-title {
  margin-bottom: 10px;
}
.cid-uvxEN8VNiV .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uvxEN8VNiV .mbr-section-title {
  color: #ffffff;
}
.cid-uvxEN8VNiV .card-title {
  color: #ffffff;
}
.cid-uvxEN8VNiV .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-uvxEN8VNiV .mbr-section-title,
.cid-uvxEN8VNiV .mbr-section-btn {
  text-align: center;
}
.cid-uvxEN8VNiV .card-title,
.cid-uvxEN8VNiV .icon-wrapper {
  text-align: center;
}
.cid-uvvZazIJ9t {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: transparent;
}
.cid-uvvZazIJ9t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvvZazIJ9t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvvZazIJ9t .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uvvZazIJ9t .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uvvZazIJ9t .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uvvZazIJ9t .container {
    padding: 0 16px;
  }
}
.cid-uvvZazIJ9t .row {
  justify-content: center;
  margin: 0 -24px;
}
.cid-uvvZazIJ9t .row .item {
  padding: 0 24px;
}
.cid-uvvZazIJ9t .row .item:first-child {
  margin-bottom: 0;
}
.cid-uvvZazIJ9t .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uvvZazIJ9t .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uvvZazIJ9t .item {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uvvZazIJ9t .item {
    margin-bottom: 32px;
  }
}
.cid-uvvZazIJ9t .item:hover .item-wrapper .item-img img,
.cid-uvvZazIJ9t .item:focus .item-wrapper .item-img img {
  transform: scale(1.08);
}
.cid-uvvZazIJ9t .item .item-wrapper .item-img {
  overflow: hidden;
  border-radius: 0.3rem;
  margin-bottom: 24px;
}
.cid-uvvZazIJ9t .item .item-wrapper .item-img img {
  height: 420px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uvvZazIJ9t .item .item-wrapper .item-content .card-date {
  margin-bottom: 16px;
}
.cid-uvvZazIJ9t .item .item-wrapper .item-content .card-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uvvZazIJ9t .item .item-wrapper .item-content .card-title {
    margin-bottom: 16px;
  }
}
.cid-uvvZazIJ9t .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline,
.cid-uvvZazIJ9t .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline,
.cid-uvvZazIJ9t .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline,
.cid-uvvZazIJ9t .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline,
.cid-uvvZazIJ9t .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline,
.cid-uvvZazIJ9t .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline,
.cid-uvvZazIJ9t .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline,
.cid-uvvZazIJ9t .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline {
  padding: 0 0 5px 0;
  border: none !important;
  position: relative;
  margin-top: 0;
}
.cid-uvvZazIJ9t .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline::before,
.cid-uvvZazIJ9t .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline::before,
.cid-uvvZazIJ9t .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline::before,
.cid-uvvZazIJ9t .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline::before,
.cid-uvvZazIJ9t .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline::before,
.cid-uvvZazIJ9t .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline::before,
.cid-uvvZazIJ9t .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline::before,
.cid-uvvZazIJ9t .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uvvZazIJ9t .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:hover:before,
.cid-uvvZazIJ9t .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:hover:before,
.cid-uvvZazIJ9t .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:hover:before,
.cid-uvvZazIJ9t .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:hover:before,
.cid-uvvZazIJ9t .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:hover:before,
.cid-uvvZazIJ9t .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:hover:before,
.cid-uvvZazIJ9t .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:hover:before,
.cid-uvvZazIJ9t .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:hover:before,
.cid-uvvZazIJ9t .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:focus:before,
.cid-uvvZazIJ9t .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:focus:before,
.cid-uvvZazIJ9t .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:focus:before,
.cid-uvvZazIJ9t .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:focus:before,
.cid-uvvZazIJ9t .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:focus:before,
.cid-uvvZazIJ9t .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:focus:before,
.cid-uvvZazIJ9t .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:focus:before,
.cid-uvvZazIJ9t .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:focus:before {
  width: 0;
}
.cid-uvvZazIJ9t .mbr-section-title {
  color: #000000;
  text-align: right;
}
.cid-uvvZazIJ9t .card-title {
  color: #1c1c1c;
}
.cid-uvvZazIJ9t .card-date {
  color: #F9C22E;
}
.cid-uvvZazIJ9t .card-title,
.cid-uvvZazIJ9t .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uvvZazJuuH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f4f4f4;
}
.cid-uvvZazJuuH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvvZazJuuH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvvZazJuuH .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uvvZazJuuH .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uvvZazJuuH .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uvvZazJuuH .container {
    padding: 0 16px;
  }
}
.cid-uvvZazJuuH .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uvvZazJuuH .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uvvZazJuuH .desc-wrapper {
  margin-bottom: 32px;
  padding-right: 60px;
  padding-right: 0;
  padding-left: 60px;
}
@media (max-width: 992px) {
  .cid-uvvZazJuuH .desc-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uvvZazJuuH .desc-wrapper {
    padding: 0;
  }
}
.cid-uvvZazJuuH .desc-wrapper .mbr-desc {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 16px;
}
.cid-uvvZazJuuH .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #53b3cb, #f9c22e);
}
.cid-uvvZazJuuH .image-wrapper {
  padding-right: 60px;
  padding-right: 0;
  padding-left: 60px;
}
@media (max-width: 992px) {
  .cid-uvvZazJuuH .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uvvZazJuuH .image-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uvvZazJuuH .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uvvZazJuuH .image-wrapper img {
    height: 350px;
  }
}
.cid-uvvZazJuuH .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uvvZazJuuH .mbr-section-title {
  color: #000000;
  text-align: right;
}
.cid-uvvZazJuuH .mbr-desc {
  color: #1c1c1c;
}
.cid-uvvZazJuuH .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uvvZazJuuH .mbr-desc,
.cid-uvvZazJuuH .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uvBH8V0J8p {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvBH8V0J8p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvBH8V0J8p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvBH8V0J8p .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uvBH8V0J8p .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uvBH8V0J8p .items-wrap {
  justify-content: center;
  margin: 0 -46px;
}
.cid-uvBH8V0J8p .items-wrap .item {
  padding: 0 46px;
}
.cid-uvBH8V0J8p .item {
  margin-bottom: 32px;
}
.cid-uvBH8V0J8p .item:hover .item-wrapper .item-img img,
.cid-uvBH8V0J8p .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-uvBH8V0J8p .item .item-wrapper .item-desc {
  margin-bottom: 22px;
}
.cid-uvBH8V0J8p .item .item-wrapper .item-img {
  margin-bottom: 22px;
}
.cid-uvBH8V0J8p .item .item-wrapper .item-img .image-wrapper {
  overflow: hidden;
}
.cid-uvBH8V0J8p .item .item-wrapper .item-img .image-wrapper img {
  height: 390px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uvBH8V0J8p .item .item-wrapper .item-img .image-wrapper img {
    height: 350px;
  }
}
.cid-uvBH8V0J8p .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uvBH8V0J8p .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-uvBH8V0J8p .mbr-section-btn {
  margin-top: 42px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uvBH8V0J8p .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-uvBH8V0J8p .mbr-section-title {
  color: #191c25;
}
.cid-uvBH8V0J8p .item-desc {
  color: #191c25;
  text-align: center;
}
.cid-uvBH8V0J8p .item-title {
  color: #191c25;
  text-align: center;
}
.cid-uvBH8V0J8p .item-name {
  color: #191c25;
  text-align: center;
}
.cid-uvBH8V0J8p .mbr-section-title,
.cid-uvBH8V0J8p .mbr-section-btn {
  text-align: right;
}
.cid-uvBXgwUmGQ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uvBXgwUmGQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvBXgwUmGQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvBXgwUmGQ .row {
  margin: 0 !important;
  row-gap: 40px;
  flex-direction: row-reverse;
}
.cid-uvBXgwUmGQ .item-img {
  display: flex;
  justify-content: flex-start;
  width: 50%;
  padding: 0 !important;
  justify-content: flex-end;
}
.cid-uvBXgwUmGQ .item-img img {
  max-width: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uvBXgwUmGQ .item-img {
    width: 100%;
  }
}
.cid-uvBXgwUmGQ .item-content {
  width: 50%;
  padding: 0 !important;
}
@media (max-width: 1500px) {
  .cid-uvBXgwUmGQ .item-content {
    padding-left: 40px !important;
    padding-left: 0 !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uvBXgwUmGQ .item-content {
    padding-left: 25px !important;
    padding-left: 0 !important;
    padding-right: 25px !important;
  }
}
@media (max-width: 991px) {
  .cid-uvBXgwUmGQ .item-content {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uvBXgwUmGQ .card-title {
  color: #131313;
  text-align: right;
}
.cid-uvBXgwUmGQ .card-text {
  margin-top: 25px;
  color: #131313;
}
.cid-uvBXgwUmGQ .list-box {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  width: 100%;
  margin-top: 30px;
}
.cid-uvBXgwUmGQ .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  column-gap: 12px;
}
.cid-uvBXgwUmGQ .iconfont-wrapper {
  flex-shrink: 0;
}
.cid-uvBXgwUmGQ .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 25px;
  color: #fc7942;
  transform: rotate(-45deg);
}
.cid-uvBXgwUmGQ .list-text {
  flex-grow: 1;
  color: #131313;
}
.cid-uvBXgwUmGQ .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 1500px) {
  .cid-uvBXgwUmGQ .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uvBXgwUmGQ .card-text,
.cid-uvBXgwUmGQ .mbr-section-btn {
  text-align: justify;
}
.cid-vdMnL1K8Za {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #030632;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #030632 0%, #030632 100%);
}
@media (max-width: 992px) {
  .cid-vdMnL1K8Za {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #030632 0%, #030632 110%);
  }
}
.cid-vdMnL1K8Za .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdMnL1K8Za .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdMnL1K8Za .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vdMnL1K8Za .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vdMnL1K8Za .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vdMnL1K8Za .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vdMnL1K8Za .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vdMnL1K8Za .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdMnL1K8Za .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vdMnL1K8Za .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vdMnL1K8Za .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vdMnL1K8Za .image-wrapper {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-vdMnL1K8Za .image-wrapper {
    padding-left: 0;
  }
}
.cid-vdMnL1K8Za .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vdMnL1K8Za .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-vdMnL1K8Za .image-wrapper img {
    height: 350px;
  }
}
.cid-vdMnL1K8Za .mbr-label {
  color: #a6adbf;
}
.cid-vdMnL1K8Za .mbr-section-title {
  color: #ffffff;
}
.cid-vdMnL1K8Za .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-vdMnL1K8Za .mbr-text,
.cid-vdMnL1K8Za .text-wrapper {
  color: #666666;
}
.cid-vdMnL1K8Za .mbr-text,
.cid-vdMnL1K8Za .text-wrapper,
.cid-vdMnL1K8Za .mbr-section-btn {
  text-align: justify;
  color: #ffffff;
}
.cid-uvvZazRJSD {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uvvZazRJSD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvvZazRJSD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvvZazRJSD .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uvvZazRJSD .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uvvZazRJSD .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uvvZazRJSD .container {
    padding: 0 16px;
  }
}
.cid-uvvZazRJSD .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uvvZazRJSD .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uvvZazRJSD .panel-group .card {
  border-radius: 0 !important;
  padding: 24px 0;
  border-bottom: 1px solid #000000;
}
.cid-uvvZazRJSD .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-uvvZazRJSD .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uvvZazRJSD .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uvvZazRJSD .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(135deg);
}
.cid-uvvZazRJSD .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uvvZazRJSD .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-uvvZazRJSD .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uvvZazRJSD .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-uvvZazRJSD .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-uvvZazRJSD .panel-group .card .card-header .panel-title .icon-wrapper {
  margin-left: 16px;
}
.cid-uvvZazRJSD .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  font-size: 32px;
  color: #1c1c1c;
  transition: all 0.3s ease-in-out;
}
.cid-uvvZazRJSD .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 16px;
}
.cid-uvvZazRJSD .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-uvvZazRJSD .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-uvvZazRJSD .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uvvZazRJSD .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 80%;
  }
}
.cid-uvvZazRJSD .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uvvZazRJSD .panel-number {
  color: #000000;
}
.cid-uvvZazRJSD .panel-title-edit {
  color: #000000;
  text-align: right;
}
.cid-uvvZazRJSD .panel-text {
  color: #000000;
  text-align: right;
}
.cid-uW185dr6GU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uW185dr6GU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW185dr6GU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW185dr6GU .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uW185dr6GU .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uW185dr6GU .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uW185dr6GU .container {
    padding: 0 16px;
  }
}
.cid-uW185dr6GU .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uW185dr6GU .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uW185dr6GU .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uW185dr6GU .image-wrapper img {
  height: 610px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uW185dr6GU .image-wrapper img {
    height: 350px;
  }
}
.cid-uW185dr6GU .content-wrapper {
  margin-left: 82px;
  margin-left: 0;
  margin-right: 82px;
}
@media (max-width: 992px) {
  .cid-uW185dr6GU .content-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uW185dr6GU .content-wrapper {
    margin: 0;
  }
}
.cid-uW185dr6GU .desc-wrapper {
  margin-bottom: 24px;
}
.cid-uW185dr6GU .desc-wrapper .mbr-desc {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 16px;
}
.cid-uW185dr6GU .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #ffd751, #f27120);
}
.cid-uW185dr6GU .dragArea.row .mbr-section-title {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-uW185dr6GU .dragArea.row .mbr-section-title {
    margin-bottom: 16px !important;
  }
}
.cid-uW185dr6GU .dragArea.row .mbr-text {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-uW185dr6GU .dragArea.row .mbr-text {
    margin-bottom: 16px !important;
  }
}
.cid-uW185dr6GU .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.cid-uW185dr6GU .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-uW185dr6GU .dragArea.row .form-group .form-control {
  padding: 16px 0;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 1px solid #c1c1c1 !important;
}
.cid-uW185dr6GU .dragArea.row .form-group .form-control:hover,
.cid-uW185dr6GU .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #c1c1c1 !important;
}
.cid-uW185dr6GU .dragArea.row .form-group .form-control::placeholder {
  color: #53b3cb;
  opacity: .7;
}
.cid-uW185dr6GU .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uW185dr6GU .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uW185dr6GU .dragArea.row .form-group .form-check .form-check-input {
  background-color: #0cbcdf;
  border-color: #53b3cb;
  border-radius: 0;
}
.cid-uW185dr6GU .dragArea.row .form-group .form-check .form-check-input:focus {
  background-color: #53b3cb;
}
.cid-uW185dr6GU .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 16px;
}
.cid-uW185dr6GU .dragArea.row .mbr-section-btn .btn {
  width: 100%;
}
.cid-uW185dr6GU .mbr-section-title {
  color: #1c1c1c;
}
.cid-uW185dr6GU .mbr-desc {
  color: #1c1c1c;
}
.cid-uW185dr6GU .mbr-text {
  color: #1c1c1c;
}
.cid-uW185dr6GU H5 {
  text-align: center;
}
.cid-uW185dr6GU P {
  text-align: right;
}
.cid-uvCjScrwi1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #030632;
}
@media (max-width: 767px) {
  .cid-uvCjScrwi1 .content {
    text-align: center;
  }
  .cid-uvCjScrwi1 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uvCjScrwi1 .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-uvCjScrwi1 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uvCjScrwi1 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-uvCjScrwi1 .google-map {
  height: 25rem;
  position: relative;
}
.cid-uvCjScrwi1 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uvCjScrwi1 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uvCjScrwi1 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uvCjScrwi1 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uvCjScrwi1 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uvCjScrwi1 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uvCjScrwi1 .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uvCjScrwi1 .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uvCjScrwi1 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uvCjScrwi1 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uvCjScrwi1 .list {
  list-style-type: none;
  padding: 0;
  text-align: right;
  color: #0cbcdf;
}
.cid-uvCjScrwi1 H5 {
  color: #0cbcdf;
  text-align: right;
}
.cid-uvCjScrwi1 .mbr-text {
  text-align: right;
}
.cid-uvCjScrwi1 .copyright > p {
  text-align: center;
}
.cid-vdRb9rDBkc .navbar-dropdown {
  position: relative !important;
}
.cid-vdRb9rDBkc .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-vdRb9rDBkc .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-vdRb9rDBkc .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-vdRb9rDBkc .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-vdRb9rDBkc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vdRb9rDBkc .dropdown-item {
  border: 2px solid #ffffff;
  background: #030632 !important;
  color: #53b3cb !important;
}
.cid-vdRb9rDBkc .dropdown-item:hover,
.cid-vdRb9rDBkc .dropdown-item:focus {
  background: #030632 !important;
  color: #53b3cb !important;
}
.cid-vdRb9rDBkc .dropdown-item:hover span {
  color: white;
}
.cid-vdRb9rDBkc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vdRb9rDBkc .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vdRb9rDBkc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdRb9rDBkc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vdRb9rDBkc .nav-link {
  position: relative;
}
.cid-vdRb9rDBkc .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vdRb9rDBkc .container {
    flex-wrap: nowrap;
  }
}
.cid-vdRb9rDBkc .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vdRb9rDBkc .iconfont-wrapper:hover {
  color: #ffd876 !important;
}
.cid-vdRb9rDBkc .dropdown-menu,
.cid-vdRb9rDBkc .navbar.opened {
  background: #030632 !important;
}
.cid-vdRb9rDBkc .nav-item:focus,
.cid-vdRb9rDBkc .nav-link:focus {
  outline: none;
}
.cid-vdRb9rDBkc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdRb9rDBkc .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vdRb9rDBkc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdRb9rDBkc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdRb9rDBkc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdRb9rDBkc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdRb9rDBkc .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #030632;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vdRb9rDBkc .navbar.opened {
  transition: all 0.3s;
}
.cid-vdRb9rDBkc .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0;
}
.cid-vdRb9rDBkc .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vdRb9rDBkc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdRb9rDBkc .navbar.collapsed {
  justify-content: center;
}
.cid-vdRb9rDBkc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdRb9rDBkc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdRb9rDBkc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-vdRb9rDBkc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdRb9rDBkc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdRb9rDBkc .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-vdRb9rDBkc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdRb9rDBkc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdRb9rDBkc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdRb9rDBkc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdRb9rDBkc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdRb9rDBkc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdRb9rDBkc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdRb9rDBkc .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-vdRb9rDBkc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdRb9rDBkc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdRb9rDBkc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdRb9rDBkc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vdRb9rDBkc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdRb9rDBkc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdRb9rDBkc .navbar.navbar-short {
  min-height: 96px;
}
.cid-vdRb9rDBkc .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vdRb9rDBkc .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vdRb9rDBkc .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vdRb9rDBkc .navbar-brand .navbar-caption:hover,
.cid-vdRb9rDBkc .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-vdRb9rDBkc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdRb9rDBkc .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vdRb9rDBkc .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-vdRb9rDBkc .dropdown-item.active,
.cid-vdRb9rDBkc .dropdown-item:active {
  background-color: transparent;
}
.cid-vdRb9rDBkc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdRb9rDBkc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdRb9rDBkc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdRb9rDBkc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #030632;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-vdRb9rDBkc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vdRb9rDBkc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vdRb9rDBkc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdRb9rDBkc ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vdRb9rDBkc ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid #ffffff;
  }
}
.cid-vdRb9rDBkc .navbar-buttons {
  text-align: center;
}
.cid-vdRb9rDBkc .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 22px 32px;
  min-height: auto;
}
.cid-vdRb9rDBkc .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-vdRb9rDBkc .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vdRb9rDBkc button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #030632 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vdRb9rDBkc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vdRb9rDBkc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vdRb9rDBkc button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vdRb9rDBkc button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vdRb9rDBkc button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vdRb9rDBkc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdRb9rDBkc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdRb9rDBkc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdRb9rDBkc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdRb9rDBkc .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vdRb9rDBkc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdRb9rDBkc .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-vdRb9rDBkc .navbar {
    height: 70px;
  }
  .cid-vdRb9rDBkc .navbar.opened {
    height: auto;
  }
  .cid-vdRb9rDBkc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdRb9rDBkc .navbar-nav {
  margin: 0 auto;
}
.cid-vdRb9rDBkc .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vdRb9rDBkc .nav-item .nav-link {
  padding: 24px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vdRb9rDBkc .nav-item .nav-link::after {
  color: #ffd876 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vdRb9rDBkc .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ffd876 !important;
}
.cid-vdRb9rDBkc .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vdRb9rDBkc .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vdRb9rDBkc .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vdRb9rDBkc .nav-item .dropdown-menu .dropdown-item {
  color: #53b3cb !important;
}
.cid-vdRb9rDBkc .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffd876 !important;
}
@media (max-width: 991px) {
  .cid-vdRb9rDBkc .navbar {
    justify-content: flex-start !important;
  }
  .cid-vdRb9rDBkc .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vdRb9rDBkc .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vdRb9rDBkc .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vdRb9rDBkc .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vdRb9rDBkc .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-vdRb9rDBkc .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vdRb9rDBkc .content-wrap {
  min-height: 130px;
}
.cid-vdKNYEjeZB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7f5f0;
}
.cid-vdKNYEjeZB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdKNYEjeZB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdKNYEjeZB .content-wrapper .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-vdKNYEjeZB .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vdKNYEjeZB .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vdKNYEjeZB .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-vdKNYEjeZB .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vdKNYEjeZB .content-wrapper .image-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-vdKNYEjeZB .content-wrapper .image-wrapper {
    margin-top: 32px;
  }
}
.cid-vdKNYEjeZB .content-wrapper .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vdKNYEjeZB .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-vdKNYEjeZB .content-wrapper .mbr-desc {
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-vdKNYEjeZB .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
.cid-vdKNYEjeZB .mbr-section-title {
  color: #c10b02;
}
.cid-vdKNYEjeZB .mbr-text,
.cid-vdKNYEjeZB .text-wrapper {
  color: #4b4949;
  text-align: center;
}
.cid-vdKNYEjeZB .mbr-desc {
  color: #4b4949;
  text-align: center;
}
.cid-vdKNYEjeZB .mbr-section-title,
.cid-vdKNYEjeZB .mbr-section-btn {
  text-align: center;
}
.cid-uvGUfRsydE {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uvGUfRsydE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvGUfRsydE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvGUfRsydE .row {
  flex-direction: row-reverse;
}
.cid-uvGUfRsydE .mbr-description {
  text-align: left;
}
.cid-uvGUfRsydE .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uvGUfRsydE .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uvGUfRsydE .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uvGUfRsydE .card-title,
.cid-uvGUfRsydE .iconfont-wrapper {
  color: #000000;
}
.cid-uvGUfRsydE .card-text {
  color: #000000;
}
.cid-uvGUfRsydE .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uvGUfRsydE .mbr-number {
  color: #9fe870;
}
.cid-uvGUfRsydE .mbr-text,
.cid-uvGUfRsydE .mbr-section-btn {
  text-align: center;
}
.cid-uvGUfRsydE .card-text,
.cid-uvGUfRsydE .item .mbr-section-btn {
  text-align: justify;
}
.cid-uvGUfRsydE .card-title {
  text-align: right;
}
.cid-uvDugEw2XX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uvDugEw2XX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvDugEw2XX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvDugEw2XX .mbr-section-head {
  width: 100%;
  margin-bottom: 3rem;
}
.cid-uvDugEw2XX .mbr-section-title {
  color: #232323;
  margin-bottom: 0;
  text-align: center;
}
.cid-uvDugEw2XX .mbr-section-subtitle {
  color: #232323;
  margin-top: 20px;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-uvDugEw2XX .col-img {
    padding-bottom: 2rem;
    margin: auto;
  }
}
.cid-uvDugEw2XX .row {
  flex-direction: row-reverse;
}
.cid-uvDugEw2XX .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #232323;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-uvDugEw2XX .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  opacity: 0;
  transition: .3s all;
}
.cid-uvDugEw2XX .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-uvDugEw2XX .panel-group {
  border: none;
  border-top: 1px solid #232323;
  margin-top: 10px;
  border-radius: 0;
}
@media (max-width: 991px) {
  .cid-uvDugEw2XX .panel-group {
    margin-top: 0;
  }
}
.cid-uvDugEw2XX .card {
  border-bottom: 1px solid #232323;
  border-radius: 0 !important;
}
.cid-uvDugEw2XX .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uvDugEw2XX .card-header {
    padding: 8px 0;
  }
}
.cid-uvDugEw2XX img,
.cid-uvDugEw2XX .img-wrap,
.cid-uvDugEw2XX .img-box {
  height: 100%;
  object-fit: cover;
  min-height: 300px;
}
.cid-uvDugEw2XX .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
  direction: rtl;
}
.cid-uvDugEw2XX .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uvDugEw2XX .panel-title-edit {
  color: #232323;
  text-align: justify;
}
.cid-uvDugEw2XX .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-uvDugEw2XX .panel-body {
    padding: 0 0 24px;
  }
}
.cid-uvDugEw2XX .panel-text {
  color: #232323;
  margin: 0;
  text-align: justify;
}
.cid-uvDugEw2XX .mbr-section-subtitle,
.cid-uvDugEw2XX .mbr-section-btn {
  text-align: left;
}
.cid-uvDugEw2XX #list1-1f {
  direction: rtl;
}
.cid-uvDugEw2XX #list1-1f .row {
  flex-direction: row-reverse;
}
.cid-uvDugEw2XX #list1-1f h1,
.cid-uvDugEw2XX #list1-1f h2,
.cid-uvDugEw2XX #list1-1f h3,
.cid-uvDugEw2XX #list1-1f h4,
.cid-uvDugEw2XX #list1-1f h5,
.cid-uvDugEw2XX #list1-1f h6,
.cid-uvDugEw2XX #list1-1f p,
.cid-uvDugEw2XX #list1-1f .mbr-text {
  text-align: right;
}
.cid-uvDugEw2XX #list1-1f .panel-title {
  text-align: right;
}
.cid-uvDugEw2XX .powerm5.list1 .panel-title {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
.cid-uvDugEw2XX .powerm5.list1 .panel-title span {
  text-align: right;
}
.cid-uvDugEw2XX .powerm5.list1 .mbr-iconfont {
  margin-left: 0 !important;
  margin-right: 10px !important;
}
.cid-uvJyYcAUJq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #030632;
}
.cid-uvJyYcAUJq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvJyYcAUJq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvJyYcAUJq .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uvJyYcAUJq .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uvJyYcAUJq .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uvJyYcAUJq .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uvJyYcAUJq .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uvJyYcAUJq .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uvJyYcAUJq .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uvJyYcAUJq .image-wrapper img {
    height: 350px;
  }
}
.cid-uvJyYcAUJq .mbr-section-title {
  color: #ffffff;
}
.cid-uvJyYcAUJq .mbr-text,
.cid-uvJyYcAUJq .text-wrapper {
  color: #d4fafc;
  text-align: justify;
}
.cid-uvJyYcAUJq .mbr-section-title,
.cid-uvJyYcAUJq .mbr-section-btn {
  text-align: right;
}
.cid-uxfvKlAlel {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edeff0;
}
.cid-uxfvKlAlel .mbr-section-title {
  margin-bottom: 80px;
  text-align: center;
  color: #0a8ca6;
}
@media (max-width: 992px) {
  .cid-uxfvKlAlel .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uxfvKlAlel h3 {
  font-weight: 500 !important;
}
.cid-uxfvKlAlel .order {
  min-width: 3.1rem;
  max-width: 3.1rem;
  min-height: 3.1rem;
  max-height: 3.1rem;
  border-radius: 100%;
  background-color: #ffffff;
  color: #66a0c0;
  margin-right: 2.2rem;
  line-height: 1.72;
}
@media (max-width: 768px) {
  .cid-uxfvKlAlel .order {
    margin-right: 0;
  }
}
.cid-uxfvKlAlel .list-item {
  background-color: #d7e2e9;
  border-radius: 10px;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-uxfvKlAlel .list-item {
    padding: 3rem;
  }
}
.cid-uxfvKlAlel .mbr-text {
  font-weight: 300;
  line-height: 1.72;
  text-align: justify;
}
.cid-uxfvKlAlel .mbr-subtitle {
  text-align: right;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-uxfvKlAlel .mbr-subtitle {
    margin-bottom: 2px !important;
  }
}
.cid-uxi7pSJc3v {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #edeff0;
}
.cid-uxi7pSJc3v .mbr-section-title {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uxi7pSJc3v .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uxi7pSJc3v h3 {
  font-weight: 500 !important;
}
.cid-uxi7pSJc3v .order {
  min-width: 3.1rem;
  max-width: 3.1rem;
  min-height: 3.1rem;
  max-height: 3.1rem;
  border-radius: 100%;
  background-color: #ffffff;
  color: #66a0c0;
  margin-right: 2.2rem;
  line-height: 1.72;
}
@media (max-width: 768px) {
  .cid-uxi7pSJc3v .order {
    margin-right: 0;
  }
}
.cid-uxi7pSJc3v .list-item {
  background-color: #d7e2e9;
  border-radius: 10px;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-uxi7pSJc3v .list-item {
    padding: 3rem;
  }
}
.cid-uxi7pSJc3v .mbr-text {
  font-weight: 300;
  line-height: 1.72;
  text-align: justify;
}
.cid-uxi7pSJc3v .mbr-subtitle {
  text-align: right;
}
@media (max-width: 768px) {
  .cid-uxi7pSJc3v .mbr-subtitle {
    margin-bottom: 2px !important;
  }
}
.cid-uvHdvXWAnt {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uvHdvXWAnt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvHdvXWAnt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvHdvXWAnt .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uvHdvXWAnt .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvHdvXWAnt .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uvHdvXWAnt .card-wrapper {
    padding: 4rem;
  }
}
.cid-uvHdvXWAnt .mbr-text,
.cid-uvHdvXWAnt .mbr-section-btn {
  color: #000000;
  text-align: right;
}
.cid-uvHdvXWAnt .card-title,
.cid-uvHdvXWAnt .card-box {
  text-align: right;
  color: #0cbcdf;
}
.cid-uvHxmj07VV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uvHxmj07VV .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uvHxmj07VV form {
  padding: 4rem;
}
@media (max-width: 767px) {
  .cid-uvHxmj07VV form {
    padding: 2rem 0rem;
  }
}
.cid-uvHxmj07VV .border-radius {
  border-radius: 3rem;
}
.cid-uvHxmj07VV input,
.cid-uvHxmj07VV textarea {
  border: none !important;
  border-bottom: 1px solid lightgray !important;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.cid-uvHxmj07VV input:hover,
.cid-uvHxmj07VV textarea:hover,
.cid-uvHxmj07VV input:focus,
.cid-uvHxmj07VV textarea:focus,
.cid-uvHxmj07VV input:active,
.cid-uvHxmj07VV textarea:active {
  border: none !important;
  border-bottom: 1px solid lightgray !important;
  box-shadow: none;
}
.cid-uvHxmj07VV .image-wrapper,
.cid-uvHxmj07VV img {
  height: 100%;
  object-fit: cover;
}
.cid-uvHxmj07VV .row {
  background: #ffffff;
  overflow: hidden;
  margin: 0;
}
.cid-uvHxmj07VV .btn {
  padding: 1.3rem 2rem;
  margin-top: 2rem;
  border-radius: 2rem !important;
  display: inline-block;
}
@media (max-width: 767px) {
  .cid-uvHxmj07VV .col-auto {
    margin: auto;
  }
}
.cid-uvHxmj07VV h5 {
  margin-bottom: 3rem;
}
.cid-uvHxmj07VV a {
  font-weight: bold;
}
.cid-uvHxmj07VV .mbr-section-title {
  color: #ffffff;
}
.cid-uvHxmj07VV .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uvHxmj07VV H5 {
  color: #000000;
}
.cid-uvHxmj07VV DIV {
  text-align: center;
}
.cid-uvHxmj07VV LABEL {
  text-align: center;
}
.cid-uvDoCJGxBP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #030632;
}
@media (max-width: 767px) {
  .cid-uvDoCJGxBP .content {
    text-align: center;
  }
  .cid-uvDoCJGxBP .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uvDoCJGxBP .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-uvDoCJGxBP .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uvDoCJGxBP .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-uvDoCJGxBP .google-map {
  height: 25rem;
  position: relative;
}
.cid-uvDoCJGxBP .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uvDoCJGxBP .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uvDoCJGxBP .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uvDoCJGxBP .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uvDoCJGxBP .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uvDoCJGxBP .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uvDoCJGxBP .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uvDoCJGxBP .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uvDoCJGxBP .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uvDoCJGxBP .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uvDoCJGxBP .list {
  list-style-type: none;
  padding: 0;
  text-align: right;
  color: #0cbcdf;
}
.cid-uvDoCJGxBP H5 {
  color: #0cbcdf;
  text-align: right;
}
.cid-uvDoCJGxBP .mbr-text {
  text-align: right;
}
.cid-uvDoCJGxBP .copyright > p {
  text-align: center;
}
.cid-vdRb9rDBkc .navbar-dropdown {
  position: relative !important;
}
.cid-vdRb9rDBkc .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-vdRb9rDBkc .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-vdRb9rDBkc .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-vdRb9rDBkc .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-vdRb9rDBkc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vdRb9rDBkc .dropdown-item {
  border: 2px solid #ffffff;
  background: #030632 !important;
  color: #53b3cb !important;
}
.cid-vdRb9rDBkc .dropdown-item:hover,
.cid-vdRb9rDBkc .dropdown-item:focus {
  background: #030632 !important;
  color: #53b3cb !important;
}
.cid-vdRb9rDBkc .dropdown-item:hover span {
  color: white;
}
.cid-vdRb9rDBkc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vdRb9rDBkc .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vdRb9rDBkc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdRb9rDBkc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vdRb9rDBkc .nav-link {
  position: relative;
}
.cid-vdRb9rDBkc .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vdRb9rDBkc .container {
    flex-wrap: nowrap;
  }
}
.cid-vdRb9rDBkc .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vdRb9rDBkc .iconfont-wrapper:hover {
  color: #ffd876 !important;
}
.cid-vdRb9rDBkc .dropdown-menu,
.cid-vdRb9rDBkc .navbar.opened {
  background: #030632 !important;
}
.cid-vdRb9rDBkc .nav-item:focus,
.cid-vdRb9rDBkc .nav-link:focus {
  outline: none;
}
.cid-vdRb9rDBkc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdRb9rDBkc .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vdRb9rDBkc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdRb9rDBkc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdRb9rDBkc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdRb9rDBkc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdRb9rDBkc .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #030632;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vdRb9rDBkc .navbar.opened {
  transition: all 0.3s;
}
.cid-vdRb9rDBkc .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0;
}
.cid-vdRb9rDBkc .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vdRb9rDBkc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdRb9rDBkc .navbar.collapsed {
  justify-content: center;
}
.cid-vdRb9rDBkc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdRb9rDBkc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdRb9rDBkc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-vdRb9rDBkc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdRb9rDBkc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdRb9rDBkc .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-vdRb9rDBkc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdRb9rDBkc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdRb9rDBkc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdRb9rDBkc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdRb9rDBkc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdRb9rDBkc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdRb9rDBkc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdRb9rDBkc .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-vdRb9rDBkc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdRb9rDBkc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdRb9rDBkc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdRb9rDBkc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vdRb9rDBkc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdRb9rDBkc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdRb9rDBkc .navbar.navbar-short {
  min-height: 96px;
}
.cid-vdRb9rDBkc .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vdRb9rDBkc .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vdRb9rDBkc .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vdRb9rDBkc .navbar-brand .navbar-caption:hover,
.cid-vdRb9rDBkc .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-vdRb9rDBkc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdRb9rDBkc .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vdRb9rDBkc .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-vdRb9rDBkc .dropdown-item.active,
.cid-vdRb9rDBkc .dropdown-item:active {
  background-color: transparent;
}
.cid-vdRb9rDBkc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdRb9rDBkc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdRb9rDBkc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdRb9rDBkc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #030632;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-vdRb9rDBkc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vdRb9rDBkc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vdRb9rDBkc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdRb9rDBkc ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vdRb9rDBkc ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid #ffffff;
  }
}
.cid-vdRb9rDBkc .navbar-buttons {
  text-align: center;
}
.cid-vdRb9rDBkc .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 22px 32px;
  min-height: auto;
}
.cid-vdRb9rDBkc .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-vdRb9rDBkc .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vdRb9rDBkc button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #030632 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vdRb9rDBkc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vdRb9rDBkc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vdRb9rDBkc button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vdRb9rDBkc button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vdRb9rDBkc button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vdRb9rDBkc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdRb9rDBkc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdRb9rDBkc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdRb9rDBkc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdRb9rDBkc .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vdRb9rDBkc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdRb9rDBkc .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-vdRb9rDBkc .navbar {
    height: 70px;
  }
  .cid-vdRb9rDBkc .navbar.opened {
    height: auto;
  }
  .cid-vdRb9rDBkc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdRb9rDBkc .navbar-nav {
  margin: 0 auto;
}
.cid-vdRb9rDBkc .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vdRb9rDBkc .nav-item .nav-link {
  padding: 24px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vdRb9rDBkc .nav-item .nav-link::after {
  color: #ffd876 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vdRb9rDBkc .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ffd876 !important;
}
.cid-vdRb9rDBkc .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vdRb9rDBkc .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vdRb9rDBkc .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vdRb9rDBkc .nav-item .dropdown-menu .dropdown-item {
  color: #53b3cb !important;
}
.cid-vdRb9rDBkc .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffd876 !important;
}
@media (max-width: 991px) {
  .cid-vdRb9rDBkc .navbar {
    justify-content: flex-start !important;
  }
  .cid-vdRb9rDBkc .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vdRb9rDBkc .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vdRb9rDBkc .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vdRb9rDBkc .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vdRb9rDBkc .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-vdRb9rDBkc .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vdRb9rDBkc .content-wrap {
  min-height: 130px;
}
.cid-uvPxuRA6GV {
  padding-top: 20rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/acc13-1280x960.jpg");
}
.cid-uvPxuRA6GV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvPxuRA6GV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvPxuRA6GV img {
  width: 220px;
}
.cid-uvPxuRA6GV .img-col {
  border-left: 1px solid gray;
  padding: 4rem 2rem;
}
@media (min-width: 768px) {
  .cid-uvPxuRA6GV {
    align-items: center;
  }
  .cid-uvPxuRA6GV .row {
    justify-content: flex-end;
  }
}
.cid-uvPxuRA6GV .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uvPxuRA6GV .mbr-text,
.cid-uvPxuRA6GV .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uvPxuRA6GV .mbr-section-title,
.cid-uvPxuRA6GV .line {
  color: #ffffff;
  text-align: center;
}
.cid-uvPxuRA6GV h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uvPxuRA6GV h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uvPxuRA6GV .mbr-section-subtitle,
.cid-uvPxuRA6GV .align {
  text-align: center;
  color: #ffffff;
}
.cid-vdRdjM1coV {
  padding-top: 5rem;
  background-color: #f5f5f5;
  overflow: hidden;
}
.cid-vdRdjM1coV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdRdjM1coV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdRdjM1coV .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #e1e7ed;
}
@media (max-width: 425px) {
  .cid-vdRdjM1coV .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-vdRdjM1coV .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #e1e7ed;
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-vdRdjM1coV .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-vdRdjM1coV .content-wrapper .border_1 {
  left: 0;
}
.cid-vdRdjM1coV .content-wrapper .border_2 {
  right: 0;
}
.cid-vdRdjM1coV .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-vdRdjM1coV .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 16px;
}
.cid-vdRdjM1coV .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #cccccc, 0 10px 10px -8px #cccccc;
  background-color: #fafafa;
}
.cid-vdRdjM1coV .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
}
.cid-vdRdjM1coV .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-vdRdjM1coV .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vdRdjM1coV .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vdRdjM1coV .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdRdjM1coV .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vdRdjM1coV .items-wrapper {
  margin: 0 -10px;
}
.cid-vdRdjM1coV .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 100px;
}
.cid-vdRdjM1coV .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdRdjM1coV .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vdRdjM1coV .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vdRdjM1coV .items-wrapper .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  height: 100%;
  padding: 32px;
  background-color: #fafafa;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #cccccc, 0 10px 10px -5px #cccccc;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vdRdjM1coV .items-wrapper .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-vdRdjM1coV .items-wrapper .item .item-wrapper .icon-wrapper {
  width: 52px;
  min-width: 52px;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-vdRdjM1coV .items-wrapper .item .item-wrapper .icon-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-vdRdjM1coV .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  width: 52px;
  height: 52px;
  min-width: 52px;
  font-size: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #334155;
  box-shadow: inset 0 2px 10px -2px #cccccc, 0 10px 10px -2px #cccccc;
}
.cid-vdRdjM1coV .items-wrapper .item .item-wrapper .item-content {
  width: 100%;
  display: grid;
  grid-template-columns: .85fr 1fr;
  gap: 40px;
}
@media (max-width: 992px) {
  .cid-vdRdjM1coV .items-wrapper .item .item-wrapper .item-content {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vdRdjM1coV .items-wrapper .item .item-wrapper .item-content .card-box {
    margin-bottom: 20px;
  }
}
.cid-vdRdjM1coV .items-wrapper .item .item-wrapper .item-content .card-box .item-title {
  margin-bottom: 8px;
}
.cid-vdRdjM1coV .items-wrapper .item .item-wrapper .item-content .card-box .item-desc {
  margin-bottom: 20px;
}
.cid-vdRdjM1coV .items-wrapper .item .item-wrapper .item-content .card-box .item-text {
  margin-bottom: 20px;
}
.cid-vdRdjM1coV .items-wrapper .item .item-wrapper .item-content .card-box .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vdRdjM1coV .items-wrapper .item .item-wrapper .item-content .card-box .list .item-wrap {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
}
.cid-vdRdjM1coV .items-wrapper .item .item-wrapper .item-content .card-box .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vdRdjM1coV .items-wrapper .item .item-wrapper .item-content .card-box .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  font-size: inherit;
  color: #059669;
  display: inline-flex;
}
.cid-vdRdjM1coV .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  margin-top: 10px;
}
.cid-vdRdjM1coV .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vdRdjM1coV .items-wrapper .item .item-wrapper .item-content .item-img {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vdRdjM1coV .items-wrapper .item .item-wrapper .item-content .item-img {
    height: 320px;
  }
}
.cid-vdRdjM1coV .items-wrapper .item .item-wrapper .item-content .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-vdRdjM1coV .mbr-label,
.cid-vdRdjM1coV .label-wrapper {
  color: #334155;
  text-align: center;
}
.cid-vdRdjM1coV .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-vdRdjM1coV .mbr-text,
.cid-vdRdjM1coV .text-wrapper {
  color: #475569;
  text-align: center;
}
.cid-vdRdjM1coV .item-title {
  color: #0f172a;
}
.cid-vdRdjM1coV .item-desc {
  color: #0f172a;
}
.cid-vdRdjM1coV .item-text {
  color: #475569;
  text-align: justify;
}
.cid-vdRdjM1coV .list {
  color: #475569;
}
.cid-uvMIyRc3o2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uvMIyRc3o2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvMIyRc3o2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvMIyRc3o2 .mbr-section-head {
  width: 100%;
  margin-bottom: 3rem;
}
.cid-uvMIyRc3o2 .mbr-section-title {
  color: #0cbcdf;
  margin-bottom: 0;
  text-align: center;
}
.cid-uvMIyRc3o2 .mbr-section-subtitle {
  color: #232323;
  margin-top: 20px;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-uvMIyRc3o2 .col-img {
    padding-bottom: 2rem;
    margin: auto;
  }
}
.cid-uvMIyRc3o2 .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #232323;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-uvMIyRc3o2 .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  opacity: 0;
  transition: .3s all;
}
.cid-uvMIyRc3o2 .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-uvMIyRc3o2 .panel-group {
  border: none;
  border-top: 1px solid #232323;
  margin-top: 10px;
  border-radius: 0;
}
@media (max-width: 991px) {
  .cid-uvMIyRc3o2 .panel-group {
    margin-top: 0;
  }
}
.cid-uvMIyRc3o2 .card {
  border-bottom: 1px solid #232323;
  border-radius: 0 !important;
}
.cid-uvMIyRc3o2 .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uvMIyRc3o2 .card-header {
    padding: 8px 0;
  }
}
.cid-uvMIyRc3o2 img,
.cid-uvMIyRc3o2 .img-wrap,
.cid-uvMIyRc3o2 .img-box {
  height: 100%;
  object-fit: cover;
  min-height: 300px;
}
.cid-uvMIyRc3o2 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-uvMIyRc3o2 .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uvMIyRc3o2 .panel-title-edit {
  color: #232323;
  text-align: right;
}
.cid-uvMIyRc3o2 .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-uvMIyRc3o2 .panel-body {
    padding: 0 0 24px;
  }
}
.cid-uvMIyRc3o2 .panel-text {
  color: #232323;
  margin: 0;
  text-align: right;
}
.cid-uvMIyRc3o2 .mbr-section-subtitle,
.cid-uvMIyRc3o2 .mbr-section-btn {
  text-align: right;
}
.cid-uvMIyRc3o2 body {
  direction: rtl;
}
.cid-uvMIyRc3o2 .mbr-section-title,
.cid-uvMIyRc3o2 .mbr-section-subtitle,
.cid-uvMIyRc3o2 .mbr-text {
  text-align: right !important;
}
.cid-uvMIyRc3o2 .accordion {
  direction: rtl;
}
.cid-uvMIyRc3o2 .accordion .card-header button {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  text-align: right;
}
.cid-uvNCZtYiaZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #030632;
}
.cid-uvNCZtYiaZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvNCZtYiaZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvNCZtYiaZ .content-head {
  max-width: 800px;
}
.cid-uvNCZtYiaZ .loop-container .item {
  min-height: auto;
}
.cid-uvNCZtYiaZ .item {
  color: #f7fff7;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uvNCZtYiaZ .item {
    min-height: 45px;
  }
}
.cid-vdRxkbTaM9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-vdRxkbTaM9 .mbr-text {
  color: #000000;
}
.cid-vdRxkbTaM9 .mbr-section-subtitle {
  color: #000000;
}
.cid-vdRxkbTaM9 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vdRxkbTaM9 .mbr-text,
.cid-vdRxkbTaM9 .item .mbr-section-btn {
  text-align: justify;
}
.cid-vdRxkbTaM9 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdRxkbTaM9 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vdRxkbTaM9 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vdLgMS2pzV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #030632;
}
.cid-vdLgMS2pzV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdLgMS2pzV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdLgMS2pzV .text-wrap {
  width: 100%;
}
.cid-vdLgMS2pzV .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-vdLgMS2pzV .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-vdLgMS2pzV .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-vdLgMS2pzV .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-vdLgMS2pzV .item-row {
  row-gap: 40px;
  margin-left: -20px;
  margin-right: -20px;
}
.cid-vdLgMS2pzV .item-row > [class*="col"] {
  padding-left: 20px;
  padding-right: 20px;
}
.cid-vdLgMS2pzV .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  overflow: hidden;
  border: 1px solid rgba(130, 157, 133, 0.8);
  border-radius: 45px;
}
.cid-vdLgMS2pzV .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.cid-vdLgMS2pzV .item-img img {
  aspect-ratio: 0.83333333;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-vdLgMS2pzV .item-title-wrap {
  padding: 45px 26px;
  border-radius: 0 0 45px 45px;
  border: 1px solid rgba(130, 157, 133, 0.8);
  background-color: rgba(169, 187, 171, 0.8);
}
.cid-vdLgMS2pzV .item-title {
  width: 100%;
  margin: 0;
  color: #987A5A;
}
.cid-vdLgMS2pzV .item-text-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex-grow: 1;
  padding: 26px;
}
.cid-vdLgMS2pzV .item-text {
  color: #353535;
  margin: 0;
}
.cid-vdLgMS2pzV .mbr-section-btn {
  margin-top: 10px;
}
.cid-vdLgMS2pzV .mbr-section-btn .btn {
  width: 180px;
  min-width: auto;
  min-height: 55px;
  max-width: 100%;
}
.cid-vdLgMS2pzV .item-text,
.cid-vdLgMS2pzV .mbr-section-btn {
  text-align: justify;
}
.cid-vbHWv2cEo7 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vbHWv2cEo7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbHWv2cEo7 .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-vbHWv2cEo7 .container {
    padding: 0 20px;
  }
}
.cid-vbHWv2cEo7 .card {
  justify-content: flex-end;
}
.cid-vbHWv2cEo7 .title-wrapper .mbr-section-title {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-vbHWv2cEo7 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vbHWv2cEo7 .link-wrapper {
  display: block;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-vbHWv2cEo7 .link-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-vbHWv2cEo7 .link-wrapper:hover .mbr-link::before,
.cid-vbHWv2cEo7 .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-vbHWv2cEo7 .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-vbHWv2cEo7 .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vbHWv2cEo7 .items-wrapper .item {
  border-top: 1px solid #dfe6ea;
  padding: 40px 0;
}
.cid-vbHWv2cEo7 .items-wrapper .item:last-child {
  border-bottom: 1px solid #dfe6ea;
}
.cid-vbHWv2cEo7 .items-wrapper .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vbHWv2cEo7 .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-vbHWv2cEo7 .items-wrapper .item .item-wrapper .item-img {
  width: 210px;
}
@media (max-width: 992px) {
  .cid-vbHWv2cEo7 .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-vbHWv2cEo7 .items-wrapper .item .item-wrapper .item-img img {
  display: inline-flex;
  width: 210px;
  height: 150px;
  border-radius: .75rem !important;
  object-fit: cover;
}
.cid-vbHWv2cEo7 .items-wrapper .item .item-wrapper .item-content {
  width: 65%;
  display: flex;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-vbHWv2cEo7 .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
    display: block;
    padding-right: 0;
  }
}
.cid-vbHWv2cEo7 .items-wrapper .item .item-wrapper .item-content .card-number {
  min-width: 100px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vbHWv2cEo7 .items-wrapper .item .item-wrapper .item-content .card-number {
    min-width: auto;
    margin-bottom: 16px;
  }
}
.cid-vbHWv2cEo7 .items-wrapper .item .item-wrapper .item-content .item-wrap .card-title {
  margin-bottom: 0;
}
.cid-vbHWv2cEo7 .items-wrapper .item .item-wrapper .item-content .item-wrap .card-text {
  margin: 24px 0 0 0;
}
.cid-vbHWv2cEo7 .mbr-section-title {
  color: #b10500;
  text-align: center;
}
.cid-vbHWv2cEo7 .mbr-link,
.cid-vbHWv2cEo7 .link-wrapper {
  color: #057a91;
  text-align: justify;
}
.cid-vbHWv2cEo7 .card-title {
  color: #000000;
}
.cid-vbHWv2cEo7 .card-text {
  color: #34363a;
  text-align: justify;
}
.cid-vbHWv2cEo7 .card-number {
  color: #000000;
}
.cid-vbHWv2cEo7 .mbr-section {
  direction: rtl;
  text-align: right;
}
.cid-vbHWv2cEo7 .mbr-section-title,
.cid-vbHWv2cEo7 h1,
.cid-vbHWv2cEo7 h2,
.cid-vbHWv2cEo7 h3,
.cid-vbHWv2cEo7 h4,
.cid-vbHWv2cEo7 h5,
.cid-vbHWv2cEo7 h6 {
  text-align: right !important;
}
.cid-vbHWv2cEo7 .mbr-text,
.cid-vbHWv2cEo7 p {
  text-align: right !important;
}
.cid-vbHWv2cEo7 .row {
  flex-direction: row-reverse;
}
.cid-vbHWv2cEo7 ol,
.cid-vbHWv2cEo7 ul {
  padding-right: 20px;
  padding-left: 0;
}
.cid-vbHWv2cEo7 .display-1,
.cid-vbHWv2cEo7 .display-2,
.cid-vbHWv2cEo7 .display-4 {
  direction: rtl;
}
.cid-vbHWv2cEo7 .mbr-section .row > div:first-child {
  order: 2;
}
.cid-vbHWv2cEo7 .mbr-section .row > div:last-child {
  order: 1;
}
.cid-vbHWv2cEo7 .mbr-section .row {
  display: flex;
  flex-direction: row-reverse;
}
.cid-vbHWv2cEo7 .card-title,
.cid-vbHWv2cEo7 .item-img {
  text-align: justify;
}
.cid-uvMIyZxwj2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uvMIyZxwj2 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uvMIyZxwj2 form {
  padding: 4rem;
}
@media (max-width: 767px) {
  .cid-uvMIyZxwj2 form {
    padding: 2rem 0rem;
  }
}
.cid-uvMIyZxwj2 .border-radius {
  border-radius: 3rem;
}
.cid-uvMIyZxwj2 input,
.cid-uvMIyZxwj2 textarea {
  border: none !important;
  border-bottom: 1px solid lightgray !important;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.cid-uvMIyZxwj2 input:hover,
.cid-uvMIyZxwj2 textarea:hover,
.cid-uvMIyZxwj2 input:focus,
.cid-uvMIyZxwj2 textarea:focus,
.cid-uvMIyZxwj2 input:active,
.cid-uvMIyZxwj2 textarea:active {
  border: none !important;
  border-bottom: 1px solid lightgray !important;
  box-shadow: none;
}
.cid-uvMIyZxwj2 .image-wrapper,
.cid-uvMIyZxwj2 img {
  height: 100%;
  object-fit: cover;
}
.cid-uvMIyZxwj2 .row {
  background: #ffffff;
  overflow: hidden;
  margin: 0;
}
.cid-uvMIyZxwj2 .btn {
  padding: 1.3rem 2rem;
  margin-top: 2rem;
  border-radius: 2rem !important;
  display: inline-block;
}
@media (max-width: 767px) {
  .cid-uvMIyZxwj2 .col-auto {
    margin: auto;
  }
}
.cid-uvMIyZxwj2 h5 {
  margin-bottom: 3rem;
}
.cid-uvMIyZxwj2 a {
  font-weight: bold;
}
.cid-uvMIyZxwj2 .mbr-section-title {
  color: #ffffff;
}
.cid-uvMIyZxwj2 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uvMIyZxwj2 H5 {
  color: #000000;
}
.cid-uvMIz0wo3e {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #030632;
}
@media (max-width: 767px) {
  .cid-uvMIz0wo3e .content {
    text-align: center;
  }
  .cid-uvMIz0wo3e .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uvMIz0wo3e .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-uvMIz0wo3e .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uvMIz0wo3e .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-uvMIz0wo3e .google-map {
  height: 25rem;
  position: relative;
}
.cid-uvMIz0wo3e .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uvMIz0wo3e .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uvMIz0wo3e .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uvMIz0wo3e .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uvMIz0wo3e .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uvMIz0wo3e .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uvMIz0wo3e .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uvMIz0wo3e .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uvMIz0wo3e .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uvMIz0wo3e .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uvMIz0wo3e .list {
  list-style-type: none;
  padding: 0;
  text-align: right;
  color: #0cbcdf;
}
.cid-uvMIz0wo3e H5 {
  color: #0cbcdf;
  text-align: right;
}
.cid-uvMIz0wo3e .mbr-text {
  text-align: right;
}
.cid-uvMIz0wo3e .copyright > p {
  text-align: center;
}
.cid-vdRb9rDBkc .navbar-dropdown {
  position: relative !important;
}
.cid-vdRb9rDBkc .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-vdRb9rDBkc .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-vdRb9rDBkc .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-vdRb9rDBkc .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-vdRb9rDBkc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vdRb9rDBkc .dropdown-item {
  border: 2px solid #ffffff;
  background: #030632 !important;
  color: #53b3cb !important;
}
.cid-vdRb9rDBkc .dropdown-item:hover,
.cid-vdRb9rDBkc .dropdown-item:focus {
  background: #030632 !important;
  color: #53b3cb !important;
}
.cid-vdRb9rDBkc .dropdown-item:hover span {
  color: white;
}
.cid-vdRb9rDBkc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vdRb9rDBkc .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vdRb9rDBkc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdRb9rDBkc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vdRb9rDBkc .nav-link {
  position: relative;
}
.cid-vdRb9rDBkc .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vdRb9rDBkc .container {
    flex-wrap: nowrap;
  }
}
.cid-vdRb9rDBkc .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vdRb9rDBkc .iconfont-wrapper:hover {
  color: #ffd876 !important;
}
.cid-vdRb9rDBkc .dropdown-menu,
.cid-vdRb9rDBkc .navbar.opened {
  background: #030632 !important;
}
.cid-vdRb9rDBkc .nav-item:focus,
.cid-vdRb9rDBkc .nav-link:focus {
  outline: none;
}
.cid-vdRb9rDBkc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdRb9rDBkc .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vdRb9rDBkc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdRb9rDBkc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdRb9rDBkc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdRb9rDBkc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdRb9rDBkc .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #030632;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vdRb9rDBkc .navbar.opened {
  transition: all 0.3s;
}
.cid-vdRb9rDBkc .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0;
}
.cid-vdRb9rDBkc .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vdRb9rDBkc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdRb9rDBkc .navbar.collapsed {
  justify-content: center;
}
.cid-vdRb9rDBkc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdRb9rDBkc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdRb9rDBkc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-vdRb9rDBkc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdRb9rDBkc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdRb9rDBkc .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-vdRb9rDBkc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdRb9rDBkc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdRb9rDBkc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdRb9rDBkc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdRb9rDBkc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdRb9rDBkc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdRb9rDBkc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdRb9rDBkc .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-vdRb9rDBkc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdRb9rDBkc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdRb9rDBkc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdRb9rDBkc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vdRb9rDBkc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdRb9rDBkc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdRb9rDBkc .navbar.navbar-short {
  min-height: 96px;
}
.cid-vdRb9rDBkc .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vdRb9rDBkc .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vdRb9rDBkc .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vdRb9rDBkc .navbar-brand .navbar-caption:hover,
.cid-vdRb9rDBkc .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-vdRb9rDBkc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdRb9rDBkc .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vdRb9rDBkc .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-vdRb9rDBkc .dropdown-item.active,
.cid-vdRb9rDBkc .dropdown-item:active {
  background-color: transparent;
}
.cid-vdRb9rDBkc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdRb9rDBkc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdRb9rDBkc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdRb9rDBkc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #030632;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-vdRb9rDBkc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vdRb9rDBkc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vdRb9rDBkc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdRb9rDBkc ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vdRb9rDBkc ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid #ffffff;
  }
}
.cid-vdRb9rDBkc .navbar-buttons {
  text-align: center;
}
.cid-vdRb9rDBkc .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 22px 32px;
  min-height: auto;
}
.cid-vdRb9rDBkc .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-vdRb9rDBkc .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vdRb9rDBkc button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #030632 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vdRb9rDBkc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vdRb9rDBkc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vdRb9rDBkc button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vdRb9rDBkc button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vdRb9rDBkc button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vdRb9rDBkc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdRb9rDBkc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdRb9rDBkc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdRb9rDBkc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdRb9rDBkc .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vdRb9rDBkc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdRb9rDBkc .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-vdRb9rDBkc .navbar {
    height: 70px;
  }
  .cid-vdRb9rDBkc .navbar.opened {
    height: auto;
  }
  .cid-vdRb9rDBkc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdRb9rDBkc .navbar-nav {
  margin: 0 auto;
}
.cid-vdRb9rDBkc .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vdRb9rDBkc .nav-item .nav-link {
  padding: 24px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vdRb9rDBkc .nav-item .nav-link::after {
  color: #ffd876 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vdRb9rDBkc .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ffd876 !important;
}
.cid-vdRb9rDBkc .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vdRb9rDBkc .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vdRb9rDBkc .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vdRb9rDBkc .nav-item .dropdown-menu .dropdown-item {
  color: #53b3cb !important;
}
.cid-vdRb9rDBkc .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffd876 !important;
}
@media (max-width: 991px) {
  .cid-vdRb9rDBkc .navbar {
    justify-content: flex-start !important;
  }
  .cid-vdRb9rDBkc .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vdRb9rDBkc .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vdRb9rDBkc .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vdRb9rDBkc .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vdRb9rDBkc .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-vdRb9rDBkc .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vdRb9rDBkc .content-wrap {
  min-height: 130px;
}
.cid-uvTxwKTqcW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #030632;
}
.cid-uvTxwKTqcW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvTxwKTqcW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvTxwKTqcW .content-wrapper .image-wrapper {
  margin-bottom: 32px;
}
.cid-uvTxwKTqcW .content-wrapper .image-wrapper img {
  height: 530px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uvTxwKTqcW .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uvTxwKTqcW .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uvTxwKTqcW .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uvTxwKTqcW .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uvTxwKTqcW .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 16px;
    width: 100%;
  }
}
.cid-uvTxwKTqcW .mbr-section-title {
  color: #ffffff;
}
.cid-uvTxwKTqcW .mbr-text,
.cid-uvTxwKTqcW .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-uvTxwKTqcW .mbr-section-title,
.cid-uvTxwKTqcW .mbr-section-btn {
  text-align: center;
}
.cid-uvTyLA4Qlp {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #e7e7e7;
}
.cid-uvTyLA4Qlp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvTyLA4Qlp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvTyLA4Qlp .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uvTyLA4Qlp .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uvTyLA4Qlp .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uvTyLA4Qlp .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 32px;
}
.cid-uvTyLA4Qlp .item .item-wrapper {
  height: 100%;
}
.cid-uvTyLA4Qlp .item .item-wrapper:hover .item-img img,
.cid-uvTyLA4Qlp .item .item-wrapper:focus .item-img img {
  border-radius: 50% !important;
}
.cid-uvTyLA4Qlp .item .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-uvTyLA4Qlp .item .item-wrapper .item-img img {
  transition: all 0.3s ease-in-out;
  object-fit: cover;
  height: 450px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uvTyLA4Qlp .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uvTyLA4Qlp .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uvTyLA4Qlp .item .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
}
.cid-uvTyLA4Qlp .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uvTyLA4Qlp .item-title {
  color: #000000;
  text-align: center;
}
.cid-uvTyLA4Qlp .item-date {
  color: #000000;
}
.cid-vdM1cZSt2m {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-vdM1cZSt2m .mbr-text {
  color: #000000;
}
.cid-vdM1cZSt2m .mbr-section-subtitle {
  color: #000000;
}
.cid-vdM1cZSt2m .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vdM1cZSt2m .mbr-text,
.cid-vdM1cZSt2m .item .mbr-section-btn {
  text-align: left;
}
.cid-vdM1cZSt2m .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vdM1cZSt2m .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vdM1cZSt2m .item-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vdM1cZSt2m .item-wrapper {
    padding: 4rem;
  }
}
.cid-vdM1cZSt2m .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-vdM1cZSt2m .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 1rem;
}
.cid-vdM1cZSt2m .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #bf102f;
  background-color: #bf102f;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-vdM1cZSt2m .mbr-text UL {
  text-align: left;
}
.cid-vdM1cZSt2m .mbr-card-subtitle {
  color: #232323;
  text-align: left;
}
.cid-vdM1cZSt2m .mbr-card-subtitle DIV {
  text-align: right;
}
.cid-uwcI69X7zZ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #edeff0;
}
.cid-uwcI69X7zZ .mbr-section-title {
  margin-bottom: 80px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uwcI69X7zZ .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uwcI69X7zZ h3 {
  font-weight: 500 !important;
}
.cid-uwcI69X7zZ .order {
  min-width: 3.1rem;
  max-width: 3.1rem;
  min-height: 3.1rem;
  max-height: 3.1rem;
  border-radius: 100%;
  background-color: #ffffff;
  color: #66a0c0;
  margin-right: 2.2rem;
  line-height: 1.72;
}
@media (max-width: 768px) {
  .cid-uwcI69X7zZ .order {
    margin-right: 0;
  }
}
.cid-uwcI69X7zZ .list-item {
  background-color: #d7e2e9;
  border-radius: 10px;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-uwcI69X7zZ .list-item {
    padding: 3rem;
  }
}
.cid-uwcI69X7zZ .mbr-text {
  font-weight: 300;
  line-height: 1.72;
  text-align: right;
}
.cid-uwcI69X7zZ .mbr-subtitle {
  text-align: right;
  color: #0d2977;
}
@media (max-width: 768px) {
  .cid-uwcI69X7zZ .mbr-subtitle {
    margin-bottom: 2px !important;
  }
}
.cid-vdM6LNbnnT {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-vdM6LNbnnT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdM6LNbnnT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdM6LNbnnT .row {
  flex-wrap: nowrap;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vdM6LNbnnT .row {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .cid-vdM6LNbnnT .col-text {
    order: 2;
  }
}
.cid-vdM6LNbnnT .text-wrap {
  position: relative;
  z-index: 3;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vdM6LNbnnT .text-wrap {
    margin-top: 30px;
  }
}
.cid-vdM6LNbnnT .mbr-section-title {
  color: #353535;
}
.cid-vdM6LNbnnT .mbr-text {
  color: #353535;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-vdM6LNbnnT .mbr-text {
    margin-top: 12px;
  }
}
.cid-vdM6LNbnnT .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-vdM6LNbnnT .mbr-section-btn {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .cid-vdM6LNbnnT .col-img {
    order: 1;
  }
}
.cid-vdM6LNbnnT .img-wrap {
  position: relative;
  width: 100%;
}
.cid-vdM6LNbnnT .img-wrap .img-box {
  position: relative;
  z-index: 3;
  width: 100%;
  border-radius: 65px 65px 65px 0;
  overflow: hidden;
  border-radius: 65px 65px 0 65px;
}
@media (max-width: 1199px) {
  .cid-vdM6LNbnnT .img-wrap .img-box {
    border-radius: 55px 55px 55px 0;
    border-radius: 55px 55px 0 55px;
  }
}
@media (max-width: 991px) {
  .cid-vdM6LNbnnT .img-wrap .img-box {
    border-radius: 65px 65px 65px 0;
    border-radius: 65px 65px 0 65px;
  }
}
@media (max-width: 767px) {
  .cid-vdM6LNbnnT .img-wrap .img-box {
    border-radius: 55px 55px 55px 0;
    border-radius: 55px  55px 0 55px;
  }
}
@media (max-width: 575px) {
  .cid-vdM6LNbnnT .img-wrap .img-box {
    border-radius: 45px 45px 45px 0;
    border-radius: 45px 45px 0 45px;
  }
}
.cid-vdM6LNbnnT .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-uvTxj6YZmD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uvTxj6YZmD .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uvTxj6YZmD form {
  padding: 4rem;
}
@media (max-width: 767px) {
  .cid-uvTxj6YZmD form {
    padding: 2rem 0rem;
  }
}
.cid-uvTxj6YZmD .border-radius {
  border-radius: 3rem;
}
.cid-uvTxj6YZmD input,
.cid-uvTxj6YZmD textarea {
  border: none !important;
  border-bottom: 1px solid lightgray !important;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.cid-uvTxj6YZmD input:hover,
.cid-uvTxj6YZmD textarea:hover,
.cid-uvTxj6YZmD input:focus,
.cid-uvTxj6YZmD textarea:focus,
.cid-uvTxj6YZmD input:active,
.cid-uvTxj6YZmD textarea:active {
  border: none !important;
  border-bottom: 1px solid lightgray !important;
  box-shadow: none;
}
.cid-uvTxj6YZmD .image-wrapper,
.cid-uvTxj6YZmD img {
  height: 100%;
  object-fit: cover;
}
.cid-uvTxj6YZmD .row {
  background: #ffffff;
  overflow: hidden;
  margin: 0;
}
.cid-uvTxj6YZmD .btn {
  padding: 1.3rem 2rem;
  margin-top: 2rem;
  border-radius: 2rem !important;
  display: inline-block;
}
@media (max-width: 767px) {
  .cid-uvTxj6YZmD .col-auto {
    margin: auto;
  }
}
.cid-uvTxj6YZmD h5 {
  margin-bottom: 3rem;
}
.cid-uvTxj6YZmD a {
  font-weight: bold;
}
.cid-uvTxj6YZmD .mbr-section-title {
  color: #ffffff;
}
.cid-uvTxj6YZmD .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uvTxj6YZmD H5 {
  color: #000000;
}
.cid-uvTxj7u7WX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #030632;
}
@media (max-width: 767px) {
  .cid-uvTxj7u7WX .content {
    text-align: center;
  }
  .cid-uvTxj7u7WX .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uvTxj7u7WX .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-uvTxj7u7WX .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uvTxj7u7WX .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-uvTxj7u7WX .google-map {
  height: 25rem;
  position: relative;
}
.cid-uvTxj7u7WX .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uvTxj7u7WX .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uvTxj7u7WX .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uvTxj7u7WX .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uvTxj7u7WX .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uvTxj7u7WX .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uvTxj7u7WX .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uvTxj7u7WX .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uvTxj7u7WX .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uvTxj7u7WX .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uvTxj7u7WX .list {
  list-style-type: none;
  padding: 0;
  text-align: right;
  color: #0cbcdf;
}
.cid-uvTxj7u7WX H5 {
  color: #0cbcdf;
  text-align: right;
}
.cid-uvTxj7u7WX .mbr-text {
  text-align: right;
}
.cid-uvTxj7u7WX .copyright > p {
  text-align: center;
}
.cid-vdRb9rDBkc .navbar-dropdown {
  position: relative !important;
}
.cid-vdRb9rDBkc .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-vdRb9rDBkc .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-vdRb9rDBkc .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-vdRb9rDBkc .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-vdRb9rDBkc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vdRb9rDBkc .dropdown-item {
  border: 2px solid #ffffff;
  background: #030632 !important;
  color: #53b3cb !important;
}
.cid-vdRb9rDBkc .dropdown-item:hover,
.cid-vdRb9rDBkc .dropdown-item:focus {
  background: #030632 !important;
  color: #53b3cb !important;
}
.cid-vdRb9rDBkc .dropdown-item:hover span {
  color: white;
}
.cid-vdRb9rDBkc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vdRb9rDBkc .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vdRb9rDBkc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdRb9rDBkc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vdRb9rDBkc .nav-link {
  position: relative;
}
.cid-vdRb9rDBkc .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vdRb9rDBkc .container {
    flex-wrap: nowrap;
  }
}
.cid-vdRb9rDBkc .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vdRb9rDBkc .iconfont-wrapper:hover {
  color: #ffd876 !important;
}
.cid-vdRb9rDBkc .dropdown-menu,
.cid-vdRb9rDBkc .navbar.opened {
  background: #030632 !important;
}
.cid-vdRb9rDBkc .nav-item:focus,
.cid-vdRb9rDBkc .nav-link:focus {
  outline: none;
}
.cid-vdRb9rDBkc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdRb9rDBkc .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vdRb9rDBkc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdRb9rDBkc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdRb9rDBkc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdRb9rDBkc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdRb9rDBkc .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #030632;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vdRb9rDBkc .navbar.opened {
  transition: all 0.3s;
}
.cid-vdRb9rDBkc .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0;
}
.cid-vdRb9rDBkc .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vdRb9rDBkc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdRb9rDBkc .navbar.collapsed {
  justify-content: center;
}
.cid-vdRb9rDBkc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdRb9rDBkc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdRb9rDBkc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-vdRb9rDBkc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdRb9rDBkc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdRb9rDBkc .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-vdRb9rDBkc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdRb9rDBkc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdRb9rDBkc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdRb9rDBkc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdRb9rDBkc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdRb9rDBkc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdRb9rDBkc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdRb9rDBkc .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-vdRb9rDBkc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdRb9rDBkc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdRb9rDBkc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdRb9rDBkc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vdRb9rDBkc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdRb9rDBkc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdRb9rDBkc .navbar.navbar-short {
  min-height: 96px;
}
.cid-vdRb9rDBkc .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vdRb9rDBkc .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vdRb9rDBkc .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vdRb9rDBkc .navbar-brand .navbar-caption:hover,
.cid-vdRb9rDBkc .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-vdRb9rDBkc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdRb9rDBkc .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vdRb9rDBkc .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-vdRb9rDBkc .dropdown-item.active,
.cid-vdRb9rDBkc .dropdown-item:active {
  background-color: transparent;
}
.cid-vdRb9rDBkc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdRb9rDBkc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdRb9rDBkc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdRb9rDBkc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #030632;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-vdRb9rDBkc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vdRb9rDBkc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vdRb9rDBkc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdRb9rDBkc ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vdRb9rDBkc ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid #ffffff;
  }
}
.cid-vdRb9rDBkc .navbar-buttons {
  text-align: center;
}
.cid-vdRb9rDBkc .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 22px 32px;
  min-height: auto;
}
.cid-vdRb9rDBkc .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-vdRb9rDBkc .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vdRb9rDBkc button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #030632 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vdRb9rDBkc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vdRb9rDBkc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vdRb9rDBkc button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vdRb9rDBkc button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vdRb9rDBkc button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vdRb9rDBkc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdRb9rDBkc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdRb9rDBkc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdRb9rDBkc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdRb9rDBkc .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vdRb9rDBkc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdRb9rDBkc .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-vdRb9rDBkc .navbar {
    height: 70px;
  }
  .cid-vdRb9rDBkc .navbar.opened {
    height: auto;
  }
  .cid-vdRb9rDBkc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdRb9rDBkc .navbar-nav {
  margin: 0 auto;
}
.cid-vdRb9rDBkc .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vdRb9rDBkc .nav-item .nav-link {
  padding: 24px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vdRb9rDBkc .nav-item .nav-link::after {
  color: #ffd876 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vdRb9rDBkc .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ffd876 !important;
}
.cid-vdRb9rDBkc .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vdRb9rDBkc .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vdRb9rDBkc .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vdRb9rDBkc .nav-item .dropdown-menu .dropdown-item {
  color: #53b3cb !important;
}
.cid-vdRb9rDBkc .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffd876 !important;
}
@media (max-width: 991px) {
  .cid-vdRb9rDBkc .navbar {
    justify-content: flex-start !important;
  }
  .cid-vdRb9rDBkc .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vdRb9rDBkc .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vdRb9rDBkc .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vdRb9rDBkc .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vdRb9rDBkc .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-vdRb9rDBkc .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vdRb9rDBkc .content-wrap {
  min-height: 130px;
}
.cid-uwcQsy0YXw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #030632;
  overflow: hidden;
  position: relative;
}
.cid-uwcQsy0YXw img {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 800px;
  border-radius: 8rem 8rem 0 0;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uwcQsy0YXw img {
    height: 400px;
  }
}
.cid-uwcQsy0YXw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwcQsy0YXw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwcQsy0YXw .card {
  justify-content: flex-end;
}
.cid-uwcQsy0YXw .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uwcQsy0YXw .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uwcQsy0YXw .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uwcQsy0YXw .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uwcQsy0YXw .text-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uwcQsy0YXw .text-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uwcQsy0YXw .text-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uwcQsy0YXw .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uwcQsy0YXw .image-wrapper {
  display: flex;
  align-items: flex-end;
  min-height: 720px;
}
@media (max-width: 992px) {
  .cid-uwcQsy0YXw .image-wrapper {
    min-height: 400px;
  }
}
.cid-uwcQsy0YXw .image-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uwcQsy0YXw .image-wrapper .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  padding: 32px;
  border-radius: 1rem !important;
  background-color: #d0e59f;
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uwcQsy0YXw .image-wrapper .card-wrapper .card-wrap {
    width: 100%;
    padding: 40px 16px;
    display: block;
  }
}
.cid-uwcQsy0YXw .image-wrapper .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uwcQsy0YXw .image-wrapper .card-wrapper .card-wrap .icon-wrapper {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.cid-uwcQsy0YXw .image-wrapper .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #000000;
  display: block;
}
.cid-uwcQsy0YXw .image-wrapper .card-wrapper .card-wrap .icon-wrapper .card-text {
  margin-bottom: 0;
}
.cid-uwcQsy0YXw .mbr-section-title {
  color: #000000;
}
.cid-uwcQsy0YXw .mbr-text {
  color: #000000;
}
.cid-uwcQsy0YXw .card-text {
  color: #000000;
}
.cid-uwcQsy0YXw .mbr-section-title,
.cid-uwcQsy0YXw .mbr-section-btn {
  text-align: right;
}
.cid-uwcQsy0YXw .card-text,
.cid-uwcQsy0YXw .card-wrapper {
  text-align: justify;
}
.cid-vdQPAQEXH1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
  background-image: linear-gradient(180deg, #030632 50%, #fafafa 50%);
}
.cid-vdQPAQEXH1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdQPAQEXH1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdQPAQEXH1 .card {
  justify-content: flex-end;
}
.cid-vdQPAQEXH1 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdQPAQEXH1 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vdQPAQEXH1 .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdQPAQEXH1 .text-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-vdQPAQEXH1 .card-wrapper {
  padding: 20px 20px 50px 20px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  box-shadow: 0 12px 16px -8px #e9e9e9;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vdQPAQEXH1 .card-wrapper {
    padding: 20px 20px 30px 20px;
  }
}
.cid-vdQPAQEXH1 .card-wrapper .line-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background-image: linear-gradient(90deg, #030632 0%, #b10500 50%, #030632 100%);
}
.cid-vdQPAQEXH1 .card-wrapper .items-wrapper {
  margin: 0 -10px;
}
.cid-vdQPAQEXH1 .card-wrapper .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vdQPAQEXH1 .card-wrapper .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vdQPAQEXH1 .card-wrapper .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.08);
}
.cid-vdQPAQEXH1 .card-wrapper .items-wrapper .item:hover .item-wrapper .card-box .item-title,
.cid-vdQPAQEXH1 .card-wrapper .items-wrapper .item:focus .item-wrapper .card-box .item-title {
  color: #0f5cfa;
}
.cid-vdQPAQEXH1 .card-wrapper .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 10px;
  background-color: #fafafa;
  border: 1px solid #e9e9e9;
  box-shadow: 0 12px 16px -4px #e9e9e9;
}
.cid-vdQPAQEXH1 .card-wrapper .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-vdQPAQEXH1 .card-wrapper .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-vdQPAQEXH1 .card-wrapper .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vdQPAQEXH1 .card-wrapper .items-wrapper .item .item-wrapper .card-box {
  padding: 30px 20px 20px 20px;
}
@media (max-width: 992px) {
  .cid-vdQPAQEXH1 .card-wrapper .items-wrapper .item .item-wrapper .card-box {
    padding: 30px 10px 10px 10px;
  }
}
.cid-vdQPAQEXH1 .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.cid-vdQPAQEXH1 .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vdQPAQEXH1 .card-wrapper .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 6px;
  margin-bottom: -9.6px;
}
.cid-vdQPAQEXH1 .mbr-section-btn .btn-primary-outline,
.cid-vdQPAQEXH1 .mbr-section-btn .btn-secondary-outline,
.cid-vdQPAQEXH1 .mbr-section-btn .btn-success-outline,
.cid-vdQPAQEXH1 .mbr-section-btn .btn-info-outline,
.cid-vdQPAQEXH1 .mbr-section-btn .btn-warning-outline,
.cid-vdQPAQEXH1 .mbr-section-btn .btn-danger-outline,
.cid-vdQPAQEXH1 .mbr-section-btn .btn-black-outline,
.cid-vdQPAQEXH1 .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-vdQPAQEXH1 .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-vdQPAQEXH1 .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-vdQPAQEXH1 .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-vdQPAQEXH1 .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-vdQPAQEXH1 .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-vdQPAQEXH1 .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-vdQPAQEXH1 .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-vdQPAQEXH1 .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(-45deg);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #030632 0%, #b10500 50%, #030632 100%) !important;
}
.cid-vdQPAQEXH1 .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-vdQPAQEXH1 .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-vdQPAQEXH1 .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-vdQPAQEXH1 .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-vdQPAQEXH1 .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-vdQPAQEXH1 .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-vdQPAQEXH1 .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-vdQPAQEXH1 .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-vdQPAQEXH1 .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-vdQPAQEXH1 .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-vdQPAQEXH1 .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-vdQPAQEXH1 .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-vdQPAQEXH1 .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-vdQPAQEXH1 .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-vdQPAQEXH1 .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-vdQPAQEXH1 .mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.cid-vdQPAQEXH1 .mbr-section-btn .btn-primary-outline.focus .mbr-iconfont,
.cid-vdQPAQEXH1 .mbr-section-btn .btn-secondary-outline.focus .mbr-iconfont,
.cid-vdQPAQEXH1 .mbr-section-btn .btn-success-outline.focus .mbr-iconfont,
.cid-vdQPAQEXH1 .mbr-section-btn .btn-info-outline.focus .mbr-iconfont,
.cid-vdQPAQEXH1 .mbr-section-btn .btn-warning-outline.focus .mbr-iconfont,
.cid-vdQPAQEXH1 .mbr-section-btn .btn-danger-outline.focus .mbr-iconfont,
.cid-vdQPAQEXH1 .mbr-section-btn .btn-black-outline.focus .mbr-iconfont,
.cid-vdQPAQEXH1 .mbr-section-btn .btn-white-outline.focus .mbr-iconfont,
.cid-vdQPAQEXH1 .mbr-section-btn .btn-primary-outline.active .mbr-iconfont,
.cid-vdQPAQEXH1 .mbr-section-btn .btn-secondary-outline.active .mbr-iconfont,
.cid-vdQPAQEXH1 .mbr-section-btn .btn-success-outline.active .mbr-iconfont,
.cid-vdQPAQEXH1 .mbr-section-btn .btn-info-outline.active .mbr-iconfont,
.cid-vdQPAQEXH1 .mbr-section-btn .btn-warning-outline.active .mbr-iconfont,
.cid-vdQPAQEXH1 .mbr-section-btn .btn-danger-outline.active .mbr-iconfont,
.cid-vdQPAQEXH1 .mbr-section-btn .btn-black-outline.active .mbr-iconfont,
.cid-vdQPAQEXH1 .mbr-section-btn .btn-white-outline.active .mbr-iconfont {
  transform: rotate(0);
}
.cid-vdQPAQEXH1 .mbr-section-title {
  color: #ffffff;
}
.cid-vdQPAQEXH1 .mbr-text {
  color: #ffffff;
}
.cid-vdQPAQEXH1 .item-title {
  color: #171719;
}
.cid-vdQPAQEXH1 .item-text {
  color: #565661;
  text-align: justify;
}
.cid-vdQPAQEXH1 .mbr-section-title,
.cid-vdQPAQEXH1 .title-wrap {
  text-align: center;
}
.cid-vdQPAQEXH1 .item-title,
.cid-vdQPAQEXH1 .item-btn {
  color: #0a8ca6;
}
.cid-uwgkVVZJV1 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #030632;
}
.cid-uwgkVVZJV1 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uwgkVVZJV1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwgkVVZJV1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwgkVVZJV1 .content-wrap {
  justify-content: center;
}
.cid-uwgkVVZJV1 .card-wrapper {
  background-color: #f4f2ef;
  display: flex;
  border: 1px solid #150764;
}
@media (max-width: 1200px) {
  .cid-uwgkVVZJV1 .card-wrapper {
    display: block;
  }
}
.cid-uwgkVVZJV1 .card-wrapper .title-wrapper {
  width: 35%;
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid #150764;
  border-right: none;
  border-left: 1px solid #150764;
}
@media (max-width: 1640px) {
  .cid-uwgkVVZJV1 .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 1200px) {
  .cid-uwgkVVZJV1 .card-wrapper .title-wrapper {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
@media (max-width: 992px) {
  .cid-uwgkVVZJV1 .card-wrapper .title-wrapper {
    padding: 40px 20px;
  }
}
@media (max-width: 1200px) {
  .cid-uwgkVVZJV1 .card-wrapper .title-wrapper {
    border-left: none;
    border-bottom: 1px solid #150764;
  }
}
.cid-uwgkVVZJV1 .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uwgkVVZJV1 .card-wrapper .title-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 100px;
  color: #4188ff;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uwgkVVZJV1 .card-wrapper .title-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-uwgkVVZJV1 .card-wrapper .list-wrapper {
  width: 65%;
}
@media (max-width: 1200px) {
  .cid-uwgkVVZJV1 .card-wrapper .list-wrapper {
    width: 100%;
  }
}
.cid-uwgkVVZJV1 .card-wrapper .list-wrapper .panel-group .card {
  position: relative;
  padding: 0;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  background-color: transparent;
  border-radius: 0 !important;
}
.cid-uwgkVVZJV1 .card-wrapper .list-wrapper .panel-group .card:first-child .card-header {
  border-top: none !important;
}
.cid-uwgkVVZJV1 .card-wrapper .list-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 32px;
  border-top: 1px solid #bbbbbb;
}
@media (max-width: 1940px) {
  .cid-uwgkVVZJV1 .card-wrapper .list-wrapper .panel-group .card .card-header {
    padding: 32px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uwgkVVZJV1 .card-wrapper .list-wrapper .panel-group .card .card-header {
    padding: 32px 20px;
  }
}
.cid-uwgkVVZJV1 .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uwgkVVZJV1 .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uwgkVVZJV1 .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 28px;
  height: 28px;
  min-width: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uwgkVVZJV1 .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 28px;
  color: #4188ff;
}
.cid-uwgkVVZJV1 .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(180deg);
}
.cid-uwgkVVZJV1 .card-wrapper .list-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 32px 64px 32px;
}
@media (max-width: 1940px) {
  .cid-uwgkVVZJV1 .card-wrapper .list-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 0 24px 64px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uwgkVVZJV1 .card-wrapper .list-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 32px 20px;
  }
}
.cid-uwgkVVZJV1 .card-wrapper .list-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uwgkVVZJV1 .mbr-section-title {
  color: #150764;
}
.cid-uwgkVVZJV1 .panel-title-edit {
  color: #150764;
}
.cid-uwgkVVZJV1 .panel-text {
  color: #150764;
  text-align: right;
}
.cid-uwgkVVZJV1 .panel-title-edit,
.cid-uwgkVVZJV1 .icon-wrapper {
  text-align: right;
}
.cid-uwcOnVOJYw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uwcOnVOJYw .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uwcOnVOJYw form {
  padding: 4rem;
}
@media (max-width: 767px) {
  .cid-uwcOnVOJYw form {
    padding: 2rem 0rem;
  }
}
.cid-uwcOnVOJYw .border-radius {
  border-radius: 3rem;
}
.cid-uwcOnVOJYw input,
.cid-uwcOnVOJYw textarea {
  border: none !important;
  border-bottom: 1px solid lightgray !important;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.cid-uwcOnVOJYw input:hover,
.cid-uwcOnVOJYw textarea:hover,
.cid-uwcOnVOJYw input:focus,
.cid-uwcOnVOJYw textarea:focus,
.cid-uwcOnVOJYw input:active,
.cid-uwcOnVOJYw textarea:active {
  border: none !important;
  border-bottom: 1px solid lightgray !important;
  box-shadow: none;
}
.cid-uwcOnVOJYw .image-wrapper,
.cid-uwcOnVOJYw img {
  height: 100%;
  object-fit: cover;
}
.cid-uwcOnVOJYw .row {
  background: #ffffff;
  overflow: hidden;
  margin: 0;
}
.cid-uwcOnVOJYw .btn {
  padding: 1.3rem 2rem;
  margin-top: 2rem;
  border-radius: 2rem !important;
  display: inline-block;
}
@media (max-width: 767px) {
  .cid-uwcOnVOJYw .col-auto {
    margin: auto;
  }
}
.cid-uwcOnVOJYw h5 {
  margin-bottom: 3rem;
}
.cid-uwcOnVOJYw a {
  font-weight: bold;
}
.cid-uwcOnVOJYw .mbr-section-title {
  color: #ffffff;
}
.cid-uwcOnVOJYw .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uwcOnVOJYw H5 {
  color: #000000;
  text-align: center;
}
.cid-uwcOnVOJYw LABEL {
  text-align: center;
}
.cid-uwcOnVOJYw DIV {
  text-align: center;
}
.cid-uwcOnWtgtj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #030632;
}
@media (max-width: 767px) {
  .cid-uwcOnWtgtj .content {
    text-align: center;
  }
  .cid-uwcOnWtgtj .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uwcOnWtgtj .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-uwcOnWtgtj .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uwcOnWtgtj .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-uwcOnWtgtj .google-map {
  height: 25rem;
  position: relative;
}
.cid-uwcOnWtgtj .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uwcOnWtgtj .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uwcOnWtgtj .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uwcOnWtgtj .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uwcOnWtgtj .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uwcOnWtgtj .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uwcOnWtgtj .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uwcOnWtgtj .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uwcOnWtgtj .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uwcOnWtgtj .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uwcOnWtgtj .list {
  list-style-type: none;
  padding: 0;
  text-align: right;
  color: #0cbcdf;
}
.cid-uwcOnWtgtj H5 {
  color: #0cbcdf;
  text-align: right;
}
.cid-uwcOnWtgtj .mbr-text {
  text-align: right;
}
.cid-uwcOnWtgtj .copyright > p {
  text-align: center;
}
.cid-uwcVsmDBKS {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background: #030632;
}
.cid-uwcVsmDBKS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwcVsmDBKS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwcVsmDBKS .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-uwcVsmDBKS .container-fluid {
    padding: 0 20px;
  }
}
.cid-uwcVsmDBKS .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uwcVsmDBKS .container {
    padding: 0 20px;
  }
  .cid-uwcVsmDBKS .container .row {
    padding: 0;
  }
}
.cid-uwcVsmDBKS .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-uwcVsmDBKS .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uwcVsmDBKS .embla__slide .card-wrap {
  width: 100%;
}
.cid-uwcVsmDBKS .embla__slide .card-wrap .item-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uwcVsmDBKS .embla__slide .card-wrap .item-wrapper {
    margin-bottom: 70px;
  }
}
.cid-uwcVsmDBKS .embla__slide .card-wrap .item-wrapper .item-link {
  display: block;
}
.cid-uwcVsmDBKS .embla__slide .card-wrap .item-wrapper .item-link .image-wrap img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uwcVsmDBKS .embla__slide .card-wrap .item-wrapper .item-link .image-wrap img {
    height: 320px;
  }
}
.cid-uwcVsmDBKS .embla__slide .card-wrap .content-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10%;
  min-height: 75px;
}
@media (max-width: 992px) {
  .cid-uwcVsmDBKS .embla__slide .card-wrap .content-wrap {
    display: block;
    padding: 0;
  }
}
.cid-uwcVsmDBKS .embla__slide .card-wrap .content-wrap .content-link {
  display: block;
}
.cid-uwcVsmDBKS .embla__slide .card-wrap .content-wrap .content-link:hover .mbr-card-title::before {
  width: 100%;
}
.cid-uwcVsmDBKS .embla__slide .card-wrap .content-wrap .content-link .mbr-card-title {
  position: relative;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uwcVsmDBKS .embla__slide .card-wrap .content-wrap .content-link .mbr-card-title {
    margin-bottom: 10px;
  }
}
.cid-uwcVsmDBKS .embla__slide .card-wrap .content-wrap .content-link .mbr-card-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #c6a38f;
  transition: all 0.3s ease-out;
}
.cid-uwcVsmDBKS .embla__slide .card-wrap .content-wrap .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-uwcVsmDBKS .embla__button--next,
.cid-uwcVsmDBKS .embla__button--prev {
  display: flex;
}
.cid-uwcVsmDBKS .embla__button {
  bottom: 8rem;
  width: 20px;
  height: 20px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent;
  color: #0cbcdf;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.cid-uwcVsmDBKS .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uwcVsmDBKS .embla__button:hover {
  background-color: transparent;
  color: #0cbcdf;
}
.cid-uwcVsmDBKS .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0;
}
.cid-uwcVsmDBKS .embla__button.embla__button--next {
  right: auto;
  left: 3rem;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-uwcVsmDBKS .embla__button {
    bottom: 10rem;
  }
}
.cid-uwcVsmDBKS .embla {
  position: relative;
  width: 100%;
}
.cid-uwcVsmDBKS .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uwcVsmDBKS .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uwcVsmDBKS .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uwcVsmDBKS .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uwcVsmDBKS .mbr-card-title {
  color: #ffffff;
}
.cid-uwcZ9gQ5X9 {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #030632;
}
.cid-uwcZ9gQ5X9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwcZ9gQ5X9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwcZ9gQ5X9 .desc {
  position: absolute;
  left: 16px;
  bottom: 0;
  transform: rotate(-90deg);
  margin: 1.5rem 0;
  transform-origin: bottom left;
}
.cid-uwcZ9gQ5X9 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uwcZ9gQ5X9 .row .img-item {
  display: -webkit-flex;
  padding: 1rem;
  flex-direction: column;
  position: relative;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.cid-uwcZ9gQ5X9 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vdRb9rDBkc .navbar-dropdown {
  position: relative !important;
}
.cid-vdRb9rDBkc .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-vdRb9rDBkc .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-vdRb9rDBkc .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-vdRb9rDBkc .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-vdRb9rDBkc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vdRb9rDBkc .dropdown-item {
  border: 2px solid #ffffff;
  background: #030632 !important;
  color: #53b3cb !important;
}
.cid-vdRb9rDBkc .dropdown-item:hover,
.cid-vdRb9rDBkc .dropdown-item:focus {
  background: #030632 !important;
  color: #53b3cb !important;
}
.cid-vdRb9rDBkc .dropdown-item:hover span {
  color: white;
}
.cid-vdRb9rDBkc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vdRb9rDBkc .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vdRb9rDBkc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdRb9rDBkc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vdRb9rDBkc .nav-link {
  position: relative;
}
.cid-vdRb9rDBkc .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vdRb9rDBkc .container {
    flex-wrap: nowrap;
  }
}
.cid-vdRb9rDBkc .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vdRb9rDBkc .iconfont-wrapper:hover {
  color: #ffd876 !important;
}
.cid-vdRb9rDBkc .dropdown-menu,
.cid-vdRb9rDBkc .navbar.opened {
  background: #030632 !important;
}
.cid-vdRb9rDBkc .nav-item:focus,
.cid-vdRb9rDBkc .nav-link:focus {
  outline: none;
}
.cid-vdRb9rDBkc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdRb9rDBkc .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vdRb9rDBkc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdRb9rDBkc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdRb9rDBkc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdRb9rDBkc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdRb9rDBkc .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #030632;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vdRb9rDBkc .navbar.opened {
  transition: all 0.3s;
}
.cid-vdRb9rDBkc .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0;
}
.cid-vdRb9rDBkc .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vdRb9rDBkc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdRb9rDBkc .navbar.collapsed {
  justify-content: center;
}
.cid-vdRb9rDBkc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdRb9rDBkc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdRb9rDBkc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-vdRb9rDBkc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdRb9rDBkc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdRb9rDBkc .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-vdRb9rDBkc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdRb9rDBkc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdRb9rDBkc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdRb9rDBkc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdRb9rDBkc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdRb9rDBkc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdRb9rDBkc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdRb9rDBkc .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-vdRb9rDBkc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdRb9rDBkc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdRb9rDBkc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdRb9rDBkc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vdRb9rDBkc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdRb9rDBkc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdRb9rDBkc .navbar.navbar-short {
  min-height: 96px;
}
.cid-vdRb9rDBkc .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vdRb9rDBkc .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vdRb9rDBkc .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vdRb9rDBkc .navbar-brand .navbar-caption:hover,
.cid-vdRb9rDBkc .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-vdRb9rDBkc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdRb9rDBkc .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vdRb9rDBkc .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-vdRb9rDBkc .dropdown-item.active,
.cid-vdRb9rDBkc .dropdown-item:active {
  background-color: transparent;
}
.cid-vdRb9rDBkc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdRb9rDBkc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdRb9rDBkc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdRb9rDBkc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #030632;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-vdRb9rDBkc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vdRb9rDBkc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vdRb9rDBkc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdRb9rDBkc ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vdRb9rDBkc ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid #ffffff;
  }
}
.cid-vdRb9rDBkc .navbar-buttons {
  text-align: center;
}
.cid-vdRb9rDBkc .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 22px 32px;
  min-height: auto;
}
.cid-vdRb9rDBkc .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-vdRb9rDBkc .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vdRb9rDBkc button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #030632 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vdRb9rDBkc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vdRb9rDBkc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vdRb9rDBkc button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vdRb9rDBkc button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vdRb9rDBkc button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vdRb9rDBkc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdRb9rDBkc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdRb9rDBkc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdRb9rDBkc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdRb9rDBkc .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vdRb9rDBkc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdRb9rDBkc .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-vdRb9rDBkc .navbar {
    height: 70px;
  }
  .cid-vdRb9rDBkc .navbar.opened {
    height: auto;
  }
  .cid-vdRb9rDBkc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdRb9rDBkc .navbar-nav {
  margin: 0 auto;
}
.cid-vdRb9rDBkc .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vdRb9rDBkc .nav-item .nav-link {
  padding: 24px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vdRb9rDBkc .nav-item .nav-link::after {
  color: #ffd876 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vdRb9rDBkc .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ffd876 !important;
}
.cid-vdRb9rDBkc .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vdRb9rDBkc .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vdRb9rDBkc .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vdRb9rDBkc .nav-item .dropdown-menu .dropdown-item {
  color: #53b3cb !important;
}
.cid-vdRb9rDBkc .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffd876 !important;
}
@media (max-width: 991px) {
  .cid-vdRb9rDBkc .navbar {
    justify-content: flex-start !important;
  }
  .cid-vdRb9rDBkc .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vdRb9rDBkc .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vdRb9rDBkc .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vdRb9rDBkc .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vdRb9rDBkc .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-vdRb9rDBkc .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vdRb9rDBkc .content-wrap {
  min-height: 130px;
}
.cid-uwgsxU9X6Y {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #030632;
}
.cid-uwgsxU9X6Y .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uwgsxU9X6Y .container-fluid {
  padding: 0;
}
.cid-uwgsxU9X6Y img {
  width: 100%;
}
.cid-uwgsxU9X6Y .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 10rem;
  padding-right: 10rem;
}
@media (max-width: 1400px) {
  .cid-uwgsxU9X6Y .content {
    padding: 3rem;
  }
}
.cid-uwgsxU9X6Y .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-uwgsxU9X6Y .img-col {
  padding: 0;
  margin: auto;
}
.cid-uwgsxU9X6Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwgsxU9X6Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwgsxU9X6Y .mbr-section-title {
  text-align: right;
  color: #0cbcdf;
}
.cid-uwgsxU9X6Y .mbr-text,
.cid-uwgsxU9X6Y .mbr-section-btn {
  text-align: justify;
}
.cid-uwhVFAErSV {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uwhVFAErSV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwhVFAErSV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwhVFAErSV .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uwhVFAErSV .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uwhVFAErSV .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uwhVFAErSV .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uwhVFAErSV .container {
    padding: 0 12px;
  }
}
.cid-uwhVFAErSV .row {
  justify-content: center;
}
.cid-uwhVFAErSV .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uwhVFAErSV .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uwhVFAErSV .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uwhVFAErSV .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uwhVFAErSV .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uwhVFAErSV .item {
    margin-bottom: 16px;
  }
}
.cid-uwhVFAErSV .item .item-wrapper {
  width: 100%;
}
.cid-uwhVFAErSV .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uwhVFAErSV .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uwhVFAErSV .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uwhVFAErSV .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uwhVFAErSV .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #1d1d1f;
  margin-right: 4px;
}
.cid-uwhVFAErSV .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uwhVFAErSV .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uwhVFAErSV .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uwhVFAErSV .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #f5f5f7;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uwhVFAErSV .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uwhVFAErSV .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uwhVFAErSV .mbr-section-title {
  color: #1D1D1F;
  text-align: right;
}
.cid-uwhVFAErSV .mbr-text {
  color: #1D1D1F;
  text-align: right;
}
.cid-uwhVFAErSV .item-title {
  color: #1D1D1F;
  text-align: right;
}
.cid-uwhVFAErSV .item-desc {
  color: #1D1D1F;
}
.cid-uwhVFAErSV .item-text {
  color: #1D1D1F;
  text-align: justify;
}
.cid-uwhY8rZDok {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #030632;
}
.cid-uwhY8rZDok .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwhY8rZDok .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwhY8rZDok .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uwhY8rZDok .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uwhY8rZDok .container {
    padding: 0 30px;
  }
}
.cid-uwhY8rZDok .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uwhY8rZDok .item {
    margin-bottom: 30px;
  }
}
.cid-uwhY8rZDok .item:nth-child(2n) .item-wrapper {
  margin-right: 0;
  margin-left: 16px;
}
@media (max-width: 992px) {
  .cid-uwhY8rZDok .item:nth-child(2n) .item-wrapper {
    margin: 0;
  }
}
.cid-uwhY8rZDok .item .item-wrapper {
  margin-right: 16px;
  padding: 40px 3rem;
  border-radius: 3em;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uwhY8rZDok .item .item-wrapper {
    margin: 0;
    padding: 30px 20px;
  }
}
.cid-uwhY8rZDok .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
.cid-uwhY8rZDok .item .item-wrapper .item-img img {
  height: 365px;
  object-fit: cover;
  border-radius: 2em;
}
.cid-uwhY8rZDok .item .item-wrapper .item-content .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uwhY8rZDok .item .item-wrapper .item-content .desc-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uwhY8rZDok .item .item-wrapper .item-content .desc-wrap {
    display: block;
  }
}
.cid-uwhY8rZDok .item .item-wrapper .item-content .desc-wrap .mbr-desc {
  padding: 8px 20px;
  margin-bottom: 0;
  background-color: #fe5115;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uwhY8rZDok .item .item-wrapper .item-content .desc-wrap .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uwhY8rZDok .item .item-wrapper .item-content .desc-wrap .mbr-date {
  margin-bottom: 0;
}
.cid-uwhY8rZDok .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uwhY8rZDok .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-uwhY8rZDok .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uwhY8rZDok .mbr-section-title {
  color: #2b2b2b;
}
.cid-uwhY8rZDok .mbr-desc {
  color: #ffffff;
}
.cid-uwhY8rZDok .mbr-date {
  color: #4e4e4e;
}
.cid-uwhY8rZDok .mbr-text {
  color: #4e4e4e;
  text-align: justify;
}
.cid-uwhY8rZDok .mbr-section-title,
.cid-uwhY8rZDok .mbr-section-btn {
  text-align: right;
}
.cid-uwgbixw3hk {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #030632;
}
.cid-uwgbixw3hk .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uwgbixw3hk form {
  padding: 4rem;
}
@media (max-width: 767px) {
  .cid-uwgbixw3hk form {
    padding: 2rem 0rem;
  }
}
.cid-uwgbixw3hk .border-radius {
  border-radius: 3rem;
}
.cid-uwgbixw3hk input,
.cid-uwgbixw3hk textarea {
  border: none !important;
  border-bottom: 1px solid lightgray !important;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.cid-uwgbixw3hk input:hover,
.cid-uwgbixw3hk textarea:hover,
.cid-uwgbixw3hk input:focus,
.cid-uwgbixw3hk textarea:focus,
.cid-uwgbixw3hk input:active,
.cid-uwgbixw3hk textarea:active {
  border: none !important;
  border-bottom: 1px solid lightgray !important;
  box-shadow: none;
}
.cid-uwgbixw3hk .image-wrapper,
.cid-uwgbixw3hk img {
  height: 100%;
  object-fit: cover;
}
.cid-uwgbixw3hk .row {
  background: #ffffff;
  overflow: hidden;
  margin: 0;
}
.cid-uwgbixw3hk .btn {
  padding: 1.3rem 2rem;
  margin-top: 2rem;
  border-radius: 2rem !important;
  display: inline-block;
}
@media (max-width: 767px) {
  .cid-uwgbixw3hk .col-auto {
    margin: auto;
  }
}
.cid-uwgbixw3hk h5 {
  margin-bottom: 3rem;
}
.cid-uwgbixw3hk a {
  font-weight: bold;
}
.cid-uwgbixw3hk .mbr-section-title {
  color: #ffffff;
}
.cid-uwgbixw3hk .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uwgbixw3hk H5 {
  color: #000000;
}
.cid-uwgbiy4mdx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #030632;
}
@media (max-width: 767px) {
  .cid-uwgbiy4mdx .content {
    text-align: center;
  }
  .cid-uwgbiy4mdx .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uwgbiy4mdx .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-uwgbiy4mdx .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uwgbiy4mdx .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-uwgbiy4mdx .google-map {
  height: 25rem;
  position: relative;
}
.cid-uwgbiy4mdx .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uwgbiy4mdx .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uwgbiy4mdx .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uwgbiy4mdx .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uwgbiy4mdx .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uwgbiy4mdx .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uwgbiy4mdx .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uwgbiy4mdx .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uwgbiy4mdx .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uwgbiy4mdx .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uwgbiy4mdx .list {
  list-style-type: none;
  padding: 0;
  text-align: right;
  color: #0cbcdf;
}
.cid-uwgbiy4mdx H5 {
  color: #0cbcdf;
  text-align: right;
}
.cid-uwgbiy4mdx .mbr-text {
  text-align: right;
}
.cid-uwgbiy4mdx .copyright > p {
  text-align: center;
}
.cid-vdRb9rDBkc .navbar-dropdown {
  position: relative !important;
}
.cid-vdRb9rDBkc .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-vdRb9rDBkc .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-vdRb9rDBkc .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-vdRb9rDBkc .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-vdRb9rDBkc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vdRb9rDBkc .dropdown-item {
  border: 2px solid #ffffff;
  background: #030632 !important;
  color: #53b3cb !important;
}
.cid-vdRb9rDBkc .dropdown-item:hover,
.cid-vdRb9rDBkc .dropdown-item:focus {
  background: #030632 !important;
  color: #53b3cb !important;
}
.cid-vdRb9rDBkc .dropdown-item:hover span {
  color: white;
}
.cid-vdRb9rDBkc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vdRb9rDBkc .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vdRb9rDBkc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdRb9rDBkc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vdRb9rDBkc .nav-link {
  position: relative;
}
.cid-vdRb9rDBkc .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vdRb9rDBkc .container {
    flex-wrap: nowrap;
  }
}
.cid-vdRb9rDBkc .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vdRb9rDBkc .iconfont-wrapper:hover {
  color: #ffd876 !important;
}
.cid-vdRb9rDBkc .dropdown-menu,
.cid-vdRb9rDBkc .navbar.opened {
  background: #030632 !important;
}
.cid-vdRb9rDBkc .nav-item:focus,
.cid-vdRb9rDBkc .nav-link:focus {
  outline: none;
}
.cid-vdRb9rDBkc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdRb9rDBkc .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vdRb9rDBkc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdRb9rDBkc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdRb9rDBkc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdRb9rDBkc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdRb9rDBkc .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #030632;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vdRb9rDBkc .navbar.opened {
  transition: all 0.3s;
}
.cid-vdRb9rDBkc .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0;
}
.cid-vdRb9rDBkc .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vdRb9rDBkc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdRb9rDBkc .navbar.collapsed {
  justify-content: center;
}
.cid-vdRb9rDBkc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdRb9rDBkc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdRb9rDBkc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-vdRb9rDBkc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdRb9rDBkc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdRb9rDBkc .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-vdRb9rDBkc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdRb9rDBkc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdRb9rDBkc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdRb9rDBkc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdRb9rDBkc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdRb9rDBkc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdRb9rDBkc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdRb9rDBkc .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-vdRb9rDBkc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdRb9rDBkc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdRb9rDBkc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdRb9rDBkc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vdRb9rDBkc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdRb9rDBkc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdRb9rDBkc .navbar.navbar-short {
  min-height: 96px;
}
.cid-vdRb9rDBkc .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vdRb9rDBkc .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vdRb9rDBkc .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vdRb9rDBkc .navbar-brand .navbar-caption:hover,
.cid-vdRb9rDBkc .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-vdRb9rDBkc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdRb9rDBkc .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vdRb9rDBkc .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-vdRb9rDBkc .dropdown-item.active,
.cid-vdRb9rDBkc .dropdown-item:active {
  background-color: transparent;
}
.cid-vdRb9rDBkc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdRb9rDBkc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdRb9rDBkc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdRb9rDBkc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #030632;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-vdRb9rDBkc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vdRb9rDBkc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vdRb9rDBkc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdRb9rDBkc ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vdRb9rDBkc ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid #ffffff;
  }
}
.cid-vdRb9rDBkc .navbar-buttons {
  text-align: center;
}
.cid-vdRb9rDBkc .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 22px 32px;
  min-height: auto;
}
.cid-vdRb9rDBkc .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-vdRb9rDBkc .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vdRb9rDBkc button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #030632 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vdRb9rDBkc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vdRb9rDBkc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vdRb9rDBkc button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vdRb9rDBkc button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vdRb9rDBkc button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vdRb9rDBkc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdRb9rDBkc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdRb9rDBkc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdRb9rDBkc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdRb9rDBkc .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vdRb9rDBkc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdRb9rDBkc .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-vdRb9rDBkc .navbar {
    height: 70px;
  }
  .cid-vdRb9rDBkc .navbar.opened {
    height: auto;
  }
  .cid-vdRb9rDBkc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdRb9rDBkc .navbar-nav {
  margin: 0 auto;
}
.cid-vdRb9rDBkc .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vdRb9rDBkc .nav-item .nav-link {
  padding: 24px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vdRb9rDBkc .nav-item .nav-link::after {
  color: #ffd876 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vdRb9rDBkc .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ffd876 !important;
}
.cid-vdRb9rDBkc .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vdRb9rDBkc .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vdRb9rDBkc .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vdRb9rDBkc .nav-item .dropdown-menu .dropdown-item {
  color: #53b3cb !important;
}
.cid-vdRb9rDBkc .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffd876 !important;
}
@media (max-width: 991px) {
  .cid-vdRb9rDBkc .navbar {
    justify-content: flex-start !important;
  }
  .cid-vdRb9rDBkc .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vdRb9rDBkc .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vdRb9rDBkc .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vdRb9rDBkc .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vdRb9rDBkc .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-vdRb9rDBkc .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vdRb9rDBkc .content-wrap {
  min-height: 130px;
}
.cid-uwlMjq1EG2 {
  padding-top: 12rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-image: url("../../../assets/images/mbr-1920x1442.jpg");
}
.cid-uwlMjq1EG2 img {
  position: absolute;
  object-fit: cover;
  height: 300px;
  width: 400px;
}
@media (max-width: 1199px) {
  .cid-uwlMjq1EG2 img {
    display: none;
  }
}
.cid-uwlMjq1EG2 .image_1 {
  top: 10rem;
  right: 0;
}
.cid-uwlMjq1EG2 .image_2 {
  bottom: 5rem;
  left: -250px;
}
.cid-uwlMjq1EG2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwlMjq1EG2 .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-uwlMjq1EG2 .container {
    padding: 0 22px;
  }
}
.cid-uwlMjq1EG2 .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uwlMjq1EG2 .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uwlMjq1EG2 .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uwlMjq1EG2 .content-wrapper .mbr-section-title span {
  color: #00d0f3;
}
.cid-uwlMjq1EG2 .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uwlMjq1EG2 .mbr-section-title {
  color: #ffffff;
}
.cid-uwlMjq1EG2 .mbr-desc {
  color: #ffffff;
}
.cid-uwlMjq1EG2 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uwlMjq1EG2 .mbr-section-title,
.cid-uwlMjq1EG2 .mbr-section-btn {
  text-align: center;
}
.cid-uwlIl6atZP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fbfbfb;
}
.cid-uwlIl6atZP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwlIl6atZP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwlIl6atZP .row {
  justify-content: flex-start;
}
.cid-uwlIl6atZP .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 4rem;
}
.cid-uwlIl6atZP .item-wrap {
  width: 100%;
  margin-bottom: 2rem;
}
.cid-uwlIl6atZP .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  text-align: right;
}
.cid-uwlIl6atZP .mbr-text {
  color: #000000;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: justify;
}
.cid-uwlIl6atZP .mbr-section-title,
.cid-uwlIl6atZP .mbr-section-btn {
  color: #0cbcdf;
  text-align: right;
}
.cid-uwlIl9HDFB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uwlIl9HDFB .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uwlIl9HDFB form {
  padding: 4rem;
}
@media (max-width: 767px) {
  .cid-uwlIl9HDFB form {
    padding: 2rem 0rem;
  }
}
.cid-uwlIl9HDFB .border-radius {
  border-radius: 3rem;
}
.cid-uwlIl9HDFB input,
.cid-uwlIl9HDFB textarea {
  border: none !important;
  border-bottom: 1px solid lightgray !important;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.cid-uwlIl9HDFB input:hover,
.cid-uwlIl9HDFB textarea:hover,
.cid-uwlIl9HDFB input:focus,
.cid-uwlIl9HDFB textarea:focus,
.cid-uwlIl9HDFB input:active,
.cid-uwlIl9HDFB textarea:active {
  border: none !important;
  border-bottom: 1px solid lightgray !important;
  box-shadow: none;
}
.cid-uwlIl9HDFB .image-wrapper,
.cid-uwlIl9HDFB img {
  height: 100%;
  object-fit: cover;
}
.cid-uwlIl9HDFB .row {
  background: #ffffff;
  overflow: hidden;
  margin: 0;
}
.cid-uwlIl9HDFB .btn {
  padding: 1.3rem 2rem;
  margin-top: 2rem;
  border-radius: 2rem !important;
  display: inline-block;
}
@media (max-width: 767px) {
  .cid-uwlIl9HDFB .col-auto {
    margin: auto;
  }
}
.cid-uwlIl9HDFB h5 {
  margin-bottom: 3rem;
}
.cid-uwlIl9HDFB a {
  font-weight: bold;
}
.cid-uwlIl9HDFB .mbr-section-title {
  color: #ffffff;
}
.cid-uwlIl9HDFB .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uwlIl9HDFB H5 {
  color: #000000;
}
.cid-uwlIlawwyV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #030632;
}
@media (max-width: 767px) {
  .cid-uwlIlawwyV .content {
    text-align: center;
  }
  .cid-uwlIlawwyV .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uwlIlawwyV .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-uwlIlawwyV .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uwlIlawwyV .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-uwlIlawwyV .google-map {
  height: 25rem;
  position: relative;
}
.cid-uwlIlawwyV .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uwlIlawwyV .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uwlIlawwyV .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uwlIlawwyV .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uwlIlawwyV .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uwlIlawwyV .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uwlIlawwyV .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uwlIlawwyV .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uwlIlawwyV .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uwlIlawwyV .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uwlIlawwyV .list {
  list-style-type: none;
  padding: 0;
  text-align: right;
  color: #0cbcdf;
}
.cid-uwlIlawwyV H5 {
  color: #0cbcdf;
  text-align: right;
}
.cid-uwlIlawwyV .mbr-text {
  text-align: right;
}
.cid-uwlIlawwyV .copyright > p {
  text-align: center;
}
