@charset "UTF-8";

section {
  background-color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

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

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

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

a,
a:hover {
  text-decoration: none;
}

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}

.media-container-column>* {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}

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

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

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

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

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

.btn-form {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

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

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

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

.mbr-arrow-up a i {
  line-height: 60px;
}

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

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

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.mbr-arrow>a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}

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

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

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}

@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }

  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }

  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }

  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }

  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

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

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

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

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

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

.form-active .form-control:invalid {
  border-color: red;
}

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

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}

.row>[class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}

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

@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 1400px) {

  .container-fluid {
    padding: 0 6rem;
  }
}

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

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

.item {
  position: relative;
}

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

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

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}

@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}

.resaltado{
	font-weight: 900;
	font-size: 1.3em;
	color: #090763;
		
}

.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-13,.col-sm-14 {position:relative; min-height:1px; padding-left:15px; padding-right:15px; padding-bottom: 10px; }

@media (min-width:0px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9, .col-sm-10,.col-sm-11,.col-sm-12, .col-sm-13,.col-sm-14{float:left}

	.orillas{padding-left: 10px;padding-right: 10px}
	.col-sm-14{width:70%}
	.col-sm-13{width:15%}
	.col-sm-12{width:100%}
	.col-sm-11{width:91.66666667%}
	.col-sm-10{width:83.33333333%}
	.col-sm-9{width:70%}
	.col-sm-8{width:66.66666667%}
	.col-sm-7{width:58.33333333%}
	.col-sm-6{width:50%}
	.col-sm-5{width:48.5%}
	.col-sm-4{width:33.33333333%}
	.col-sm-3{width:30%}
	.col-sm-2{width:25%}
	.col-sm-1{width:2.0%}
}

