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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.4); /* 加深預設背景以提升對比 */
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  /* 移除 outline: none，改為預設隱藏，僅在 Tab 時顯示 */
  outline: none; 
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

/* 核心修改：Tab 鍵選取時的視覺效果 */
.mbr-arrow-up a:focus-visible {
  /* 使用 CSS 變數定義焦點色，預設白色 */
  --up-focus: #ffffff;
  outline: 3px solid var(--up-focus) !important;
  outline-offset: 4px !important;
  background-color: rgba(0, 0, 0, 0.8) !important;
  box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.2);
}

/* 自動偵測：若背景區塊非深色，則外框切換為深色以保持對比 */
section:not(.mbr-section--bg-dark) ~ .mbr-arrow-up a:focus-visible {
  --up-focus: #232323;
}

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.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;
  /* 確保下箭頭也能被 Tab 選中 */
  outline: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}

.mbr-arrow > a:focus-visible {
  outline: 2px solid #ffffff !important;
  outline-offset: 4px !important;
}

.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

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

@keyframes arrowdown {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-5px); }
  100% { transform: translateY(0px); }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

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

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

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

.item {
  position: relative;
}

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

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

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}/* --- 1. 基礎變數與焦點框定義 --- */
/* 預設深色虛線 */
*:focus-visible {
  outline: #1f1f1f dashed 2px !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
  transition: outline 0.2s ease-in-out;
}
/* --- 2. 導覽列元件基礎樣式 (Logo 與 漢堡選單) --- */
.navbar .navbar-brand,
.navbar .navbar-toggler,
.navbar .nav-link {
  transition: all 0.3s ease-in-out !important;
  border-radius: 4px;
  /* 統一焦點框圓角 */
}
/* 漢堡選單按鈕基礎外觀 */
button.navbar-toggler {
  background-color: #FFFFFF !important;
  border: 2px solid #333333 !important;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* --- 核心修正：針對深色背景強制切換為白框 --- */
/* 增加更多 Mobirise 常用的深色類別，確保優先級夠高 */
.bg-dark :focus-visible,
.mbr-section--bg-dark :focus-visible,
.mbr-overlay + div :focus-visible,
section[style*="background-color: #232323"] :focus-visible,
section[style*="background-color: #0d8133"] :focus-visible,
section[style*="background-color: #053a7a"] :focus-visible,
section[style*="background-color: ##113859"] :focus-visible {
  outline: 2px dashed #ebf906 !important;
  /* 強制覆蓋為黃色虛線 */
  outline-offset: 2px !important;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.3) !important;
}
/* 基礎透明導覽列焦點優化 */
.navbar .nav-link,
.navbar .navbar-toggler,
.navbar .navbar-brand {
  transition: outline 0.5s ease-in-out !important;
}
/* 強制透明背景下的焦點為黑色虛線 */
.navbar:not(.navbar-short) :focus-visible {
  outline: 2px dashed #000000 !important;
  outline-offset: 5px !important;
}
/* 核心修正：淺色背景下的焦點框 (Focus-visible) --- */
/* 當導覽列開啟 (.opened) 或處於淺色區域時，將虛線改為深灰色 */
.navbar.opened :focus-visible,
.dropdown-item:focus-visible {
  /* 使用深色虛線 (#1f1f1f)，在淺藍或白色背景上對比度才夠 */
  outline: 2px dashed #1f1f1f !important;
  outline-offset: -1px !important;
  /* 往內縮，避免超出下拉選單邊界 */
  background-color: rgba(0, 0, 0, 0.01) !important;
  /* 加上淡淡的底色強化視覺感知 */
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) !important;
}
/* 針對「回頂端按鈕」在深色背景下的特殊處理 */
#scrollToTop a:focus-visible {
  /* 如果您的回頂端按鈕通常出現在頁面最下方且背景較深 */
  outline-color: #ebf906 !important;
  display: inline-block !important;
  opacity: 1 !important;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #232323 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !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: #232323 !important;
  border-color: #232323 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !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: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !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: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !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: #ff9966 !important;
  border-color: #ff9966 !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: #232323 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !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: #232323;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #232323;
  border-color: #232323;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #232323;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d5d5d5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #232323 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #232323;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #232323;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #232323;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.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: #232323 !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: #ff6666 !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='%23232323' %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;
}
*:focus-visible {
  outline: #1f1f1f dashed 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-v9KrWCcDfI .navbar-dropdown {
  position: relative !important;
}
.cid-v9KrWCcDfI .navbar-dropdown {
  position: absolute !important;
}
.cid-v9KrWCcDfI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9KrWCcDfI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v9KrWCcDfI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v9KrWCcDfI .dropdown-item:hover,
.cid-v9KrWCcDfI .dropdown-item:focus {
  background: #232323 !important;
  color: white !important;
}
.cid-v9KrWCcDfI .dropdown-item:hover span {
  color: white;
}
.cid-v9KrWCcDfI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9KrWCcDfI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9KrWCcDfI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v9KrWCcDfI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v9KrWCcDfI .nav-link {
  position: relative;
}
.cid-v9KrWCcDfI .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v9KrWCcDfI .container {
    flex-wrap: nowrap !important;
    flex-direction: row !important;
    justify-content: space-between;
  }
}
.cid-v9KrWCcDfI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v9KrWCcDfI .dropdown-menu,
.cid-v9KrWCcDfI .navbar.opened {
  background: #305473 !important;
}
.cid-v9KrWCcDfI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v9KrWCcDfI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9KrWCcDfI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9KrWCcDfI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9KrWCcDfI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9KrWCcDfI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9KrWCcDfI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(48, 84, 115, 0);
}
.cid-v9KrWCcDfI .navbar.opened {
  transition: all 0.3s;
}
.cid-v9KrWCcDfI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9KrWCcDfI .navbar .navbar-logo img {
  width: auto;
}
.cid-v9KrWCcDfI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-v9KrWCcDfI .navbar .navbar-collapse {
    display: flex !important;
    flex-basis: auto !important;
  }
}
.cid-v9KrWCcDfI .navbar.collapsed {
  justify-content: center;
}
.cid-v9KrWCcDfI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v9KrWCcDfI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v9KrWCcDfI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v9KrWCcDfI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v9KrWCcDfI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v9KrWCcDfI .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-v9KrWCcDfI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v9KrWCcDfI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v9KrWCcDfI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9KrWCcDfI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9KrWCcDfI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9KrWCcDfI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9KrWCcDfI .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-v9KrWCcDfI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9KrWCcDfI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v9KrWCcDfI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9KrWCcDfI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v9KrWCcDfI .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v9KrWCcDfI .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9KrWCcDfI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9KrWCcDfI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9KrWCcDfI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v9KrWCcDfI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9KrWCcDfI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9KrWCcDfI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9KrWCcDfI button.navbar-toggler {
  outline: none;
  width: 44px;
  height: 44px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.85) !important;
  backdrop-filter: blur(5px);
  border: 2px solid #333333 !important;
  border-radius: 5px;
  position: absolute !important;
  top: 15px !important;
  right: 45px !important;
  z-index: 9999 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-v9KrWCcDfI button.navbar-toggler {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v9KrWCcDfI button.navbar-toggler {
    top: 15px !important;
    right: 25px !important;
  }
}
.cid-v9KrWCcDfI button.navbar-toggler .hamburger span {
  position: absolute;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 2px;
  border-radius: 5px;
  background-color: #333333 !important;
  transition: all 0.2s;
}
.cid-v9KrWCcDfI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 13px;
}
.cid-v9KrWCcDfI button.navbar-toggler .hamburger span:nth-child(2),
.cid-v9KrWCcDfI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 21px;
}
.cid-v9KrWCcDfI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 29px;
}
.cid-v9KrWCcDfI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
}
.cid-v9KrWCcDfI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
}
.cid-v9KrWCcDfI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
}
.cid-v9KrWCcDfI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
}
.cid-v9KrWCcDfI .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v9KrWCcDfI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9KrWCcDfI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v9KrWCcDfI .navbar {
    height: 70px;
  }
  .cid-v9KrWCcDfI .navbar.opened {
    height: auto;
  }
}
#custom-html-eh {
  /* Type valid CSS here */
}
#custom-html-eh div {
  padding-top: 0px;
  background-color: #061020;
  text-align: center;
}
#custom-html-eh p {
  font-size: 60px;
  color: #777;
}
#custom-html-eh .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.cid-vgbqwDBmm1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f2f2f2;
  position: relative;
  overflow: visible;
  z-index: 1;
}
.cid-vgbqwDBmm1 .mbr-section-title {
  margin: 20px 0;
  color: #202020;
}
.cid-vgbqwDBmm1 .shape {
  position: absolute;
  z-index: -1;
  bottom: -3.5rem;
  left: 7rem;
  max-width: 160px;
}
.cid-vgbqwDBmm1 .shape img {
  width: 100%;
  height: auto;
  max-height: 160px;
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-vgbqwDBmm1 .shape {
    max-width: 80px;
    left: 2rem;
    bottom: -1rem;
  }
}
.cid-vgK4EkH13X {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f2f2f2;
}
@media (max-width: 991px) {
  .cid-vgK4EkH13X {
    padding-top: 20px !important;
    line-height: 1.8rem;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}
.cid-vgK4EkH13X .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgK4EkH13X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgK4EkH13X .content-wrap {
  margin: 0 -25px;
}
@media (max-width: 1200px) {
  .cid-vgK4EkH13X .content-wrap {
    margin: 30px -25px;
  }
}
@media (max-width: 991px) {
  .cid-vgK4EkH13X .content-wrap {
    margin: 50px -25px;
  }
}
.cid-vgK4EkH13X .content-wrap .card {
  padding: 0 25px;
}
.cid-vgK4EkH13X .title-wrapper {
  margin-bottom: 25px;
}
.cid-vgK4EkH13X .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vgK4EkH13X .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vgK4EkH13X .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
  pointer-events: auto !important;
  color: #000 !important;
}
.cid-vgK4EkH13X .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vgK4EkH13X .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
.cid-vgK4EkH13X .text-wrap .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 25px;
  line-height: 1.6;
}
@media (max-width: 992px) {
  .cid-vgK4EkH13X .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vgK4EkH13X .list-wrapper .list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px;
  padding: 0;
  margin: 0;
  list-style-type: none;
  justify-content: flex-end;
}
.cid-vgK4EkH13X .list-wrapper .list .item-wrap {
  position: relative;
  padding: 12px 15px 12px 34px;
  margin-bottom: 0;
  border-bottom: 1px solid #353535;
  display: inline-flex;
  align-items: center;
}
.cid-vgK4EkH13X .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  font-size: 12px;
  background-color: #353535;
  color: #ffffff;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .cid-vgK4EkH13X .list-wrapper .list {
    flex-direction: column;
    gap: 5px;
    justify-content: flex-start;
  }
  .cid-vgK4EkH13X .list-wrapper .list .item-wrap {
    width: 100%;
  }
}
.cid-vgK4EkH13X .mbr-section-btn {
  margin-top: 25px;
}
.cid-vgK4EkH13X a:focus {
  outline: 2px solid #000 !important;
  outline-offset: 3px;
}
.cid-vgK4EkH13X .mbr-label,
.cid-vgK4EkH13X .mbr-section-title,
.cid-vgK4EkH13X .mbr-text,
.cid-vgK4EkH13X .list {
  color: #000000;
}
.cid-vgK4EkH13X .image-wrapper {
  display: none;
}
.cid-vgK4EkH13X .mbr-section-title {
  color: #232323;
}
.cid-vgK4EkH13X .mbr-text {
  color: #000000;
  line-height: 2rem;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media (max-width: 767px) {
  .cid-vgK4EkH13X {
    line-height: 1.8rem;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}
.cid-vgK4EkH13X .list {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-vgK4EkH13X .container,
  .cid-vgK4EkH13X .container-fluid {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .cid-vgK4EkH13X .content-wrap {
    margin: 0 !important;
  }
  .cid-vgK4EkH13X .content-wrap .card {
    padding: 0 !important;
  }
}
.cid-vhvD6WjeaM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f2f2f2;
  position: relative;
  overflow: visible;
  z-index: 1;
}
.cid-vhvD6WjeaM .mbr-section-title {
  margin: 20px 0;
  color: #202020;
}
.cid-vhvD6WjeaM .shape {
  position: absolute;
  z-index: -1;
  bottom: -4.5rem;
  left: 12rem;
  max-width: 160px;
}
.cid-vhvD6WjeaM .shape img {
  width: 100%;
  height: auto;
  max-height: 160px;
  object-fit: contain;
}
@media (max-width: 1400px) {
  .cid-vhvD6WjeaM .shape {
    max-width: 90px;
    max-height: 150px;
    left: 1.5rem;
    bottom: -3rem;
  }
}
@media (max-width: 991px) {
  .cid-vhvD6WjeaM .shape {
    max-width: 80px;
    max-height: 140px;
    left: 1.5rem;
    bottom: -3rem;
  }
}
.cid-vhvwYwt1k3 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #f2f2f2;
}
.cid-vhvwYwt1k3 .row {
  display: flex;
  flex-wrap: wrap;
  overflow: visible;
}
.cid-vhvwYwt1k3 .stats-item {
  padding: 60px 10px;
  background-color: #122640;
  display: flex;
  justify-content: center;
  transition: all 0.3s;
  outline: none;
  position: relative;
  box-shadow: 0 0 30px rgba(217, 154, 171, 0.4);
}
.cid-vhvwYwt1k3 .stats-item:hover {
  box-shadow: 0 0 30px rgba(217, 154, 171, 0.6);
}
.cid-vhvwYwt1k3 .stats-item:hover .mbr-iconfont::before {
  -webkit-animation: updown 0.45s ease-in-out 0.1s;
  animation: updown 0.45s ease-in-out 0.1s;
  display: block;
}
.cid-vhvwYwt1k3 .stats-item:focus {
  outline: 3px dashed #ebf906 !important;
  outline-offset: -5px;
  z-index: 5;
}
.cid-vhvwYwt1k3 .heading {
  color: #ffffff;
  text-align: center;
  display: block;
}
.cid-vhvwYwt1k3 .counter {
  color: #ffffff;
  text-align: center;
  display: block;
}
.cid-vhvwYwt1k3 .mbr-iconfont {
  font-size: 45px;
  align-self: center;
  margin-bottom: 22px;
  border: 2px dashed #ede5e7;
  border-radius: 50%;
  padding: 35.5px;
  color: #06fee5;
  display: block;
  text-align: center;
}
@keyframes updown {
  0%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
}
@media (max-width: 991px) {
  .cid-vhvwYwt1k3 .stats-item {
    padding: 40px 10px;
  }
  .cid-vhvwYwt1k3 .stats-item .mbr-iconfont {
    font-size: 35px;
    padding: 25px;
  }
  .cid-vhvwYwt1k3 .heading {
    font-size: 1rem;
  }
  .cid-vhvwYwt1k3 .counter {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .cid-vhvwYwt1k3 .stats-item {
    padding: 30px 15px;
  }
}
.cid-vhvwYwt1k3 H2 {
  color: #ffffff;
}
.cid-vhvp2ttQi4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #113859;
}
.cid-vhvp2ttQi4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhvp2ttQi4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhvp2ttQi4 .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhvp2ttQi4 .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-vhvp2ttQi4 .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #f2d0d9;
  margin-bottom: 24px;
}
.cid-vhvp2ttQi4 .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vhvp2ttQi4 .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
  color: #f2d0d9;
}
.cid-vhvp2ttQi4 .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
  color: #f2d0d9;
}
.cid-vhvp2ttQi4 .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vhvp2ttQi4 .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vhvp2ttQi4 .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
  color: #9ba9c4;
}
.cid-vhvp2ttQi4 .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .cid-vhvp2ttQi4 .panel-group {
    display: block;
  }
}
.cid-vhvp2ttQi4 .panel-group .card {
  position: relative;
  padding: 0;
  margin-top: 24px;
  background-color: #13314c;
  border: 1px solid #305473;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.cid-vhvp2ttQi4 .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-vhvp2ttQi4 .panel-group .card {
    margin-top: 20px;
  }
  .cid-vhvp2ttQi4 .panel-group .card:first-child {
    margin-top: 0;
  }
}
.cid-vhvp2ttQi4 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-vhvp2ttQi4 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 24px;
  text-decoration: none;
  outline: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-vhvp2ttQi4 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  color: #ffffff;
  transition: color 0.3s ease;
}
.cid-vhvp2ttQi4 .panel-group .card .card-header .panel-title:focus-visible {
  background-color: rgba(6, 254, 229, 0.1);
  box-shadow: inset 0 0 0 2px #06fee5;
}
.cid-vhvp2ttQi4 .panel-group .card .card-header .panel-title:hover {
  background-color: rgba(255, 255, 255, 0.03);
}
.cid-vhvp2ttQi4 .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 30px;
  height: 30px;
  min-width: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
}
.cid-vhvp2ttQi4 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #f2d0d9;
  transition: all 0.3s ease-in-out;
}
.cid-vhvp2ttQi4 .panel-group .card .card-header .panel-title:not(.collapsed) {
  background-color: rgba(6, 254, 229, 0.05);
}
.cid-vhvp2ttQi4 .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #06fee5;
}
.cid-vhvp2ttQi4 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(45deg);
}
.cid-vhvp2ttQi4 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #06fee5;
}
.cid-vhvp2ttQi4 .panel-group .card .panel-collapse .panel-body {
  padding: 24px;
  border-top: 1px solid #305473;
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-vhvp2ttQi4 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  color: #06fee5;
  line-height: 1.6;
}
.cid-vhvp2ttQi4 .mbr-label,
.cid-vhvp2ttQi4 .label-wrapper {
  color: #ede5e7;
}
.cid-vhvp2ttQi4 *:focus-visible {
  outline: #ebf906 dashed 2px !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
  transition: outline 0.2s ease-in-out;
}
.cid-vgEEKUM5BR {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 120px;
  background: url("../../../assets/images/bg-2000x1333.jpg");
}
.cid-vgEEKUM5BR .mbr-section-title {
  color: #ffffff;
  font-weight: 400;
  width: 100%;
}
.cid-vgEEKUM5BR .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 300;
}
.cid-vgEEKUM5BR .countdown-title img {
  max-width: 128px;
}
.cid-vgEEKUM5BR .countdown-title {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vgEEKUM5BR .number-wrap {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-vgEEKUM5BR .number {
  font-style: normal;
  font-weight: 400;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #06fee5;
}
.cid-vgEEKUM5BR .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-vgEEKUM5BR .dot {
  position: absolute;
  font-size: 0;
  display: inline-block;
  width: 1px;
  height: 90px;
  right: -1.3rem;
  top: 18px;
  background-color: #06fee5;
}
.cid-vgEEKUM5BR .countdown-cont {
  background-color: rgba(0, 0, 0, 0.5);
  max-width: 730px;
  padding-left: 3rem;
  padding-right: 3rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-vgEEKUM5BR .dot {
    display: none;
  }
  .cid-vgEEKUM5BR .countdown-cont {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-vgEEKUM5BR .col-sm-3 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 576px) {
  .cid-vgEEKUM5BR .number-wrap {
    min-width: auto;
  }
  .cid-vgEEKUM5BR .number {
    white-space: nowrap;
  }
}
@media (max-width: 440px) {
  .cid-vgEEKUM5BR .number {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-vgEEKUM5BR .period {
    font-size: 0.8rem;
  }
}
@media (max-width: 300px) {
  .cid-vgEEKUM5BR .number {
    font-size: 25px;
  }
}
.cid-vgEEKUM5BR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgEEKUM5BR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgEEKUM5BR H2 {
  color: #0ce2cd;
}
.cid-vgEEOcjuE5 {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background: #113859;
}
.cid-vgEEOcjuE5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgEEOcjuE5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgEEOcjuE5 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-vgEEOcjuE5 .container-fluid {
    padding: 0 20px;
  }
}
.cid-vgEEOcjuE5 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vgEEOcjuE5 .container {
    padding: 0 20px;
  }
}
.cid-vgEEOcjuE5 .mbr-section-title {
  margin-bottom: 64px;
  line-height: 2rem;
  text-align: justify;
  text-justify: inter-ideograph;
  color: #ffffff;
}
.cid-vgEEOcjuE5 .embla {
  position: relative;
  width: 100%;
}
.cid-vgEEOcjuE5 .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding: 8px 0;
  margin-top: -8px;
}
.cid-vgEEOcjuE5 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vgEEOcjuE5 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vgEEOcjuE5 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vgEEOcjuE5 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
  outline: none !important;
}
@media (max-width: 768px) {
  .cid-vgEEOcjuE5 .embla__slide {
    min-width: 100%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vgEEOcjuE5 .embla__slide .card-wrap {
  width: 100%;
  transition: all 0.3s;
  border-radius: 4px;
}
.cid-vgEEOcjuE5 .embla__slide .card-wrap:focus-visible {
  outline: #ebf906 dashed 2px !important;
  outline-offset: 4px !important;
}
.cid-vgEEOcjuE5 .embla__slide .card-wrap .item-wrapper {
  margin-bottom: 16px;
}
.cid-vgEEOcjuE5 .embla__slide .card-wrap .item-wrapper .image-wrap {
  display: flex;
  justify-content: center;
}
.cid-vgEEOcjuE5 .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 100%;
  border-radius: 0px;
  object-fit: cover;
}
.cid-vgEEOcjuE5 .embla__slide .card-wrap .content-wrap .mbr-name {
  margin-bottom: 16px;
  color: #ffffff;
}
.cid-vgEEOcjuE5 .embla__slide .card-wrap .content-wrap .mbr-role {
  margin-bottom: 16px;
  color: #ffffff;
}
.cid-vgEEOcjuE5 .embla__slide .card-wrap .content-wrap .soc-wrapper .soc-wrap {
  display: inline-flex;
}
.cid-vgEEOcjuE5 .embla__slide .card-wrap .content-wrap .soc-wrapper .soc-wrap .mbr-iconfont {
  margin-right: 16px;
  width: 32px;
  height: 32px;
  font-size: 16px;
  color: #e5673b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5673b;
  border-radius: 100%;
  transition: all 0.3s ease-out;
}
.cid-vgEEOcjuE5 .embla__slide .card-wrap .content-wrap .soc-wrapper .soc-wrap .mbr-iconfont:focus-visible {
  outline: #ebf906 dashed 2px !important;
  outline-offset: 2px !important;
}
.cid-vgEEOcjuE5 .embla__slide .card-wrap .content-wrap .soc-wrapper .soc-wrap .mbr-iconfont:hover {
  opacity: .7;
}
.cid-vgEEOcjuE5 .embla__button {
  top: -2rem;
  width: 42px;
  height: 42px;
  margin-top: -1.5rem;
  background-color: #0d0605;
  color: #f2d0d9;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.cid-vgEEOcjuE5 .embla__button:focus-visible {
  outline: #ebf906 dashed 2px !important;
  outline-offset: 2px !important;
  background: #0d0605;
}
.cid-vgEEOcjuE5 .embla__button:hover {
  background: transparent;
  border: 2px solid #f2d0d9;
  color: #e5673b;
}
.cid-vgEEOcjuE5 .embla__button.embla__button--prev {
  right: 3rem;
}
.cid-vgEEOcjuE5 .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 767px) {
  .cid-vgEEOcjuE5 .embla__button {
    top: -1.5rem;
  }
}
.cid-vgEEOcjuE5 .embla__button:disabled {
  display: none;
}
.cid-vgEEOcjuE5 *:focus-visible {
  outline: #ebf906 dashed 2px !important;
  outline-offset: 2px !important;
}
.cid-vjnL67pRLI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f2f2f2;
}
.cid-vjnL67pRLI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjnL67pRLI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjnL67pRLI .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-vjnL67pRLI .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-vjnL67pRLI .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-vjnL67pRLI .container {
    padding: 0 20px;
  }
}
.cid-vjnL67pRLI .row {
  justify-content: center;
}
.cid-vjnL67pRLI .content-wrapper .mbr-section-title {
  margin-left: 45px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vjnL67pRLI .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vjnL67pRLI .content-wrapper .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
.cid-vjnL67pRLI .content-wrapper .items-wrapper .item {
  width: 33.333%;
  padding: 3.5rem;
}
@media (max-width: 992px) {
  .cid-vjnL67pRLI .content-wrapper .items-wrapper .item {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-vjnL67pRLI .content-wrapper .items-wrapper .item {
    width: 100%;
  }
}
.cid-vjnL67pRLI .content-wrapper .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vjnL67pRLI .content-wrapper .items-wrapper .item .item-wrapper .card-box .d-flex {
  margin-bottom: 20px;
}
.cid-vjnL67pRLI .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #070035 !important;
  display: inline-flex;
}
.cid-vjnL67pRLI .content-wrapper .items-wrapper .item .item-wrapper .card-box .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #070035;
  opacity: .2;
  margin-bottom: 20px;
}
.cid-vjnL67pRLI .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-vjnL67pRLI .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 20px;
  line-height: 1.6;
}
.cid-vjnL67pRLI .mbr-section-title {
  color: #070035;
}
.cid-vjnL67pRLI .item-title {
  color: #070035;
}
.cid-vjnL67pRLI .item-text {
  color: #000000;
}
.cid-vjnL67pRLI .item-wrapper,
.cid-vjnL67pRLI .card-box {
  overflow: visible !important;
}
.cid-vjnL67pRLI .item-title:focus-visible,
.cid-vjnL67pRLI .item-text:focus-visible,
.cid-vjnL67pRLI .mbr-section-title:focus-visible,
.cid-vjnL67pRLI a.text-primary:focus-visible {
  outline: 2px dashed #1f1f1f !important;
  outline-offset: 1px !important;
}
.cid-vjnL67pRLI .mbr-iconfont {
  pointer-events: auto !important;
}
.cid-vjnL67pRLI a.text-primary:hover {
  text-decoration: underline !important;
}
.cid-vjnL67pRLI H4 {
  color: #313628;
}
.cid-vjnL67pRLI P {
  color: #000000;
}
.cid-vjo9qOnL3l {
  background-color: #f6f6f6 !important;
  border: 18px solid #f6f6f6;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-vjo9qOnL3l {
    border: 8px solid #f6f6f6;
    margin-top: -8px;
  }
}
.cid-vjo9qOnL3l .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-vjo9qOnL3l .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-vjo9qOnL3l .row {
  position: relative;
  padding: 0 2rem 0;
  margin: 0;
  border-radius: 2em;
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #0d0605;
}
.cid-vjo9qOnL3l .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjo9qOnL3l .copyright-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vjo9qOnL3l .copyright-wrap {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-vjo9qOnL3l .copyright-wrap {
    justify-content: center;
    margin-bottom: 1rem;
  }
}
.cid-vjo9qOnL3l .copyright-wrap .copyright {
  margin-left: 10px;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vjo9qOnL3l .copyright-wrap img {
  height: 40px;
  width: auto;
  object-fit: contain;
}
.cid-vjo9qOnL3l .title-wrap {
  display: flex;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vjo9qOnL3l .title-wrap {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-vjo9qOnL3l .title-wrap {
    justify-content: center;
    margin-bottom: 1rem;
  }
}
.cid-vjo9qOnL3l .title-wrap a {
  display: flex;
  align-items: center;
}
.cid-vjo9qOnL3l .title-wrap a .mbr-section-title {
  margin-left: 5px;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vjo9qOnL3l .title-wrap a img {
  height: 40px;
  width: auto;
  object-fit: contain;
}
.cid-vjo9qOnL3l .mbr-section-title,
.cid-vjo9qOnL3l .copyright {
  text-align: inherit;
}
.cid-vjo9qOnL3l .copyright-wrap a:hover,
.cid-vjo9qOnL3l .title-wrap a:hover {
  background-color: #234112;
  padding: 2px 8px;
  border-radius: 4px;
}
.cid-vjo9qOnL3l *:focus-visible {
  outline: #ebf906 dashed 2px !important;
  outline-offset: 2px !important;
}
.cid-vjo9qOnL3l .copyright,
.cid-vjo9qOnL3l .copyright-wrap {
  text-align: right;
}
.cid-vjnIrq5dCA .navbar-dropdown {
  position: relative !important;
}
.cid-vjnIrq5dCA .navbar-dropdown {
  position: absolute !important;
}
.cid-vjnIrq5dCA .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjnIrq5dCA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vjnIrq5dCA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vjnIrq5dCA .dropdown-item:hover,
.cid-vjnIrq5dCA .dropdown-item:focus {
  background: #232323 !important;
  color: white !important;
}
.cid-vjnIrq5dCA .dropdown-item:hover span {
  color: white;
}
.cid-vjnIrq5dCA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vjnIrq5dCA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vjnIrq5dCA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vjnIrq5dCA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vjnIrq5dCA .nav-link {
  position: relative;
}
.cid-vjnIrq5dCA .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vjnIrq5dCA .container {
    flex-wrap: nowrap !important;
    flex-direction: row !important;
    justify-content: space-between;
  }
}
.cid-vjnIrq5dCA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vjnIrq5dCA .dropdown-menu,
.cid-vjnIrq5dCA .navbar.opened {
  background: #305473 !important;
}
.cid-vjnIrq5dCA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjnIrq5dCA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vjnIrq5dCA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjnIrq5dCA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjnIrq5dCA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjnIrq5dCA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjnIrq5dCA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(48, 84, 115, 0);
}
.cid-vjnIrq5dCA .navbar.opened {
  transition: all 0.3s;
}
.cid-vjnIrq5dCA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vjnIrq5dCA .navbar .navbar-logo img {
  width: auto;
}
.cid-vjnIrq5dCA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-vjnIrq5dCA .navbar .navbar-collapse {
    display: flex !important;
    flex-basis: auto !important;
  }
}
.cid-vjnIrq5dCA .navbar.collapsed {
  justify-content: center;
}
.cid-vjnIrq5dCA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjnIrq5dCA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vjnIrq5dCA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vjnIrq5dCA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjnIrq5dCA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjnIrq5dCA .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-vjnIrq5dCA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjnIrq5dCA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-vjnIrq5dCA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjnIrq5dCA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjnIrq5dCA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjnIrq5dCA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vjnIrq5dCA .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-vjnIrq5dCA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vjnIrq5dCA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vjnIrq5dCA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vjnIrq5dCA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vjnIrq5dCA .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vjnIrq5dCA .navbar.navbar-short {
  min-height: 60px;
}
.cid-vjnIrq5dCA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vjnIrq5dCA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vjnIrq5dCA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vjnIrq5dCA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vjnIrq5dCA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjnIrq5dCA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjnIrq5dCA button.navbar-toggler {
  outline: none;
  width: 44px;
  height: 44px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.85) !important;
  backdrop-filter: blur(5px);
  border: 2px solid #333333 !important;
  border-radius: 5px;
  position: absolute !important;
  top: 15px !important;
  right: 45px !important;
  z-index: 9999 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-vjnIrq5dCA button.navbar-toggler {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vjnIrq5dCA button.navbar-toggler {
    top: 15px !important;
    right: 25px !important;
  }
}
.cid-vjnIrq5dCA button.navbar-toggler .hamburger span {
  position: absolute;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 2px;
  border-radius: 5px;
  background-color: #333333 !important;
  transition: all 0.2s;
}
.cid-vjnIrq5dCA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 13px;
}
.cid-vjnIrq5dCA button.navbar-toggler .hamburger span:nth-child(2),
.cid-vjnIrq5dCA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 21px;
}
.cid-vjnIrq5dCA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 29px;
}
.cid-vjnIrq5dCA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
}
.cid-vjnIrq5dCA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
}
.cid-vjnIrq5dCA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
}
.cid-vjnIrq5dCA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
}
.cid-vjnIrq5dCA .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vjnIrq5dCA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjnIrq5dCA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vjnIrq5dCA .navbar {
    height: 70px;
  }
  .cid-vjnIrq5dCA .navbar.opened {
    height: auto;
  }
}
#custom-html-fd {
  /* Type valid CSS here */
}
#custom-html-fd div {
  padding-top: 0px;
  background-color: #061020;
  text-align: center;
}
#custom-html-fd p {
  font-size: 60px;
  color: #777;
}
#custom-html-fd .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.cid-vjnIrquESv {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
  position: relative;
  overflow: visible;
  z-index: 1;
}
.cid-vjnIrquESv .mbr-section-title {
  margin: 20px 0;
  color: #202020;
}
.cid-vjnIrquESv .shape {
  position: absolute;
  z-index: -1;
  bottom: -3.5rem;
  left: 7rem;
  max-width: 160px;
}
.cid-vjnIrquESv .shape img {
  width: 100%;
  height: auto;
  max-height: 160px;
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-vjnIrquESv .shape {
    max-width: 80px;
    left: 2rem;
    bottom: -1rem;
  }
}
.cid-vjnIrqGup5 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-vjnIrqGup5 {
    padding-top: 20px !important;
    line-height: 1.8rem;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}
