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

body {
  font-style: normal;
  font-weight: 300;
  color: #232323;
  position: relative;
    overflow: hidden;
  overflow-y: auto;
}

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



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: 16px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 40px;
  width: 40px;
  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: unset;
    right: 20px;
    text-align: right;
  }
}
/*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: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 992px) {
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}

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

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

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

.item {
  position: relative;
}

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

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

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.btn {
  border: none !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Instrument Sans;
}
/* 大標Title 1 */
.display-1 {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 5rem;
  line-height: 1.5;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
/* 副標Title 2 */
.display-2 {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 2.75rem;
  line-height: 1.5;
}
.display-2 > .mbr-iconfont {
  font-size: 3.4375rem;
}
/* Menu */
.display-4 {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* 小標Title 3 */
.display-5 {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.bigtext {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.bigtext > .mbr-iconfont {
  font-size: 2.5rem;
}
/* 小內文Text */
.display-7 {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1.2rem;
  line-height: 1.75;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  /*-- 大標Title 1 --*/
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: 1.3;
  }
  /*-- 副標Title 2 --*/
  .display-2 {
    font-size: 2.2rem;
    font-size: calc( 1.6125rem + (2.75 - 1.6125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1.6125rem + (2.75 - 1.6125) * ((100vw - 20rem) / (48 - 20))));
  }
  /*-- Menu --*/
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  /*-- 小標Title 3 --*/
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  /*-- 大內文bigText --*/
  .bigtext {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 2rem;
    line-height: 1.5;
  }
  .bigtext > .mbr-iconfont {
    font-size: 2rem;
  }
  /*-- 小內文Text --*/
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.75 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  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: #16526e !important;
}
.bg-success {
  background-color: #457a5f !important;
}
.bg-info {
  background-color: #8b8b8a !important;
}
.bg-warning {
  background-color: #b4b67f !important;
}
.bg-danger {
  background-color: #6e5f16 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #16526e !important;
  border-color: #16526e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #16526e !important;
  border-color: #1f7299 !important;
  box-shadow: inset 0 0 10px 0 #ffffff;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1f7299 !important;
  border-color: #1f7299 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #deeff8 !important;
  border-color: #deeff8 !important;
  color: #1d6287 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #deeff8 !important;
  border-color: #ffffff !important;
  box-shadow: inset 0 0 10px 0 #8ac6e6;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #1d6287 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #8b8b8a !important;
  border-color: #8b8b8a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #8b8b8a !important;
  border-color: #a4a4a4 !important;
  box-shadow: inset 0 0 10px 0 #ffffff;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #a4a4a4 !important;
  border-color: #a4a4a4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #457a5f !important;
  border-color: #457a5f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #457a5f !important;
  border-color: #579b78 !important;
  box-shadow: inset 0 0 10px 0 #ffffff;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #579b78 !important;
  border-color: #579b78 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #b4b67f !important;
  border-color: #b4b67f !important;
  color: #020201 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #b4b67f !important;
  border-color: #c7c99f !important;
  box-shadow: inset 0 0 10px 0 #82844b;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #020201 !important;
  background-color: #c7c99f !important;
  border-color: #c7c99f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #6e5f16 !important;
  border-color: #6e5f16 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #6e5f16 !important;
  border-color: #99841f !important;
  box-shadow: inset 0 0 10px 0 #ffffff;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #99841f !important;
  border-color: #99841f !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #5a5f4b !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #eff0ec !important;
  border-color: #ffffff !important;
  box-shadow: inset 0 0 10px 0 #bfc3b3;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #5a5f4b !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: #232323 !important;
  border-color: #3d3d3d !important;
  box-shadow: inset 0 0 10px 0 #ffffff;
}
.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: transparent;
  color: #16526e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #081c26 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #16526e !important;
  border-color: #16526e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #deeff8;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #96cce9 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #2681b1 !important;
  background-color: #deeff8 !important;
  border-color: #deeff8 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #8b8b8a;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #60605f !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #8b8b8a !important;
  border-color: #8b8b8a !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #457a5f;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #264334 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #457a5f !important;
  border-color: #457a5f !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b4b67f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #8b8e51 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #b4b67f !important;
  border-color: #b4b67f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6e5f16;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #262108 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #6e5f16 !important;
  border-color: #6e5f16 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #16526e !important;
}
.text-secondary {
  color: #deeff8 !important;
}
.text-success {
  color: #457a5f !important;
}
.text-info {
  color: #8b8b8a !important;
}
.text-warning {
  color: #b4b67f !important;
}
.text-danger {
  color: #6e5f16 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #051319 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #8ac6e6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #20392c !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #585857 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #82844b !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #191605 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #16526e;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #8b8b8a;
}
.alert-warning {
  background-color: #b4b67f;
}
.alert-danger {
  background-color: #6e5f16;
}
.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: #16526e;
  border-color: #16526e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 4px !important;
}
.nav-tabs .nav-link .mbr-iconfont {
  border-radius: 5px !important;
}
a,
a:hover {
  color: #16526e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #2ea0d5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #85ba9f;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #cacaca;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #e4e4d0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #d5b92e;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 5px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #16526e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1.2rem;
  line-height: 1.75;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #16526e;
}
/* 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: #16526e;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #16526e;
}
.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: #16526e;
  border-bottom-color: #16526e;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #16526e !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #deeff8 !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='%2316526e' %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 {
  padding: 15px 28px;
  font-weight: 500;
  border-radius: 10px !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 15px !important;
}
.small-radius {
  border-radius: 5px !important;
}
.middle-radius {
  border-radius: 10px !important;
}
.large-radius {
  border-radius: 100px !important;
}
.embla__button {
  border-radius: 10px !important;
}
.dropdown-item {
  border-radius: 5px !important;
}
.cid-voQyrkPEus {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-voQyrkPEus .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;
}
@media (max-width: 767px) {
  .cid-voQyrkPEus .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-voQyrkPEus .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-voQyrkPEus .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0 !important;
}
.cid-voQyrkPEus .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-voQyrkPEus .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-voQyrkPEus .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-voQyrkPEus .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-voQyrkPEus .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-voQyrkPEus .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
@media (min-width: 576px) and (max-width: 1280px) {
  .cid-voQyrkPEus .navbar-nav .nav-item .nav-link {
    padding: 10px !important;
  }
}
.cid-voQyrkPEus .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-voQyrkPEus .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 !important;
  transition: .3s all !important;
}
.cid-voQyrkPEus .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.15);
}
@media (min-width: 992px) {
  .cid-voQyrkPEus .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-voQyrkPEus .nav-link {
  width: fit-content;
  position: relative;
}
.cid-voQyrkPEus .nav-link:hover {
  color: black !important;
}
.cid-voQyrkPEus .nav-link:hover::before {
  width: 100%;
}
.cid-voQyrkPEus .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #116e99;
  transition: all 0.3s ease-in-out;
}
.cid-voQyrkPEus .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-voQyrkPEus .navbar-logo {
    padding-left: 0.2rem;
  }
}
.cid-voQyrkPEus .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-voQyrkPEus .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-voQyrkPEus .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-voQyrkPEus .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: none;
  background: rgba(255, 255, 255, 0.65) !important;
  position: relative;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
@media (max-width: 992px) {
  .cid-voQyrkPEus .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-voQyrkPEus .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-voQyrkPEus .iconfont-wrapper {
  color: #00422c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-voQyrkPEus .dropdown-menu {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  min-width: auto;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 0.5rem;
  transition: .3s all !important;
  background-color: #ffffff;
  box-shadow: none;
  background: rgba(255, 255, 255, 0.65) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.cid-voQyrkPEus .nav-item:focus,
.cid-voQyrkPEus .nav-link:focus {
  outline: none;
}
.cid-voQyrkPEus .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-voQyrkPEus .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-voQyrkPEus .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-voQyrkPEus .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-voQyrkPEus .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-voQyrkPEus .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-voQyrkPEus .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-voQyrkPEus .navbar.opened {
  transition: all 0.3s;
}
.cid-voQyrkPEus .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-voQyrkPEus .navbar .navbar-logo img {
  width: auto;
}
.cid-voQyrkPEus .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-voQyrkPEus .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-voQyrkPEus .navbar.collapsed {
  justify-content: center;
}
.cid-voQyrkPEus .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-voQyrkPEus .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-voQyrkPEus .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-voQyrkPEus .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-voQyrkPEus .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-voQyrkPEus .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-voQyrkPEus .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-voQyrkPEus .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-voQyrkPEus .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-voQyrkPEus .navbar {
    min-height: 72px;
  }
  .cid-voQyrkPEus .navbar .navbar-logo img {
    height: 1.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-voQyrkPEus .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-voQyrkPEus .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-voQyrkPEus .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-voQyrkPEus .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-voQyrkPEus .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-voQyrkPEus .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-voQyrkPEus .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-voQyrkPEus .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-voQyrkPEus .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-voQyrkPEus .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-voQyrkPEus .dropdown-item.active,
.cid-voQyrkPEus .dropdown-item:active {
  background-color: transparent;
}
.cid-voQyrkPEus .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-voQyrkPEus .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-voQyrkPEus .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-voQyrkPEus .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-voQyrkPEus .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-voQyrkPEus .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-voQyrkPEus ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-voQyrkPEus .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-voQyrkPEus .navbar-buttons {
    text-align: left;
  }
}
.cid-voQyrkPEus button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-voQyrkPEus button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-voQyrkPEus button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-voQyrkPEus button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-voQyrkPEus button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-voQyrkPEus button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-voQyrkPEus nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-voQyrkPEus nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-voQyrkPEus nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-voQyrkPEus nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-voQyrkPEus .navbar-dropdown {
  padding: 0 1rem;
}
.cid-voQyrkPEus a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-voQyrkPEus .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-voQyrkPEus .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-voQyrkPEus .navbar {
    height: 70px;
  }
  .cid-voQyrkPEus .navbar.opened {
    height: auto;
  }
  .cid-voQyrkPEus .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-voQyrkPEus .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.cid-voQyrkPEus .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-voQyrkPEus .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-voQyrkPEus .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-voQyrkPEus .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-voQyrkPEus .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-voQyrkPEus .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-voQyrkPEus .navbar-brand {
    margin-right: auto;
  }
  .cid-voQyrkPEus .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.65) !important;
    background: rgba(255, 255, 255, 0.65) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  .cid-voQyrkPEus .navbar-nav .nav-item .nav-link {
    padding: 8px !important;
  }
  .cid-voQyrkPEus .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-voQyrkPEus .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.15);
  }
  .cid-voQyrkPEus .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 0.5rem;
    background-color: rgba(27, 31, 10, 0.1) !important;
  }
  .cid-voQyrkPEus .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    margin-bottom: 0 !important;
    line-height: 1.5 !important;
    text-align: left;
    white-space: pre-wrap;
    width: 100%;
  }
  .cid-voQyrkPEus .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-voQyrkPEus .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-voQyrkPEus .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-voQyrkPEus .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.1) !important;
  }
  .cid-voQyrkPEus .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 1rem;
  }
}
@media (max-width: 575px) {
  .cid-voQyrkPEus .navbar-collapse {
    padding: 1rem;
  }
}
.cid-voQyrkPEus .navbar-brand,
.cid-voQyrkPEus .navbar-toggler,
.cid-voQyrkPEus .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-vrAES3Rlj5 {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-vrAES3Rlj5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrAES3Rlj5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrAES3Rlj5 .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.cid-vrAES3Rlj5 .mbr-overlay2 {
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 100vh;
  background-image: linear-gradient(180deg, transparent 70%, #888888 95%);
  pointer-events: none;
  opacity: 1;
}
.cid-vrAES3Rlj5 .image-wrapper {
  position: relative;
  z-index: 1;
  height: 100%;
}
.cid-vrAES3Rlj5 .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 768px) {
  .cid-vrAES3Rlj5 .image-wrapper .pcimg {
    display: none;
  }
}
@media (min-width: 769px) {
  .cid-vrAES3Rlj5 .image-wrapper .mobileimg {
    display: none;
  }
}
.cid-vrAES3Rlj5 .text-block {
  position: absolute;
  z-index: 3;
  bottom: 3%;
  left: 50%;
  width: 90%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .cid-vrAES3Rlj5 .text-block {
    top: unset;
    bottom: 5%;
    left: 50%;
    right: 50%;
    width: 90%;
  }
}
.cid-vrAES3Rlj5 .mbr-section-title {
  color: #ffffff;
  text-align: center;
  text-shadow: 0px 0px 5px #285039, 0px 0px 12px #285039;
}
@media (max-width: 767px) {
  .cid-vrAES3Rlj5 .mbr-section-title {
    bottom: -0.5rem;
    font-size: 10px;
    line-height: 1.3;
  }
}
.cid-vrAES3Rlj5 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  text-shadow: 0px 0px 5px #285039, 0px 0px 12px #285039;
}
.cid-voQSn7IYvD {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-voQSn7IYvD .mbr-fallback-image.disabled {
  display: none;
}
.cid-voQSn7IYvD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voQSn7IYvD .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 9px 14px;
  margin-bottom: 20px;
  background-color: #91864e;
}
.cid-voQSn7IYvD .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .cid-voQSn7IYvD .content-wrapper .title-wrapper .mbr-section-title {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-voQSn7IYvD .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-voQSn7IYvD .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-voQSn7IYvD .content-wrapper .text-wrapper .mbr-text {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-voQSn7IYvD .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-voQSn7IYvD .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-voQSn7IYvD .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-voQSn7IYvD .mbr-label,
.cid-voQSn7IYvD .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-voQSn7IYvD .mbr-section-title {
  color: #000000;
}
.cid-voQSn7IYvD .mbr-text,
.cid-voQSn7IYvD .text-wrapper {
  color: #8b8b8a;
  text-align: center;
}
.cid-voQSn7IYvD .mbr-section-title,
.cid-voQSn7IYvD .mbr-section-btn,
.cid-voQSn7IYvD .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-vs2S2RL01i {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vs2S2RL01i .mbr-fallback-image.disabled {
  display: none;
}
.cid-vs2S2RL01i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 993px) {
  .cid-vs2S2RL01i .container {
    max-width: 1100px;
    margin: auto;
  }
  .cid-vs2S2RL01i .text-wrapper {
    padding-left: 40px;
  }
  .cid-vs2S2RL01i .image-wrapper {
    position: sticky;
    top: 120px;
  }
}
.cid-vs2S2RL01i .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vs2S2RL01i .image-wrapper {
    margin-top: 30px;
  }
}
.cid-vs2S2RL01i .mbr-section-title {
  color: #457a5f;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vs2S2RL01i .mbr-section-title {
    text-align: center;
  }
}
.cid-vs2S2RL01i .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vs2S2RL01i .mbr-section-subtitle {
  color: #000000;
}
.cid-vs2S2RL01i .text1 {
  text-align: center;
}
.cid-vs2S2RL01i .text2 {
  text-align: center;
}
.cid-vs2S2RL01i .sec-title {
  color: #0a9a85;
}
.cid-vs2S2RL01i .mbr-list {
  margin-bottom: 20px;
}
.cid-vs2S2RL01i .mbr-list ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-vs2S2RL01i .mbr-list ul li {
  position: relative;
  list-style: none;
  margin-bottom: 0;
}
.cid-vs2S2RL01i .mbr-list ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #457a5f;
  background-color: #457a5f;
  width: 0.5em;
  height: 0.5em;
  top: .6em;
  border-radius: 50%;
}
.cid-vs2S2RL01i .mbr-list UL {
  text-align: justify;
}
.cid-vq4Hd16nD5 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vq4Hd16nD5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vq4Hd16nD5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vq4Hd16nD5 .items-wrap {
  margin: 0 -30px;
  align-items: center;
}
.cid-vq4Hd16nD5 .items-wrap .card {
  padding: 0 30px;
}
.cid-vq4Hd16nD5 .mbr-section-title {
  margin-bottom: 40px;
  color: #000000;
  text-align: center;
}
.cid-vq4Hd16nD5 .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-vq4Hd16nD5 .items-wrapper .item {
  width: 20%;
}
@media (max-width: 992px) {
  .cid-vq4Hd16nD5 .items-wrapper .item {
    width: 100%;
  }
}
.cid-vq4Hd16nD5 .items-wrapper .item .item-wrapper {
  border-right: 2px solid #bfd4cb;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vq4Hd16nD5 .items-wrapper .item .item-wrapper {
    border-right: 0;
    border-bottom: 1px solid #bfd4cb;
  }
}
.cid-vq4Hd16nD5 .items-wrapper .item:last-child .item-wrapper {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-vq4Hd16nD5 .items-wrapper .item:last-child .item-wrapper {
    border-bottom: none;
  }
}
.cid-vq4Hd16nD5 .items-wrapper .item .item-wrapper {
  margin-bottom: 16px;
  padding: 12px;
}
@media (max-width: 992px) {
  .cid-vq4Hd16nD5 .items-wrapper .item .item-wrapper {
    padding: 16px;
  }
}
.cid-vq4Hd16nD5 .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 16px;
}
.cid-vq4Hd16nD5 .items-wrapper .item .item-wrapper .item-number {
  margin-bottom: 0;
}
.cid-vq4Hd16nD5 .btn-wrapper {
  margin-top: -2.5rem;
}
.cid-vq4Hd16nD5 .item-title {
  color: #232323;
  text-align: center;
}
.cid-vq4Hd16nD5 .item-number {
  font-weight: 500;
  color: #457a5f;
  text-align: center;
}
.cid-vq4Hd16nD5 .mbr-text {
  text-align: center;
}
.cid-vnEfmFVrlC {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/gemini-generated-image-x5sunwx5sunwx5su-1.jpg");
}
.cid-vnEfmFVrlC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnEfmFVrlC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnEfmFVrlC .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vnEfmFVrlC .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vnEfmFVrlC .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 9px 14px;
  margin-bottom: 20px;
  background-color: #91864e;
}
.cid-vnEfmFVrlC .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  margin-bottom: 20px;
}
.cid-vnEfmFVrlC .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-vnEfmFVrlC .items-wrapper {
  margin: 0 -10px;
}
.cid-vnEfmFVrlC .items-wrapper .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vnEfmFVrlC .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vnEfmFVrlC .items-wrapper .item .item-wrapper {
  position: relative;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-vnEfmFVrlC .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vnEfmFVrlC .items-wrapper .item .item-wrapper .desc-wrapper_1,
.cid-vnEfmFVrlC .items-wrapper .item .item-wrapper .desc-wrapper_2,
.cid-vnEfmFVrlC .items-wrapper .item .item-wrapper .desc-wrapper_3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-vnEfmFVrlC .items-wrapper .item .item-wrapper .desc-wrapper_1,
  .cid-vnEfmFVrlC .items-wrapper .item .item-wrapper .desc-wrapper_2,
  .cid-vnEfmFVrlC .items-wrapper .item .item-wrapper .desc-wrapper_3 {
    padding: 20px;
  }
}
.cid-vnEfmFVrlC .items-wrapper .item .item-wrapper .desc-wrapper_1 .item-desc_1,
.cid-vnEfmFVrlC .items-wrapper .item .item-wrapper .desc-wrapper_2 .item-desc_1,
.cid-vnEfmFVrlC .items-wrapper .item .item-wrapper .desc-wrapper_3 .item-desc_1,
.cid-vnEfmFVrlC .items-wrapper .item .item-wrapper .desc-wrapper_1 .item-desc_2,
.cid-vnEfmFVrlC .items-wrapper .item .item-wrapper .desc-wrapper_2 .item-desc_2,
.cid-vnEfmFVrlC .items-wrapper .item .item-wrapper .desc-wrapper_3 .item-desc_2,
.cid-vnEfmFVrlC .items-wrapper .item .item-wrapper .desc-wrapper_1 .item-desc_3,
.cid-vnEfmFVrlC .items-wrapper .item .item-wrapper .desc-wrapper_2 .item-desc_3,
.cid-vnEfmFVrlC .items-wrapper .item .item-wrapper .desc-wrapper_3 .item-desc_3 {
  display: inline-flex;
  border: 1px solid #000000;
  padding: 10px 12px;
  box-shadow: -1px 2px #000000;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnEfmFVrlC .items-wrapper .item .item-wrapper .desc-wrapper_1 .item-desc_1,
  .cid-vnEfmFVrlC .items-wrapper .item .item-wrapper .desc-wrapper_2 .item-desc_1,
  .cid-vnEfmFVrlC .items-wrapper .item .item-wrapper .desc-wrapper_3 .item-desc_1,
  .cid-vnEfmFVrlC .items-wrapper .item .item-wrapper .desc-wrapper_1 .item-desc_2,
  .cid-vnEfmFVrlC .items-wrapper .item .item-wrapper .desc-wrapper_2 .item-desc_2,
  .cid-vnEfmFVrlC .items-wrapper .item .item-wrapper .desc-wrapper_3 .item-desc_2,
  .cid-vnEfmFVrlC .items-wrapper .item .item-wrapper .desc-wrapper_1 .item-desc_3,
  .cid-vnEfmFVrlC .items-wrapper .item .item-wrapper .desc-wrapper_2 .item-desc_3,
  .cid-vnEfmFVrlC .items-wrapper .item .item-wrapper .desc-wrapper_3 .item-desc_3 {
    padding: 6px 8px;
  }
}
.cid-vnEfmFVrlC .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 20px;
}
.cid-vnEfmFVrlC .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vnEfmFVrlC .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.cid-vnEfmFVrlC .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: auto;
  margin-bottom: -9.6px;
}
.cid-vnEfmFVrlC .items-wrapper .item .card_1 {
  background-color: #b4d5e6;
}
.cid-vnEfmFVrlC .items-wrapper .item .card_1 .desc-wrapper_1 .item-desc_1 {
  background-color: #b4d5e6;
}
.cid-vnEfmFVrlC .items-wrapper .item .card_2 {
  background-color: #bfd4cb;
}
.cid-vnEfmFVrlC .items-wrapper .item .card_2 .desc-wrapper_2 .item-desc_2 {
  background-color: #bfd4cb;
}
.cid-vnEfmFVrlC .items-wrapper .item .card_3 {
  background-color: #f9fae3;
}
.cid-vnEfmFVrlC .items-wrapper .item .card_3 .desc-wrapper_3 .item-desc_3 {
  background-color: #f9fae3;
}
.cid-vnEfmFVrlC .btn-wrapper {
  margin-top: -2rem;
}
.cid-vnEfmFVrlC .mbr-label,
.cid-vnEfmFVrlC .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vnEfmFVrlC .mbr-section-title,
.cid-vnEfmFVrlC .title-wrap {
  color: #000000;
  text-align: center;
}
.cid-vnEfmFVrlC .mbr-text,
.cid-vnEfmFVrlC .text-wrapper {
  color: #000000;
  text-align: justify;
}
.cid-vnEfmFVrlC .item-desc_1 {
  color: #000000;
}
.cid-vnEfmFVrlC .item-desc_2 {
  color: #000000;
}
.cid-vnEfmFVrlC .item-desc_3 {
  color: #000000;
}
.cid-vnEfmFVrlC .item-title_1 {
  text-align: justify;
  color: #16526e;
}
.cid-vnEfmFVrlC .item-title_2 {
  text-align: justify;
  color: #6e4616;
}
.cid-vnEfmFVrlC .item-title_3 {
  text-align: justify;
  color: #6e5f16;
}
.cid-vnEfmFVrlC .item-text_1 {
  text-align: justify;
  color: #116e99;
}
.cid-vnEfmFVrlC .item-text_2 {
  text-align: justify;
  color: #285039;
}
.cid-vnEfmFVrlC .item-text_3 {
  text-align: justify;
  color: #91864e;
}
.cid-vnEfmFVrlC .item-desc_1,
.cid-vnEfmFVrlC .desc-wrapper_1 {
  text-align: justify;
}
.cid-vnEfmFVrlC .item-title_2,
.cid-vnEfmFVrlC .mbr-section-btn {
  color: #285039;
}
.cid-vqQqSZG9DU {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #d9e7f1;
}
.cid-vqQqSZG9DU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqQqSZG9DU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqQqSZG9DU .content-wrapper {
  padding: 30px;
  background-color: #f9fae3;
}
@media (max-width: 992px) {
  .cid-vqQqSZG9DU .content-wrapper {
    padding: 20px;
  }
}
.cid-vqQqSZG9DU .content-wrapper .image-wrapper {
  padding: 20px;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vqQqSZG9DU .content-wrapper .image-wrapper {
    padding: 10px;
  }
}
.cid-vqQqSZG9DU .content-wrapper .image-wrapper .image-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-vqQqSZG9DU .content-wrapper .image-wrapper .image-wrap .video-wrapper {
  width: 500px;
  aspect-ratio: 1.77777778;
}
@media (max-width: 992px) {
  .cid-vqQqSZG9DU .content-wrapper .image-wrapper .image-wrap .video-wrapper {
    width: 100%;
  }
}
.cid-vqQqSZG9DU .content-wrapper .image-wrapper .image-wrap .video-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
  object-fit: cover;
}
.cid-vqQqSZG9DU .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 9px 14px;
  background-color: #91864e;
}
.cid-vqQqSZG9DU .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-vqQqSZG9DU .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vqQqSZG9DU .mbr-label,
.cid-vqQqSZG9DU .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vqQqSZG9DU .mbr-section-title {
  color: #16526e;
}
.cid-vqQqSZG9DU .mbr-text,
.cid-vqQqSZG9DU .text-wrapper {
  color: #000000;
  text-align: justify;
}
.cid-vqQqSZG9DU .mbr-section-title,
.cid-vqQqSZG9DU .mbr-section-btn,
.cid-vqQqSZG9DU .title-wrapper,
.cid-vqQqSZG9DU .image-wrapper {
  text-align: center;
  color: #000000;
}
.cid-vqQqSZG9DU .item-name_1 {
  text-align: center;
  color: #000000;
}
.cid-vqQqSZG9DU .item-role_1 {
  text-align: center;
}
.cid-vqQqSZG9DU .mbr-section-subtitle {
  color: #16526e;
}
.cid-voRHqHYZBZ {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-voRHqHYZBZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-voRHqHYZBZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voRHqHYZBZ .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 9px 14px;
  margin-bottom: 20px;
  background-color: #91864e;
}
.cid-voRHqHYZBZ .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .cid-voRHqHYZBZ .content-wrapper .title-wrapper .mbr-section-title {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-voRHqHYZBZ .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-voRHqHYZBZ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-voRHqHYZBZ .content-wrapper .text-wrapper .mbr-text {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-voRHqHYZBZ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-voRHqHYZBZ .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-voRHqHYZBZ .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-voRHqHYZBZ .mbr-label,
.cid-voRHqHYZBZ .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-voRHqHYZBZ .mbr-section-title {
  color: #000000;
}
.cid-voRHqHYZBZ .mbr-text,
.cid-voRHqHYZBZ .text-wrapper {
  color: #8b8b8a;
  text-align: justify;
}
.cid-voRHqHYZBZ .mbr-section-title,
.cid-voRHqHYZBZ .mbr-section-btn,
.cid-voRHqHYZBZ .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-voRHrGO6ht {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-voRHrGO6ht .mbr-fallback-image.disabled {
  display: none;
}
.cid-voRHrGO6ht .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-voRHrGO6ht .container {
    padding: 0 24px;
  }
}
.cid-voRHrGO6ht .image-wrapper {
  position: relative;
  border-radius: 0 !important;
}
.cid-voRHrGO6ht .image-wrapper img {
  width: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
.cid-voRHrGO6ht .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-voRHrGO6ht .mbr-text .mbr-text {
  text-align: justify;
}
.cid-voRHt21ei2 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-voRHt21ei2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-voRHt21ei2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voRHt21ei2 .card-wrapper {
  padding: 30px;
  margin: 0 auto;
  margin-bottom: 20px;
  border: 1px solid #116e99;
  box-shadow: 0px #116e99;
  background: #ffffff;
}
.cid-voRHt21ei2 .iconfont-wrapper {
  display: flex;
  align-items: center;
}
.cid-voRHt21ei2 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #116e99;
  padding-right: 12px;
}
.cid-voRHt21ei2 .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-voRHt21ei2 .card-title {
  color: #131313;
}
.cid-voRHt21ei2 .card-text {
  margin-top: 10px;
  color: #000000;
  text-align: justify;
}
.cid-voRHt21ei2 .card-title,
.cid-voRHt21ei2 .iconfont-wrapper {
  color: #116e99;
  text-align: justify;
}
.cid-voRHt21ei2 .image-wrapper {
  display: flex;
  gap: 8px;
}
.cid-voRHt21ei2 .image-wrapper img {
  width: 100%;
  max-width: 55px;
  height: 100%;
  border-radius: 0 !important;
  user-select: none;
  pointer-events: none;
}
.cid-voRJDpICp9 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #f9fae3;
}
.cid-voRJDpICp9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-voRJDpICp9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voRJDpICp9 .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 9px 14px;
  margin-bottom: 20px;
  background-color: #91864e;
}
.cid-voRJDpICp9 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .cid-voRJDpICp9 .content-wrapper .title-wrapper .mbr-section-title {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-voRJDpICp9 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-voRJDpICp9 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-voRJDpICp9 .content-wrapper .text-wrapper .mbr-text {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-voRJDpICp9 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-voRJDpICp9 .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-voRJDpICp9 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-voRJDpICp9 .mbr-label,
.cid-voRJDpICp9 .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-voRJDpICp9 .mbr-section-title {
  color: #000000;
}
.cid-voRJDpICp9 .mbr-text,
.cid-voRJDpICp9 .text-wrapper {
  color: #8b8b8a;
  text-align: justify;
}
.cid-voRJDpICp9 .mbr-section-title,
.cid-voRJDpICp9 .mbr-section-btn,
.cid-voRJDpICp9 .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-voRKmWik7v {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f9fae3;
}
.cid-voRKmWik7v .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr ;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #bfd4cb;
  padding: 30px;
  border-radius: 15px !important;
}
@media (max-width: 992px) {
  .cid-voRKmWik7v .content-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-voRKmWik7v .content-wrapper .mbr-section-head {
  display: initial;
  grid-row-start: 1;
  grid-row-end: 3;
}
.cid-voRKmWik7v .item-img {
  position: relative;
}
.cid-voRKmWik7v .item-img img {
  transition: all 0.2s;
}
.cid-voRKmWik7v .item-c {
  transition: transform 0.3s;
}
.cid-voRKmWik7v .item-c:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-voRKmWik7v .item-c:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-voRKmWik7v .item-c:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-voRKmWik7v .item-c {
    margin-bottom: 1rem;
  }
}
.cid-voRKmWik7v .mbr-section-subtitle {
  border-radius: 1.5rem;
  border: 1px solid currentColor;
  width: fit-content;
  padding: 0.5rem 1rem;
  display: inline-block;
  background: #ffffff;
}
.cid-voRKmWik7v .mbr-section-subtitle,
.cid-voRKmWik7v .subtitle-wrap {
  text-align: center;
  color: #000000;
}
.cid-voRKmWik7v .image-wrapper {
  overflow: hidden;
  border-radius: 1rem;
}
.cid-voRKmWik7v .item-wrapper {
  position: relative;
  background: #ffffff;
  padding: 10px;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-voRKmWik7v .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-voRKmWik7v .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-voRKmWik7v .link-icon-wrapper {
  position: absolute;
  right: -2px;
  padding: 0px;
  bottom: -2px;
  background: #ffffff;
  width: 58px;
  height: 58px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 15px;
  z-index: 3;
}
.cid-voRKmWik7v .link-icon-wrapper .icon-wrap {
  background: #0a9a85;
  width: 45px;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-voRKmWik7v .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 900;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-voRKmWik7v .link-icon-wrapper .svg1 {
  position: absolute;
  top: -20px;
  right: 0px;
  transform: rotate(180deg);
  width: 20px;
}
.cid-voRKmWik7v .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-voRKmWik7v .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 20px;
  bottom: 0;
  left: -20px;
}
.cid-voRKmWik7v .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-voRKmWik7v .item-content {
  padding: 0.5rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-voRKmWik7v .item-content {
    padding: 0 0.5rem;
    padding-top: 1rem;
  }
}
.cid-voRKmWik7v img,
.cid-voRKmWik7v .item-img {
  width: 100%;
}
.cid-voRKmWik7v .item-c:focus,
.cid-voRKmWik7v span:focus {
  outline: none;
}
.cid-voRKmWik7v .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-voRKmWik7v .item-title {
  text-align: justify;
  color: #457a5f;
  font-weight: 700;
}
.cid-voRKmWik7v .item-subtitle {
  text-align: left;
  color: #000000;
  font-weight: 700;
}
.cid-voRKmWik7v .maintext {
  text-align: center;
}
.cid-voRKmWik7v .item-desc {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 993px) {
  .cid-voRKmWik7v .item-desc {
    position: sticky;
    top: 120px;
  }
}
@media (max-width: 992px) {
  .cid-voRKmWik7v .item-desc {
    margin-top: 10px;
    margin-bottom: 30px;
  }
}
.cid-voRKmWik7v .item-desc .mbr-iconfont {
  font-size: 50px;
  color: #000000;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .cid-voRKmWik7v .item-desc .mbr-iconfont {
    margin-right: 12px;
    font-size: 40px;
  }
}
.cid-voRKmWik7v .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-voRMrdKGTx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f9fae3;
}
.cid-voRMrdKGTx .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr ;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #bfd4cb;
  padding: 30px;
  border-radius: 15px !important;
}
@media (max-width: 992px) {
  .cid-voRMrdKGTx .content-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-voRMrdKGTx .content-wrapper .mbr-section-head {
  display: initial;
  grid-row-start: 1;
  grid-row-end: 3;
}
.cid-voRMrdKGTx .item-img {
  position: relative;
}
.cid-voRMrdKGTx .item-img img {
  transition: all 0.2s;
}
.cid-voRMrdKGTx .item-c {
  transition: transform 0.3s;
}
.cid-voRMrdKGTx .item-c:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-voRMrdKGTx .item-c:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-voRMrdKGTx .item-c:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-voRMrdKGTx .item-c {
    margin-bottom: 1rem;
  }
}
.cid-voRMrdKGTx .mbr-section-subtitle {
  border-radius: 1.5rem;
  border: 1px solid currentColor;
  width: fit-content;
  padding: 0.5rem 1rem;
  display: inline-block;
  background: #ffffff;
}
.cid-voRMrdKGTx .mbr-section-subtitle,
.cid-voRMrdKGTx .subtitle-wrap {
  text-align: center;
  color: #000000;
}
.cid-voRMrdKGTx .image-wrapper {
  overflow: hidden;
  border-radius: 1rem;
}
.cid-voRMrdKGTx .item-wrapper {
  position: relative;
  background: #ffffff;
  padding: 10px;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-voRMrdKGTx .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-voRMrdKGTx .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-voRMrdKGTx .link-icon-wrapper {
  position: absolute;
  right: -2px;
  padding: 0px;
  bottom: -2px;
  background: #ffffff;
  width: 58px;
  height: 58px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 15px;
  z-index: 3;
}
.cid-voRMrdKGTx .link-icon-wrapper .icon-wrap {
  background: #0a9a85;
  width: 45px;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-voRMrdKGTx .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 900;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-voRMrdKGTx .link-icon-wrapper .svg1 {
  position: absolute;
  top: -20px;
  right: 0px;
  transform: rotate(180deg);
  width: 20px;
}
.cid-voRMrdKGTx .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-voRMrdKGTx .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 20px;
  bottom: 0;
  left: -20px;
}
.cid-voRMrdKGTx .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-voRMrdKGTx .item-content {
  padding: 0.5rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-voRMrdKGTx .item-content {
    padding: 0 0.5rem;
    padding-top: 1rem;
  }
}
.cid-voRMrdKGTx img,
.cid-voRMrdKGTx .item-img {
  width: 100%;
}
.cid-voRMrdKGTx .item-c:focus,
.cid-voRMrdKGTx span:focus {
  outline: none;
}
.cid-voRMrdKGTx .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-voRMrdKGTx .item-title {
  text-align: justify;
  color: #457a5f;
  font-weight: 700;
}
.cid-voRMrdKGTx .item-subtitle {
  text-align: left;
  color: #000000;
  font-weight: 700;
}
.cid-voRMrdKGTx .maintext {
  text-align: center;
}
.cid-voRMrdKGTx .item-desc {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 993px) {
  .cid-voRMrdKGTx .item-desc {
    position: sticky;
    top: 120px;
  }
}
@media (max-width: 992px) {
  .cid-voRMrdKGTx .item-desc {
    margin-top: 10px;
    margin-bottom: 30px;
  }
}
.cid-voRMrdKGTx .item-desc .mbr-iconfont {
  font-size: 50px;
  color: #000000;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .cid-voRMrdKGTx .item-desc .mbr-iconfont {
    margin-right: 12px;
    font-size: 40px;
  }
}
.cid-voRMrdKGTx .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-voRMZpB0jO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f9fae3;
}
.cid-voRMZpB0jO .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr ;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #bfd4cb;
  padding: 30px;
  border-radius: 15px !important;
}
@media (max-width: 992px) {
  .cid-voRMZpB0jO .content-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-voRMZpB0jO .content-wrapper .mbr-section-head {
  display: initial;
  grid-row-start: 1;
  grid-row-end: 3;
}
.cid-voRMZpB0jO .item-img {
  position: relative;
}
.cid-voRMZpB0jO .item-img img {
  transition: all 0.2s;
}
.cid-voRMZpB0jO .item-c {
  transition: transform 0.3s;
}
.cid-voRMZpB0jO .item-c:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-voRMZpB0jO .item-c:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-voRMZpB0jO .item-c:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-voRMZpB0jO .item-c {
    margin-bottom: 1rem;
  }
}
.cid-voRMZpB0jO .mbr-section-subtitle {
  border-radius: 1.5rem;
  border: 1px solid currentColor;
  width: fit-content;
  padding: 0.5rem 1rem;
  display: inline-block;
  background: #ffffff;
}
.cid-voRMZpB0jO .mbr-section-subtitle,
.cid-voRMZpB0jO .subtitle-wrap {
  text-align: center;
  color: #000000;
}
.cid-voRMZpB0jO .image-wrapper {
  overflow: hidden;
  border-radius: 1rem;
}
.cid-voRMZpB0jO .item-wrapper {
  position: relative;
  background: #ffffff;
  padding: 10px;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-voRMZpB0jO .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-voRMZpB0jO .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-voRMZpB0jO .link-icon-wrapper {
  position: absolute;
  right: -2px;
  padding: 0px;
  bottom: -2px;
  background: #ffffff;
  width: 58px;
  height: 58px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 15px;
  z-index: 3;
}
.cid-voRMZpB0jO .link-icon-wrapper .icon-wrap {
  background: #0a9a85;
  width: 45px;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-voRMZpB0jO .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 900;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-voRMZpB0jO .link-icon-wrapper .svg1 {
  position: absolute;
  top: -20px;
  right: 0px;
  transform: rotate(180deg);
  width: 20px;
}
.cid-voRMZpB0jO .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-voRMZpB0jO .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 20px;
  bottom: 0;
  left: -20px;
}
.cid-voRMZpB0jO .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-voRMZpB0jO .item-content {
  padding: 0.5rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-voRMZpB0jO .item-content {
    padding: 0 0.5rem;
    padding-top: 1rem;
  }
}
.cid-voRMZpB0jO img,
.cid-voRMZpB0jO .item-img {
  width: 100%;
}
.cid-voRMZpB0jO .item-c:focus,
.cid-voRMZpB0jO span:focus {
  outline: none;
}
.cid-voRMZpB0jO .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-voRMZpB0jO .item-title {
  text-align: justify;
  color: #457a5f;
  font-weight: 700;
}
.cid-voRMZpB0jO .item-subtitle {
  text-align: left;
  color: #000000;
  font-weight: 700;
}
.cid-voRMZpB0jO .maintext {
  text-align: center;
}
.cid-voRMZpB0jO .item-desc {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 993px) {
  .cid-voRMZpB0jO .item-desc {
    position: sticky;
    top: 120px;
  }
}
@media (max-width: 992px) {
  .cid-voRMZpB0jO .item-desc {
    margin-top: 10px;
    margin-bottom: 30px;
  }
}
.cid-voRMZpB0jO .item-desc .mbr-iconfont {
  font-size: 50px;
  color: #000000;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .cid-voRMZpB0jO .item-desc .mbr-iconfont {
    margin-right: 12px;
    font-size: 40px;
  }
}
.cid-voRMZpB0jO .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-voRNo6bgOC {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f9fae3;
}
.cid-voRNo6bgOC .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr ;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #bfd4cb;
  padding: 30px;
  border-radius: 15px !important;
}
@media (max-width: 992px) {
  .cid-voRNo6bgOC .content-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-voRNo6bgOC .content-wrapper .mbr-section-head {
  display: initial;
  grid-row-start: 1;
  grid-row-end: 3;
}
.cid-voRNo6bgOC .item-img {
  position: relative;
}
.cid-voRNo6bgOC .item-img img {
  transition: all 0.2s;
}
.cid-voRNo6bgOC .item-c {
  transition: transform 0.3s;
}
.cid-voRNo6bgOC .item-c:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-voRNo6bgOC .item-c:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-voRNo6bgOC .item-c:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-voRNo6bgOC .item-c {
    margin-bottom: 1rem;
  }
}
.cid-voRNo6bgOC .mbr-section-subtitle {
  border-radius: 1.5rem;
  border: 1px solid currentColor;
  width: fit-content;
  padding: 0.5rem 1rem;
  display: inline-block;
  background: #ffffff;
}
.cid-voRNo6bgOC .mbr-section-subtitle,
.cid-voRNo6bgOC .subtitle-wrap {
  text-align: center;
  color: #000000;
}
.cid-voRNo6bgOC .image-wrapper {
  overflow: hidden;
  border-radius: 1rem;
}
.cid-voRNo6bgOC .item-wrapper {
  position: relative;
  background: #ffffff;
  padding: 10px;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-voRNo6bgOC .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-voRNo6bgOC .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-voRNo6bgOC .link-icon-wrapper {
  position: absolute;
  right: -2px;
  padding: 0px;
  bottom: -2px;
  background: #ffffff;
  width: 58px;
  height: 58px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 15px;
  z-index: 3;
}
.cid-voRNo6bgOC .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 45px;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-voRNo6bgOC .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 900;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-voRNo6bgOC .link-icon-wrapper .svg1 {
  position: absolute;
  top: -20px;
  right: 0px;
  transform: rotate(180deg);
  width: 20px;
}
.cid-voRNo6bgOC .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-voRNo6bgOC .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 20px;
  bottom: 0;
  left: -20px;
}
.cid-voRNo6bgOC .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-voRNo6bgOC .item-content {
  padding: 0.5rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-voRNo6bgOC .item-content {
    padding: 0 0.5rem;
    padding-top: 1rem;
  }
}
.cid-voRNo6bgOC img,
.cid-voRNo6bgOC .item-img {
  width: 100%;
}
.cid-voRNo6bgOC .item-c:focus,
.cid-voRNo6bgOC span:focus {
  outline: none;
}
.cid-voRNo6bgOC .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-voRNo6bgOC .item-title {
  text-align: justify;
  color: #457a5f;
  font-weight: 700;
}
.cid-voRNo6bgOC .item-subtitle {
  text-align: left;
  color: #000000;
  font-weight: 700;
}
.cid-voRNo6bgOC .maintext {
  text-align: center;
}
.cid-voRNo6bgOC .item-desc {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 993px) {
  .cid-voRNo6bgOC .item-desc {
    position: sticky;
    top: 120px;
  }
}
@media (max-width: 992px) {
  .cid-voRNo6bgOC .item-desc {
    margin-top: 10px;
    margin-bottom: 30px;
  }
}
.cid-voRNo6bgOC .item-desc .mbr-iconfont {
  font-size: 50px;
  color: #000000;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .cid-voRNo6bgOC .item-desc .mbr-iconfont {
    margin-right: 12px;
    font-size: 40px;
  }
}
.cid-voRNo6bgOC .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-voRPXVfnXy {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-voRPXVfnXy .mbr-fallback-image.disabled {
  display: none;
}
.cid-voRPXVfnXy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voRPXVfnXy .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 9px 14px;
  margin-bottom: 20px;
  background-color: #91864e;
}
.cid-voRPXVfnXy .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .cid-voRPXVfnXy .content-wrapper .title-wrapper .mbr-section-title {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-voRPXVfnXy .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-voRPXVfnXy .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-voRPXVfnXy .content-wrapper .text-wrapper .mbr-text {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-voRPXVfnXy .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-voRPXVfnXy .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-voRPXVfnXy .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-voRPXVfnXy .mbr-label,
.cid-voRPXVfnXy .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-voRPXVfnXy .mbr-section-title {
  color: #000000;
}
.cid-voRPXVfnXy .mbr-text,
.cid-voRPXVfnXy .text-wrapper {
  color: #8b8b8a;
  text-align: center;
}
.cid-voRPXVfnXy .mbr-section-title,
.cid-voRPXVfnXy .mbr-section-btn,
.cid-voRPXVfnXy .title-wrapper {
  text-align: center;
}
.cid-voRQW7rqZ3 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-voRQW7rqZ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-voRQW7rqZ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voRQW7rqZ3 .title-wrapper {
  margin-bottom: 40px;
}
.cid-voRQW7rqZ3 .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .cid-voRQW7rqZ3 .title-wrapper .title-wrap .mbr-section-title {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-voRQW7rqZ3 .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-voRQW7rqZ3 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-voRQW7rqZ3 .title-wrapper .text-wrapper .mbr-text {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-voRQW7rqZ3 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-voRQW7rqZ3 .title-wrapper .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-voRQW7rqZ3 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 500px;
  max-width: 500px;
  height: auto;
}
@media (max-width: 768px) {
  .cid-voRQW7rqZ3 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
}
.cid-voRQW7rqZ3 .embla__slide .slide-content {
  width: 100%;
  height: 100%;
}
.cid-voRQW7rqZ3 .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  align-items: stretch;
}
.cid-voRQW7rqZ3 .embla__slide .slide-content .item-wrapper .item-img img {
  margin: auto;
  height: 90px;
  max-width: 150px;
  object-fit: contain;
  border-radius: 0 !important;
}
@media (max-width: 768px) and (max-width: 768px) {
  .cid-voRQW7rqZ3 .embla__slide .slide-content .item-wrapper {
    align-items: stretch;
  }
}
.cid-voRQW7rqZ3 .embla__slide .slide-content .item-wrapper .card-box {
  width: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
}
.cid-voRQW7rqZ3 .embla__slide .slide-content .item-wrapper .card-box .item-text_1,
.cid-voRQW7rqZ3 .embla__slide .slide-content .item-wrapper .card-box .item-text_2,
.cid-voRQW7rqZ3 .embla__slide .slide-content .item-wrapper .card-box .item-text_3 {
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-voRQW7rqZ3 .embla__slide .slide-content .item-wrapper .card-box .person-wrap {
  margin-top: 15px;
  border-top: 1px solid #b8b8b8;
  padding-top: 15px;
}
.cid-voRQW7rqZ3 .embla__slide .slide-content .item-wrapper .card-box .person-wrap .item-name_1,
.cid-voRQW7rqZ3 .embla__slide .slide-content .item-wrapper .card-box .person-wrap .item-name_2,
.cid-voRQW7rqZ3 .embla__slide .slide-content .item-wrapper .card-box .person-wrap .item-name_3 {
  margin-bottom: 0;
}
.cid-voRQW7rqZ3 .embla__slide .slide-content .item-wrapper .card-box .person-wrap .item-role_1,
.cid-voRQW7rqZ3 .embla__slide .slide-content .item-wrapper .card-box .person-wrap .item-role_2,
.cid-voRQW7rqZ3 .embla__slide .slide-content .item-wrapper .card-box .person-wrap .item-role_3 {
  margin-bottom: 0;
}
.cid-voRQW7rqZ3 .embla__slide .slide-content .card_1 .card-box {
  background-color: #ebf8ff;
}
.cid-voRQW7rqZ3 .embla__slide .slide-content .card_2 .card-box {
  background-color: #f9fae3;
}
.cid-voRQW7rqZ3 .embla__slide .slide-content .card_3 .card-box {
  background-color: #ddd1ff;
}
.cid-voRQW7rqZ3 .embla__button--next,
.cid-voRQW7rqZ3 .embla__button--prev {
  display: flex;
}
.cid-voRQW7rqZ3 .embla__button {
  top: 0;
  width: 40px;
  height: 40px;
  font-size: 14px;
  background-color: #16526e !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-voRQW7rqZ3 .embla__button:hover {
  opacity: .8 !important;
  transform: scale(1.1);
}
.cid-voRQW7rqZ3 .embla__button:disabled {
  background-color: #16526e !important;
  color: #ffffff !important;
  opacity: .5 !important;
  transform: none;
}
.cid-voRQW7rqZ3 .embla__button.embla__button--prev {
  margin-left: -70px;
}
.cid-voRQW7rqZ3 .embla__button.embla__button--prev .mbr-iconfont {
  margin-left: -3px;
}
.cid-voRQW7rqZ3 .embla__button.embla__button--next {
  margin-right: -70px;
}
.cid-voRQW7rqZ3 .embla__button.embla__button--next .mbr-iconfont {
  margin-right: -3px;
}
.cid-voRQW7rqZ3 .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 60px;
}
@media (max-width: 992px) {
  .cid-voRQW7rqZ3 .embla {
    padding-top: 0px;
  }
}
.cid-voRQW7rqZ3 .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 768px) {
  .cid-voRQW7rqZ3 .embla__viewport {
    padding: 0;
  }
}
.cid-voRQW7rqZ3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-voRQW7rqZ3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-voRQW7rqZ3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-voRQW7rqZ3 .btn-wrapper {
  margin-top: -2rem;
}
.cid-voRQW7rqZ3 .mbr-section-title,
.cid-voRQW7rqZ3 .title-wrap {
  color: #000000;
}
.cid-voRQW7rqZ3 .mbr-text,
.cid-voRQW7rqZ3 .text-wrapper {
  color: #16526e;
  text-align: center;
}
.cid-voRQW7rqZ3 .mbr-section-title,
.cid-voRQW7rqZ3 .title-wrap,
.cid-voRQW7rqZ3 .mbr-section-btn {
  text-align: center;
  color: #16526e;
}
.cid-voRQW7rqZ3 .item-text_1 {
  color: #000000;
}
.cid-voRQW7rqZ3 .item-text_2 {
  color: #000000;
}
.cid-voRQW7rqZ3 .item-text_3 {
  color: #000000;
}
.cid-voRQW7rqZ3 .item-name_1 {
  color: #000000;
  text-align: center;
}
.cid-voRQW7rqZ3 .item-name_2 {
  color: #000000;
}
.cid-voRQW7rqZ3 .item-name_3 {
  color: #000000;
}
.cid-voRQW7rqZ3 .item-role_1 {
  color: #8b8b8a;
}
.cid-voRQW7rqZ3 .item-role_2 {
  color: #8b8b8a;
}
.cid-voRQW7rqZ3 .item-role_3 {
  color: #8b8b8a;
}
.cid-voRQW7rqZ3 .name-wrapper {
  flex-grow: 1;
}
.cid-voRQW7rqZ3 .role-num {
  font-size: 30px;
  color: #116e99;
  font-weight: 700;
  padding: 0 8px;
}
.cid-voRQW7rqZ3 .cardtitle {
  padding-top: 20px;
  color: #16526e;
  text-align: center;
}
.cid-voRQW7rqZ3 .cardtxt {
  color: #000000;
  text-align: justify;
}
@media (max-width: 768px) {
  .cid-voRQW7rqZ3 .embla {
    padding-bottom: 70px !important;
  }
  .cid-voRQW7rqZ3 .embla__button {
    top: auto !important;
    bottom: 15px !important;
    margin: 0 !important;
    transform: none;
  }
  .cid-voRQW7rqZ3 .embla__button.embla__button--prev {
    left: calc(5%) !important;
    right: auto !important;
  }
  .cid-voRQW7rqZ3 .embla__button.embla__button--next {
    right: calc(5%) !important;
    left: auto !important;
  }
  .cid-voRQW7rqZ3 .embla__button:hover {
    transform: scale(1.1) !important;
  }
}
.cid-voS2vY56oz {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ebf8ff;
}
.cid-voS2vY56oz .mbr-fallback-image.disabled {
  display: none;
}
.cid-voS2vY56oz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voS2vY56oz .title-wrapper {
  margin-bottom: 40px;
}
.cid-voS2vY56oz .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .cid-voS2vY56oz .title-wrapper .title-wrap .mbr-section-title {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-voS2vY56oz .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-voS2vY56oz .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-voS2vY56oz .title-wrapper .text-wrapper .mbr-text {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-voS2vY56oz .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-voS2vY56oz .title-wrapper .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-voS2vY56oz .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 500px;
  max-width: 500px;
  height: auto;
}
@media (max-width: 768px) {
  .cid-voS2vY56oz .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
}
.cid-voS2vY56oz .embla__slide .slide-content {
  width: 100%;
  height: 100%;
}
.cid-voS2vY56oz .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  align-items: stretch;
}
.cid-voS2vY56oz .embla__slide .slide-content .item-wrapper img,
.cid-voS2vY56oz .embla__slide .slide-content .item-wrapper iframe {
  margin: auto;
  height: 100%;
  max-width: 500px;
  object-fit: contain;
  border-radius: 0 !important;
}
@media (max-width: 768px) {
  .cid-voS2vY56oz .embla__slide .slide-content .item-wrapper {
    align-items: stretch;
  }
}
.cid-voS2vY56oz .embla__slide .slide-content .item-wrapper .card-box {
  width: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
}
.cid-voS2vY56oz .embla__slide .slide-content .item-wrapper .card-box .item-text_1,
.cid-voS2vY56oz .embla__slide .slide-content .item-wrapper .card-box .item-text_2,
.cid-voS2vY56oz .embla__slide .slide-content .item-wrapper .card-box .item-text_3 {
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-voS2vY56oz .embla__slide .slide-content .item-wrapper .card-box .person-wrap {
  margin-top: 15px;
  border-top: 1px solid #b8b8b8;
  padding-top: 15px;
}
.cid-voS2vY56oz .embla__slide .slide-content .item-wrapper .card-box .person-wrap .item-name_1,
.cid-voS2vY56oz .embla__slide .slide-content .item-wrapper .card-box .person-wrap .item-name_2,
.cid-voS2vY56oz .embla__slide .slide-content .item-wrapper .card-box .person-wrap .item-name_3 {
  margin-bottom: 0;
}
.cid-voS2vY56oz .embla__slide .slide-content .item-wrapper .card-box .person-wrap .item-role_1,
.cid-voS2vY56oz .embla__slide .slide-content .item-wrapper .card-box .person-wrap .item-role_2,
.cid-voS2vY56oz .embla__slide .slide-content .item-wrapper .card-box .person-wrap .item-role_3 {
  margin-bottom: 0;
}
.cid-voS2vY56oz .embla__slide .slide-content .card_1 .card-box {
  background-color: #ffffff;
}
.cid-voS2vY56oz .embla__slide .slide-content .card_2 .card-box {
  background-color: #f9fae3;
}
.cid-voS2vY56oz .embla__slide .slide-content .card_3 .card-box {
  background-color: #ddd1ff;
}
.cid-voS2vY56oz .embla__button--next,
.cid-voS2vY56oz .embla__button--prev {
  display: flex;
}
.cid-voS2vY56oz .embla__button {
  top: 0;
  width: 40px;
  height: 40px;
  font-size: 14px;
  background-color: #16526e !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-voS2vY56oz .embla__button:hover {
  opacity: .8 !important;
  transform: scale(1.1);
}
.cid-voS2vY56oz .embla__button:disabled {
  background-color: #16526e !important;
  color: #ffffff !important;
  opacity: .5 !important;
  transform: none;
}
.cid-voS2vY56oz .embla__button.embla__button--prev {
  margin-left: -70px;
}
.cid-voS2vY56oz .embla__button.embla__button--prev .mbr-iconfont {
  margin-left: -3px;
}
.cid-voS2vY56oz .embla__button.embla__button--next {
  margin-right: -70px;
}
.cid-voS2vY56oz .embla__button.embla__button--next .mbr-iconfont {
  margin-right: -3px;
}
.cid-voS2vY56oz .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 60px;
}
@media (max-width: 992px) {
  .cid-voS2vY56oz .embla {
    padding-top: 0px;
  }
}
.cid-voS2vY56oz .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 768px) {
  .cid-voS2vY56oz .embla__viewport {
    padding: 0;
  }
}
.cid-voS2vY56oz .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-voS2vY56oz .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-voS2vY56oz .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-voS2vY56oz .btn-wrapper {
  margin-top: -2rem;
}
.cid-voS2vY56oz .mbr-section-title,
.cid-voS2vY56oz .title-wrap {
  color: #000000;
}
.cid-voS2vY56oz .mbr-text,
.cid-voS2vY56oz .text-wrapper {
  color: #16526e;
  text-align: center;
}
.cid-voS2vY56oz .mbr-section-title,
.cid-voS2vY56oz .title-wrap,
.cid-voS2vY56oz .mbr-section-btn {
  text-align: center;
  color: #16526e;
}
.cid-voS2vY56oz .item-text_1 {
  color: #000000;
}
.cid-voS2vY56oz .item-text_2 {
  color: #000000;
}
.cid-voS2vY56oz .item-text_3 {
  color: #000000;
}
.cid-voS2vY56oz .item-name_1 {
  color: #000000;
  text-align: center;
}
.cid-voS2vY56oz .item-name_2 {
  color: #000000;
}
.cid-voS2vY56oz .item-name_3 {
  color: #000000;
}
.cid-voS2vY56oz .item-role_1 {
  color: #8b8b8a;
}
.cid-voS2vY56oz .item-role_2 {
  color: #8b8b8a;
}
.cid-voS2vY56oz .item-role_3 {
  color: #8b8b8a;
}
.cid-voS2vY56oz .role-num {
  font-size: 30px;
  color: #116e99;
  font-weight: 700;
  padding: 0 8px;
}
.cid-voS2vY56oz .cardtitle {
  padding-top: 20px;
  color: #16526e;
  text-align: center;
}
.cid-voS2vY56oz .cardtxt {
  color: #000000;
  text-align: justify;
}
@media (max-width: 768px) {
  .cid-voS2vY56oz .embla {
    padding-bottom: 70px !important;
  }
  .cid-voS2vY56oz .embla__button {
    top: auto !important;
    bottom: 15px !important;
    margin: 0 !important;
    transform: none;
  }
  .cid-voS2vY56oz .embla__button.embla__button--prev {
    left: calc(5%) !important;
    right: auto !important;
  }
  .cid-voS2vY56oz .embla__button.embla__button--next {
    right: calc(5%) !important;
    left: auto !important;
  }
  .cid-voS2vY56oz .embla__button:hover {
    transform: scale(1.1) !important;
  }
}
.cid-voS2vY56oz .name-wrapper {
  flex-grow: 1;
}
.cid-vpeXmJLsFt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vpeXmJLsFt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpeXmJLsFt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpeXmJLsFt .title-wrapper {
  margin-bottom: 40px;
}
.cid-vpeXmJLsFt .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .cid-vpeXmJLsFt .title-wrapper .title-wrap .mbr-section-title {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-vpeXmJLsFt .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vpeXmJLsFt .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vpeXmJLsFt .title-wrapper .text-wrapper .mbr-text {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-vpeXmJLsFt .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vpeXmJLsFt .title-wrapper .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vpeXmJLsFt .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 500px;
  max-width: 500px;
  height: auto;
}
@media (max-width: 768px) {
  .cid-vpeXmJLsFt .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
}
.cid-vpeXmJLsFt .embla__slide .slide-content {
  width: 100%;
  height: 100%;
}
.cid-vpeXmJLsFt .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  align-items: stretch;
}
.cid-vpeXmJLsFt .embla__slide .slide-content .item-wrapper img,
.cid-vpeXmJLsFt .embla__slide .slide-content .item-wrapper iframe {
  margin: auto;
  height: 100%;
  max-width: 500px;
  object-fit: contain;
  border-radius: 0 !important;
}
@media (max-width: 768px) {
  .cid-vpeXmJLsFt .embla__slide .slide-content .item-wrapper {
    align-items: stretch;
  }
}
.cid-vpeXmJLsFt .embla__slide .slide-content .item-wrapper .card-box {
  width: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
}
.cid-vpeXmJLsFt .embla__slide .slide-content .item-wrapper .card-box .item-text_1,
.cid-vpeXmJLsFt .embla__slide .slide-content .item-wrapper .card-box .item-text_2,
.cid-vpeXmJLsFt .embla__slide .slide-content .item-wrapper .card-box .item-text_3 {
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-vpeXmJLsFt .embla__slide .slide-content .item-wrapper .card-box .person-wrap {
  margin-top: 15px;
  border-top: 1px solid #b8b8b8;
  padding-top: 15px;
}
.cid-vpeXmJLsFt .embla__slide .slide-content .item-wrapper .card-box .person-wrap .item-name_1,
.cid-vpeXmJLsFt .embla__slide .slide-content .item-wrapper .card-box .person-wrap .item-name_2,
.cid-vpeXmJLsFt .embla__slide .slide-content .item-wrapper .card-box .person-wrap .item-name_3 {
  margin-bottom: 0;
}
.cid-vpeXmJLsFt .embla__slide .slide-content .item-wrapper .card-box .person-wrap .item-role_1,
.cid-vpeXmJLsFt .embla__slide .slide-content .item-wrapper .card-box .person-wrap .item-role_2,
.cid-vpeXmJLsFt .embla__slide .slide-content .item-wrapper .card-box .person-wrap .item-role_3 {
  margin-bottom: 0;
}
.cid-vpeXmJLsFt .embla__slide .slide-content .card_1 .card-box {
  background-color: #ebf8ff;
}
.cid-vpeXmJLsFt .embla__slide .slide-content .card_2 .card-box {
  background-color: #f9fae3;
}
.cid-vpeXmJLsFt .embla__slide .slide-content .card_3 .card-box {
  background-color: #ddd1ff;
}
.cid-vpeXmJLsFt .embla__button--next,
.cid-vpeXmJLsFt .embla__button--prev {
  display: flex;
}
.cid-vpeXmJLsFt .embla__button {
  top: 0;
  width: 40px;
  height: 40px;
  font-size: 14px;
  background-color: #16526e !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-vpeXmJLsFt .embla__button:hover {
  opacity: .8 !important;
  transform: scale(1.1);
}
.cid-vpeXmJLsFt .embla__button:disabled {
  background-color: #16526e !important;
  color: #ffffff !important;
  opacity: .5 !important;
  transform: none;
}
.cid-vpeXmJLsFt .embla__button.embla__button--prev {
  margin-left: -70px;
}
.cid-vpeXmJLsFt .embla__button.embla__button--prev .mbr-iconfont {
  margin-left: -3px;
}
.cid-vpeXmJLsFt .embla__button.embla__button--next {
  margin-right: -70px;
}
.cid-vpeXmJLsFt .embla__button.embla__button--next .mbr-iconfont {
  margin-right: -3px;
}
.cid-vpeXmJLsFt .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 60px;
}
@media (max-width: 992px) {
  .cid-vpeXmJLsFt .embla {
    padding-top: 0px;
  }
}
.cid-vpeXmJLsFt .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 768px) {
  .cid-vpeXmJLsFt .embla__viewport {
    padding: 0;
  }
}
.cid-vpeXmJLsFt .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vpeXmJLsFt .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vpeXmJLsFt .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vpeXmJLsFt .btn-wrapper {
  margin-top: -2rem;
}
.cid-vpeXmJLsFt .mbr-section-title,
.cid-vpeXmJLsFt .title-wrap {
  color: #000000;
}
.cid-vpeXmJLsFt .mbr-text,
.cid-vpeXmJLsFt .text-wrapper {
  color: #16526e;
  text-align: center;
}
.cid-vpeXmJLsFt .mbr-section-title,
.cid-vpeXmJLsFt .title-wrap,
.cid-vpeXmJLsFt .mbr-section-btn {
  text-align: center;
  color: #16526e;
}
.cid-vpeXmJLsFt .item-text_1 {
  color: #000000;
}
.cid-vpeXmJLsFt .item-text_2 {
  color: #000000;
}
.cid-vpeXmJLsFt .item-text_3 {
  color: #000000;
}
.cid-vpeXmJLsFt .item-name_1 {
  color: #000000;
  text-align: center;
}
.cid-vpeXmJLsFt .item-name_2 {
  color: #000000;
}
.cid-vpeXmJLsFt .item-name_3 {
  color: #000000;
}
.cid-vpeXmJLsFt .item-role_1 {
  color: #8b8b8a;
}
.cid-vpeXmJLsFt .item-role_2 {
  color: #8b8b8a;
}
.cid-vpeXmJLsFt .item-role_3 {
  color: #8b8b8a;
}
.cid-vpeXmJLsFt .role-num {
  font-size: 30px;
  color: #116e99;
  font-weight: 700;
  padding: 0 8px;
}
.cid-vpeXmJLsFt .cardtitle {
  padding-top: 20px;
  color: #16526e;
  text-align: center;
}
.cid-vpeXmJLsFt .cardtxt {
  color: #000000;
  text-align: justify;
}
@media (max-width: 768px) {
  .cid-vpeXmJLsFt .embla {
    padding-bottom: 70px !important;
  }
  .cid-vpeXmJLsFt .embla__button {
    top: auto !important;
    bottom: 15px !important;
    margin: 0 !important;
    transform: none;
  }
  .cid-vpeXmJLsFt .embla__button.embla__button--prev {
    left: calc(5%) !important;
    right: auto !important;
  }
  .cid-vpeXmJLsFt .embla__button.embla__button--next {
    right: calc(5%) !important;
    left: auto !important;
  }
  .cid-vpeXmJLsFt .embla__button:hover {
    transform: scale(1.1) !important;
  }
}
.cid-vpeXmJLsFt .name-wrapper {
  flex-grow: 1;
}
.cid-vpfjZeS83U {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ebf8ff;
}
.cid-vpfjZeS83U .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpfjZeS83U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpfjZeS83U .title-wrapper {
  margin-bottom: 40px;
}
.cid-vpfjZeS83U .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .cid-vpfjZeS83U .title-wrapper .title-wrap .mbr-section-title {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-vpfjZeS83U .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vpfjZeS83U .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vpfjZeS83U .title-wrapper .text-wrapper .mbr-text {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-vpfjZeS83U .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vpfjZeS83U .title-wrapper .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vpfjZeS83U .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 500px;
  max-width: 500px;
  height: auto;
}
@media (max-width: 768px) {
  .cid-vpfjZeS83U .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
}
.cid-vpfjZeS83U .embla__slide .slide-content {
  width: 100%;
  height: 100%;
}
.cid-vpfjZeS83U .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  align-items: stretch;
}
.cid-vpfjZeS83U .embla__slide .slide-content .item-wrapper img,
.cid-vpfjZeS83U .embla__slide .slide-content .item-wrapper iframe {
  margin: auto;
  height: 100%;
  max-width: 500px;
  object-fit: contain;
}
@media (max-width: 768px) {
  .cid-vpfjZeS83U .embla__slide .slide-content .item-wrapper {
    align-items: stretch;
  }
}
.cid-vpfjZeS83U .embla__slide .slide-content .item-wrapper .card-box {
  width: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
}
.cid-vpfjZeS83U .embla__slide .slide-content .item-wrapper .card-box .item-text_1,
.cid-vpfjZeS83U .embla__slide .slide-content .item-wrapper .card-box .item-text_2,
.cid-vpfjZeS83U .embla__slide .slide-content .item-wrapper .card-box .item-text_3 {
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-vpfjZeS83U .embla__slide .slide-content .item-wrapper .card-box .person-wrap {
  margin-top: 15px;
  border-top: 1px solid #b8b8b8;
  padding-top: 15px;
}
.cid-vpfjZeS83U .embla__slide .slide-content .item-wrapper .card-box .person-wrap .item-name_1,
.cid-vpfjZeS83U .embla__slide .slide-content .item-wrapper .card-box .person-wrap .item-name_2,
.cid-vpfjZeS83U .embla__slide .slide-content .item-wrapper .card-box .person-wrap .item-name_3 {
  margin-bottom: 0;
}
.cid-vpfjZeS83U .embla__slide .slide-content .item-wrapper .card-box .person-wrap .item-role_1,
.cid-vpfjZeS83U .embla__slide .slide-content .item-wrapper .card-box .person-wrap .item-role_2,
.cid-vpfjZeS83U .embla__slide .slide-content .item-wrapper .card-box .person-wrap .item-role_3 {
  margin-bottom: 0;
}
.cid-vpfjZeS83U .embla__slide .slide-content .card_1 .card-box {
  background-color: #ffffff;
}
.cid-vpfjZeS83U .embla__slide .slide-content .card_2 .card-box {
  background-color: #f9fae3;
}
.cid-vpfjZeS83U .embla__slide .slide-content .card_3 .card-box {
  background-color: #ddd1ff;
}
.cid-vpfjZeS83U .embla__button--next,
.cid-vpfjZeS83U .embla__button--prev {
  display: flex;
}
.cid-vpfjZeS83U .embla__button {
  top: 0;
  width: 40px;
  height: 40px;
  font-size: 14px;
  background-color: #16526e !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-vpfjZeS83U .embla__button:hover {
  opacity: .8 !important;
  transform: scale(1.1);
}
.cid-vpfjZeS83U .embla__button:disabled {
  background-color: #16526e !important;
  color: #ffffff !important;
  opacity: .5 !important;
  transform: none;
}
.cid-vpfjZeS83U .embla__button.embla__button--prev {
  margin-left: -70px;
}
.cid-vpfjZeS83U .embla__button.embla__button--prev .mbr-iconfont {
  margin-left: -3px;
}
.cid-vpfjZeS83U .embla__button.embla__button--next {
  margin-right: -70px;
}
.cid-vpfjZeS83U .embla__button.embla__button--next .mbr-iconfont {
  margin-right: -3px;
}
.cid-vpfjZeS83U .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 60px;
}
@media (max-width: 992px) {
  .cid-vpfjZeS83U .embla {
    padding-top: 0px;
  }
}
.cid-vpfjZeS83U .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 768px) {
  .cid-vpfjZeS83U .embla__viewport {
    padding: 0;
  }
}
.cid-vpfjZeS83U .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vpfjZeS83U .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vpfjZeS83U .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vpfjZeS83U .btn-wrapper {
  margin-top: -2rem;
}
.cid-vpfjZeS83U .mbr-section-title,
.cid-vpfjZeS83U .title-wrap {
  color: #000000;
}
.cid-vpfjZeS83U .mbr-text,
.cid-vpfjZeS83U .text-wrapper {
  color: #16526e;
  text-align: center;
}
.cid-vpfjZeS83U .mbr-section-title,
.cid-vpfjZeS83U .title-wrap,
.cid-vpfjZeS83U .mbr-section-btn {
  text-align: center;
  color: #16526e;
}
.cid-vpfjZeS83U .item-text_1 {
  color: #000000;
}
.cid-vpfjZeS83U .item-text_2 {
  color: #000000;
}
.cid-vpfjZeS83U .item-text_3 {
  color: #000000;
}
.cid-vpfjZeS83U .item-name_1 {
  color: #16526e;
  text-align: center;
}
.cid-vpfjZeS83U .item-name_2 {
  color: #000000;
}
.cid-vpfjZeS83U .item-name_3 {
  color: #000000;
}
.cid-vpfjZeS83U .item-role_1 {
  color: #8b8b8a;
}
.cid-vpfjZeS83U .item-role_2 {
  color: #8b8b8a;
}
.cid-vpfjZeS83U .item-role_3 {
  color: #8b8b8a;
}
.cid-vpfjZeS83U .role-num {
  color: #ffffff;
  font-weight: 400;
  background-color: #16526e;
  padding: 0 8px;
  border-radius: 10px;
}
.cid-vpfjZeS83U .cardtitle {
  padding-top: 20px;
  color: #16526e;
  text-align: justify;
}
.cid-vpfjZeS83U .cardtxt {
  color: #000000;
  text-align: justify;
}
@media (max-width: 768px) {
  .cid-vpfjZeS83U .embla {
    padding-bottom: 70px !important;
  }
  .cid-vpfjZeS83U .embla__button {
    top: auto !important;
    bottom: 15px !important;
    margin: 0 !important;
    transform: none;
  }
  .cid-vpfjZeS83U .embla__button.embla__button--prev {
    left: calc(5%) !important;
    right: auto !important;
  }
  .cid-vpfjZeS83U .embla__button.embla__button--next {
    right: calc(5%) !important;
    left: auto !important;
  }
  .cid-vpfjZeS83U .embla__button:hover {
    transform: scale(1.1) !important;
  }
}
.cid-vpfjZeS83U .name-wrapper {
  flex-grow: 1;
}
.cid-voRLPRhgFY {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #f9fae3;
}
.cid-voRLPRhgFY .mbr-fallback-image.disabled {
  display: none;
}
.cid-voRLPRhgFY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voRLPRhgFY .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 9px 14px;
  margin-bottom: 20px;
  background-color: #91864e;
}
.cid-voRLPRhgFY .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-voRLPRhgFY .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-voRLPRhgFY .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-voRLPRhgFY .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-voRLPRhgFY .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-voRLPRhgFY .mbr-label,
.cid-voRLPRhgFY .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-voRLPRhgFY .mbr-section-title {
  color: #000000;
}
.cid-voRLPRhgFY .mbr-text,
.cid-voRLPRhgFY .text-wrapper {
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-voRLPRhgFY .mbr-text,
  .cid-voRLPRhgFY .text-wrapper {
    text-align: justify;
  }
}
.cid-voRLPRhgFY .mbr-section-title,
.cid-voRLPRhgFY .mbr-section-btn,
.cid-voRLPRhgFY .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-voRLRhx5OT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f9fae3;
}
@media (min-width: 993px) {
  .cid-voRLRhx5OT .container {
    max-width: 900px;
    margin: auto;
  }
}
@media (max-width: 991px) {
  .cid-voRLRhx5OT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-voRLRhx5OT img {
  width: 100%;
}
.cid-voRLRhx5OT img,
.cid-voRLRhx5OT iframe {
  display: block;
  width: 100%;
  border-radius: 25px !important;
}
.cid-voRLRhx5OT .mbr-section-title {
  color: #000000;
  font-weight: 700;
}
.cid-voRLRhx5OT .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-voRLRhx5OT .mbr-description {
  color: #777777;
  font-weight: 400;
}
.cid-voRLfcVW17 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f9fae3;
}
.cid-voRLfcVW17 .mbr-fallback-image.disabled {
  display: none;
}
.cid-voRLfcVW17 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voRLfcVW17 .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 9px 14px;
  margin-bottom: 20px;
  background-color: #ffffff;
}
.cid-voRLfcVW17 .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .cid-voRLfcVW17 .title-wrapper .title-wrap .mbr-section-title {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-voRLfcVW17 .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-voRLfcVW17 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-voRLfcVW17 .title-wrapper .text-wrapper .mbr-text {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-voRLfcVW17 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-voRLfcVW17 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 1080px;
  max-width: 1080px;
}
@media (max-width: 992px) {
  .cid-voRLfcVW17 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-voRLfcVW17 .embla__slide .slide-content {
  width: 100%;
}
.cid-voRLfcVW17 .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 992px) {
  .cid-voRLfcVW17 .embla__slide .slide-content .item-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-voRLfcVW17 .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
  width: 100%;
  position: relative;
}
.cid-voRLfcVW17 .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  object-fit: cover;
}
.cid-voRLfcVW17 .embla__slide .slide-content .item-wrapper .card-box {
  display: flex;
  padding: 30px;
  flex-direction: column;
  justify-content: center;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-voRLfcVW17 .embla__slide .slide-content .item-wrapper .card-box {
    min-height: auto;
    padding: 20px;
  }
}
.cid-voRLfcVW17 .embla__slide .slide-content .item-wrapper .card-box .item-content .item-title {
  margin-bottom: 15px;
}
.cid-voRLfcVW17 .embla__slide .slide-content .item-wrapper .card-box .item-content .item-text {
  margin-bottom: 0;
}
.cid-voRLfcVW17 .embla__slide .slide-content .item-wrapper .card-box .item-content .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-voRLfcVW17 .embla__slide .slide-content .item-wrapper .card-box .item-desc {
  border-top: 1px solid #dddddd;
  padding-top: 15px;
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-voRLfcVW17 .embla__button--next,
.cid-voRLfcVW17 .embla__button--prev {
  display: flex;
}
.cid-voRLfcVW17 .embla__button {
  top: 0;
  width: 40px;
  height: 40px;
  font-size: 14px;
  background-color: #16526e !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-voRLfcVW17 .embla__button:hover {
  opacity: .8 !important;
  transform: scale(1.1);
}
.cid-voRLfcVW17 .embla__button:disabled {
  background-color: #16526e !important;
  color: #ffffff !important;
  opacity: .5 !important;
  transform: none;
}
.cid-voRLfcVW17 .embla__button.embla__button--prev {
  margin-left: -70px;
}
.cid-voRLfcVW17 .embla__button.embla__button--prev .mbr-iconfont {
  margin-left: -3px;
}
.cid-voRLfcVW17 .embla__button.embla__button--next {
  margin-right: -70px;
}
.cid-voRLfcVW17 .embla__button.embla__button--next .mbr-iconfont {
  margin-right: -3px;
}
.cid-voRLfcVW17 .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 100px;
}
@media (max-width: 992px) {
  .cid-voRLfcVW17 .embla {
    padding-top: 60px;
  }
}
.cid-voRLfcVW17 .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-voRLfcVW17 .embla__viewport {
    padding: 0;
  }
}
.cid-voRLfcVW17 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-voRLfcVW17 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-voRLfcVW17 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-voRLfcVW17 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-voRLfcVW17 .mbr-label,
.cid-voRLfcVW17 .label-wrapper {
  color: #116e99;
}
.cid-voRLfcVW17 .mbr-section-title,
.cid-voRLfcVW17 .title-wrap {
  color: #000000;
  text-align: center;
}
.cid-voRLfcVW17 .mbr-text,
.cid-voRLfcVW17 .text-wrapper {
  color: #116e99;
}
.cid-voRLfcVW17 .item-title {
  color: #16526e;
}
.cid-voRLfcVW17 .item-text {
  text-align: justify;
  color: #116e99;
}
.cid-voRLfcVW17 .item-desc {
  color: #116e99;
}
.cid-vqQAPcSN4U {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vqQAPcSN4U .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqQAPcSN4U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqQAPcSN4U .title-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vqQAPcSN4U .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vqQAPcSN4U .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 9px 14px;
  margin-bottom: 20px;
  background-color: #91864e;
}
.cid-vqQAPcSN4U .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .cid-vqQAPcSN4U .title-wrapper .title-wrap .mbr-section-title {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-vqQAPcSN4U .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vqQAPcSN4U .title-wrapper .text-wrapper .mbr-text {
  text-align: justify;
  display: inline-block;
  margin-bottom: 0;
}
.cid-vqQAPcSN4U .items-wrapper {
  margin: 0 -10px;
}
.cid-vqQAPcSN4U .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vqQAPcSN4U .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vqQAPcSN4U .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 20px;
}
.cid-vqQAPcSN4U .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  object-fit: cover;
}
.cid-vqQAPcSN4U .items-wrapper .item .item-wrapper .card-box {
  padding: 25px;
  border: 1px solid #b8b8b8;
}
@media (max-width: 992px) {
  .cid-vqQAPcSN4U .items-wrapper .item .item-wrapper .card-box {
    padding: 20px;
  }
}
.cid-vqQAPcSN4U .items-wrapper .item .item-wrapper .card-box .item-name {
  margin-bottom: 5px;
}
.cid-vqQAPcSN4U .items-wrapper .item .item-wrapper .card-box .item-role {
  margin-bottom: 0;
}
.cid-vqQAPcSN4U .items-wrapper .item .item-wrapper .card-box .item-text {
  text-align: justify;
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-vqQAPcSN4U .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
  width: 100%;
}
.cid-vqQAPcSN4U .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  width: 100%;
}
.cid-vqQAPcSN4U .mbr-label,
.cid-vqQAPcSN4U .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vqQAPcSN4U .mbr-section-title,
.cid-vqQAPcSN4U .title-wrap {
  color: #000000;
  text-align: center;
}
.cid-vqQAPcSN4U .mbr-text,
.cid-vqQAPcSN4U .text-wrapper {
  color: #8b8b8a;
  text-align: center;
}
.cid-vqQAPcSN4U .item-name {
  color: #16526e;
}
.cid-vqQAPcSN4U .item-role {
  color: #116e99;
}
.cid-vqQAPcSN4U .item-text {
  color: #000000;
}
.cid-voQz2fCsHn {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #457a5f;
}
.cid-voQz2fCsHn .mbr-fallback-image.disabled {
  display: none;
}
.cid-voQz2fCsHn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voQz2fCsHn .info-wrapper {
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 767px) {
  .cid-voQz2fCsHn .info-wrapper {
    flex-direction: column;
    align-items: center;
  }
}
.cid-voQz2fCsHn .media-wrap {
  width: 120px;
  padding: 0;
}
.cid-voQz2fCsHn .media-wrap img {
  border-radius: 0 !important;
}
@media (max-width: 991px) {
  .cid-voQz2fCsHn .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-voQz2fCsHn .row {
    text-align: center;
  }
  .cid-voQz2fCsHn .row > div {
    margin: auto;
  }
  .cid-voQz2fCsHn .social-row {
    justify-content: center;
  }
}
.cid-voQz2fCsHn .social-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.cid-voQz2fCsHn .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-voQz2fCsHn .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-voQz2fCsHn .list {
    margin-bottom: 0rem;
  }
}
.cid-voQz2fCsHn .mbr-text {
  color: #ffffff;
}
.cid-voQz2fCsHn .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-voQz2fCsHn .mbr-iconfont {
  color: white;
}
@media (max-width: 991px) {
  .cid-voQz2fCsHn div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-voQz2fCsHn .copyright {
  color: #ffffff;
}
.cid-voQz2fCsHn H5 {
  color: #ffffff;
}