@media only screen and (max-width: 1050px){
	
	.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-13,.col-sm-14{float:none;width:100%;  }
	.vertical{border-right:0px}
	.orillas{padding-left: 10px;padding-right: 10px}
	.padre {

   align-items: left;
}
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.embed-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.parent {
  position: relative; /* Establece el contexto de posición */
}

.child {
  position: absolute; /* Establece la posición absoluta */
  top: 50%; /* Coloca el elemento en la mitad superior del padre */
  transform: translateY(-50%); /* Lo mueve hacia arriba un 50% de su propio alto */
}

.azul-f{
	
	color: #2a69fb;
}.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.image-wrapper,
.btn-wrap,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Instrument Sans;
}
.display-1 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 2.8rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
  .display-2 {
    font-size: 2.24;
  }
  .display-2 > .mbr-iconfont {
    font-size: 3.5rem;
  }
  .display-4 {
    font-size: 0.96rem;
  }
  .display-4 > .mbr-iconfont {
    font-size: 1.5rem;
  }
  .display-5 {
    font-size: 1.5rem;
  }
  .display-5 > .mbr-iconfont {
    font-size: 1.875rem;
  }
  .display-7 {
    font-size: 0.96rem;
  }
  .display-7 > .mbr-iconfont {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.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.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #080763 !important;
}
.bg-success {
  background-color: #080763 !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #080763 !important;
  border-color: #080763 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #0c0a93 !important;
  border-color: #0c0a93 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0c0a93 !important;
  border-color: #0c0a93 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d9db4d !important;
  border-color: #d9db4d !important;
  color: #222207 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #e2e477 !important;
  border-color: #e2e477 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #222207 !important;
  background-color: #e2e477 !important;
  border-color: #e2e477 !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #080763 !important;
  border-color: #080763 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #0c0a93 !important;
  border-color: #0c0a93 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0c0a93 !important;
  border-color: #0c0a93 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #080763;
  color: #080763;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #010112 !important;
  background-color: transparent !important;
  border-color: #010112 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #080763 !important;
  border-color: #080763 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #d9db4d;
  color: #d9db4d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #acae23 !important;
  background-color: transparent !important;
  border-color: #acae23 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #222207 !important;
  background-color: #d9db4d !important;
  border-color: #d9db4d !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #080763;
  color: #080763;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #010112 !important;
  background-color: transparent !important;
  border-color: #010112 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #080763 !important;
  border-color: #080763 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #080763 !important;
}
.text-secondary {
  color: #d9db4d !important;
}
.text-success {
  color: #080763 !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000004 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #a0a121 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000004 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #fafafa !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;
}
.nav-tabs .nav-link.active {
  color: #080763;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #080763;
  border-color: #080763;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #080763;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #120fda;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #120fda;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.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*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #080763 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #080763;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #080763;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #080763;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #080763;
  border-bottom-color: #080763;
}
.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: #080763 !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: #d9db4d !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='%23080763' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tQomoD7cp1 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tQomoD7cp1 .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-tQomoD7cp1 .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-tQomoD7cp1 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tQomoD7cp1 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tQomoD7cp1 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tQomoD7cp1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tQomoD7cp1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tQomoD7cp1 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-tQomoD7cp1 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tQomoD7cp1 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tQomoD7cp1 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tQomoD7cp1 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tQomoD7cp1 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tQomoD7cp1 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tQomoD7cp1 .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-tQomoD7cp1 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tQomoD7cp1 .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tQomoD7cp1 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tQomoD7cp1 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tQomoD7cp1 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tQomoD7cp1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tQomoD7cp1 .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tQomoD7cp1 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tQomoD7cp1 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tQomoD7cp1 .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-tQomoD7cp1 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tQomoD7cp1 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.7) !important;
  backdrop-filter: blur(10px);
}
.cid-tQomoD7cp1 .nav-item:focus,
.cid-tQomoD7cp1 .nav-link:focus {
  outline: none;
}
.cid-tQomoD7cp1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tQomoD7cp1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tQomoD7cp1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tQomoD7cp1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tQomoD7cp1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tQomoD7cp1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tQomoD7cp1 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tQomoD7cp1 .navbar.opened {
  transition: all 0.3s;
}
.cid-tQomoD7cp1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tQomoD7cp1 .navbar .navbar-logo img {
  width: 90%;
  height: auto;
}
.cid-tQomoD7cp1 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tQomoD7cp1 .navbar.collapsed {
  justify-content: center;
}
.cid-tQomoD7cp1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tQomoD7cp1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 1992px) {
  .cid-tQomoD7cp1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tQomoD7cp1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tQomoD7cp1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tQomoD7cp1 .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-tQomoD7cp1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tQomoD7cp1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tQomoD7cp1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tQomoD7cp1 .navbar {
    min-height: 72px;
  }
  .cid-tQomoD7cp1 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 1750px) {
  .cid-tQomoD7cp1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tQomoD7cp1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tQomoD7cp1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tQomoD7cp1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tQomoD7cp1 .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-tQomoD7cp1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tQomoD7cp1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tQomoD7cp1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tQomoD7cp1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tQomoD7cp1 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tQomoD7cp1 .dropdown-item.active,
.cid-tQomoD7cp1 .dropdown-item:active {
  background-color: transparent;
}
.cid-tQomoD7cp1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tQomoD7cp1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tQomoD7cp1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tQomoD7cp1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tQomoD7cp1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tQomoD7cp1 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tQomoD7cp1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tQomoD7cp1 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tQomoD7cp1 .navbar-buttons {
    text-align: left;
  }
}
.cid-tQomoD7cp1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tQomoD7cp1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tQomoD7cp1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tQomoD7cp1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQomoD7cp1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQomoD7cp1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tQomoD7cp1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQomoD7cp1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tQomoD7cp1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tQomoD7cp1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQomoD7cp1 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tQomoD7cp1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tQomoD7cp1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tQomoD7cp1 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tQomoD7cp1 .navbar {
    height: 70px;
  }
  .cid-tQomoD7cp1 .navbar.opened {
    height: auto;
  }
  .cid-tQomoD7cp1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tQomoD7cp1 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tQomoD7cp1 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tQomoD7cp1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tQomoD7cp1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tQomoD7cp1 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tQomoD7cp1 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tQomoD7cp1 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tQomoD7cp1 .navbar-brand {
    margin-right: auto;
  }
  .cid-tQomoD7cp1 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-tQomoD7cp1 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tQomoD7cp1 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tQomoD7cp1 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tQomoD7cp1 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tQomoD7cp1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tQomoD7cp1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tQomoD7cp1 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tQomoD7cp1 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tQomoD7cp1 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tQomoD7cp1 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tQojZYoKdw {
  padding-top: 0.5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tQojZYoKdw .item-img {
  position: relative;
}
.cid-tQojZYoKdw .button1 {
  background: #080763;
}
.cid-tQojZYoKdw .btn-wrap {
  padding: 1.5rem 1.5rem;
  border-radius: 2rem;
  margin-top: 1rem;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tQojZYoKdw .btn-wrap {
    margin-top: 0rem;
    margin-right: 0rem;
    width: 100%;
    padding: 1rem 1rem;
  }
}
.cid-tQojZYoKdw .button2 {
  background: #cdcbcb;
}
@media (max-width: 767px) {
  .cid-tQojZYoKdw .button2 {
    margin-top: 1rem;
  }
}
.cid-tQojZYoKdw .title {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .cid-tQojZYoKdw .title {
    top: 25%;
  }
}
.cid-tQojZYoKdw .image-wrapper {
  overflow: hidden;
  position: relative;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tQojZYoKdw .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-tQojZYoKdw .image-wrapper {
    min-height: 400px;
  }
}
.cid-tQojZYoKdw .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tQojZYoKdw .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-tQojZYoKdw .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-tQojZYoKdw .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 0rem;
  bottom: -1px;
  background: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-tQojZYoKdw .link-icon-wrapper {
    padding: 1rem;
    flex-direction: column;
  }
}
.cid-tQojZYoKdw .link-icon-wrapper .icon-wrap {
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid currentColor;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: 1rem;
}
.cid-tQojZYoKdw .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-tQojZYoKdw .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-tQojZYoKdw .link-icon-wrapper .icon-wrap span {
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tQojZYoKdw .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-tQojZYoKdw .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-tQojZYoKdw .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-tQojZYoKdw .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-tQojZYoKdw .icon1 {
  color: currentColor;
  border-color: currentColor;
}
.cid-tQojZYoKdw .icon2 {
  color: currentColor;
  border-color: currentColor;
}
.cid-tQojZYoKdw img,
.cid-tQojZYoKdw .item-img {
  width: 100%;
}
.cid-tQojZYoKdw .item-title2,
.cid-tQojZYoKdw .icon2 {
  color: #1f1e61;
}
.cid-tQojZYoKdw .item-title1,
.cid-tQojZYoKdw .icon1 {
  color: #ffffff;
}
.cid-tQojZYoKdw .main-title {
  color: #fff;
  text-align: center;
  font-size: clamp(18px, 3vw, 32px);
  line-height: 1.2;
}
.cid-tQojZYoKdw .main-title DIV {
  text-align: center;
}
.cid-tQojZYoKdw .borde {
  border: 2px solid #090a63;
  text-shadow: 1px 1px 0 #090a63, -1px -1px 0 #bd9a5e, 1px -1px 0 #bd9a5e, -1px 1px 0 #090a63;
  background-color: rgba(9, 10, 99, 0.5);
  padding: 0.2em 0.4em;
}
.cid-tQojZYoKdw .main-title br + * {
  font-size: clamp(14px, 2vw, 20px);
}
.cid-tQojZYoKdw .main-title a {
  color: #fff;
  text-decoration: none;
  font-size: clamp(14px, 1.8vw, 18px);
}
.cid-tQojZYoKdw .main-title a:hover {
  color: #000;
}
.cid-tQojZYoKdw .main-title div a {
  font-size: clamp(16px, 2.2vw, 23px);
  font-weight: bold;
}
@media (max-width: 768px) {
  .cid-tQojZYoKdw .image-wrapper .title {
    width: 95%;
  }
  .cid-tQojZYoKdw .main-title {
    line-height: 1.3;
  }
}
.cid-tQok459hk7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQok459hk7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQok459hk7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQok459hk7 .mbr-section-subtitle {
  border-radius: 1rem;
  border: 1px solid currentColor;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  color: #000000;
}
.cid-tQok459hk7 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tQok459hk7 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-tQok459hk7 .item-wrapper {
  background: #f7f7f7;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  border: 1px solid lightgray;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-tQok459hk7 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-tQok459hk7 .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #fafafa;
  margin-bottom: 1rem;
  width: 60px;
  justify-content: center;
  align-items: center;
  background: #080763;
  height: 60px;
  border-radius: 50%;
}
.cid-tQok459hk7 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tQok459hk7 .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tQok459hk7 .card-box .item-footer {
  margin-top: auto;
}
.cid-tQok459hk7 .content-head {
  max-width: 800px;
}
.cid-tQok459hk7 .mbr-section-subtitle,
.cid-tQok459hk7 .subtitle-wrap,
.cid-tQok459hk7 .mbr-section-btn {
  text-align: left;
}
.cid-tQok1r8fBI {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tQok1r8fBI .item-img {
  position: relative;
}
.cid-tQok1r8fBI .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-tQok1r8fBI .cardbg {
  background: #cdcbcb;
  height: auto;
  min-height: 150px;
}
@media (min-width: 120px) and (max-width: 574px) {
  .cid-tQok1r8fBI .cardbg {
    height: 580px;
  }
}
@media (min-width: 575px) and (max-width: 766px) {
  .cid-tQok1r8fBI .cardbg {
    height: 500px;
  }
}
@media (min-width: 767px) and (max-width: 990px) {
  .cid-tQok1r8fBI .cardbg {
    height: 400px;
  }
}
@media (min-width: 991px) and (max-width: 1123px) {
  .cid-tQok1r8fBI .cardbg {
    height: 790px;
  }
}
@media (min-width: 1124px) and (max-width: 1599px) {
  .cid-tQok1r8fBI .cardbg {
    height: 660px;
  }
}
@media (min-width: 1600px) and (max-width: 4920px) {
  .cid-tQok1r8fBI .cardbg {
    height: 560px;
  }
}
.cid-tQok1r8fBI .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-tQok1r8fBI .image-wrapper {
  overflow: hidden;
}
.cid-tQok1r8fBI .item1 {
  margin-bottom: 2rem !important;
}
.cid-tQok1r8fBI .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tQok1r8fBI .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tQok1r8fBI .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-tQok1r8fBI .item1,
.cid-tQok1r8fBI .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-tQok1r8fBI .item1 .item:hover,
.cid-tQok1r8fBI .item .item:hover {
  cursor: pointer;
}
.cid-tQok1r8fBI .item1:hover .link-icon-wrapper span,
.cid-tQok1r8fBI .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-tQok1r8fBI .card2 {
    margin-top: 1rem;
  }
}
.cid-tQok1r8fBI .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-tQok1r8fBI .link-icon-wrapper .icon-wrap {
  background: #080763;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tQok1r8fBI .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tQok1r8fBI .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-tQok1r8fBI .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-tQok1r8fBI .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-tQok1r8fBI .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-tQok1r8fBI .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tQok1r8fBI .item-content {
    padding: 1 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-tQok1r8fBI img,
.cid-tQok1r8fBI .item-img {
  width: 100%;
}
.cid-tQok1r8fBI .item:focus,
.cid-tQok1r8fBI span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-tQok1r8fBI .item {
    margin-bottom: 1rem;
  }
}
.cid-tQok1r8fBI .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tQok1r8fBI .item-title {
  text-align: left;
  color: #000000;
}
.cid-tQok1r8fBI .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tQok1r8fBI .mbr-section-subtitle,
.cid-tQok1r8fBI .subtitle-wrap,
.cid-tQok1r8fBI .mbr-section-btn {
  text-align: left;
  color: #080763;
}
.cid-tQok1r8fBI .mbr-text,
.cid-tQok1r8fBI .item .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tQok1T2g1V {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tQok1T2g1V .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQok1T2g1V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQok1T2g1V img {
  object-fit: cover;
}
.cid-tQok1T2g1V .row {
  margin: 0;
}
.cid-tQok1T2g1V .item-wrapper {
  width: 100%;
}
.cid-tQok1T2g1V .icon-wrap {
  display: inline-flex;
  margin-top: 2rem;
}
.cid-tQok1T2g1V .card-box {
  padding: 0rem 2rem;
  width: 100%;
  max-width: 600px;
  display: inline-flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-tQok1T2g1V .card-box {
    padding: 0rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-tQok1T2g1V .icon {
  color: black;
  background: #080763;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding-top: 1px;
  margin-left: 1rem;
}
.cid-tQok1T2g1V .card-wrapper {
  display: flex;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-tQok1T2g1V .card-wrapper {
    padding: 1rem 0rem;
    min-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tQok1T2g1V .card-wrapper {
    padding: 3rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tQok1T2g1V .card-wrapper {
    padding: 3rem 2rem;
  }
}
.cid-tQok1T2g1V .wrap {
  background: #bed2f5;
}
.cid-tQok1T2g1V .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-tQok1T2g1V .mbr-text,
.cid-tQok1T2g1V .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-tQok1T2g1V .mbr-link,
.cid-tQok1T2g1V .link-wrapper {
  color: #000000;
  text-align: left;
}
.cid-tQok1T2g1V .mbr-text {
  text-align: left;
  color: #0046c7;
}
.cid-tQok1T2g1V .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tQok8ZVQ2x {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-tQok8ZVQ2x .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #0046c7 !important;
  transition: all 0.3s;
  transform: rotate(45deg);
  font-weight: bold;
}
.cid-tQok8ZVQ2x .panel-group {
  border: none;
}
.cid-tQok8ZVQ2x .card-header {
  padding: 0.5rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-tQok8ZVQ2x .card-header {
    padding: 1rem 0rem;
  }
}
.cid-tQok8ZVQ2x .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-tQok8ZVQ2x .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-tQok8ZVQ2x .img-col {
  padding: 0;
}
.cid-tQok8ZVQ2x .img-item {
  height: 100%;
}
.cid-tQok8ZVQ2x img {
  height: 100%;
  object-fit: cover;
}
.cid-tQok8ZVQ2x .collapsed span {
  transform: rotate(0deg);
}
.cid-tQok8ZVQ2x .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tQok8ZVQ2x p {
  margin-bottom: 0.3rem;
}
.cid-tQok8ZVQ2x .panel-title-edit {
  color: #e9c0e9;
}
.cid-tQok8ZVQ2x .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-tQok8ZVQ2x .card {
  background: #ffffff;
  padding: 1rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-tQok8ZVQ2x .card {
    padding: 1.5rem;
  }
}
.cid-tQok8ZVQ2x .panel-text {
  color: #320707;
}
.cid-tQok8ZVQ2x .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tQok8ZVQ2x .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-tQok8ZVQ2x .panel-title-edit,
.cid-tQok8ZVQ2x .mbr-iconfont {
  color: #000000;
}
.cid-tQok7H4OdE {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tQok7H4OdE .item-img {
  position: relative;
}
.cid-tQok7H4OdE .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-tQok7H4OdE .cardbg {
  background: #0046c7;
  height: 100%;
  min-height: 160px;
}
.cid-tQok7H4OdE .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-tQok7H4OdE .image-wrapper {
  overflow: hidden;
}
.cid-tQok7H4OdE .item1 {
  margin-bottom: 2rem !important;
}
.cid-tQok7H4OdE .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tQok7H4OdE .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tQok7H4OdE .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-tQok7H4OdE .item1,
.cid-tQok7H4OdE .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-tQok7H4OdE .item1 .item:hover,
.cid-tQok7H4OdE .item .item:hover {
  cursor: pointer;
}
.cid-tQok7H4OdE .item1:hover .link-icon-wrapper span,
.cid-tQok7H4OdE .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-tQok7H4OdE .card2 {
    margin-top: 1rem;
  }
}
.cid-tQok7H4OdE .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-tQok7H4OdE .link-icon-wrapper .icon-wrap {
  background: #080763;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tQok7H4OdE .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tQok7H4OdE .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-tQok7H4OdE .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-tQok7H4OdE .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-tQok7H4OdE .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-tQok7H4OdE .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tQok7H4OdE .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-tQok7H4OdE img,
.cid-tQok7H4OdE .item-img {
  width: 100%;
}
.cid-tQok7H4OdE .item:focus,
.cid-tQok7H4OdE span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-tQok7H4OdE .item {
    margin-bottom: 1rem;
  }
}
.cid-tQok7H4OdE .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tQok7H4OdE .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-tQok7H4OdE .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tQok7H4OdE .mbr-section-subtitle,
.cid-tQok7H4OdE .subtitle-wrap,
.cid-tQok7H4OdE .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tQok7H4OdE .mbr-text,
.cid-tQok7H4OdE .item .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tQok8uZcRz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tQok8uZcRz .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tQok8uZcRz .item-wrapper {
  background: #2a2c2d;
  border-radius: 2rem;
  padding: 1.5rem;
}
.cid-u9LtwFapcW {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-u9LtwFapcW .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-u9LtwFapcW .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-u9LtwFapcW .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-u9LtwFapcW .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9LtwFapcW .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-u9LtwFapcW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9LtwFapcW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9LtwFapcW .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-u9LtwFapcW .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-u9LtwFapcW .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-u9LtwFapcW .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-u9LtwFapcW .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-u9LtwFapcW .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-u9LtwFapcW .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-u9LtwFapcW .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-u9LtwFapcW .nav-link {
  width: fit-content;
  position: relative;
}
.cid-u9LtwFapcW .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-u9LtwFapcW .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-u9LtwFapcW .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-u9LtwFapcW .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-u9LtwFapcW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-u9LtwFapcW .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u9LtwFapcW .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u9LtwFapcW .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-u9LtwFapcW .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-u9LtwFapcW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u9LtwFapcW .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.7) !important;
  backdrop-filter: blur(10px);
}
.cid-u9LtwFapcW .nav-item:focus,
.cid-u9LtwFapcW .nav-link:focus {
  outline: none;
}
.cid-u9LtwFapcW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9LtwFapcW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9LtwFapcW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9LtwFapcW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9LtwFapcW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9LtwFapcW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9LtwFapcW .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-u9LtwFapcW .navbar.opened {
  transition: all 0.3s;
}
.cid-u9LtwFapcW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9LtwFapcW .navbar .navbar-logo img {
  width: 90%;
  height: auto;
}
.cid-u9LtwFapcW .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-u9LtwFapcW .navbar.collapsed {
  justify-content: center;
}
.cid-u9LtwFapcW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9LtwFapcW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 1992px) {
  .cid-u9LtwFapcW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-u9LtwFapcW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9LtwFapcW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9LtwFapcW .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-u9LtwFapcW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9LtwFapcW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9LtwFapcW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u9LtwFapcW .navbar {
    min-height: 72px;
  }
  .cid-u9LtwFapcW .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 1750px) {
  .cid-u9LtwFapcW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9LtwFapcW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9LtwFapcW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9LtwFapcW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9LtwFapcW .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-u9LtwFapcW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9LtwFapcW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-u9LtwFapcW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9LtwFapcW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u9LtwFapcW .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-u9LtwFapcW .dropdown-item.active,
.cid-u9LtwFapcW .dropdown-item:active {
  background-color: transparent;
}
.cid-u9LtwFapcW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9LtwFapcW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9LtwFapcW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9LtwFapcW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u9LtwFapcW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-u9LtwFapcW .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-u9LtwFapcW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u9LtwFapcW .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-u9LtwFapcW .navbar-buttons {
    text-align: left;
  }
}
.cid-u9LtwFapcW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9LtwFapcW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u9LtwFapcW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9LtwFapcW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9LtwFapcW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9LtwFapcW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9LtwFapcW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9LtwFapcW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9LtwFapcW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9LtwFapcW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9LtwFapcW .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u9LtwFapcW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u9LtwFapcW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u9LtwFapcW .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9LtwFapcW .navbar {
    height: 70px;
  }
  .cid-u9LtwFapcW .navbar.opened {
    height: auto;
  }
  .cid-u9LtwFapcW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9LtwFapcW .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-u9LtwFapcW .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-u9LtwFapcW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-u9LtwFapcW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-u9LtwFapcW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-u9LtwFapcW .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-u9LtwFapcW .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-u9LtwFapcW .navbar-brand {
    margin-right: auto;
  }
  .cid-u9LtwFapcW .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-u9LtwFapcW .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-u9LtwFapcW .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-u9LtwFapcW .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u9LtwFapcW .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-u9LtwFapcW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-u9LtwFapcW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-u9LtwFapcW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-u9LtwFapcW .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u9LtwFapcW .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-u9LtwFapcW .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u9LtwFqhe9 {
  padding-top: 0.5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u9LtwFqhe9 .item-img {
  position: relative;
}
.cid-u9LtwFqhe9 .button1 {
  background: #080763;
}
.cid-u9LtwFqhe9 .btn-wrap {
  padding: 1.5rem 1.5rem;
  border-radius: 2rem;
  margin-top: 1rem;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-u9LtwFqhe9 .btn-wrap {
    margin-top: 0rem;
    margin-right: 0rem;
    width: 100%;
    padding: 1rem 1rem;
  }
}
.cid-u9LtwFqhe9 .button2 {
  background: #bed2f5;
}
@media (max-width: 767px) {
  .cid-u9LtwFqhe9 .button2 {
    margin-top: 1rem;
  }
}
.cid-u9LtwFqhe9 .title {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .cid-u9LtwFqhe9 .title {
    top: 25%;
  }
}
.cid-u9LtwFqhe9 .image-wrapper {
  overflow: hidden;
  position: relative;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u9LtwFqhe9 .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-u9LtwFqhe9 .image-wrapper {
    min-height: 400px;
  }
}
.cid-u9LtwFqhe9 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u9LtwFqhe9 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-u9LtwFqhe9 .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-u9LtwFqhe9 .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 0rem;
  bottom: -1px;
  background: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-u9LtwFqhe9 .link-icon-wrapper {
    padding: 1rem;
    flex-direction: column;
  }
}
.cid-u9LtwFqhe9 .link-icon-wrapper .icon-wrap {
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid currentColor;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: 1rem;
}
.cid-u9LtwFqhe9 .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-u9LtwFqhe9 .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-u9LtwFqhe9 .link-icon-wrapper .icon-wrap span {
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u9LtwFqhe9 .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-u9LtwFqhe9 .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u9LtwFqhe9 .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-u9LtwFqhe9 .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u9LtwFqhe9 .icon1 {
  color: currentColor;
  border-color: currentColor;
}
.cid-u9LtwFqhe9 .icon2 {
  color: currentColor;
  border-color: currentColor;
}
.cid-u9LtwFqhe9 img,
.cid-u9LtwFqhe9 .item-img {
  width: 100%;
}
.cid-u9LtwFqhe9 .item-title2,
.cid-u9LtwFqhe9 .icon2 {
  color: #2a2c2d;
}
.cid-u9LtwFqhe9 .item-title1,
.cid-u9LtwFqhe9 .icon1 {
  color: #ffffff;
}
.cid-u9LtwFqhe9 .main-title {
  color: #fff;
  text-align: center;
  font-size: clamp(18px, 3vw, 32px);
  line-height: 1.2;
}
.cid-u9LtwFqhe9 .main-title DIV {
  text-align: center;
}
.cid-u9LtwFqhe9 .borde {
  border: 2px solid #090a63;
  text-shadow: 1px 1px 0 #090a63, -1px -1px 0 #bd9a5e, 1px -1px 0 #bd9a5e, -1px 1px 0 #090a63;
  background-color: rgba(9, 10, 99, 0.5);
  padding: 0.2em 0.4em;
}
.cid-u9LtwFqhe9 .main-title br + * {
  font-size: clamp(14px, 2vw, 20px);
}
.cid-u9LtwFqhe9 .main-title a {
  color: #fff;
  text-decoration: none;
  font-size: clamp(14px, 1.8vw, 18px);
}
.cid-u9LtwFqhe9 .main-title a:hover {
  color: #000;
}
.cid-u9LtwFqhe9 .main-title div a {
  font-size: clamp(16px, 2.2vw, 23px);
  font-weight: bold;
}
@media (max-width: 768px) {
  .cid-u9LtwFqhe9 .image-wrapper .title {
    width: 95%;
  }
  .cid-u9LtwFqhe9 .main-title {
    line-height: 1.3;
  }
}
.cid-u9LtwGKsYW {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mundial-seccion.webp");
}
.cid-u9LtwGKsYW .mbr-overlay {
  background: #fafafa;
  opacity: 0;
}
.cid-u9LtwGKsYW .item-img {
  position: relative;
}
.cid-u9LtwGKsYW .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-u9LtwGKsYW .cardbg {
  background: #000000;
  height: 100%;
  min-height: 160px;
}
.cid-u9LtwGKsYW .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u9LtwGKsYW .image-wrapper {
  overflow: hidden;
}
.cid-u9LtwGKsYW .item1 {
  margin-bottom: 2rem !important;
}
.cid-u9LtwGKsYW .item-wrapper {
  position: relative;
  background: #080763;
  border: 3px solid #080763;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u9LtwGKsYW .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u9LtwGKsYW .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u9LtwGKsYW .item1,
.cid-u9LtwGKsYW .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-u9LtwGKsYW .item1 .item:hover,
.cid-u9LtwGKsYW .item .item:hover {
  cursor: pointer;
}
.cid-u9LtwGKsYW .item1:hover .link-icon-wrapper span,
.cid-u9LtwGKsYW .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-u9LtwGKsYW .card2 {
    margin-top: 1rem;
  }
}
.cid-u9LtwGKsYW .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #080763;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u9LtwGKsYW .link-icon-wrapper .icon-wrap {
  background: #bd9a5e;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u9LtwGKsYW .link-icon-wrapper .icon-wrap span {
  color: #bd9a5e;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u9LtwGKsYW .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u9LtwGKsYW .link-icon-wrapper .svg1 path {
  fill: #080763;
}
.cid-u9LtwGKsYW .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u9LtwGKsYW .link-icon-wrapper .svg2 path {
  fill: #080763;
}
.cid-u9LtwGKsYW .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display1: flex;
  flex-direction1: column;
  height1: 100%;
}
@media (max-width: 920px) {
  .cid-u9LtwGKsYW .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u9LtwGKsYW img,
.cid-u9LtwGKsYW .item-img {
  width: 100%;
}
.cid-u9LtwGKsYW .item:focus,
.cid-u9LtwGKsYW span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u9LtwGKsYW .item {
    margin-bottom: 1rem;
  }
}
.cid-u9LtwGKsYW .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u9LtwGKsYW .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-u9LtwGKsYW .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-u9LtwGKsYW .mbr-section-subtitle,
.cid-u9LtwGKsYW .subtitle-wrap,
.cid-u9LtwGKsYW .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-u9LtwGKsYW .mbr-text,
.cid-u9LtwGKsYW .item .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u9LtwGKsYW .item-content h2 {
  text-align: center;
  color: #ffffff;
}
.cid-u9LtwGKsYW .card2 H2 {
  text-align: center;
}
.cid-u9MeYae4ZZ {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u9MeYae4ZZ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u9MeYae4ZZ form .mbr-section-btn .btn {
  display: inline-flex;
  border-radius: 2rem;
}
.cid-u9MeYae4ZZ input,
.cid-u9MeYae4ZZ textarea {
  border-radius: 0.5rem;
}
.cid-u9MeYae4ZZ textarea {
  min-height: 10rem;
}
.cid-u9MeYae4ZZ .mbr-form {
  background: #080763;
  border-radius: 2rem;
  padding: 3rem;
}
@media (max-width: 767px) {
  .cid-u9MeYae4ZZ .mbr-form {
    padding: 2rem 1rem;
  }
}
.cid-u9MeYae4ZZ .form-control:hover,
.cid-u9MeYae4ZZ .form-control:focus {
  border-color: transparent !important;
}
.cid-u9LtwGZmty {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-u9LtwGZmty .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-u9LtwGZmty .item-wrapper {
  background: #2a2c2d;
  border-radius: 2rem;
  padding: 1.5rem;
}
.cid-u9S9nIvqvj {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-u9S9nIvqvj .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-u9S9nIvqvj .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-u9S9nIvqvj .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-u9S9nIvqvj .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9S9nIvqvj .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-u9S9nIvqvj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9S9nIvqvj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9S9nIvqvj .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-u9S9nIvqvj .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-u9S9nIvqvj .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-u9S9nIvqvj .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-u9S9nIvqvj .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-u9S9nIvqvj .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-u9S9nIvqvj .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-u9S9nIvqvj .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-u9S9nIvqvj .nav-link {
  width: fit-content;
  position: relative;
}
.cid-u9S9nIvqvj .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-u9S9nIvqvj .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-u9S9nIvqvj .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-u9S9nIvqvj .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-u9S9nIvqvj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-u9S9nIvqvj .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u9S9nIvqvj .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u9S9nIvqvj .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-u9S9nIvqvj .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-u9S9nIvqvj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u9S9nIvqvj .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.7) !important;
  backdrop-filter: blur(10px);
}
.cid-u9S9nIvqvj .nav-item:focus,
.cid-u9S9nIvqvj .nav-link:focus {
  outline: none;
}
.cid-u9S9nIvqvj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9S9nIvqvj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9S9nIvqvj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9S9nIvqvj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9S9nIvqvj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9S9nIvqvj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9S9nIvqvj .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-u9S9nIvqvj .navbar.opened {
  transition: all 0.3s;
}
.cid-u9S9nIvqvj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9S9nIvqvj .navbar .navbar-logo img {
  width: 90%;
  height: auto;
}
.cid-u9S9nIvqvj .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-u9S9nIvqvj .navbar.collapsed {
  justify-content: center;
}
.cid-u9S9nIvqvj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9S9nIvqvj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 1992px) {
  .cid-u9S9nIvqvj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-u9S9nIvqvj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9S9nIvqvj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9S9nIvqvj .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-u9S9nIvqvj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9S9nIvqvj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9S9nIvqvj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u9S9nIvqvj .navbar {
    min-height: 72px;
  }
  .cid-u9S9nIvqvj .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 1750px) {
  .cid-u9S9nIvqvj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9S9nIvqvj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9S9nIvqvj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9S9nIvqvj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9S9nIvqvj .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-u9S9nIvqvj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9S9nIvqvj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-u9S9nIvqvj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9S9nIvqvj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u9S9nIvqvj .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-u9S9nIvqvj .dropdown-item.active,
.cid-u9S9nIvqvj .dropdown-item:active {
  background-color: transparent;
}
.cid-u9S9nIvqvj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9S9nIvqvj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9S9nIvqvj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9S9nIvqvj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u9S9nIvqvj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-u9S9nIvqvj .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-u9S9nIvqvj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u9S9nIvqvj .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-u9S9nIvqvj .navbar-buttons {
    text-align: left;
  }
}
.cid-u9S9nIvqvj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9S9nIvqvj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u9S9nIvqvj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9S9nIvqvj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9S9nIvqvj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9S9nIvqvj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9S9nIvqvj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9S9nIvqvj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9S9nIvqvj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9S9nIvqvj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9S9nIvqvj .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u9S9nIvqvj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u9S9nIvqvj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u9S9nIvqvj .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9S9nIvqvj .navbar {
    height: 70px;
  }
  .cid-u9S9nIvqvj .navbar.opened {
    height: auto;
  }
  .cid-u9S9nIvqvj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9S9nIvqvj .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-u9S9nIvqvj .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-u9S9nIvqvj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-u9S9nIvqvj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-u9S9nIvqvj .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-u9S9nIvqvj .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-u9S9nIvqvj .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-u9S9nIvqvj .navbar-brand {
    margin-right: auto;
  }
  .cid-u9S9nIvqvj .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-u9S9nIvqvj .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-u9S9nIvqvj .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-u9S9nIvqvj .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u9S9nIvqvj .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-u9S9nIvqvj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-u9S9nIvqvj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-u9S9nIvqvj .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-u9S9nIvqvj .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u9S9nIvqvj .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-u9S9nIvqvj .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u9S9nIMWfs {
  padding-top: 0.5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u9S9nIMWfs .item-img {
  position: relative;
}
.cid-u9S9nIMWfs .button1 {
  background: #080763;
}
.cid-u9S9nIMWfs .btn-wrap {
  padding: 1.5rem 1.5rem;
  border-radius: 2rem;
  margin-top: 1rem;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-u9S9nIMWfs .btn-wrap {
    margin-top: 0rem;
    margin-right: 0rem;
    width: 100%;
    padding: 1rem 1rem;
  }
}
.cid-u9S9nIMWfs .button2 {
  background: #cdcbcb;
}
@media (max-width: 767px) {
  .cid-u9S9nIMWfs .button2 {
    margin-top: 1rem;
  }
}
.cid-u9S9nIMWfs .title {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .cid-u9S9nIMWfs .title {
    top: 25%;
  }
}
.cid-u9S9nIMWfs .image-wrapper {
  overflow: hidden;
  position: relative;
  border-radius: 2rem;
  height: 100%;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-u9S9nIMWfs .image-wrapper {
    min-height: 800px;
  }
}
@media (max-width: 767px) {
  .cid-u9S9nIMWfs .image-wrapper {
    min-height: 700px;
  }
}
.cid-u9S9nIMWfs .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u9S9nIMWfs .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-u9S9nIMWfs .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-u9S9nIMWfs .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 0rem;
  bottom: -1px;
  background: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-u9S9nIMWfs .link-icon-wrapper {
    padding: 1rem;
    flex-direction: column;
  }
}
.cid-u9S9nIMWfs .link-icon-wrapper .icon-wrap {
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid currentColor;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: 1rem;
}
.cid-u9S9nIMWfs .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-u9S9nIMWfs .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-u9S9nIMWfs .link-icon-wrapper .icon-wrap span {
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u9S9nIMWfs .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-u9S9nIMWfs .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u9S9nIMWfs .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-u9S9nIMWfs .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u9S9nIMWfs .icon1 {
  color: currentColor;
  border-color: currentColor;
}
.cid-u9S9nIMWfs .icon2 {
  color: currentColor;
  border-color: currentColor;
}
.cid-u9S9nIMWfs img,
.cid-u9S9nIMWfs .item-img {
  width: 100%;
}
.cid-u9S9nIMWfs .item-title2,
.cid-u9S9nIMWfs .icon2 {
  color: #1f1e61;
}
.cid-u9S9nIMWfs .item-title1,
.cid-u9S9nIMWfs .icon1 {
  color: #ffffff;
}
.cid-u9S9nIMWfs .main-title {
  color: #fff;
  text-align: center;
  font-size: clamp(18px, 3vw, 32px);
  line-height: 1.2;
}
.cid-u9S9nIMWfs .main-title DIV {
  text-align: center;
}
.cid-u9S9nIMWfs .borde {
  border: 2px solid #090a63;
  text-shadow: 1px 1px 0 #090a63, -1px -1px 0 #bd9a5e, 1px -1px 0 #bd9a5e, -1px 1px 0 #090a63;
  background-color: rgba(9, 10, 99, 0.5);
  padding: 0.2em 0.4em;
}
.cid-u9S9nIMWfs .main-title br + * {
  font-size: clamp(14px, 2vw, 20px);
}
.cid-u9S9nIMWfs .main-title a {
  color: #fff;
  text-decoration: none;
  font-size: clamp(14px, 1.8vw, 18px);
}
.cid-u9S9nIMWfs .main-title a:hover {
  color: #000;
}
.cid-u9S9nIMWfs .main-title div a {
  font-size: clamp(16px, 2.2vw, 23px);
  font-weight: bold;
}
@media (max-width: 768px) {
  .cid-u9S9nIMWfs .image-wrapper .title {
    width: 95%;
  }
  .cid-u9S9nIMWfs .main-title {
    line-height: 1.3;
  }
  .cid-u9S9nIMWfs .image-wrapper {
    min-height: 300px;
  }
}
.cid-u9S9nIMWfs .slider-custom {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-u9S9nIMWfs .slider-custom .slides {
  position: relative;
  width: 100%;
  height: 100%;
}
.cid-u9S9nIMWfs .slider-custom .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: 1;
}
.cid-u9S9nIMWfs .slider-custom .slide.active {
  opacity: 1;
  z-index: 2;
}
.cid-u9S9nIMWfs .slider-custom .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 100%;
  text-align: center;
  color: #fff;
}
.cid-u9S9nIMWfs .slider-custom .title h1 {
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
}
.cid-u9S9nJ0TBj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u9S9nJ0TBj .mbr-section-title {
  color: #000000;
}
.cid-u9S9nJ0TBj .mbr-section-subtitle {
  color: #000000;
}
.cid-u9S9nJ0TBj .mbr-text {
  color: #000000;
  padding: 2rem;
}
@media (max-width: 992px) {
  .cid-u9S9nJ0TBj .mbr-text {
    padding: 0;
    margin-top: 2rem;
  }
}
.cid-u9S9nJ0TBj .line {
  height: 2px;
  background: currentColor;
  margin-bottom: 1.5rem;
}
.cid-u9S9nJ0TBj .mbr-section-title,
.cid-u9S9nJ0TBj .line {
  color: #000000;
  text-align: center;
}
.cid-u9S9nJbmAT {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}
.cid-u9S9nJbmAT .item-img {
  position: relative;
}
.cid-u9S9nJbmAT .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-u9S9nJbmAT .card-text {
    padding-left: 4rem;
  }
}
.cid-u9S9nJbmAT h5 {
  line-height: 1.2;
}
.cid-u9S9nJbmAT .card {
  margin-bottom: 2rem;
}
.cid-u9S9nJbmAT .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-u9S9nJbmAT .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u9S9nJbmAT .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #f7f7f7;
}
@media (max-width: 992px) {
  .cid-u9S9nJbmAT .image-wrapper {
    min-height: 200px;
  }
}
.cid-u9S9nJbmAT .item-wrapper {
  position: relative;
  background: #f7f7f7;
  border: 3px solid #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u9S9nJbmAT .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u9S9nJbmAT .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u9S9nJbmAT .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #f7f7f7;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u9S9nJbmAT .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u9S9nJbmAT .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u9S9nJbmAT .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u9S9nJbmAT .link-icon-wrapper .svg1 path {
  fill: #f7f7f7;
}
.cid-u9S9nJbmAT .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u9S9nJbmAT .link-icon-wrapper .svg2 path {
  fill: #f7f7f7;
}
.cid-u9S9nJbmAT .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u9S9nJbmAT .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u9S9nJbmAT img,
.cid-u9S9nJbmAT .item-img {
  width: 100%;
}
.cid-u9S9nJbmAT .item:focus,
.cid-u9S9nJbmAT span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u9S9nJbmAT .item {
    margin-bottom: 1rem;
  }
}
.cid-u9S9nJbmAT .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u9S9nJbmAT .item-title {
  text-align: left;
  color: #000000;
}
.cid-u9S9nJbmAT .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u9S9nJbmAT .mbr-section-subtitle,
.cid-u9S9nJbmAT .subtitle-wrap,
.cid-u9S9nJbmAT .mbr-section-btn {
  text-align: left;
}
.cid-u9S9nJbmAT .mbr-text,
.cid-u9S9nJbmAT .item .mbr-section-btn {
  color: #ffffff;
}
.cid-u9S9nJbmAT .mbr-text {
  color: #000000;
}
.cid-u9S9nJoP8H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u9S9nJoP8H .col-title {
    margin-bottom: 20px;
  }
}
.cid-u9S9nJoP8H .mbr-section-title {
  color: #000000;
}
.cid-u9S9nJoP8H .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-u9S9nJoP8H .mbr-text {
  color: #080763;
}
.cid-u9S9nJD60t {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #edefeb;
}
@media (min-width: 768px) {
  .cid-u9S9nJD60t {
    align-items: center;
  }
  .cid-u9S9nJD60t .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u9S9nJD60t .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u9S9nJD60t {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u9S9nJD60t .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u9S9nJD60t .content-wrap {
    width: 100%;
  }
}
.cid-u9S9nJD60t .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-u9S9nJD60t .mbr-text,
.cid-u9S9nJD60t .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-u9S9nJQ3y7 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u9S9nJQ3y7 .item-img {
  position: relative;
}
.cid-u9S9nJQ3y7 .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-u9S9nJQ3y7 .card-text {
    padding-left: 4rem;
  }
}
.cid-u9S9nJQ3y7 h5 {
  line-height: 1.2;
}
.cid-u9S9nJQ3y7 .card {
  margin-bottom: 2rem;
}
.cid-u9S9nJQ3y7 .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-u9S9nJQ3y7 .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u9S9nJQ3y7 .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-u9S9nJQ3y7 .image-wrapper {
    min-height: 200px;
  }
}
.cid-u9S9nJQ3y7 .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u9S9nJQ3y7 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u9S9nJQ3y7 .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u9S9nJQ3y7 .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u9S9nJQ3y7 .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u9S9nJQ3y7 .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u9S9nJQ3y7 .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u9S9nJQ3y7 .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u9S9nJQ3y7 .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u9S9nJQ3y7 .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u9S9nJQ3y7 .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u9S9nJQ3y7 .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u9S9nJQ3y7 img,
.cid-u9S9nJQ3y7 .item-img {
  width: 100%;
}
.cid-u9S9nJQ3y7 .item:focus,
.cid-u9S9nJQ3y7 span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u9S9nJQ3y7 .item {
    margin-bottom: 1rem;
  }
}
.cid-u9S9nJQ3y7 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u9S9nJQ3y7 .item-title {
  text-align: left;
  color: #000000;
}
.cid-u9S9nJQ3y7 .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u9S9nJQ3y7 .mbr-section-subtitle,
.cid-u9S9nJQ3y7 .subtitle-wrap,
.cid-u9S9nJQ3y7 .mbr-section-btn {
  text-align: left;
}
.cid-u9S9nJQ3y7 .mbr-text,
.cid-u9S9nJQ3y7 .item .mbr-section-btn {
  color: #ffffff;
}
.cid-u9S9nJQ3y7 .mbr-text {
  color: #000000;
}
.cid-u9S9nLo8sc {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u9S9nLo8sc .item-img {
  position: relative;
}
.cid-u9S9nLo8sc .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-u9S9nLo8sc .cardbg {
  background: #0046c7;
  height: 100%;
  min-height: 160px;
}
.cid-u9S9nLo8sc .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u9S9nLo8sc .image-wrapper {
  overflow: hidden;
}
.cid-u9S9nLo8sc .item1 {
  margin-bottom: 2rem !important;
}
.cid-u9S9nLo8sc .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u9S9nLo8sc .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u9S9nLo8sc .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u9S9nLo8sc .item1,
.cid-u9S9nLo8sc .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-u9S9nLo8sc .item1 .item:hover,
.cid-u9S9nLo8sc .item .item:hover {
  cursor: pointer;
}
.cid-u9S9nLo8sc .item1:hover .link-icon-wrapper span,
.cid-u9S9nLo8sc .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-u9S9nLo8sc .card2 {
    margin-top: 1rem;
  }
}
.cid-u9S9nLo8sc .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u9S9nLo8sc .link-icon-wrapper .icon-wrap {
  background: #080763;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u9S9nLo8sc .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u9S9nLo8sc .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u9S9nLo8sc .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u9S9nLo8sc .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u9S9nLo8sc .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u9S9nLo8sc .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u9S9nLo8sc .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u9S9nLo8sc img,
.cid-u9S9nLo8sc .item-img {
  width: 100%;
}
.cid-u9S9nLo8sc .item:focus,
.cid-u9S9nLo8sc span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u9S9nLo8sc .item {
    margin-bottom: 1rem;
  }
}
.cid-u9S9nLo8sc .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u9S9nLo8sc .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-u9S9nLo8sc .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u9S9nLo8sc .mbr-section-subtitle,
.cid-u9S9nLo8sc .subtitle-wrap,
.cid-u9S9nLo8sc .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-u9S9nLo8sc .mbr-text,
.cid-u9S9nLo8sc .item .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u9S9nLGgpD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-u9S9nLGgpD .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-u9S9nLGgpD .item-wrapper {
  background: #2a2c2d;
  border-radius: 2rem;
  padding: 1.5rem;
}
.cid-ucZ1w9ESmu {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ucZ1w9ESmu .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-ucZ1w9ESmu .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-ucZ1w9ESmu .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ucZ1w9ESmu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ucZ1w9ESmu .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ucZ1w9ESmu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucZ1w9ESmu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucZ1w9ESmu .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-ucZ1w9ESmu .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ucZ1w9ESmu .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ucZ1w9ESmu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ucZ1w9ESmu .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ucZ1w9ESmu .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ucZ1w9ESmu .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ucZ1w9ESmu .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-ucZ1w9ESmu .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ucZ1w9ESmu .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ucZ1w9ESmu .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ucZ1w9ESmu .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-ucZ1w9ESmu .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ucZ1w9ESmu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ucZ1w9ESmu .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ucZ1w9ESmu .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ucZ1w9ESmu .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-ucZ1w9ESmu .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-ucZ1w9ESmu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucZ1w9ESmu .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.7) !important;
  backdrop-filter: blur(10px);
}
.cid-ucZ1w9ESmu .nav-item:focus,
.cid-ucZ1w9ESmu .nav-link:focus {
  outline: none;
}
.cid-ucZ1w9ESmu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucZ1w9ESmu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucZ1w9ESmu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucZ1w9ESmu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucZ1w9ESmu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucZ1w9ESmu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucZ1w9ESmu .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ucZ1w9ESmu .navbar.opened {
  transition: all 0.3s;
}
.cid-ucZ1w9ESmu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucZ1w9ESmu .navbar .navbar-logo img {
  width: 90%;
  height: auto;
}
.cid-ucZ1w9ESmu .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ucZ1w9ESmu .navbar.collapsed {
  justify-content: center;
}
.cid-ucZ1w9ESmu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucZ1w9ESmu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 1992px) {
  .cid-ucZ1w9ESmu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ucZ1w9ESmu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucZ1w9ESmu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucZ1w9ESmu .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-ucZ1w9ESmu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucZ1w9ESmu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucZ1w9ESmu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ucZ1w9ESmu .navbar {
    min-height: 72px;
  }
  .cid-ucZ1w9ESmu .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 1750px) {
  .cid-ucZ1w9ESmu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucZ1w9ESmu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucZ1w9ESmu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucZ1w9ESmu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucZ1w9ESmu .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-ucZ1w9ESmu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucZ1w9ESmu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ucZ1w9ESmu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucZ1w9ESmu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucZ1w9ESmu .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ucZ1w9ESmu .dropdown-item.active,
.cid-ucZ1w9ESmu .dropdown-item:active {
  background-color: transparent;
}
.cid-ucZ1w9ESmu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucZ1w9ESmu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucZ1w9ESmu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucZ1w9ESmu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ucZ1w9ESmu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ucZ1w9ESmu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ucZ1w9ESmu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucZ1w9ESmu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ucZ1w9ESmu .navbar-buttons {
    text-align: left;
  }
}
.cid-ucZ1w9ESmu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucZ1w9ESmu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ucZ1w9ESmu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucZ1w9ESmu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucZ1w9ESmu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucZ1w9ESmu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucZ1w9ESmu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucZ1w9ESmu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucZ1w9ESmu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucZ1w9ESmu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucZ1w9ESmu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ucZ1w9ESmu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucZ1w9ESmu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ucZ1w9ESmu .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucZ1w9ESmu .navbar {
    height: 70px;
  }
  .cid-ucZ1w9ESmu .navbar.opened {
    height: auto;
  }
  .cid-ucZ1w9ESmu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucZ1w9ESmu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ucZ1w9ESmu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ucZ1w9ESmu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ucZ1w9ESmu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-ucZ1w9ESmu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ucZ1w9ESmu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ucZ1w9ESmu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ucZ1w9ESmu .navbar-brand {
    margin-right: auto;
  }
  .cid-ucZ1w9ESmu .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ucZ1w9ESmu .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ucZ1w9ESmu .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ucZ1w9ESmu .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ucZ1w9ESmu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ucZ1w9ESmu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ucZ1w9ESmu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-ucZ1w9ESmu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ucZ1w9ESmu .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ucZ1w9ESmu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ucZ1w9ESmu .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ucZ1w9XaRz {
  padding-top: 0.5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ucZ1w9XaRz .item-img {
  position: relative;
}
.cid-ucZ1w9XaRz .button1 {
  background: #bd9a5e;
}
.cid-ucZ1w9XaRz .btn-wrap {
  padding: 1.5rem 1.5rem;
  border-radius: 2rem;
  margin-top: 1rem;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-ucZ1w9XaRz .btn-wrap {
    margin-top: 0rem;
    margin-right: 0rem;
    width: 100%;
    padding: 1rem 1rem;
  }
}
.cid-ucZ1w9XaRz .button2 {
  background: #bed2f5;
}
@media (max-width: 767px) {
  .cid-ucZ1w9XaRz .button2 {
    margin-top: 1rem;
  }
}
.cid-ucZ1w9XaRz .title {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .cid-ucZ1w9XaRz .title {
    top: 25%;
  }
}
.cid-ucZ1w9XaRz .image-wrapper {
  overflow: hidden;
  position: relative;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ucZ1w9XaRz .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-ucZ1w9XaRz .image-wrapper {
    min-height: 400px;
  }
}
.cid-ucZ1w9XaRz .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ucZ1w9XaRz .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-ucZ1w9XaRz .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-ucZ1w9XaRz .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 0rem;
  bottom: -1px;
  background: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-ucZ1w9XaRz .link-icon-wrapper {
    padding: 1rem;
    flex-direction: column;
  }
}
.cid-ucZ1w9XaRz .link-icon-wrapper .icon-wrap {
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid currentColor;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: 1rem;
}
.cid-ucZ1w9XaRz .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-ucZ1w9XaRz .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-ucZ1w9XaRz .link-icon-wrapper .icon-wrap span {
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-ucZ1w9XaRz .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-ucZ1w9XaRz .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-ucZ1w9XaRz .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-ucZ1w9XaRz .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-ucZ1w9XaRz .icon1 {
  color: currentColor;
  border-color: currentColor;
}
.cid-ucZ1w9XaRz .icon2 {
  color: currentColor;
  border-color: currentColor;
}
.cid-ucZ1w9XaRz img,
.cid-ucZ1w9XaRz .item-img {
  width: 100%;
}
.cid-ucZ1w9XaRz .item-title2,
.cid-ucZ1w9XaRz .icon2 {
  color: #2a2c2d;
}
.cid-ucZ1w9XaRz .item-title1,
.cid-ucZ1w9XaRz .icon1 {
  color: #ffffff;
}
.cid-ucZ1w9XaRz .main-title {
  color: #ffffff;
  text-align: center;
}
.cid-ucZ1w9XaRz .main-title DIV {
  text-align: center;
}
.cid-ucZ1w9XaRz .borde {
  border: 2px solid #bd9a5e;
  text-shadow: 1px 1px 0 #bd9a5e, -1px -1px 0 #bd9a5e, 1px -1px 0 #bd9a5e, -1px 1px 0 #bd9a5e;
  background-color: rgba(189, 154, 94, 0.5);
  padding: 0.2em 0.4em;
}
.cid-ucZgHP1wum {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucZgHP1wum .item-img {
  position: relative;
}
.cid-ucZgHP1wum .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-ucZgHP1wum .card-text {
    padding-left: 4rem;
  }
}
.cid-ucZgHP1wum h5 {
  line-height: 1.2;
}
.cid-ucZgHP1wum .card {
  margin-bottom: 2rem;
}
.cid-ucZgHP1wum .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-ucZgHP1wum .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-ucZgHP1wum .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #d9db4d;
}
@media (max-width: 992px) {
  .cid-ucZgHP1wum .image-wrapper {
    min-height: 200px;
  }
}
.cid-ucZgHP1wum .item-wrapper {
  position: relative;
  background: #005241;
  border: 3px solid #005241;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ucZgHP1wum .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ucZgHP1wum .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-ucZgHP1wum .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #005241;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-ucZgHP1wum .link-icon-wrapper .icon-wrap {
  background: #2e481a;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-ucZgHP1wum .link-icon-wrapper .icon-wrap span {
  color: #2e481a;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-ucZgHP1wum .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-ucZgHP1wum .link-icon-wrapper .svg1 path {
  fill: #005241;
}
.cid-ucZgHP1wum .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-ucZgHP1wum .link-icon-wrapper .svg2 path {
  fill: #005241;
}
.cid-ucZgHP1wum .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-ucZgHP1wum .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-ucZgHP1wum img,
.cid-ucZgHP1wum .item-img {
  width: 100%;
}
.cid-ucZgHP1wum .item:focus,
.cid-ucZgHP1wum span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-ucZgHP1wum .item {
    margin-bottom: 1rem;
  }
}
.cid-ucZgHP1wum .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ucZgHP1wum .item-title {
  text-align: left;
  color: #000000;
}
.cid-ucZgHP1wum .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-ucZgHP1wum .mbr-section-subtitle,
.cid-ucZgHP1wum .subtitle-wrap,
.cid-ucZgHP1wum .mbr-section-btn {
  text-align: left;
}
.cid-ucZgHP1wum .mbr-text,
.cid-ucZgHP1wum .item .mbr-section-btn {
  color: #ffffff;
}
.cid-ucZgHP1wum .mbr-text {
  color: #000000;
}
.cid-ucZgHP1wum .mbr-title2 {
  text-align: center;
}
.cid-ucZ1wbqqGs {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ucZ1wbqqGs .item-img {
  position: relative;
}
.cid-ucZ1wbqqGs .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-ucZ1wbqqGs .cardbg {
  background: #0046c7;
  height: 100%;
  min-height: 160px;
}
.cid-ucZ1wbqqGs .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-ucZ1wbqqGs .image-wrapper {
  overflow: hidden;
}
.cid-ucZ1wbqqGs .item1 {
  margin-bottom: 2rem !important;
}
.cid-ucZ1wbqqGs .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ucZ1wbqqGs .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ucZ1wbqqGs .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-ucZ1wbqqGs .item1,
.cid-ucZ1wbqqGs .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-ucZ1wbqqGs .item1 .item:hover,
.cid-ucZ1wbqqGs .item .item:hover {
  cursor: pointer;
}
.cid-ucZ1wbqqGs .item1:hover .link-icon-wrapper span,
.cid-ucZ1wbqqGs .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-ucZ1wbqqGs .card2 {
    margin-top: 1rem;
  }
}
.cid-ucZ1wbqqGs .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-ucZ1wbqqGs .link-icon-wrapper .icon-wrap {
  background: #bd9a5e;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-ucZ1wbqqGs .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-ucZ1wbqqGs .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-ucZ1wbqqGs .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-ucZ1wbqqGs .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-ucZ1wbqqGs .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-ucZ1wbqqGs .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-ucZ1wbqqGs .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-ucZ1wbqqGs img,
.cid-ucZ1wbqqGs .item-img {
  width: 100%;
}
.cid-ucZ1wbqqGs .item:focus,
.cid-ucZ1wbqqGs span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-ucZ1wbqqGs .item {
    margin-bottom: 1rem;
  }
}
.cid-ucZ1wbqqGs .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ucZ1wbqqGs .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-ucZ1wbqqGs .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-ucZ1wbqqGs .mbr-section-subtitle,
.cid-ucZ1wbqqGs .subtitle-wrap,
.cid-ucZ1wbqqGs .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-ucZ1wbqqGs .mbr-text,
.cid-ucZ1wbqqGs .item .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-ucZ1wbHv4w {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ucZ1wbHv4w .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-ucZ1wbHv4w .item-wrapper {
  background: #2a2c2d;
  border-radius: 2rem;
  padding: 1.5rem;
}
.cid-vefuMpHfil {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vefuMpHfil .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-vefuMpHfil .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-vefuMpHfil .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vefuMpHfil .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vefuMpHfil .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vefuMpHfil .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vefuMpHfil .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vefuMpHfil .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-vefuMpHfil .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vefuMpHfil .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vefuMpHfil .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vefuMpHfil .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vefuMpHfil .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vefuMpHfil .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vefuMpHfil .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-vefuMpHfil .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vefuMpHfil .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vefuMpHfil .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vefuMpHfil .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vefuMpHfil .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vefuMpHfil .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vefuMpHfil .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vefuMpHfil .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vefuMpHfil .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-vefuMpHfil .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-vefuMpHfil .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vefuMpHfil .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.7) !important;
  backdrop-filter: blur(10px);
}
.cid-vefuMpHfil .nav-item:focus,
.cid-vefuMpHfil .nav-link:focus {
  outline: none;
}
.cid-vefuMpHfil .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vefuMpHfil .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vefuMpHfil .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vefuMpHfil .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vefuMpHfil .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vefuMpHfil .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vefuMpHfil .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vefuMpHfil .navbar.opened {
  transition: all 0.3s;
}
.cid-vefuMpHfil .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vefuMpHfil .navbar .navbar-logo img {
  width: 90%;
  height: auto;
}
.cid-vefuMpHfil .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vefuMpHfil .navbar.collapsed {
  justify-content: center;
}
.cid-vefuMpHfil .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vefuMpHfil .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 1992px) {
  .cid-vefuMpHfil .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vefuMpHfil .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vefuMpHfil .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vefuMpHfil .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-vefuMpHfil .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vefuMpHfil .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vefuMpHfil .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vefuMpHfil .navbar {
    min-height: 72px;
  }
  .cid-vefuMpHfil .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 1750px) {
  .cid-vefuMpHfil .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vefuMpHfil .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vefuMpHfil .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vefuMpHfil .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vefuMpHfil .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-vefuMpHfil .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vefuMpHfil .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vefuMpHfil .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vefuMpHfil .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vefuMpHfil .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vefuMpHfil .dropdown-item.active,
.cid-vefuMpHfil .dropdown-item:active {
  background-color: transparent;
}
.cid-vefuMpHfil .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vefuMpHfil .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vefuMpHfil .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vefuMpHfil .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vefuMpHfil .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vefuMpHfil .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vefuMpHfil ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vefuMpHfil .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vefuMpHfil .navbar-buttons {
    text-align: left;
  }
}
.cid-vefuMpHfil button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vefuMpHfil button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vefuMpHfil button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vefuMpHfil button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vefuMpHfil button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vefuMpHfil button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vefuMpHfil nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vefuMpHfil nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vefuMpHfil nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vefuMpHfil nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vefuMpHfil .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vefuMpHfil a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vefuMpHfil .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vefuMpHfil .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vefuMpHfil .navbar {
    height: 70px;
  }
  .cid-vefuMpHfil .navbar.opened {
    height: auto;
  }
  .cid-vefuMpHfil .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vefuMpHfil .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vefuMpHfil .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vefuMpHfil .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vefuMpHfil .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vefuMpHfil .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vefuMpHfil .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vefuMpHfil .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vefuMpHfil .navbar-brand {
    margin-right: auto;
  }
  .cid-vefuMpHfil .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vefuMpHfil .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vefuMpHfil .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vefuMpHfil .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vefuMpHfil .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vefuMpHfil .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vefuMpHfil .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vefuMpHfil .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vefuMpHfil .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vefuMpHfil .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vefuMpHfil .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vefuMq0ERt {
  padding-top: 0.5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vefuMq0ERt .item-img {
  position: relative;
}
.cid-vefuMq0ERt .button1 {
  background: #080763;
}
.cid-vefuMq0ERt .btn-wrap {
  padding: 1.5rem 1.5rem;
  border-radius: 2rem;
  margin-top: 1rem;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-vefuMq0ERt .btn-wrap {
    margin-top: 0rem;
    margin-right: 0rem;
    width: 100%;
    padding: 1rem 1rem;
  }
}
.cid-vefuMq0ERt .button2 {
  background: #cdcbcb;
}
@media (max-width: 767px) {
  .cid-vefuMq0ERt .button2 {
    margin-top: 1rem;
  }
}
.cid-vefuMq0ERt .title {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .cid-vefuMq0ERt .title {
    top: 25%;
  }
}
.cid-vefuMq0ERt .image-wrapper {
  overflow: hidden;
  position: relative;
  border-radius: 2rem;
  height: 100%;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-vefuMq0ERt .image-wrapper {
    min-height: 800px;
  }
}
@media (max-width: 767px) {
  .cid-vefuMq0ERt .image-wrapper {
    min-height: 700px;
  }
}
.cid-vefuMq0ERt .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vefuMq0ERt .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-vefuMq0ERt .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-vefuMq0ERt .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 0rem;
  bottom: -1px;
  background: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-vefuMq0ERt .link-icon-wrapper {
    padding: 1rem;
    flex-direction: column;
  }
}
.cid-vefuMq0ERt .link-icon-wrapper .icon-wrap {
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid currentColor;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: 1rem;
}
.cid-vefuMq0ERt .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-vefuMq0ERt .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-vefuMq0ERt .link-icon-wrapper .icon-wrap span {
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-vefuMq0ERt .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-vefuMq0ERt .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-vefuMq0ERt .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-vefuMq0ERt .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-vefuMq0ERt .icon1 {
  color: currentColor;
  border-color: currentColor;
}
.cid-vefuMq0ERt .icon2 {
  color: currentColor;
  border-color: currentColor;
}
.cid-vefuMq0ERt img,
.cid-vefuMq0ERt .item-img {
  width: 100%;
}
.cid-vefuMq0ERt .item-title2,
.cid-vefuMq0ERt .icon2 {
  color: #1f1e61;
}
.cid-vefuMq0ERt .item-title1,
.cid-vefuMq0ERt .icon1 {
  color: #ffffff;
}
.cid-vefuMq0ERt .main-title {
  color: #fff;
  text-align: center;
  font-size: clamp(18px, 3vw, 32px);
  line-height: 1.2;
}
.cid-vefuMq0ERt .main-title DIV {
  text-align: center;
}
.cid-vefuMq0ERt .borde {
  border: 2px solid #090a63;
  text-shadow: 1px 1px 0 #090a63, -1px -1px 0 #bd9a5e, 1px -1px 0 #bd9a5e, -1px 1px 0 #090a63;
  background-color: rgba(9, 10, 99, 0.5);
  padding: 0.2em 0.4em;
}
.cid-vefuMq0ERt .main-title br + * {
  font-size: clamp(14px, 2vw, 20px);
}
.cid-vefuMq0ERt .main-title a {
  color: #fff;
  text-decoration: none;
  font-size: clamp(14px, 1.8vw, 18px);
}
.cid-vefuMq0ERt .main-title a:hover {
  color: #000;
}
.cid-vefuMq0ERt .main-title div a {
  font-size: clamp(16px, 2.2vw, 23px);
  font-weight: bold;
}
@media (max-width: 768px) {
  .cid-vefuMq0ERt .image-wrapper .title {
    width: 95%;
  }
  .cid-vefuMq0ERt .main-title {
    line-height: 1.3;
  }
  .cid-vefuMq0ERt .image-wrapper {
    min-height: 300px;
  }
}
.cid-vefuMq0ERt .slider-custom {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-vefuMq0ERt .slider-custom .slides {
  position: relative;
  width: 100%;
  height: 100%;
}
.cid-vefuMq0ERt .slider-custom .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: 1;
}
.cid-vefuMq0ERt .slider-custom .slide.active {
  opacity: 1;
  z-index: 2;
}
.cid-vefuMq0ERt .slider-custom .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 100%;
  text-align: center;
  color: #fff;
}
.cid-vefuMq0ERt .slider-custom .title h1 {
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
}
.cid-vefuMqhNyJ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vefuMqhNyJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vefuMqhNyJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vefuMqhNyJ .mbr-section-subtitle {
  border-radius: 1rem;
  border: 1px solid currentColor;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  color: #000000;
}
.cid-vefuMqhNyJ .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vefuMqhNyJ .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vefuMqhNyJ .item-wrapper {
  background: #f7f7f7;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  border: 1px solid lightgray;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-vefuMqhNyJ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vefuMqhNyJ .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #fafafa;
  margin-bottom: 1rem;
  width: 60px;
  justify-content: center;
  align-items: center;
  background: #080763;
  height: 60px;
  border-radius: 50%;
}
.cid-vefuMqhNyJ .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-vefuMqhNyJ .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vefuMqhNyJ .card-box .item-footer {
  margin-top: auto;
}
.cid-vefuMqhNyJ .content-head {
  max-width: 800px;
}
.cid-vefuMqhNyJ .mbr-section-subtitle,
.cid-vefuMqhNyJ .subtitle-wrap,
.cid-vefuMqhNyJ .mbr-section-btn {
  text-align: left;
}
.cid-vefuMqCvQb {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vefuMqCvQb .item-img {
  position: relative;
}
.cid-vefuMqCvQb .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-vefuMqCvQb .cardbg {
  background: #cdcbcb;
  height: auto;
  min-height: 150px;
}
@media (min-width: 120px) and (max-width: 574px) {
  .cid-vefuMqCvQb .cardbg {
    height: 580px;
  }
}
@media (min-width: 575px) and (max-width: 766px) {
  .cid-vefuMqCvQb .cardbg {
    height: 500px;
  }
}
@media (min-width: 767px) and (max-width: 990px) {
  .cid-vefuMqCvQb .cardbg {
    height: 400px;
  }
}
@media (min-width: 991px) and (max-width: 1123px) {
  .cid-vefuMqCvQb .cardbg {
    height: 790px;
  }
}
@media (min-width: 1124px) and (max-width: 1599px) {
  .cid-vefuMqCvQb .cardbg {
    height: 660px;
  }
}
@media (min-width: 1600px) and (max-width: 4920px) {
  .cid-vefuMqCvQb .cardbg {
    height: 560px;
  }
}
.cid-vefuMqCvQb .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-vefuMqCvQb .image-wrapper {
  overflow: hidden;
}
.cid-vefuMqCvQb .item1 {
  margin-bottom: 2rem !important;
}
.cid-vefuMqCvQb .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vefuMqCvQb .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vefuMqCvQb .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-vefuMqCvQb .item1,
.cid-vefuMqCvQb .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-vefuMqCvQb .item1 .item:hover,
.cid-vefuMqCvQb .item .item:hover {
  cursor: pointer;
}
.cid-vefuMqCvQb .item1:hover .link-icon-wrapper span,
.cid-vefuMqCvQb .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-vefuMqCvQb .card2 {
    margin-top: 1rem;
  }
}
.cid-vefuMqCvQb .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-vefuMqCvQb .link-icon-wrapper .icon-wrap {
  background: #080763;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-vefuMqCvQb .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-vefuMqCvQb .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-vefuMqCvQb .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-vefuMqCvQb .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-vefuMqCvQb .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-vefuMqCvQb .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vefuMqCvQb .item-content {
    padding: 1 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-vefuMqCvQb img,
.cid-vefuMqCvQb .item-img {
  width: 100%;
}
.cid-vefuMqCvQb .item:focus,
.cid-vefuMqCvQb span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-vefuMqCvQb .item {
    margin-bottom: 1rem;
  }
}
.cid-vefuMqCvQb .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-vefuMqCvQb .item-title {
  text-align: left;
  color: #000000;
}
.cid-vefuMqCvQb .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-vefuMqCvQb .mbr-section-subtitle,
.cid-vefuMqCvQb .subtitle-wrap,
.cid-vefuMqCvQb .mbr-section-btn {
  text-align: left;
  color: #080763;
}
.cid-vefuMqCvQb .mbr-text,
.cid-vefuMqCvQb .item .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vefuMqRpLP {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vefuMqRpLP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vefuMqRpLP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vefuMqRpLP img {
  object-fit: cover;
}
.cid-vefuMqRpLP .row {
  margin: 0;
}
.cid-vefuMqRpLP .item-wrapper {
  width: 100%;
}
.cid-vefuMqRpLP .icon-wrap {
  display: inline-flex;
  margin-top: 2rem;
}
.cid-vefuMqRpLP .card-box {
  padding: 0rem 2rem;
  width: 100%;
  max-width: 600px;
  display: inline-flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-vefuMqRpLP .card-box {
    padding: 0rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-vefuMqRpLP .icon {
  color: black;
  background: #080763;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding-top: 1px;
  margin-left: 1rem;
}
.cid-vefuMqRpLP .card-wrapper {
  display: flex;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-vefuMqRpLP .card-wrapper {
    padding: 1rem 0rem;
    min-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vefuMqRpLP .card-wrapper {
    padding: 3rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vefuMqRpLP .card-wrapper {
    padding: 3rem 2rem;
  }
}
.cid-vefuMqRpLP .wrap {
  background: #bed2f5;
}
.cid-vefuMqRpLP .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-vefuMqRpLP .mbr-text,
.cid-vefuMqRpLP .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-vefuMqRpLP .mbr-link,
.cid-vefuMqRpLP .link-wrapper {
  color: #000000;
  text-align: left;
}
.cid-vefuMqRpLP .mbr-text {
  text-align: left;
  color: #0046c7;
}
.cid-vefuMqRpLP .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-vefuMr7ynG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-vefuMr7ynG .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #0046c7 !important;
  transition: all 0.3s;
  transform: rotate(45deg);
  font-weight: bold;
}
.cid-vefuMr7ynG .panel-group {
  border: none;
}
.cid-vefuMr7ynG .card-header {
  padding: 0.5rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-vefuMr7ynG .card-header {
    padding: 1rem 0rem;
  }
}
.cid-vefuMr7ynG .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-vefuMr7ynG .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-vefuMr7ynG .img-col {
  padding: 0;
}
.cid-vefuMr7ynG .img-item {
  height: 100%;
}
.cid-vefuMr7ynG img {
  height: 100%;
  object-fit: cover;
}
.cid-vefuMr7ynG .collapsed span {
  transform: rotate(0deg);
}
.cid-vefuMr7ynG .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vefuMr7ynG p {
  margin-bottom: 0.3rem;
}
.cid-vefuMr7ynG .panel-title-edit {
  color: #e9c0e9;
}
.cid-vefuMr7ynG .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-vefuMr7ynG .card {
  background: #ffffff;
  padding: 1rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-vefuMr7ynG .card {
    padding: 1.5rem;
  }
}
.cid-vefuMr7ynG .panel-text {
  color: #320707;
}
.cid-vefuMr7ynG .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-vefuMr7ynG .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-vefuMr7ynG .panel-title-edit,
.cid-vefuMr7ynG .mbr-iconfont {
  color: #000000;
}
.cid-vefuMrpTjM {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vefuMrpTjM .item-img {
  position: relative;
}
.cid-vefuMrpTjM .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-vefuMrpTjM .cardbg {
  background: #0046c7;
  height: 100%;
  min-height: 160px;
}
.cid-vefuMrpTjM .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-vefuMrpTjM .image-wrapper {
  overflow: hidden;
}
.cid-vefuMrpTjM .item1 {
  margin-bottom: 2rem !important;
}
.cid-vefuMrpTjM .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vefuMrpTjM .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vefuMrpTjM .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-vefuMrpTjM .item1,
.cid-vefuMrpTjM .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-vefuMrpTjM .item1 .item:hover,
.cid-vefuMrpTjM .item .item:hover {
  cursor: pointer;
}
.cid-vefuMrpTjM .item1:hover .link-icon-wrapper span,
.cid-vefuMrpTjM .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-vefuMrpTjM .card2 {
    margin-top: 1rem;
  }
}
.cid-vefuMrpTjM .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-vefuMrpTjM .link-icon-wrapper .icon-wrap {
  background: #080763;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-vefuMrpTjM .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-vefuMrpTjM .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-vefuMrpTjM .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-vefuMrpTjM .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-vefuMrpTjM .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-vefuMrpTjM .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vefuMrpTjM .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-vefuMrpTjM img,
.cid-vefuMrpTjM .item-img {
  width: 100%;
}
.cid-vefuMrpTjM .item:focus,
.cid-vefuMrpTjM span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-vefuMrpTjM .item {
    margin-bottom: 1rem;
  }
}
.cid-vefuMrpTjM .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-vefuMrpTjM .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-vefuMrpTjM .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-vefuMrpTjM .mbr-section-subtitle,
.cid-vefuMrpTjM .subtitle-wrap,
.cid-vefuMrpTjM .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-vefuMrpTjM .mbr-text,
.cid-vefuMrpTjM .item .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-vefuMrIRN2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-vefuMrIRN2 .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-vefuMrIRN2 .item-wrapper {
  background: #2a2c2d;
  border-radius: 2rem;
  padding: 1.5rem;
}
.cid-ua973Mu5uW {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ua973Mu5uW .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-ua973Mu5uW .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-ua973Mu5uW .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ua973Mu5uW .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ua973Mu5uW .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ua973Mu5uW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ua973Mu5uW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ua973Mu5uW .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-ua973Mu5uW .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ua973Mu5uW .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ua973Mu5uW .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ua973Mu5uW .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ua973Mu5uW .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ua973Mu5uW .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ua973Mu5uW .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-ua973Mu5uW .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ua973Mu5uW .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ua973Mu5uW .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ua973Mu5uW .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-ua973Mu5uW .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ua973Mu5uW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ua973Mu5uW .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ua973Mu5uW .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ua973Mu5uW .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-ua973Mu5uW .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-ua973Mu5uW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ua973Mu5uW .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.7) !important;
  backdrop-filter: blur(10px);
}
.cid-ua973Mu5uW .nav-item:focus,
.cid-ua973Mu5uW .nav-link:focus {
  outline: none;
}
.cid-ua973Mu5uW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ua973Mu5uW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ua973Mu5uW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ua973Mu5uW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ua973Mu5uW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ua973Mu5uW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ua973Mu5uW .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ua973Mu5uW .navbar.opened {
  transition: all 0.3s;
}
.cid-ua973Mu5uW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ua973Mu5uW .navbar .navbar-logo img {
  width: 90%;
  height: auto;
}
.cid-ua973Mu5uW .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ua973Mu5uW .navbar.collapsed {
  justify-content: center;
}
.cid-ua973Mu5uW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ua973Mu5uW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 1992px) {
  .cid-ua973Mu5uW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ua973Mu5uW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ua973Mu5uW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ua973Mu5uW .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-ua973Mu5uW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ua973Mu5uW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ua973Mu5uW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ua973Mu5uW .navbar {
    min-height: 72px;
  }
  .cid-ua973Mu5uW .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 1750px) {
  .cid-ua973Mu5uW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ua973Mu5uW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ua973Mu5uW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ua973Mu5uW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ua973Mu5uW .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-ua973Mu5uW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ua973Mu5uW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ua973Mu5uW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ua973Mu5uW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ua973Mu5uW .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ua973Mu5uW .dropdown-item.active,
.cid-ua973Mu5uW .dropdown-item:active {
  background-color: transparent;
}
.cid-ua973Mu5uW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ua973Mu5uW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ua973Mu5uW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ua973Mu5uW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ua973Mu5uW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ua973Mu5uW .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ua973Mu5uW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ua973Mu5uW .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ua973Mu5uW .navbar-buttons {
    text-align: left;
  }
}
.cid-ua973Mu5uW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ua973Mu5uW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ua973Mu5uW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ua973Mu5uW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ua973Mu5uW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ua973Mu5uW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ua973Mu5uW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ua973Mu5uW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ua973Mu5uW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ua973Mu5uW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ua973Mu5uW .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ua973Mu5uW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ua973Mu5uW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ua973Mu5uW .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ua973Mu5uW .navbar {
    height: 70px;
  }
  .cid-ua973Mu5uW .navbar.opened {
    height: auto;
  }
  .cid-ua973Mu5uW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ua973Mu5uW .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ua973Mu5uW .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ua973Mu5uW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ua973Mu5uW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-ua973Mu5uW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ua973Mu5uW .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ua973Mu5uW .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ua973Mu5uW .navbar-brand {
    margin-right: auto;
  }
  .cid-ua973Mu5uW .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ua973Mu5uW .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ua973Mu5uW .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ua973Mu5uW .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ua973Mu5uW .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ua973Mu5uW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ua973Mu5uW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-ua973Mu5uW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ua973Mu5uW .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ua973Mu5uW .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ua973Mu5uW .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ua973MJk7u {
  padding-top: 0.5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ua973MJk7u .item-img {
  position: relative;
}
.cid-ua973MJk7u .button1 {
  background: #080763;
}
.cid-ua973MJk7u .btn-wrap {
  padding: 1.5rem 1.5rem;
  border-radius: 2rem;
  margin-top: 1rem;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-ua973MJk7u .btn-wrap {
    margin-top: 0rem;
    margin-right: 0rem;
    width: 100%;
    padding: 1rem 1rem;
  }
}
.cid-ua973MJk7u .button2 {
  background: #bed2f5;
}
@media (max-width: 767px) {
  .cid-ua973MJk7u .button2 {
    margin-top: 1rem;
  }
}
.cid-ua973MJk7u .title {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .cid-ua973MJk7u .title {
    top: 25%;
  }
}
.cid-ua973MJk7u .image-wrapper {
  overflow: hidden;
  position: relative;
  border-radius: 2rem;
  height: 100%;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-ua973MJk7u .image-wrapper {
    min-height: 800px;
  }
}
@media (max-width: 767px) {
  .cid-ua973MJk7u .image-wrapper {
    min-height: 700px;
  }
}
.cid-ua973MJk7u .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ua973MJk7u .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-ua973MJk7u .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-ua973MJk7u .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 0rem;
  bottom: -1px;
  background: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-ua973MJk7u .link-icon-wrapper {
    padding: 1rem;
    flex-direction: column;
  }
}
.cid-ua973MJk7u .link-icon-wrapper .icon-wrap {
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid currentColor;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: 1rem;
}
.cid-ua973MJk7u .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-ua973MJk7u .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-ua973MJk7u .link-icon-wrapper .icon-wrap span {
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-ua973MJk7u .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-ua973MJk7u .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-ua973MJk7u .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-ua973MJk7u .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-ua973MJk7u .icon1 {
  color: currentColor;
  border-color: currentColor;
}
.cid-ua973MJk7u .icon2 {
  color: currentColor;
  border-color: currentColor;
}
.cid-ua973MJk7u img,
.cid-ua973MJk7u .item-img {
  width: 100%;
}
.cid-ua973MJk7u .item-title2,
.cid-ua973MJk7u .icon2 {
  color: #1f1e61;
}
.cid-ua973MJk7u .item-title1,
.cid-ua973MJk7u .icon1 {
  color: #ffffff;
}
.cid-ua973MJk7u .main-title {
  color: #fff;
  text-align: center;
  font-size: clamp(18px, 3vw, 32px);
  line-height: 1.2;
}
.cid-ua973MJk7u .main-title DIV {
  text-align: center;
}
.cid-ua973MJk7u .borde {
  border: 2px solid #090a63;
  text-shadow: 1px 1px 0 #090a63, -1px -1px 0 #bd9a5e, 1px -1px 0 #bd9a5e, -1px 1px 0 #090a63;
  background-color: rgba(9, 10, 99, 0.5);
  padding: 0.2em 0.4em;
}
.cid-ua973MJk7u .main-title br + * {
  font-size: clamp(14px, 2vw, 20px);
}
.cid-ua973MJk7u .main-title a {
  color: #fff;
  text-decoration: none;
  font-size: clamp(14px, 1.8vw, 18px);
}
.cid-ua973MJk7u .main-title a:hover {
  color: #000;
}
.cid-ua973MJk7u .main-title div a {
  font-size: clamp(16px, 2.2vw, 23px);
  font-weight: bold;
}
@media (max-width: 768px) {
  .cid-ua973MJk7u .image-wrapper .title {
    width: 95%;
  }
  .cid-ua973MJk7u .main-title {
    line-height: 1.3;
  }
  .cid-ua973MJk7u .image-wrapper {
    min-height: 300px;
  }
}
.cid-ua973MJk7u .slider-custom {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-ua973MJk7u .slider-custom .slides {
  position: relative;
  width: 100%;
  height: 100%;
}
.cid-ua973MJk7u .slider-custom .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: 1;
}
.cid-ua973MJk7u .slider-custom .slide.active {
  opacity: 1;
  z-index: 2;
}
.cid-ua973MJk7u .slider-custom .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 100%;
  text-align: center;
  color: #fff;
}
.cid-ua973MJk7u .slider-custom .title h1 {
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
}
.cid-ua973NuMCw {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #edefeb;
}
@media (min-width: 768px) {
  .cid-ua973NuMCw {
    align-items: center;
  }
  .cid-ua973NuMCw .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ua973NuMCw .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ua973NuMCw {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ua973NuMCw .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ua973NuMCw .content-wrap {
    width: 100%;
  }
}
.cid-ua973NuMCw .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-ua973NuMCw .mbr-text,
.cid-ua973NuMCw .mbr-section-btn {
  text-align: center;
  color: #000000;
}
#custom-html-5n {
  /* Type valid CSS here */
}
#custom-html-5n .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
#custom-html-5n .embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-ua973NGr1l {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ua973NGr1l .item-img {
  position: relative;
}
.cid-ua973NGr1l .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-ua973NGr1l .card-text {
    padding-left: 4rem;
  }
}
.cid-ua973NGr1l h5 {
  line-height: 1.2;
}
.cid-ua973NGr1l .card {
  margin-bottom: 2rem;
}
.cid-ua973NGr1l .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-ua973NGr1l .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-ua973NGr1l .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-ua973NGr1l .image-wrapper {
    min-height: 200px;
  }
}
.cid-ua973NGr1l .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ua973NGr1l .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ua973NGr1l .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-ua973NGr1l .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-ua973NGr1l .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-ua973NGr1l .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-ua973NGr1l .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-ua973NGr1l .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-ua973NGr1l .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-ua973NGr1l .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-ua973NGr1l .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-ua973NGr1l .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-ua973NGr1l img,
.cid-ua973NGr1l .item-img {
  width: 100%;
}
.cid-ua973NGr1l .item:focus,
.cid-ua973NGr1l span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-ua973NGr1l .item {
    margin-bottom: 1rem;
  }
}
.cid-ua973NGr1l .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ua973NGr1l .item-title {
  text-align: left;
  color: #000000;
}
.cid-ua973NGr1l .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-ua973NGr1l .mbr-section-subtitle,
.cid-ua973NGr1l .subtitle-wrap,
.cid-ua973NGr1l .mbr-section-btn {
  text-align: left;
}
.cid-ua973NGr1l .mbr-text,
.cid-ua973NGr1l .item .mbr-section-btn {
  color: #ffffff;
}
.cid-ua973NGr1l .mbr-text {
  color: #000000;
}
.cid-ua973O8GLz {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ua973O8GLz .item-img {
  position: relative;
}
.cid-ua973O8GLz .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-ua973O8GLz .cardbg {
  background: #0046c7;
  height: 100%;
  min-height: 160px;
}
.cid-ua973O8GLz .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-ua973O8GLz .image-wrapper {
  overflow: hidden;
}
.cid-ua973O8GLz .item1 {
  margin-bottom: 2rem !important;
}
.cid-ua973O8GLz .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ua973O8GLz .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ua973O8GLz .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-ua973O8GLz .item1,
.cid-ua973O8GLz .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-ua973O8GLz .item1 .item:hover,
.cid-ua973O8GLz .item .item:hover {
  cursor: pointer;
}
.cid-ua973O8GLz .item1:hover .link-icon-wrapper span,
.cid-ua973O8GLz .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-ua973O8GLz .card2 {
    margin-top: 1rem;
  }
}
.cid-ua973O8GLz .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-ua973O8GLz .link-icon-wrapper .icon-wrap {
  background: #080763;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-ua973O8GLz .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-ua973O8GLz .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-ua973O8GLz .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-ua973O8GLz .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-ua973O8GLz .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-ua973O8GLz .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-ua973O8GLz .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-ua973O8GLz img,
.cid-ua973O8GLz .item-img {
  width: 100%;
}
.cid-ua973O8GLz .item:focus,
.cid-ua973O8GLz span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-ua973O8GLz .item {
    margin-bottom: 1rem;
  }
}
.cid-ua973O8GLz .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ua973O8GLz .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-ua973O8GLz .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-ua973O8GLz .mbr-section-subtitle,
.cid-ua973O8GLz .subtitle-wrap,
.cid-ua973O8GLz .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-ua973O8GLz .mbr-text,
.cid-ua973O8GLz .item .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-ua973On5p6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ua973On5p6 .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-ua973On5p6 .item-wrapper {
  background: #2a2c2d;
  border-radius: 2rem;
  padding: 1.5rem;
}
.cid-uagaQe7j4E {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uagaQe7j4E .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-uagaQe7j4E .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uagaQe7j4E .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uagaQe7j4E .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uagaQe7j4E .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uagaQe7j4E .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uagaQe7j4E .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uagaQe7j4E .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uagaQe7j4E .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uagaQe7j4E .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uagaQe7j4E .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uagaQe7j4E .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uagaQe7j4E .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uagaQe7j4E .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uagaQe7j4E .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uagaQe7j4E .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uagaQe7j4E .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uagaQe7j4E .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uagaQe7j4E .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uagaQe7j4E .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uagaQe7j4E .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uagaQe7j4E .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uagaQe7j4E .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uagaQe7j4E .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uagaQe7j4E .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uagaQe7j4E .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uagaQe7j4E .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.7) !important;
  backdrop-filter: blur(10px);
}
.cid-uagaQe7j4E .nav-item:focus,
.cid-uagaQe7j4E .nav-link:focus {
  outline: none;
}
.cid-uagaQe7j4E .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uagaQe7j4E .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uagaQe7j4E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uagaQe7j4E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uagaQe7j4E .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uagaQe7j4E .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uagaQe7j4E .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uagaQe7j4E .navbar.opened {
  transition: all 0.3s;
}
.cid-uagaQe7j4E .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uagaQe7j4E .navbar .navbar-logo img {
  width: 90%;
  height: auto;
}
.cid-uagaQe7j4E .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uagaQe7j4E .navbar.collapsed {
  justify-content: center;
}
.cid-uagaQe7j4E .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uagaQe7j4E .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 1992px) {
  .cid-uagaQe7j4E .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uagaQe7j4E .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uagaQe7j4E .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uagaQe7j4E .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-uagaQe7j4E .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uagaQe7j4E .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uagaQe7j4E .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uagaQe7j4E .navbar {
    min-height: 72px;
  }
  .cid-uagaQe7j4E .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 1750px) {
  .cid-uagaQe7j4E .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uagaQe7j4E .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uagaQe7j4E .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uagaQe7j4E .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uagaQe7j4E .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-uagaQe7j4E .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uagaQe7j4E .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uagaQe7j4E .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uagaQe7j4E .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uagaQe7j4E .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uagaQe7j4E .dropdown-item.active,
.cid-uagaQe7j4E .dropdown-item:active {
  background-color: transparent;
}
.cid-uagaQe7j4E .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uagaQe7j4E .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uagaQe7j4E .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uagaQe7j4E .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uagaQe7j4E .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uagaQe7j4E .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uagaQe7j4E ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uagaQe7j4E .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uagaQe7j4E .navbar-buttons {
    text-align: left;
  }
}
.cid-uagaQe7j4E button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uagaQe7j4E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uagaQe7j4E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uagaQe7j4E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uagaQe7j4E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uagaQe7j4E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uagaQe7j4E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uagaQe7j4E nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uagaQe7j4E nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uagaQe7j4E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uagaQe7j4E .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uagaQe7j4E a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uagaQe7j4E .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uagaQe7j4E .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uagaQe7j4E .navbar {
    height: 70px;
  }
  .cid-uagaQe7j4E .navbar.opened {
    height: auto;
  }
  .cid-uagaQe7j4E .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uagaQe7j4E .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uagaQe7j4E .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uagaQe7j4E .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uagaQe7j4E .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uagaQe7j4E .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uagaQe7j4E .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uagaQe7j4E .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uagaQe7j4E .navbar-brand {
    margin-right: auto;
  }
  .cid-uagaQe7j4E .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uagaQe7j4E .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uagaQe7j4E .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uagaQe7j4E .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uagaQe7j4E .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uagaQe7j4E .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uagaQe7j4E .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uagaQe7j4E .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uagaQe7j4E .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uagaQe7j4E .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uagaQe7j4E .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uagaQentaF {
  padding-top: 0.5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uagaQentaF .item-img {
  position: relative;
}
.cid-uagaQentaF .button1 {
  background: #080763;
}
.cid-uagaQentaF .btn-wrap {
  padding: 1.5rem 1.5rem;
  border-radius: 2rem;
  margin-top: 1rem;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uagaQentaF .btn-wrap {
    margin-top: 0rem;
    margin-right: 0rem;
    width: 100%;
    padding: 1rem 1rem;
  }
}
.cid-uagaQentaF .button2 {
  background: #bed2f5;
}
@media (max-width: 767px) {
  .cid-uagaQentaF .button2 {
    margin-top: 1rem;
  }
}
.cid-uagaQentaF .title {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .cid-uagaQentaF .title {
    top: 25%;
  }
}
.cid-uagaQentaF .image-wrapper {
  overflow: hidden;
  position: relative;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uagaQentaF .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-uagaQentaF .image-wrapper {
    min-height: 400px;
  }
}
.cid-uagaQentaF .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uagaQentaF .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uagaQentaF .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-uagaQentaF .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 0rem;
  bottom: -1px;
  background: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-uagaQentaF .link-icon-wrapper {
    padding: 1rem;
    flex-direction: column;
  }
}
.cid-uagaQentaF .link-icon-wrapper .icon-wrap {
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid currentColor;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: 1rem;
}
.cid-uagaQentaF .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-uagaQentaF .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-uagaQentaF .link-icon-wrapper .icon-wrap span {
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uagaQentaF .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-uagaQentaF .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uagaQentaF .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-uagaQentaF .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uagaQentaF .icon1 {
  color: currentColor;
  border-color: currentColor;
}
.cid-uagaQentaF .icon2 {
  color: currentColor;
  border-color: currentColor;
}
.cid-uagaQentaF img,
.cid-uagaQentaF .item-img {
  width: 100%;
}
.cid-uagaQentaF .item-title2,
.cid-uagaQentaF .icon2 {
  color: #1f1e61;
}
.cid-uagaQentaF .item-title1,
.cid-uagaQentaF .icon1 {
  color: #ffffff;
}
.cid-uagaQentaF .main-title {
  color: #fff;
  text-align: center;
  font-size: clamp(18px, 3vw, 32px);
  line-height: 1.2;
}
.cid-uagaQentaF .main-title DIV {
  text-align: center;
}
.cid-uagaQentaF .borde {
  border: 2px solid #090a63;
  text-shadow: 1px 1px 0 #090a63, -1px -1px 0 #bd9a5e, 1px -1px 0 #bd9a5e, -1px 1px 0 #090a63;
  background-color: rgba(9, 10, 99, 0.5);
  padding: 0.2em 0.4em;
}
.cid-uagaQentaF .main-title br + * {
  font-size: clamp(14px, 2vw, 20px);
}
.cid-uagaQentaF .main-title a {
  color: #fff;
  text-decoration: none;
  font-size: clamp(14px, 1.8vw, 18px);
}
.cid-uagaQentaF .main-title a:hover {
  color: #000;
}
.cid-uagaQentaF .main-title div a {
  font-size: clamp(16px, 2.2vw, 23px);
  font-weight: bold;
}
@media (max-width: 768px) {
  .cid-uagaQentaF .image-wrapper .title {
    width: 95%;
  }
  .cid-uagaQentaF .main-title {
    line-height: 1.3;
  }
}
.cid-uagaQeyEo3 {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #edefeb;
}
@media (min-width: 768px) {
  .cid-uagaQeyEo3 {
    align-items: center;
  }
  .cid-uagaQeyEo3 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uagaQeyEo3 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uagaQeyEo3 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uagaQeyEo3 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uagaQeyEo3 .content-wrap {
    width: 100%;
  }
}
.cid-uagaQeyEo3 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uagaQeyEo3 .mbr-text,
.cid-uagaQeyEo3 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
#custom-html-5r {
  /* Type valid CSS here */
}
#custom-html-5r .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
#custom-html-5r .embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uagaQeOkM7 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uagaQeOkM7 .item-img {
  position: relative;
}
.cid-uagaQeOkM7 .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-uagaQeOkM7 .card-text {
    padding-left: 4rem;
  }
}
.cid-uagaQeOkM7 h5 {
  line-height: 1.2;
}
.cid-uagaQeOkM7 .card {
  margin-bottom: 2rem;
}
.cid-uagaQeOkM7 .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uagaQeOkM7 .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uagaQeOkM7 .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-uagaQeOkM7 .image-wrapper {
    min-height: 200px;
  }
}
.cid-uagaQeOkM7 .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uagaQeOkM7 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uagaQeOkM7 .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uagaQeOkM7 .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uagaQeOkM7 .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uagaQeOkM7 .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uagaQeOkM7 .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uagaQeOkM7 .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uagaQeOkM7 .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uagaQeOkM7 .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uagaQeOkM7 .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uagaQeOkM7 .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uagaQeOkM7 img,
.cid-uagaQeOkM7 .item-img {
  width: 100%;
}
.cid-uagaQeOkM7 .item:focus,
.cid-uagaQeOkM7 span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uagaQeOkM7 .item {
    margin-bottom: 1rem;
  }
}
.cid-uagaQeOkM7 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uagaQeOkM7 .item-title {
  text-align: left;
  color: #000000;
}
.cid-uagaQeOkM7 .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uagaQeOkM7 .mbr-section-subtitle,
.cid-uagaQeOkM7 .subtitle-wrap,
.cid-uagaQeOkM7 .mbr-section-btn {
  text-align: left;
}
.cid-uagaQeOkM7 .mbr-text,
.cid-uagaQeOkM7 .item .mbr-section-btn {
  color: #ffffff;
}
.cid-uagaQeOkM7 .mbr-text {
  color: #000000;
}
.cid-uagaQfbgLf {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uagaQfbgLf .item-img {
  position: relative;
}
.cid-uagaQfbgLf .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-uagaQfbgLf .cardbg {
  background: #0046c7;
  height: 100%;
  min-height: 160px;
}
.cid-uagaQfbgLf .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uagaQfbgLf .image-wrapper {
  overflow: hidden;
}
.cid-uagaQfbgLf .item1 {
  margin-bottom: 2rem !important;
}
.cid-uagaQfbgLf .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uagaQfbgLf .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uagaQfbgLf .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uagaQfbgLf .item1,
.cid-uagaQfbgLf .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-uagaQfbgLf .item1 .item:hover,
.cid-uagaQfbgLf .item .item:hover {
  cursor: pointer;
}
.cid-uagaQfbgLf .item1:hover .link-icon-wrapper span,
.cid-uagaQfbgLf .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-uagaQfbgLf .card2 {
    margin-top: 1rem;
  }
}
.cid-uagaQfbgLf .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uagaQfbgLf .link-icon-wrapper .icon-wrap {
  background: #080763;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uagaQfbgLf .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uagaQfbgLf .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uagaQfbgLf .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uagaQfbgLf .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uagaQfbgLf .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uagaQfbgLf .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uagaQfbgLf .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uagaQfbgLf img,
.cid-uagaQfbgLf .item-img {
  width: 100%;
}
.cid-uagaQfbgLf .item:focus,
.cid-uagaQfbgLf span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uagaQfbgLf .item {
    margin-bottom: 1rem;
  }
}
.cid-uagaQfbgLf .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uagaQfbgLf .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uagaQfbgLf .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uagaQfbgLf .mbr-section-subtitle,
.cid-uagaQfbgLf .subtitle-wrap,
.cid-uagaQfbgLf .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uagaQfbgLf .mbr-text,
.cid-uagaQfbgLf .item .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uagaQfoSy4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uagaQfoSy4 .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uagaQfoSy4 .item-wrapper {
  background: #2a2c2d;
  border-radius: 2rem;
  padding: 1.5rem;
}
.cid-uaSnNoAaMl {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uaSnNoAaMl .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-uaSnNoAaMl .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uaSnNoAaMl .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uaSnNoAaMl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uaSnNoAaMl .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uaSnNoAaMl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uaSnNoAaMl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uaSnNoAaMl .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uaSnNoAaMl .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uaSnNoAaMl .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uaSnNoAaMl .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uaSnNoAaMl .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uaSnNoAaMl .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uaSnNoAaMl .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uaSnNoAaMl .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uaSnNoAaMl .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uaSnNoAaMl .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uaSnNoAaMl .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uaSnNoAaMl .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uaSnNoAaMl .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uaSnNoAaMl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uaSnNoAaMl .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uaSnNoAaMl .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uaSnNoAaMl .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uaSnNoAaMl .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uaSnNoAaMl .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uaSnNoAaMl .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.7) !important;
  backdrop-filter: blur(10px);
}
.cid-uaSnNoAaMl .nav-item:focus,
.cid-uaSnNoAaMl .nav-link:focus {
  outline: none;
}
.cid-uaSnNoAaMl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uaSnNoAaMl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uaSnNoAaMl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uaSnNoAaMl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaSnNoAaMl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uaSnNoAaMl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uaSnNoAaMl .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uaSnNoAaMl .navbar.opened {
  transition: all 0.3s;
}
.cid-uaSnNoAaMl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uaSnNoAaMl .navbar .navbar-logo img {
  width: 90%;
  height: auto;
}
.cid-uaSnNoAaMl .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uaSnNoAaMl .navbar.collapsed {
  justify-content: center;
}
.cid-uaSnNoAaMl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uaSnNoAaMl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 1992px) {
  .cid-uaSnNoAaMl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uaSnNoAaMl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uaSnNoAaMl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uaSnNoAaMl .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-uaSnNoAaMl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uaSnNoAaMl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uaSnNoAaMl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uaSnNoAaMl .navbar {
    min-height: 72px;
  }
  .cid-uaSnNoAaMl .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 1750px) {
  .cid-uaSnNoAaMl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uaSnNoAaMl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uaSnNoAaMl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uaSnNoAaMl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uaSnNoAaMl .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-uaSnNoAaMl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uaSnNoAaMl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uaSnNoAaMl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uaSnNoAaMl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uaSnNoAaMl .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uaSnNoAaMl .dropdown-item.active,
.cid-uaSnNoAaMl .dropdown-item:active {
  background-color: transparent;
}
.cid-uaSnNoAaMl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uaSnNoAaMl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uaSnNoAaMl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uaSnNoAaMl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uaSnNoAaMl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uaSnNoAaMl .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uaSnNoAaMl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uaSnNoAaMl .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uaSnNoAaMl .navbar-buttons {
    text-align: left;
  }
}
.cid-uaSnNoAaMl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uaSnNoAaMl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uaSnNoAaMl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uaSnNoAaMl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaSnNoAaMl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaSnNoAaMl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uaSnNoAaMl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaSnNoAaMl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uaSnNoAaMl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uaSnNoAaMl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaSnNoAaMl .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uaSnNoAaMl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uaSnNoAaMl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uaSnNoAaMl .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uaSnNoAaMl .navbar {
    height: 70px;
  }
  .cid-uaSnNoAaMl .navbar.opened {
    height: auto;
  }
  .cid-uaSnNoAaMl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaSnNoAaMl .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uaSnNoAaMl .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uaSnNoAaMl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uaSnNoAaMl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uaSnNoAaMl .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uaSnNoAaMl .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uaSnNoAaMl .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uaSnNoAaMl .navbar-brand {
    margin-right: auto;
  }
  .cid-uaSnNoAaMl .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uaSnNoAaMl .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uaSnNoAaMl .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uaSnNoAaMl .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uaSnNoAaMl .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uaSnNoAaMl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uaSnNoAaMl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uaSnNoAaMl .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uaSnNoAaMl .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uaSnNoAaMl .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uaSnNoAaMl .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uaSnNoPyKZ {
  padding-top: 0.5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uaSnNoPyKZ .item-img {
  position: relative;
}
.cid-uaSnNoPyKZ .button1 {
  background: #080763;
}
.cid-uaSnNoPyKZ .btn-wrap {
  padding: 1.5rem 1.5rem;
  border-radius: 2rem;
  margin-top: 1rem;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uaSnNoPyKZ .btn-wrap {
    margin-top: 0rem;
    margin-right: 0rem;
    width: 100%;
    padding: 1rem 1rem;
  }
}
.cid-uaSnNoPyKZ .button2 {
  background: #bed2f5;
}
@media (max-width: 767px) {
  .cid-uaSnNoPyKZ .button2 {
    margin-top: 1rem;
  }
}
.cid-uaSnNoPyKZ .title {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .cid-uaSnNoPyKZ .title {
    top: 25%;
  }
}
.cid-uaSnNoPyKZ .image-wrapper {
  overflow: hidden;
  position: relative;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uaSnNoPyKZ .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-uaSnNoPyKZ .image-wrapper {
    min-height: 400px;
  }
}
.cid-uaSnNoPyKZ .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uaSnNoPyKZ .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uaSnNoPyKZ .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-uaSnNoPyKZ .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 0rem;
  bottom: -1px;
  background: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-uaSnNoPyKZ .link-icon-wrapper {
    padding: 1rem;
    flex-direction: column;
  }
}
.cid-uaSnNoPyKZ .link-icon-wrapper .icon-wrap {
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid currentColor;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: 1rem;
}
.cid-uaSnNoPyKZ .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-uaSnNoPyKZ .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-uaSnNoPyKZ .link-icon-wrapper .icon-wrap span {
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uaSnNoPyKZ .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-uaSnNoPyKZ .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uaSnNoPyKZ .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-uaSnNoPyKZ .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uaSnNoPyKZ .icon1 {
  color: currentColor;
  border-color: currentColor;
}
.cid-uaSnNoPyKZ .icon2 {
  color: currentColor;
  border-color: currentColor;
}
.cid-uaSnNoPyKZ img,
.cid-uaSnNoPyKZ .item-img {
  width: 100%;
}
.cid-uaSnNoPyKZ .item-title2,
.cid-uaSnNoPyKZ .icon2 {
  color: #1f1e61;
}
.cid-uaSnNoPyKZ .item-title1,
.cid-uaSnNoPyKZ .icon1 {
  color: #ffffff;
}
.cid-uaSnNoPyKZ .main-title {
  color: #fff;
  text-align: center;
  font-size: clamp(18px, 3vw, 32px);
  line-height: 1.2;
}
.cid-uaSnNoPyKZ .main-title DIV {
  text-align: center;
}
.cid-uaSnNoPyKZ .borde {
  border: 2px solid #090a63;
  text-shadow: 1px 1px 0 #090a63, -1px -1px 0 #bd9a5e, 1px -1px 0 #bd9a5e, -1px 1px 0 #090a63;
  background-color: rgba(9, 10, 99, 0.5);
  padding: 0.2em 0.4em;
}
.cid-uaSnNoPyKZ .main-title br + * {
  font-size: clamp(14px, 2vw, 20px);
}
.cid-uaSnNoPyKZ .main-title a {
  color: #fff;
  text-decoration: none;
  font-size: clamp(14px, 1.8vw, 18px);
}
.cid-uaSnNoPyKZ .main-title a:hover {
  color: #000;
}
.cid-uaSnNoPyKZ .main-title div a {
  font-size: clamp(16px, 2.2vw, 23px);
  font-weight: bold;
}
@media (max-width: 768px) {
  .cid-uaSnNoPyKZ .image-wrapper .title {
    width: 95%;
  }
  .cid-uaSnNoPyKZ .main-title {
    line-height: 1.3;
  }
}
.cid-uaSnNoZbrJ {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #edefeb;
}
@media (min-width: 768px) {
  .cid-uaSnNoZbrJ {
    align-items: center;
  }
  .cid-uaSnNoZbrJ .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uaSnNoZbrJ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uaSnNoZbrJ {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uaSnNoZbrJ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uaSnNoZbrJ .content-wrap {
    width: 100%;
  }
}
.cid-uaSnNoZbrJ .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uaSnNoZbrJ .mbr-text,
.cid-uaSnNoZbrJ .mbr-section-btn {
  text-align: center;
  color: #000000;
}
#custom-html-5z {
  /* Type valid CSS here */
}
#custom-html-5z .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
#custom-html-5z .embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uaSnNpebkF {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uaSnNpebkF .item-img {
  position: relative;
}
.cid-uaSnNpebkF .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-uaSnNpebkF .card-text {
    padding-left: 4rem;
  }
}
.cid-uaSnNpebkF h5 {
  line-height: 1.2;
}
.cid-uaSnNpebkF .card {
  margin-bottom: 2rem;
}
.cid-uaSnNpebkF .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uaSnNpebkF .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uaSnNpebkF .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-uaSnNpebkF .image-wrapper {
    min-height: 200px;
  }
}
.cid-uaSnNpebkF .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uaSnNpebkF .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uaSnNpebkF .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uaSnNpebkF .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uaSnNpebkF .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uaSnNpebkF .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uaSnNpebkF .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uaSnNpebkF .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uaSnNpebkF .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uaSnNpebkF .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uaSnNpebkF .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uaSnNpebkF .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uaSnNpebkF img,
.cid-uaSnNpebkF .item-img {
  width: 100%;
}
.cid-uaSnNpebkF .item:focus,
.cid-uaSnNpebkF span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uaSnNpebkF .item {
    margin-bottom: 1rem;
  }
}
.cid-uaSnNpebkF .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uaSnNpebkF .item-title {
  text-align: left;
  color: #000000;
}
.cid-uaSnNpebkF .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uaSnNpebkF .mbr-section-subtitle,
.cid-uaSnNpebkF .subtitle-wrap,
.cid-uaSnNpebkF .mbr-section-btn {
  text-align: left;
}
.cid-uaSnNpebkF .mbr-text,
.cid-uaSnNpebkF .item .mbr-section-btn {
  color: #ffffff;
}
.cid-uaSnNpebkF .mbr-text {
  color: #000000;
}
.cid-uaSnNpB81h {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uaSnNpB81h .item-img {
  position: relative;
}
.cid-uaSnNpB81h .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-uaSnNpB81h .cardbg {
  background: #0046c7;
  height: 100%;
  min-height: 160px;
}
.cid-uaSnNpB81h .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uaSnNpB81h .image-wrapper {
  overflow: hidden;
}
.cid-uaSnNpB81h .item1 {
  margin-bottom: 2rem !important;
}
.cid-uaSnNpB81h .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uaSnNpB81h .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uaSnNpB81h .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uaSnNpB81h .item1,
.cid-uaSnNpB81h .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-uaSnNpB81h .item1 .item:hover,
.cid-uaSnNpB81h .item .item:hover {
  cursor: pointer;
}
.cid-uaSnNpB81h .item1:hover .link-icon-wrapper span,
.cid-uaSnNpB81h .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-uaSnNpB81h .card2 {
    margin-top: 1rem;
  }
}
.cid-uaSnNpB81h .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uaSnNpB81h .link-icon-wrapper .icon-wrap {
  background: #080763;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uaSnNpB81h .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uaSnNpB81h .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uaSnNpB81h .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uaSnNpB81h .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uaSnNpB81h .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uaSnNpB81h .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uaSnNpB81h .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uaSnNpB81h img,
.cid-uaSnNpB81h .item-img {
  width: 100%;
}
.cid-uaSnNpB81h .item:focus,
.cid-uaSnNpB81h span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uaSnNpB81h .item {
    margin-bottom: 1rem;
  }
}
.cid-uaSnNpB81h .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uaSnNpB81h .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uaSnNpB81h .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uaSnNpB81h .mbr-section-subtitle,
.cid-uaSnNpB81h .subtitle-wrap,
.cid-uaSnNpB81h .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uaSnNpB81h .mbr-text,
.cid-uaSnNpB81h .item .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uaSnNpOPDu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uaSnNpOPDu .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uaSnNpOPDu .item-wrapper {
  background: #2a2c2d;
  border-radius: 2rem;
  padding: 1.5rem;
}
.cid-uaSM66M54k {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uaSM66M54k .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-uaSM66M54k .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uaSM66M54k .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uaSM66M54k .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uaSM66M54k .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uaSM66M54k .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uaSM66M54k .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uaSM66M54k .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uaSM66M54k .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uaSM66M54k .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uaSM66M54k .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uaSM66M54k .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uaSM66M54k .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uaSM66M54k .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uaSM66M54k .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uaSM66M54k .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uaSM66M54k .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uaSM66M54k .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uaSM66M54k .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uaSM66M54k .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uaSM66M54k .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uaSM66M54k .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uaSM66M54k .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uaSM66M54k .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uaSM66M54k .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uaSM66M54k .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uaSM66M54k .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.7) !important;
  backdrop-filter: blur(10px);
}
.cid-uaSM66M54k .nav-item:focus,
.cid-uaSM66M54k .nav-link:focus {
  outline: none;
}
.cid-uaSM66M54k .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uaSM66M54k .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uaSM66M54k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uaSM66M54k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaSM66M54k .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uaSM66M54k .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uaSM66M54k .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uaSM66M54k .navbar.opened {
  transition: all 0.3s;
}
.cid-uaSM66M54k .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uaSM66M54k .navbar .navbar-logo img {
  width: 90%;
  height: auto;
}
.cid-uaSM66M54k .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uaSM66M54k .navbar.collapsed {
  justify-content: center;
}
.cid-uaSM66M54k .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uaSM66M54k .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 1992px) {
  .cid-uaSM66M54k .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uaSM66M54k .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uaSM66M54k .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uaSM66M54k .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-uaSM66M54k .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uaSM66M54k .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uaSM66M54k .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uaSM66M54k .navbar {
    min-height: 72px;
  }
  .cid-uaSM66M54k .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 1750px) {
  .cid-uaSM66M54k .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uaSM66M54k .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uaSM66M54k .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uaSM66M54k .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uaSM66M54k .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-uaSM66M54k .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uaSM66M54k .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uaSM66M54k .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uaSM66M54k .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uaSM66M54k .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uaSM66M54k .dropdown-item.active,
.cid-uaSM66M54k .dropdown-item:active {
  background-color: transparent;
}
.cid-uaSM66M54k .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uaSM66M54k .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uaSM66M54k .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uaSM66M54k .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uaSM66M54k .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uaSM66M54k .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uaSM66M54k ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uaSM66M54k .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uaSM66M54k .navbar-buttons {
    text-align: left;
  }
}
.cid-uaSM66M54k button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uaSM66M54k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uaSM66M54k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uaSM66M54k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaSM66M54k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaSM66M54k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uaSM66M54k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaSM66M54k nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uaSM66M54k nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uaSM66M54k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaSM66M54k .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uaSM66M54k a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uaSM66M54k .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uaSM66M54k .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uaSM66M54k .navbar {
    height: 70px;
  }
  .cid-uaSM66M54k .navbar.opened {
    height: auto;
  }
  .cid-uaSM66M54k .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaSM66M54k .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uaSM66M54k .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uaSM66M54k .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uaSM66M54k .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uaSM66M54k .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uaSM66M54k .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uaSM66M54k .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uaSM66M54k .navbar-brand {
    margin-right: auto;
  }
  .cid-uaSM66M54k .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uaSM66M54k .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uaSM66M54k .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uaSM66M54k .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uaSM66M54k .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uaSM66M54k .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uaSM66M54k .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uaSM66M54k .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uaSM66M54k .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uaSM66M54k .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uaSM66M54k .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uaSM672nPc {
  padding-top: 0.5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uaSM672nPc .item-img {
  position: relative;
}
.cid-uaSM672nPc .button1 {
  background: #080763;
}
.cid-uaSM672nPc .btn-wrap {
  padding: 1.5rem 1.5rem;
  border-radius: 2rem;
  margin-top: 1rem;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uaSM672nPc .btn-wrap {
    margin-top: 0rem;
    margin-right: 0rem;
    width: 100%;
    padding: 1rem 1rem;
  }
}
.cid-uaSM672nPc .button2 {
  background: #bed2f5;
}
@media (max-width: 767px) {
  .cid-uaSM672nPc .button2 {
    margin-top: 1rem;
  }
}
.cid-uaSM672nPc .title {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .cid-uaSM672nPc .title {
    top: 25%;
  }
}
.cid-uaSM672nPc .image-wrapper {
  overflow: hidden;
  position: relative;
  border-radius: 2rem;
  height: 100%;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-uaSM672nPc .image-wrapper {
    min-height: 800px;
  }
}
@media (max-width: 767px) {
  .cid-uaSM672nPc .image-wrapper {
    min-height: 700px;
  }
}
.cid-uaSM672nPc .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uaSM672nPc .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uaSM672nPc .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-uaSM672nPc .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 0rem;
  bottom: -1px;
  background: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-uaSM672nPc .link-icon-wrapper {
    padding: 1rem;
    flex-direction: column;
  }
}
.cid-uaSM672nPc .link-icon-wrapper .icon-wrap {
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid currentColor;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: 1rem;
}
.cid-uaSM672nPc .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-uaSM672nPc .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-uaSM672nPc .link-icon-wrapper .icon-wrap span {
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uaSM672nPc .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-uaSM672nPc .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uaSM672nPc .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-uaSM672nPc .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uaSM672nPc .icon1 {
  color: currentColor;
  border-color: currentColor;
}
.cid-uaSM672nPc .icon2 {
  color: currentColor;
  border-color: currentColor;
}
.cid-uaSM672nPc img,
.cid-uaSM672nPc .item-img {
  width: 100%;
}
.cid-uaSM672nPc .item-title2,
.cid-uaSM672nPc .icon2 {
  color: #1f1e61;
}
.cid-uaSM672nPc .item-title1,
.cid-uaSM672nPc .icon1 {
  color: #ffffff;
}
.cid-uaSM672nPc .main-title {
  color: #fff;
  text-align: center;
  font-size: clamp(18px, 3vw, 32px);
  line-height: 1.2;
}
.cid-uaSM672nPc .main-title DIV {
  text-align: center;
}
.cid-uaSM672nPc .borde {
  border: 2px solid #090a63;
  text-shadow: 1px 1px 0 #090a63, -1px -1px 0 #bd9a5e, 1px -1px 0 #bd9a5e, -1px 1px 0 #090a63;
  background-color: rgba(9, 10, 99, 0.5);
  padding: 0.2em 0.4em;
}
.cid-uaSM672nPc .main-title br + * {
  font-size: clamp(14px, 2vw, 20px);
}
.cid-uaSM672nPc .main-title a {
  color: #fff;
  text-decoration: none;
  font-size: clamp(14px, 1.8vw, 18px);
}
.cid-uaSM672nPc .main-title a:hover {
  color: #000;
}
.cid-uaSM672nPc .main-title div a {
  font-size: clamp(16px, 2.2vw, 23px);
  font-weight: bold;
}
@media (max-width: 768px) {
  .cid-uaSM672nPc .image-wrapper .title {
    width: 95%;
  }
  .cid-uaSM672nPc .main-title {
    line-height: 1.3;
  }
  .cid-uaSM672nPc .image-wrapper {
    min-height: 300px;
  }
}
.cid-uaSM672nPc .slider-custom {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uaSM672nPc .slider-custom .slides {
  position: relative;
  width: 100%;
  height: 100%;
}
.cid-uaSM672nPc .slider-custom .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: 1;
}
.cid-uaSM672nPc .slider-custom .slide.active {
  opacity: 1;
  z-index: 2;
}
.cid-uaSM672nPc .slider-custom .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 100%;
  text-align: center;
  color: #fff;
}
.cid-uaSM672nPc .slider-custom .title h1 {
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
}
.cid-uaSM67e5Zr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uaSM67e5Zr .mbr-section-title {
  color: #000000;
}
.cid-uaSM67e5Zr .mbr-section-subtitle {
  color: #000000;
}
.cid-uaSM67e5Zr .mbr-text {
  color: #000000;
  padding: 2rem;
}
@media (max-width: 992px) {
  .cid-uaSM67e5Zr .mbr-text {
    padding: 0;
    margin-top: 2rem;
  }
}
.cid-uaSM67e5Zr .line {
  height: 2px;
  background: currentColor;
  margin-bottom: 1.5rem;
}
.cid-uaSM67e5Zr .mbr-section-title,
.cid-uaSM67e5Zr .line {
  color: #000000;
  text-align: center;
}
.cid-ven1Cdaoye {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ven1Cdaoye .mbr-section-title {
  color: #000000;
}
.cid-ven1Cdaoye .mbr-section-subtitle {
  color: #000000;
}
.cid-ven1Cdaoye .mbr-text {
  color: #000000;
  padding: 2rem;
}
@media (max-width: 992px) {
  .cid-ven1Cdaoye .mbr-text {
    padding: 0;
    margin-top: 2rem;
  }
}
.cid-ven1Cdaoye .line {
  height: 2px;
  background: currentColor;
  margin-bottom: 1.5rem;
}
.cid-ven1Cdaoye .mbr-section-title,
.cid-ven1Cdaoye .line {
  color: #000000;
  text-align: center;
}
.cid-ven6lCrne9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ven6lCrne9 .mbr-section-title {
  color: #000000;
}
.cid-ven6lCrne9 .mbr-section-subtitle {
  color: #000000;
}
.cid-ven6lCrne9 .mbr-text {
  color: #000000;
  padding: 2rem;
}
@media (max-width: 992px) {
  .cid-ven6lCrne9 .mbr-text {
    padding: 0;
    margin-top: 2rem;
  }
}
.cid-ven6lCrne9 .line {
  height: 2px;
  background: currentColor;
  margin-bottom: 1.5rem;
}
.cid-ven6lCrne9 .mbr-section-title,
.cid-ven6lCrne9 .line {
  color: #000000;
  text-align: center;
}
.cid-uaSM67ADJq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uaSM67ADJq .col-title {
    margin-bottom: 20px;
  }
}
.cid-uaSM67ADJq .mbr-section-title {
  color: #080763;
  text-align: center;
}
.cid-uaSM67ADJq .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-uaSM67ADJq .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uaSM68n0LG {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uaSM68n0LG .item-img {
  position: relative;
}
.cid-uaSM68n0LG .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-uaSM68n0LG .cardbg {
  background: #0046c7;
  height: 100%;
  min-height: 160px;
}
.cid-uaSM68n0LG .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uaSM68n0LG .image-wrapper {
  overflow: hidden;
}
.cid-uaSM68n0LG .item1 {
  margin-bottom: 2rem !important;
}
.cid-uaSM68n0LG .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uaSM68n0LG .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uaSM68n0LG .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uaSM68n0LG .item1,
.cid-uaSM68n0LG .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-uaSM68n0LG .item1 .item:hover,
.cid-uaSM68n0LG .item .item:hover {
  cursor: pointer;
}
.cid-uaSM68n0LG .item1:hover .link-icon-wrapper span,
.cid-uaSM68n0LG .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-uaSM68n0LG .card2 {
    margin-top: 1rem;
  }
}
.cid-uaSM68n0LG .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uaSM68n0LG .link-icon-wrapper .icon-wrap {
  background: #080763;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uaSM68n0LG .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uaSM68n0LG .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uaSM68n0LG .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uaSM68n0LG .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uaSM68n0LG .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uaSM68n0LG .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uaSM68n0LG .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uaSM68n0LG img,
.cid-uaSM68n0LG .item-img {
  width: 100%;
}
.cid-uaSM68n0LG .item:focus,
.cid-uaSM68n0LG span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uaSM68n0LG .item {
    margin-bottom: 1rem;
  }
}
.cid-uaSM68n0LG .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uaSM68n0LG .item-title {
  text-align: justify;
  color: #ffffff;
}
.cid-uaSM68n0LG .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uaSM68n0LG .mbr-section-subtitle,
.cid-uaSM68n0LG .subtitle-wrap,
.cid-uaSM68n0LG .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uaSM68n0LG .mbr-text,
.cid-uaSM68n0LG .item .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uaSM68BNVK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uaSM68BNVK .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uaSM68BNVK .item-wrapper {
  background: #2a2c2d;
  border-radius: 2rem;
  padding: 1.5rem;
}
.cid-venbhIEZF4 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-venbhIEZF4 .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-venbhIEZF4 .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-venbhIEZF4 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-venbhIEZF4 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-venbhIEZF4 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-venbhIEZF4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-venbhIEZF4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-venbhIEZF4 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-venbhIEZF4 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-venbhIEZF4 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-venbhIEZF4 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-venbhIEZF4 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-venbhIEZF4 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-venbhIEZF4 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-venbhIEZF4 .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-venbhIEZF4 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-venbhIEZF4 .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-venbhIEZF4 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-venbhIEZF4 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-venbhIEZF4 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-venbhIEZF4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-venbhIEZF4 .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-venbhIEZF4 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-venbhIEZF4 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-venbhIEZF4 .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-venbhIEZF4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-venbhIEZF4 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.7) !important;
  backdrop-filter: blur(10px);
}
.cid-venbhIEZF4 .nav-item:focus,
.cid-venbhIEZF4 .nav-link:focus {
  outline: none;
}
.cid-venbhIEZF4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-venbhIEZF4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-venbhIEZF4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-venbhIEZF4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-venbhIEZF4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-venbhIEZF4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-venbhIEZF4 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-venbhIEZF4 .navbar.opened {
  transition: all 0.3s;
}
.cid-venbhIEZF4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-venbhIEZF4 .navbar .navbar-logo img {
  width: 90%;
  height: auto;
}
.cid-venbhIEZF4 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-venbhIEZF4 .navbar.collapsed {
  justify-content: center;
}
.cid-venbhIEZF4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-venbhIEZF4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 1992px) {
  .cid-venbhIEZF4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-venbhIEZF4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-venbhIEZF4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-venbhIEZF4 .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-venbhIEZF4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-venbhIEZF4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-venbhIEZF4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-venbhIEZF4 .navbar {
    min-height: 72px;
  }
  .cid-venbhIEZF4 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 1750px) {
  .cid-venbhIEZF4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-venbhIEZF4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-venbhIEZF4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-venbhIEZF4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-venbhIEZF4 .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-venbhIEZF4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-venbhIEZF4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-venbhIEZF4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-venbhIEZF4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-venbhIEZF4 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-venbhIEZF4 .dropdown-item.active,
.cid-venbhIEZF4 .dropdown-item:active {
  background-color: transparent;
}
.cid-venbhIEZF4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-venbhIEZF4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-venbhIEZF4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-venbhIEZF4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-venbhIEZF4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-venbhIEZF4 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-venbhIEZF4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-venbhIEZF4 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-venbhIEZF4 .navbar-buttons {
    text-align: left;
  }
}
.cid-venbhIEZF4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-venbhIEZF4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-venbhIEZF4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-venbhIEZF4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-venbhIEZF4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-venbhIEZF4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-venbhIEZF4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-venbhIEZF4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-venbhIEZF4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-venbhIEZF4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-venbhIEZF4 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-venbhIEZF4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-venbhIEZF4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-venbhIEZF4 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-venbhIEZF4 .navbar {
    height: 70px;
  }
  .cid-venbhIEZF4 .navbar.opened {
    height: auto;
  }
  .cid-venbhIEZF4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-venbhIEZF4 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-venbhIEZF4 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-venbhIEZF4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-venbhIEZF4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-venbhIEZF4 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-venbhIEZF4 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-venbhIEZF4 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-venbhIEZF4 .navbar-brand {
    margin-right: auto;
  }
  .cid-venbhIEZF4 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-venbhIEZF4 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-venbhIEZF4 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-venbhIEZF4 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-venbhIEZF4 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-venbhIEZF4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-venbhIEZF4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-venbhIEZF4 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-venbhIEZF4 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-venbhIEZF4 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-venbhIEZF4 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-venbhJ0RQ2 {
  padding-top: 0.5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-venbhJ0RQ2 .item-img {
  position: relative;
}
.cid-venbhJ0RQ2 .button1 {
  background: #080763;
}
.cid-venbhJ0RQ2 .btn-wrap {
  padding: 1.5rem 1.5rem;
  border-radius: 2rem;
  margin-top: 1rem;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-venbhJ0RQ2 .btn-wrap {
    margin-top: 0rem;
    margin-right: 0rem;
    width: 100%;
    padding: 1rem 1rem;
  }
}
.cid-venbhJ0RQ2 .button2 {
  background: #bed2f5;
}
@media (max-width: 767px) {
  .cid-venbhJ0RQ2 .button2 {
    margin-top: 1rem;
  }
}
.cid-venbhJ0RQ2 .title {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .cid-venbhJ0RQ2 .title {
    top: 25%;
  }
}
.cid-venbhJ0RQ2 .image-wrapper {
  overflow: hidden;
  position: relative;
  border-radius: 2rem;
  height: 100%;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-venbhJ0RQ2 .image-wrapper {
    min-height: 800px;
  }
}
@media (max-width: 767px) {
  .cid-venbhJ0RQ2 .image-wrapper {
    min-height: 700px;
  }
}
.cid-venbhJ0RQ2 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-venbhJ0RQ2 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-venbhJ0RQ2 .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-venbhJ0RQ2 .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 0rem;
  bottom: -1px;
  background: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-venbhJ0RQ2 .link-icon-wrapper {
    padding: 1rem;
    flex-direction: column;
  }
}
.cid-venbhJ0RQ2 .link-icon-wrapper .icon-wrap {
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid currentColor;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: 1rem;
}
.cid-venbhJ0RQ2 .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-venbhJ0RQ2 .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-venbhJ0RQ2 .link-icon-wrapper .icon-wrap span {
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-venbhJ0RQ2 .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-venbhJ0RQ2 .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-venbhJ0RQ2 .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-venbhJ0RQ2 .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-venbhJ0RQ2 .icon1 {
  color: currentColor;
  border-color: currentColor;
}
.cid-venbhJ0RQ2 .icon2 {
  color: currentColor;
  border-color: currentColor;
}
.cid-venbhJ0RQ2 img,
.cid-venbhJ0RQ2 .item-img {
  width: 100%;
}
.cid-venbhJ0RQ2 .item-title2,
.cid-venbhJ0RQ2 .icon2 {
  color: #1f1e61;
}
.cid-venbhJ0RQ2 .item-title1,
.cid-venbhJ0RQ2 .icon1 {
  color: #ffffff;
}
.cid-venbhJ0RQ2 .main-title {
  color: #fff;
  text-align: center;
  font-size: clamp(18px, 3vw, 32px);
  line-height: 1.2;
}
.cid-venbhJ0RQ2 .main-title DIV {
  text-align: center;
}
.cid-venbhJ0RQ2 .borde {
  border: 2px solid #090a63;
  text-shadow: 1px 1px 0 #090a63, -1px -1px 0 #bd9a5e, 1px -1px 0 #bd9a5e, -1px 1px 0 #090a63;
  background-color: rgba(9, 10, 99, 0.5);
  padding: 0.2em 0.4em;
}
.cid-venbhJ0RQ2 .main-title br + * {
  font-size: clamp(14px, 2vw, 20px);
}
.cid-venbhJ0RQ2 .main-title a {
  color: #fff;
  text-decoration: none;
  font-size: clamp(14px, 1.8vw, 18px);
}
.cid-venbhJ0RQ2 .main-title a:hover {
  color: #000;
}
.cid-venbhJ0RQ2 .main-title div a {
  font-size: clamp(16px, 2.2vw, 23px);
  font-weight: bold;
}
@media (max-width: 768px) {
  .cid-venbhJ0RQ2 .image-wrapper .title {
    width: 95%;
  }
  .cid-venbhJ0RQ2 .main-title {
    line-height: 1.3;
  }
  .cid-venbhJ0RQ2 .image-wrapper {
    min-height: 300px;
  }
}
.cid-venbhJ0RQ2 .slider-custom {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-venbhJ0RQ2 .slider-custom .slides {
  position: relative;
  width: 100%;
  height: 100%;
}
.cid-venbhJ0RQ2 .slider-custom .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: 1;
}
.cid-venbhJ0RQ2 .slider-custom .slide.active {
  opacity: 1;
  z-index: 2;
}
.cid-venbhJ0RQ2 .slider-custom .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 100%;
  text-align: center;
  color: #fff;
}
.cid-venbhJ0RQ2 .slider-custom .title h1 {
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
}
.cid-venbhJgLUN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-venbhJgLUN .mbr-section-title {
  color: #000000;
}
.cid-venbhJgLUN .mbr-section-subtitle {
  color: #000000;
}
.cid-venbhJgLUN .mbr-text {
  color: #000000;
  padding: 2rem;
}
@media (max-width: 992px) {
  .cid-venbhJgLUN .mbr-text {
    padding: 0;
    margin-top: 2rem;
  }
}
.cid-venbhJgLUN .line {
  height: 2px;
  background: currentColor;
  margin-bottom: 1.5rem;
}
.cid-venbhJgLUN .mbr-section-title,
.cid-venbhJgLUN .line {
  color: #080763;
  text-align: center;
}
.cid-veqvj6GXfC {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-veqvj6GXfC .col-title {
    margin-bottom: 20px;
  }
}
.cid-veqvj6GXfC .mbr-section-title {
  color: #080763;
  text-align: justify;
}
.cid-veqvj6GXfC .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-veqvj6GXfC .mbr-text {
  color: #000000;
}
.cid-veqx6B8m1Y {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-veqx6B8m1Y .col-title {
    margin-bottom: 20px;
  }
}
.cid-veqx6B8m1Y .mbr-section-title {
  color: #080763;
  transition: all 0.3s;
  position: relative;
}
.cid-veqx6B8m1Y .mbr-section-title:hover {
  transform: translateX(25px);
  cursor: pointer;
}
.cid-veqx6B8m1Y .mbr-section-title:hover:before {
  opacity: 1;
}
.cid-veqx6B8m1Y .mbr-section-title:before {
  content: '';
  background: currentColor;
  width: 12px;
  transition: all 0.3s;
  height: 12px;
  opacity: 0;
  border-radius: 50%;
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
}
.cid-veqx6B8m1Y .mbr-text {
  color: #000000;
}
.cid-veqx6B8m1Y .line {
  width: 100%;
  height: 2px;
  background: #efefef;
  margin-top: 2rem;
}
.cid-veqx6B8m1Y .mbr-section-subtitle {
  border-radius: 1rem;
  border: 1px solid currentColor;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-veqx6B8m1Y .row {
  justify-content: space-between;
}
.cid-veqx6B8m1Y .mbr-text1 {
  color: #0046c7;
}
.cid-veqx6B8m1Y img {
  object-fit: cover;
}
.cid-veqx6B8m1Y .fracta-section {
  padding: 80px 20px;
  background: #f5f5f7;
}
.cid-veqx6B8m1Y .fracta-row {
  display: flex;
  align-items: center;
  min-height: 500px;
}
.cid-veqx6B8m1Y .fracta-img-col,
.cid-veqx6B8m1Y .fracta-text-col {
  display: flex;
  justify-content: center;
}
.cid-veqx6B8m1Y .fracta-text-col {
  flex-direction: column;
}
.cid-veqx6B8m1Y .fracta-img-wrapper {
  width: 100%;
  max-width: 500px;
}
.cid-veqx6B8m1Y .fracta-img-wrapper img {
  width: 100%;
  border-radius: 25px;
  object-fit: cover;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
.cid-veqx6B8m1Y .fracta-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #080763;
  margin-bottom: 20px;
}
.cid-veqx6B8m1Y .fracta-text {
  font-size: 1.1rem;
  color: #333;
  margin-bottom: 15px;
}
.cid-veqx6B8m1Y .fracta-list {
  margin: 20px 0;
  padding-left: 20px;
}
.cid-veqx6B8m1Y .fracta-list li {
  margin-bottom: 8px;
}
.cid-veqx6B8m1Y .fracta-highlight {
  font-weight: 700;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-veqx6B8m1Y .fracta-row {
    flex-direction: column;
    text-align: center;
  }
  .cid-veqx6B8m1Y .fracta-text-col {
    margin-top: 30px;
    align-items: center;
  }
  .cid-veqx6B8m1Y .fracta-list {
    text-align: left;
  }
}
.cid-veqQ2oRcpx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #7787a5;
}
@media (max-width: 991px) {
  .cid-veqQ2oRcpx .col-title {
    margin-bottom: 20px;
  }
}
.cid-veqQ2oRcpx .mbr-section-title {
  color: #080763;
  transition: all 0.3s;
  position: relative;
}
.cid-veqQ2oRcpx .mbr-section-title:hover {
  transform: translateX(25px);
  cursor: pointer;
}
.cid-veqQ2oRcpx .mbr-section-title:hover:before {
  opacity: 1;
}
.cid-veqQ2oRcpx .mbr-section-title:before {
  content: '';
  background: currentColor;
  width: 12px;
  transition: all 0.3s;
  height: 12px;
  opacity: 0;
  border-radius: 50%;
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
}
.cid-veqQ2oRcpx .mbr-text {
  color: #000000;
}
.cid-veqQ2oRcpx .line {
  width: 100%;
  height: 2px;
  background: #efefef;
  margin-top: 2rem;
}
.cid-veqQ2oRcpx .mbr-section-subtitle {
  border-radius: 1rem;
  border: 1px solid currentColor;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-veqQ2oRcpx .row {
  justify-content: space-between;
}
.cid-veqQ2oRcpx .mbr-text1 {
  color: #0046c7;
}
.cid-veqQ2oRcpx img {
  object-fit: cover;
}
.cid-veqQ2oRcpx .fracta-section {
  padding: 80px 20px;
  background: #f5f5f7;
}
.cid-veqQ2oRcpx .fracta-row {
  display: flex;
  align-items: center;
  min-height: 500px;
}
.cid-veqQ2oRcpx .fracta-img-col,
.cid-veqQ2oRcpx .fracta-text-col {
  display: flex;
  justify-content: center;
}
.cid-veqQ2oRcpx .fracta-text-col {
  flex-direction: column;
}
.cid-veqQ2oRcpx .fracta-img-wrapper {
  width: 100%;
  max-width: 500px;
}
.cid-veqQ2oRcpx .fracta-img-wrapper img {
  width: 100%;
  border-radius: 25px;
  object-fit: cover;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
.cid-veqQ2oRcpx .fracta-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #080763;
  margin-bottom: 20px;
}
.cid-veqQ2oRcpx .fracta-text {
  font-size: 1.1rem;
  color: #333;
  margin-bottom: 15px;
}
.cid-veqQ2oRcpx .fracta-list {
  margin: 20px 0;
  padding-left: 20px;
}
.cid-veqQ2oRcpx .fracta-list li {
  margin-bottom: 8px;
}
.cid-veqQ2oRcpx .fracta-highlight {
  font-weight: 700;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-veqQ2oRcpx .fracta-row {
    flex-direction: column;
    text-align: center;
  }
  .cid-veqQ2oRcpx .fracta-text-col {
    margin-top: 30px;
    align-items: center;
  }
  .cid-veqQ2oRcpx .fracta-list {
    text-align: left;
  }
}
.cid-veqRP5Rvp7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-veqRP5Rvp7 .col-title {
    margin-bottom: 20px;
  }
}
.cid-veqRP5Rvp7 .mbr-section-title {
  color: #080763;
  transition: all 0.3s;
  position: relative;
}
.cid-veqRP5Rvp7 .mbr-section-title:hover {
  transform: translateX(25px);
  cursor: pointer;
}
.cid-veqRP5Rvp7 .mbr-section-title:hover:before {
  opacity: 1;
}
.cid-veqRP5Rvp7 .mbr-section-title:before {
  content: '';
  background: currentColor;
  width: 12px;
  transition: all 0.3s;
  height: 12px;
  opacity: 0;
  border-radius: 50%;
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
}
.cid-veqRP5Rvp7 .mbr-text {
  color: #000000;
}
.cid-veqRP5Rvp7 .line {
  width: 100%;
  height: 2px;
  background: #efefef;
  margin-top: 2rem;
}
.cid-veqRP5Rvp7 .mbr-section-subtitle {
  border-radius: 1rem;
  border: 1px solid currentColor;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-veqRP5Rvp7 .row {
  justify-content: space-between;
}
.cid-veqRP5Rvp7 .mbr-text1 {
  color: #0046c7;
}
.cid-veqRP5Rvp7 img {
  object-fit: cover;
}
.cid-veqRP5Rvp7 .fracta-section {
  padding: 80px 20px;
  background: #f5f5f7;
}
.cid-veqRP5Rvp7 .fracta-row {
  display: flex;
  align-items: center;
  min-height: 500px;
}
.cid-veqRP5Rvp7 .fracta-img-col,
.cid-veqRP5Rvp7 .fracta-text-col {
  display: flex;
  justify-content: center;
}
.cid-veqRP5Rvp7 .fracta-text-col {
  flex-direction: column;
}
.cid-veqRP5Rvp7 .fracta-img-wrapper {
  width: 100%;
  max-width: 500px;
}
.cid-veqRP5Rvp7 .fracta-img-wrapper img {
  width: 100%;
  border-radius: 25px;
  object-fit: cover;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
.cid-veqRP5Rvp7 .fracta-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #080763;
  margin-bottom: 20px;
}
.cid-veqRP5Rvp7 .fracta-text {
  font-size: 1.1rem;
  color: #333;
  margin-bottom: 15px;
}
.cid-veqRP5Rvp7 .fracta-list {
  margin: 20px 0;
  padding-left: 20px;
}
.cid-veqRP5Rvp7 .fracta-list li {
  margin-bottom: 8px;
}
.cid-veqRP5Rvp7 .fracta-highlight {
  font-weight: 700;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-veqRP5Rvp7 .fracta-row {
    flex-direction: column;
    text-align: center;
  }
  .cid-veqRP5Rvp7 .fracta-text-col {
    margin-top: 30px;
    align-items: center;
  }
  .cid-veqRP5Rvp7 .fracta-list {
    text-align: left;
  }
}
.cid-ver001o1f0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ver001o1f0 .item-img {
  position: relative;
}
.cid-ver001o1f0 .item-img img {
  transition: all 0.2s;
}
.cid-ver001o1f0 .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-ver001o1f0 .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-ver001o1f0 .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-ver001o1f0 .item:hover img {
  transform: scale(1.05);
}
.cid-ver001o1f0 .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-ver001o1f0 .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-ver001o1f0 .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height1: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ver001o1f0 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ver001o1f0 .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-ver001o1f0 .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-ver001o1f0 .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-ver001o1f0 .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-ver001o1f0 .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-ver001o1f0 .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-ver001o1f0 .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-ver001o1f0 .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-ver001o1f0 .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-ver001o1f0 .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-ver001o1f0 img,
.cid-ver001o1f0 .item-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-ver001o1f0 .item:focus,
.cid-ver001o1f0 span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-ver001o1f0 .item {
    margin-bottom: 1rem;
  }
}
.cid-ver001o1f0 .mbr-section-title {
  color: #080763;
  text-align: center;
}
.cid-ver001o1f0 .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-ver001o1f0 .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-ver001o1f0 .mbr-section-subtitle,
.cid-ver001o1f0 .subtitle-wrap,
.cid-ver001o1f0 .mbr-section-btn {
  text-align: center;
}
.cid-ver001o1f0 .mbr-text,
.cid-ver001o1f0 .item .mbr-section-btn {
  color: #ffffff;
}
.cid-venbhJV47K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-venbhJV47K .col-title {
    margin-bottom: 20px;
  }
}
.cid-venbhJV47K .mbr-section-title {
  color: #080763;
  text-align: center;
}
.cid-venbhJV47K .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-venbhJV47K .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-venbhK9uTf {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-venbhK9uTf .item-img {
  position: relative;
}
.cid-venbhK9uTf .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-venbhK9uTf .cardbg {
  background: #0046c7;
  height: 100%;
  min-height: 160px;
}
.cid-venbhK9uTf .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-venbhK9uTf .image-wrapper {
  overflow: hidden;
}
.cid-venbhK9uTf .item1 {
  margin-bottom: 2rem !important;
}
.cid-venbhK9uTf .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-venbhK9uTf .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-venbhK9uTf .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-venbhK9uTf .item1,
.cid-venbhK9uTf .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-venbhK9uTf .item1 .item:hover,
.cid-venbhK9uTf .item .item:hover {
  cursor: pointer;
}
.cid-venbhK9uTf .item1:hover .link-icon-wrapper span,
.cid-venbhK9uTf .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-venbhK9uTf .card2 {
    margin-top: 1rem;
  }
}
.cid-venbhK9uTf .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-venbhK9uTf .link-icon-wrapper .icon-wrap {
  background: #080763;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-venbhK9uTf .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-venbhK9uTf .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-venbhK9uTf .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-venbhK9uTf .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-venbhK9uTf .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-venbhK9uTf .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-venbhK9uTf .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-venbhK9uTf img,
.cid-venbhK9uTf .item-img {
  width: 100%;
}
.cid-venbhK9uTf .item:focus,
.cid-venbhK9uTf span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-venbhK9uTf .item {
    margin-bottom: 1rem;
  }
}
.cid-venbhK9uTf .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-venbhK9uTf .item-title {
  text-align: justify;
  color: #ffffff;
}
.cid-venbhK9uTf .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-venbhK9uTf .mbr-section-subtitle,
.cid-venbhK9uTf .subtitle-wrap,
.cid-venbhK9uTf .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-venbhK9uTf .mbr-text,
.cid-venbhK9uTf .item .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-venbhKuFwj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-venbhKuFwj .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-venbhKuFwj .item-wrapper {
  background: #2a2c2d;
  border-radius: 2rem;
  padding: 1.5rem;
}