.cid-vjnIrqGup5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjnIrqGup5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjnIrqGup5 .content-wrap {
  margin: 0 -25px;
}
@media (max-width: 1200px) {
  .cid-vjnIrqGup5 .content-wrap {
    margin: 30px -25px;
  }
}
@media (max-width: 991px) {
  .cid-vjnIrqGup5 .content-wrap {
    margin: 50px -25px;
  }
}
.cid-vjnIrqGup5 .content-wrap .card {
  padding: 0 25px;
}
.cid-vjnIrqGup5 .title-wrapper {
  margin-bottom: 25px;
}
.cid-vjnIrqGup5 .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vjnIrqGup5 .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vjnIrqGup5 .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
  pointer-events: auto !important;
  color: #000 !important;
}
.cid-vjnIrqGup5 .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vjnIrqGup5 .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
.cid-vjnIrqGup5 .text-wrap .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 25px;
  line-height: 1.6;
}
@media (max-width: 992px) {
  .cid-vjnIrqGup5 .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vjnIrqGup5 .list-wrapper .list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px;
  padding: 0;
  margin: 0;
  list-style-type: none;
  justify-content: flex-end;
}
.cid-vjnIrqGup5 .list-wrapper .list .item-wrap {
  position: relative;
  padding: 12px 15px 12px 34px;
  margin-bottom: 0;
  border-bottom: 1px solid #353535;
  display: inline-flex;
  align-items: center;
}
.cid-vjnIrqGup5 .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  font-size: 12px;
  background-color: #353535;
  color: #ffffff;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .cid-vjnIrqGup5 .list-wrapper .list {
    flex-direction: column;
    gap: 5px;
    justify-content: flex-start;
  }
  .cid-vjnIrqGup5 .list-wrapper .list .item-wrap {
    width: 100%;
  }
}
.cid-vjnIrqGup5 .mbr-section-btn {
  margin-top: 25px;
}
.cid-vjnIrqGup5 a:focus {
  outline: 2px solid #000 !important;
  outline-offset: 3px;
}
.cid-vjnIrqGup5 .mbr-label,
.cid-vjnIrqGup5 .mbr-section-title,
.cid-vjnIrqGup5 .mbr-text,
.cid-vjnIrqGup5 .list {
  color: #000000;
}
.cid-vjnIrqGup5 .image-wrapper {
  display: none;
}
.cid-vjnIrqGup5 .mbr-section-title {
  color: #232323;
}
.cid-vjnIrqGup5 .mbr-text {
  color: #000000;
  line-height: 2rem;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media (max-width: 767px) {
  .cid-vjnIrqGup5 {
    line-height: 1.8rem;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}
.cid-vjnIrqGup5 .list {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-vjnIrqGup5 .container,
  .cid-vjnIrqGup5 .container-fluid {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .cid-vjnIrqGup5 .content-wrap {
    margin: 0 !important;
  }
  .cid-vjnIrqGup5 .content-wrap .card {
    padding: 0 !important;
  }
}
.cid-vjnIrrerpq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
  position: relative;
  overflow: visible;
  z-index: 1;
}
.cid-vjnIrrerpq .mbr-section-title {
  margin: 20px 0;
  color: #202020;
}
.cid-vjnIrrerpq .shape {
  position: absolute;
  z-index: -1;
  bottom: -3.5rem;
  left: 15rem;
  max-width: 160px;
}
.cid-vjnIrrerpq .shape img {
  width: 100%;
  height: auto;
  max-height: 160px;
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-vjnIrrerpq .shape {
    max-width: 100px;
    left: 2rem;
    bottom: -4.5rem;
  }
}
.cid-vjnIrrqVkc {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-vjnIrrqVkc .stats-item {
  padding: 80px 10px;
  background-color: #113859;
  display: flex;
  justify-content: center;
}
.cid-vjnIrrqVkc .stats-item:hover .mbr-iconfont::before {
  -webkit-animation: updown 0.45s ease-in-out 0.1s;
  animation: updown 0.45s ease-in-out 0.1s;
  display: block;
}
.cid-vjnIrrqVkc .stats-item > span {
  transition: all 0.3s ease-in-out;
}
.cid-vjnIrrqVkc .heading {
  color: #ffffff;
}
.cid-vjnIrrqVkc .counter {
  text-align: center;
  color: #ffffff;
}
.cid-vjnIrrqVkc .mbr-iconfont {
  font-size: 45px;
  align-self: center;
  margin-bottom: 22px;
  border: 2px dashed #06fee5;
  border-radius: 50%;
  padding: 35.5px;
}
.cid-vjnIrrqVkc .mbr-card-title,
.cid-vjnIrrqVkc .mbr-iconfont {
  text-align: center;
  color: #ffffff;
  display: block;
}
@media (max-width: 768px) {
  .cid-vjnIrrqVkc .stats-item {
    padding: 30px 25px;
  }
}
@-webkit-keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-vjnIrrqVkc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjnIrrqVkc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjnIrrqVkc .stats-item .common-wrap .fld-wrap .counter {
  color: #06fee5;
}
.cid-vjnIrrqVkc .stats-item .common-wrap .fld-wrap .mbr-card-title,
.cid-vjnIrrqVkc .mbr-iconfont {
  color: #06fee5;
}
@media (max-width: 991px) {
  .cid-vjnIrrqVkc .stats-item {
    padding: 60px 10px;
    margin-bottom: 20px;
  }
  .cid-vjnIrrqVkc .stats-item .mbr-iconfont {
    font-size: 35px;
    padding: 25px;
  }
  .cid-vjnIrrqVkc .row {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .cid-vjnIrrqVkc .stats-item {
    padding: 40px 15px;
  }
  .cid-vjnIrrqVkc .stats-item .mbr-iconfont {
    font-size: 30px;
    padding: 20px;
    margin-bottom: 15px;
  }
  .cid-vjnIrrqVkc .stats-item .heading {
    font-size: 1.2rem;
  }
  .cid-vjnIrrqVkc .stats-item .counter {
    font-size: 1.8rem;
  }
}
.cid-vjnIrrK9mI {
  padding-top: 60px;
  padding-bottom: 90px;
  position: relative;
  background-color: #2c3540;
}
.cid-vjnIrrK9mI .mbr-section-title {
  color: #06182d;
}
.cid-vjnIrrK9mI .mbr-section-subtitle {
  color: #06182d;
}
.cid-vjnIrrK9mI .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-vjnIrrK9mI .mbr-text {
  color: #47b5ed;
  font-weight: 300;
  line-height: 2rem;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media (max-width: 991px) {
  .cid-vjnIrrK9mI {
    line-height: 1.8rem;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}
@media (max-width: 767px) {
  .cid-vjnIrrK9mI {
    line-height: 1.8rem;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}
.cid-vjnIrrK9mI .title-text {
  margin-bottom: 70px;
}
.cid-vjnIrrK9mI .title-text .mbr-section-subtitle {
  color: #06182d;
}
.cid-vjnIrrK9mI .title-text .mbr-section-subtitle.mbr-light {
  font-weight: 300;
}
.cid-vjnIrrK9mI .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-vjnIrrK9mI .title-text .mbr-section-title {
  color: #ff6666;
}
.cid-vjnIrrK9mI .title-text .mbr-section-title.mbr-bold {
  font-weight: 700;
}
.cid-vjnIrrK9mI .title-text .mbr-section-title span {
  font-weight: 500;
}
.cid-vjnIrrK9mI .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-vjnIrrK9mI .mbr-iconfont {
  font-family: "Moririse2" !important;
  display: inline-flex;
  transform-origin: ;
  transform: rotate(45deg);
  transition: all 0.3s;
  font-size: 1.4rem !important;
  color: #d9a23d;
}
.cid-vjnIrrK9mI .mbr-iconfont:before {
  transform: scaleY(0) !important;
  transition: all 0.4s;
}
.cid-vjnIrrK9mI .p-4 {
  padding: 1rem 0 !important;
}
.cid-vjnIrrK9mI .accordion .card .card-header {
  margin-bottom: 0px;
}
.cid-vjnIrrK9mI .mbri-arrow-down:before {
  content: "\e960";
}
.cid-vjnIrrK9mI .mbri-arrow-up:before {
  content: "\e960";
}
.cid-vjnIrrK9mI .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-vjnIrrK9mI .collapsed .mbr-iconfont:before {
  transform: scaleY(1) !important;
  transition: all 0.3s;
}
.cid-vjnIrrK9mI .card {
  border-radius: 0px;
  background-color: #f5f5f5;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 1.2rem;
}
.cid-vjnIrrK9mI .card:hover .card-header {
  transition: all 0.15s linear 0s;
  opacity: 0.7;
}
.cid-vjnIrrK9mI .card .card-header {
  border-radius: 0px;
  background-color: transparent;
  padding: 0;
}
.cid-vjnIrrK9mI .card .card-header h4 {
  justify-content: flex-start;
  width: 94%;
}
.cid-vjnIrrK9mI .card .card-header a.panel-title {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  border-bottom: 2px solid #d9a23d;
  transition: all 0.3s;
  justify-content: space-between;
}
.cid-vjnIrrK9mI .card .card-header a.panel-title.collapsed {
  border-bottom: 1px solid #efefef;
}
.cid-vjnIrrK9mI .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-vjnIrrK9mI .card .card-header a.panel-title h4 {
  padding: 0 0rem 1.2rem;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: #28303f;
}
.cid-vjnIrrK9mI .card .card-header a.panel-title h4 .sign {
  line-height: 1.6 !important;
}
.cid-vjnIrrK9mI .card .card-header a.panel-title .toggle-icon {
  right: 14px;
  position: absolute;
  top: 20px;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
  border-radius: 50%;
  border: 2px solid rgba(97, 114, 138, 0.4);
  padding: 13px;
}
.cid-vjnIrrK9mI .card .card-header a.panel-title .toggle-icon:before,
.cid-vjnIrrK9mI .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-vjnIrrK9mI .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  transform: none;
}
.cid-vjnIrrK9mI .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-vjnIrrK9mI .card .panel-body {
  padding: 14px 20px;
}
.cid-vjnIrrK9mI .card .panel-body p {
  color: #47b5ed;
  line-height: 1.5;
}
.cid-vjnIrrK9mI .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-vjnIrrK9mI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjnIrrK9mI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjnIrrK9mI .title-text .mbr-section-title {
  text-align: left;
  color: #d9a23d;
}
.cid-vjnIrrK9mI .card .panel-body p {
  color: #000000;
}
.cid-vjnIrrK9mI .card .card-header a.panel-title h4 {
  color: #2c3540;
}
.cid-vjnIrsaiyc {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
  background-color: #f4f4f4;
}
.cid-vjnIrsaiyc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjnIrsaiyc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjnIrsaiyc .card-wrapper {
  background-color: #e8eaf1;
  padding: 56px 32px 32px;
}
@media (max-width: 992px) {
  .cid-vjnIrsaiyc .card-wrapper {
    padding: 24px;
  }
}
.cid-vjnIrsaiyc .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vjnIrsaiyc .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vjnIrsaiyc .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vjnIrsaiyc .card-wrapper .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vjnIrsaiyc .card-wrapper .panel-group {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vjnIrsaiyc .card-wrapper .panel-group .content-wrap:nth-child(2) {
    margin-top: 8px;
  }
}
.cid-vjnIrsaiyc .card-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  margin-top: 8px;
  background-color: #d9dced;
  transition: all .3s ease;
}
.cid-vjnIrsaiyc .card-wrapper .panel-group .card:hover {
  background-color: #d1d4e9;
}
.cid-vjnIrsaiyc .card-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-vjnIrsaiyc .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vjnIrsaiyc .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-vjnIrsaiyc .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vjnIrsaiyc .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 16px;
  height: 16px;
  min-width: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-vjnIrsaiyc .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #0027ba;
}
.cid-vjnIrsaiyc .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(45deg);
}
.cid-vjnIrsaiyc .card-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-vjnIrsaiyc .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vjnIrsaiyc .mbr-label {
  color: #0027ba;
}
.cid-vjnIrsaiyc .mbr-section-title {
  color: #0027ba;
}
.cid-vjnIrsaiyc .mbr-text {
  color: #0027ba;
}
.cid-vjnIrsaiyc .panel-title-edit {
  color: #0027ba;
}
.cid-vjnIrsaiyc .panel-text {
  color: #0027ba;
}
.cid-vjnIrsu8un {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0d0605;
}
.cid-vjnIrsu8un .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjnIrsu8un .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjnIrsu8un .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vjnIrsu8un .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-vjnIrsu8un .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #305473;
  margin-bottom: 24px;
}
.cid-vjnIrsu8un .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vjnIrsu8un .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-vjnIrsu8un .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vjnIrsu8un .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vjnIrsu8un .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vjnIrsu8un .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vjnIrsu8un .content-wrap .card {
  justify-content: center;
}
.cid-vjnIrsu8un .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .cid-vjnIrsu8un .panel-group {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vjnIrsu8un .panel-group .content-wrap:nth-child(2) {
    margin-top: 20px;
  }
}
.cid-vjnIrsu8un .panel-group .card {
  position: relative;
  padding: 0;
  margin-top: 24px;
  background-color: #0c0f16;
  border: 1px solid #113859;
  overflow: hidden;
}
.cid-vjnIrsu8un .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-vjnIrsu8un .panel-group .card {
    margin-top: 20px;
  }
  .cid-vjnIrsu8un .panel-group .card:first-child {
    margin-top: 0;
  }
}
.cid-vjnIrsu8un .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vjnIrsu8un .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
}
.cid-vjnIrsu8un .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vjnIrsu8un .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 30px;
  height: 30px;
  min-width: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vjnIrsu8un .panel-group .card .card-header .panel-title .icon-wrapper {
    width: 54px;
    height: 54px;
    min-width: 54px;
  }
}
.cid-vjnIrsu8un .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-vjnIrsu8un .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(45deg);
}
.cid-vjnIrsu8un .panel-group .card .panel-collapse .panel-body {
  padding: 20px;
  border-top: 1px solid #113859;
}
.cid-vjnIrsu8un .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vjnIrsu8un .mbr-label {
  color: #9ba9c4;
}
.cid-vjnIrsu8un .mbr-section-title {
  color: #ffffff;
}
.cid-vjnIrsu8un .mbr-text,
.cid-vjnIrsu8un .text-wrapper {
  color: #9ba9c4;
}
.cid-vjnIrsu8un .panel-title-edit {
  color: #ffffff;
}
.cid-vjnIrsu8un .panel-text {
  color: #9ba9c4;
}
.cid-vjnIrsu8un .mbr-label,
.cid-vjnIrsu8un .label-wrapper {
  color: #ffffff;
}
.cid-vjnIrsu8un .panel-text,
.cid-vjnIrsu8un .panel-body {
  color: #ffb5b5;
}
.cid-vjnIrt0WMu {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 120px;
  background: url("../../../assets/images/bg-2000x1333.jpg");
}
.cid-vjnIrt0WMu .mbr-section-title {
  color: #ffffff;
  font-weight: 400;
  width: 100%;
}
.cid-vjnIrt0WMu .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 300;
}
.cid-vjnIrt0WMu .countdown-title img {
  max-width: 128px;
}
.cid-vjnIrt0WMu .countdown-title {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vjnIrt0WMu .number-wrap {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-vjnIrt0WMu .number {
  font-style: normal;
  font-weight: 400;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #06fee5;
}
.cid-vjnIrt0WMu .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-vjnIrt0WMu .dot {
  position: absolute;
  font-size: 0;
  display: inline-block;
  width: 1px;
  height: 90px;
  right: -1.3rem;
  top: 18px;
  background-color: #06fee5;
}
.cid-vjnIrt0WMu .countdown-cont {
  background-color: rgba(0, 0, 0, 0.5);
  max-width: 730px;
  padding-left: 3rem;
  padding-right: 3rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-vjnIrt0WMu .dot {
    display: none;
  }
  .cid-vjnIrt0WMu .countdown-cont {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-vjnIrt0WMu .col-sm-3 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 576px) {
  .cid-vjnIrt0WMu .number-wrap {
    min-width: auto;
  }
  .cid-vjnIrt0WMu .number {
    white-space: nowrap;
  }
}
@media (max-width: 440px) {
  .cid-vjnIrt0WMu .number {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-vjnIrt0WMu .period {
    font-size: 0.8rem;
  }
}
@media (max-width: 300px) {
  .cid-vjnIrt0WMu .number {
    font-size: 25px;
  }
}
.cid-vjnIrt0WMu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjnIrt0WMu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjnIrt0WMu H2 {
  color: #0ce2cd;
}
.cid-vjnIrtioDs {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background: #305473;
}
.cid-vjnIrtioDs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjnIrtioDs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjnIrtioDs .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-vjnIrtioDs .container-fluid {
    padding: 0 20px;
  }
}
.cid-vjnIrtioDs .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vjnIrtioDs .container {
    padding: 0 20px;
  }
}
.cid-vjnIrtioDs .mbr-section-title {
  margin-bottom: 64px;
  line-height: 2rem;
  text-align: justify;
  text-justify: inter-ideograph;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vjnIrtioDs {
    color: #1d1d1d;
    line-height: 1.8rem;
    text-align: justify;
    text-justify: inter-ideograph;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-vjnIrtioDs {
    line-height: 1.8rem;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}
.cid-vjnIrtioDs .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .cid-vjnIrtioDs .embla__slide {
    min-width: 100%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vjnIrtioDs .embla__slide .card-wrap .item-wrapper {
  margin-bottom: 16px;
}
.cid-vjnIrtioDs .embla__slide .card-wrap .item-wrapper .image-wrap {
  display: flex;
  justify-content: center;
}
.cid-vjnIrtioDs .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 100%;
  border-radius: 0px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vjnIrtioDs .embla__slide .card-wrap .item-wrapper .image-wrap img {
    height: 100%;
  }
}
.cid-vjnIrtioDs .embla__slide .card-wrap .content-wrap .mbr-name {
  margin-bottom: 16px;
}
.cid-vjnIrtioDs .embla__slide .card-wrap .content-wrap .mbr-role {
  margin-bottom: 16px;
}
.cid-vjnIrtioDs .embla__slide .card-wrap .content-wrap .soc-wrapper .soc-wrap {
  display: inline-flex;
}
.cid-vjnIrtioDs .embla__slide .card-wrap .content-wrap .soc-wrapper .soc-wrap .mbr-iconfont {
  margin-right: 16px;
  width: 32px;
  height: 32px;
  font-size: 16px;
  color: #e5673b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5673b;
  border-radius: 100%;
  transition: all 0.3s ease-out;
}
.cid-vjnIrtioDs .embla__slide .card-wrap .content-wrap .soc-wrapper .soc-wrap .mbr-iconfont:hover {
  opacity: .7;
}
.cid-vjnIrtioDs .embla__button--next,
.cid-vjnIrtioDs .embla__button--prev {
  display: flex;
}
.cid-vjnIrtioDs .embla__button {
  top: -2rem;
  width: 30px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent;
  color: #e5673b;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vjnIrtioDs .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vjnIrtioDs .embla__button:hover {
  background: transparent;
  color: #e5673b;
  opacity: .1;
}
.cid-vjnIrtioDs .embla__button.embla__button--prev {
  left: auto;
  right: 2rem;
  margin-left: 0;
  color: #06fee5;
}
.cid-vjnIrtioDs .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
  color: #06fee5;
}
@media (max-width: 767px) {
  .cid-vjnIrtioDs .embla__button {
    top: -1.5rem;
  }
}
.cid-vjnIrtioDs .embla {
  position: relative;
  width: 100%;
}
.cid-vjnIrtioDs .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vjnIrtioDs .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vjnIrtioDs .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vjnIrtioDs .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vjnIrtioDs .mbr-name {
  color: #1d1d1d;
}
.cid-vjnIrtioDs .mbr-role {
  color: #ffffff;
}
.cid-vjnIrtioDs .mbr-name,
.cid-vjnIrtioDs .soc-wrapper {
  color: #ffffff;
}
.cid-vjnIrtY9Np {
  padding-top: 4rem;
  padding-bottom: 4rem;
  overflow: visible !important;
  background-color: #f2f2f2;
}
.cid-vjnIrtY9Np *:focus-visible {
  outline: #1f1f1f dashed 2px !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
  transition: outline 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vjnIrtY9Np {
    padding-bottom: 5rem;
  }
}
.cid-vjnIrtY9Np img,
.cid-vjnIrtY9Np .item-img {
  width: 100%;
  height: 100%;
}
.cid-vjnIrtY9Np .mbr-text {
  color: #000000;
}
.cid-vjnIrtY9Np .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-vjnIrtY9Np .main-button {
  margin-bottom: 2rem;
  display: inline-block;
}
@media (max-width: 767px) {
  .cid-vjnIrtY9Np .main-button {
    margin-bottom: 2rem;
  }
}
.cid-vjnIrtY9Np .mbr-text UL {
  text-align: left;
}
.cid-vjnIrtY9Np .mbr-section-subtitle,
.cid-vjnIrtY9Np .main-button {
  color: #000000;
}
.cid-vjnIrtY9Np .side-features {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-vjnIrtY9Np .side-features .item {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-vjnIrtY9Np .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
  overflow: visible !important;
}
@media (max-width: 767px) {
  .cid-vjnIrtY9Np .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vjnIrtY9Np .item-title {
  text-align: center;
}
.cid-vjnIrtY9Np .item-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vjnIrtY9Np .main-text {
    padding-left: 0;
    padding-right: 32px;
  }
}
.cid-vjnIruqpMN {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #183b59;
}
.cid-vjnIruqpMN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjnIruqpMN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjnIruqpMN .container-fluid {
  padding: 0 80px;
}
@media (max-width: 768px) {
  .cid-vjnIruqpMN .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-vjnIruqpMN .container {
    padding: 0 26px;
  }
}
.cid-vjnIruqpMN .row {
  justify-content: center;
}
.cid-vjnIruqpMN .title-wrapper {
  margin-bottom: 50px;
}
.cid-vjnIruqpMN .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vjnIruqpMN .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-vjnIruqpMN .item {
  padding: 0 10px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vjnIruqpMN .item {
    padding: 0 12px;
  }
}
.cid-vjnIruqpMN .item .item-wrapper {
  padding: 35px;
  border: 1px solid #f0f0f2;
  border-radius: 40px;
  height: 100%;
}
@media (max-width: 1400px) {
  .cid-vjnIruqpMN .item .item-wrapper {
    padding: 18px;
  }
}
.cid-vjnIruqpMN .item .item-wrapper .mbr-desc {
  margin-bottom: 18px;
}
.cid-vjnIruqpMN .item .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  margin-bottom: 30px;
  pointer-events: none;
  user-select: none;
}
.cid-vjnIruqpMN .item .item-wrapper .item-content .item-title {
  margin-bottom: 15px;
}
.cid-vjnIruqpMN .item .item-wrapper .item-content .soc-wrap .social-row {
  display: inline-flex;
}
.cid-vjnIruqpMN .item .item-wrapper .item-content .soc-wrap .social-row .soc-item {
  margin-left: 14px;
}
.cid-vjnIruqpMN .item .item-wrapper .item-content .soc-wrap .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-vjnIruqpMN .item .item-wrapper .item-content .soc-wrap .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-vjnIruqpMN .item .item-wrapper .item-content .soc-wrap .social-row .soc-item a .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-vjnIruqpMN .mbr-section-title {
  color: #ffffff;
}
.cid-vjnIruqpMN .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vjnIruqpMN .item-title {
  color: #ffffff;
}
.cid-vjnIruqpMN .mbr-desc {
  color: #efebc3;
  text-align: left;
}
.cid-vjnIruqpMN .item-title,
.cid-vjnIruqpMN .soc-wrap {
  text-align: center;
}
.cid-vjnM7cfSSQ {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-vjnM7cfSSQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjnM7cfSSQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjnM7cfSSQ .container-fluid {
  padding: 0 80px;
}
@media (max-width: 768px) {
  .cid-vjnM7cfSSQ .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-vjnM7cfSSQ .container {
    padding: 0 26px;
  }
}
.cid-vjnM7cfSSQ .row {
  justify-content: center;
}
.cid-vjnM7cfSSQ .title-wrapper {
  margin-bottom: 50px;
}
.cid-vjnM7cfSSQ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vjnM7cfSSQ .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-vjnM7cfSSQ .item {
  padding: 0 10px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vjnM7cfSSQ .item {
    padding: 0 12px;
  }
}
.cid-vjnM7cfSSQ .item .item-wrapper {
  padding: 35px;
  background-color: #305473;
  border: 1px solid #06fee5;
  border-radius: 40px;
  height: 100%;
}
@media (max-width: 1400px) {
  .cid-vjnM7cfSSQ .item .item-wrapper {
    padding: 18px;
  }
}
.cid-vjnM7cfSSQ .item .item-wrapper .mbr-desc {
  margin-bottom: 18px;
}
.cid-vjnM7cfSSQ .item .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  margin-bottom: 30px;
  pointer-events: none;
  user-select: none;
}
.cid-vjnM7cfSSQ .item .item-wrapper .item-content .item-title {
  margin-bottom: 15px;
}
.cid-vjnM7cfSSQ .item .item-wrapper .item-content .soc-wrap .social-row {
  display: inline-flex;
}
.cid-vjnM7cfSSQ .item .item-wrapper .item-content .soc-wrap .social-row .soc-item {
  margin-left: 14px;
}
.cid-vjnM7cfSSQ .item .item-wrapper .item-content .soc-wrap .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-vjnM7cfSSQ .item .item-wrapper .item-content .soc-wrap .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-vjnM7cfSSQ .item .item-wrapper .item-content .soc-wrap .social-row .soc-item a .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-vjnM7cfSSQ .mbr-section-title {
  color: #ffffff;
}
.cid-vjnM7cfSSQ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vjnM7cfSSQ .item-title {
  color: #000000;
}
.cid-vjnM7cfSSQ .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-vjnM7cfSSQ .item-title,
.cid-vjnM7cfSSQ .soc-wrap {
  text-align: center;
}
.cid-vjnIruRa99 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f2f2f2;
}
.cid-vjnIruRa99 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjnIruRa99 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjnIruRa99 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-vjnIruRa99 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-vjnIruRa99 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-vjnIruRa99 .container {
    padding: 0 20px;
  }
}
.cid-vjnIruRa99 .row {
  justify-content: center;
}
.cid-vjnIruRa99 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vjnIruRa99 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vjnIruRa99 .content-wrapper .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-vjnIruRa99 .content-wrapper .items-wrapper .item {
  width: 50%;
  padding: 3.5rem;
}
@media (max-width: 992px) {
  .cid-vjnIruRa99 .content-wrapper .items-wrapper .item {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-vjnIruRa99 .content-wrapper .items-wrapper .item {
    width: 100%;
  }
}
.cid-vjnIruRa99 .content-wrapper .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vjnIruRa99 .content-wrapper .items-wrapper .item .item-wrapper .card-box .d-flex {
  margin-bottom: 20px;
}
.cid-vjnIruRa99 .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #070035;
  display: inline-flex;
}
.cid-vjnIruRa99 .content-wrapper .items-wrapper .item .item-wrapper .card-box .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #070035;
  opacity: .2;
  margin-bottom: 20px;
}
.cid-vjnIruRa99 .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-vjnIruRa99 .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 20px;
  line-height: 1.6;
}
.cid-vjnIruRa99 .mbr-section-title {
  color: #070035;
}
.cid-vjnIruRa99 .item-title {
  color: #070035;
}
.cid-vjnIruRa99 .item-text {
  color: #000000;
}
.cid-vjnIruRa99 .item-wrapper,
.cid-vjnIruRa99 .card-box {
  overflow: visible !important;
}
.cid-vjnIruRa99 .item-title:focus-visible,
.cid-vjnIruRa99 .item-text:focus-visible,
.cid-vjnIruRa99 .mbr-section-title:focus-visible,
.cid-vjnIruRa99 a.text-primary:focus-visible {
  outline: 2px dashed #1f1f1f !important;
  outline-offset: 1px !important;
}
.cid-vjnIruRa99 .mbr-iconfont {
  pointer-events: none;
}
.cid-vjnIruRa99 a.text-primary:hover {
  text-decoration: underline !important;
}
.cid-vjo9qOnL3l {
  background-color: #f6f6f6 !important;
  border: 18px solid #f6f6f6;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-vjo9qOnL3l {
    border: 8px solid #f6f6f6;
    margin-top: -8px;
  }
}
.cid-vjo9qOnL3l .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-vjo9qOnL3l .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-vjo9qOnL3l .row {
  position: relative;
  padding: 0 2rem 0;
  margin: 0;
  border-radius: 2em;
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #0d0605;
}
.cid-vjo9qOnL3l .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjo9qOnL3l .copyright-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vjo9qOnL3l .copyright-wrap {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-vjo9qOnL3l .copyright-wrap {
    justify-content: center;
    margin-bottom: 1rem;
  }
}
.cid-vjo9qOnL3l .copyright-wrap .copyright {
  margin-left: 10px;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vjo9qOnL3l .copyright-wrap img {
  height: 40px;
  width: auto;
  object-fit: contain;
}
.cid-vjo9qOnL3l .title-wrap {
  display: flex;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vjo9qOnL3l .title-wrap {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-vjo9qOnL3l .title-wrap {
    justify-content: center;
    margin-bottom: 1rem;
  }
}
.cid-vjo9qOnL3l .title-wrap a {
  display: flex;
  align-items: center;
}
.cid-vjo9qOnL3l .title-wrap a .mbr-section-title {
  margin-left: 5px;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vjo9qOnL3l .title-wrap a img {
  height: 40px;
  width: auto;
  object-fit: contain;
}
.cid-vjo9qOnL3l .mbr-section-title,
.cid-vjo9qOnL3l .copyright {
  text-align: inherit;
}
.cid-vjo9qOnL3l .copyright-wrap a:hover,
.cid-vjo9qOnL3l .title-wrap a:hover {
  background-color: #234112;
  padding: 2px 8px;
  border-radius: 4px;
}
.cid-vjo9qOnL3l *:focus-visible {
  outline: #ebf906 dashed 2px !important;
  outline-offset: 2px !important;
}
.cid-vjo9qOnL3l .copyright,
.cid-vjo9qOnL3l .copyright-wrap {
  text-align: right;
}
