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

body {
  font-style: normal;
  font-weight: 300;
  color: #000000;
  position: relative;
}

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

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}
@media (min-width: 993px) {
  .container {
    max-width: 1200px;
    margin: auto;
    }
}

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: 300;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title, .mbr-card-title, .item-title {
    font-weight: 700;
}

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 {

     border-radius: 16px;

  display: block;
  width: 100%;
}

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          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);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media(max-width: 500px) {
  .mbr-arrow-up {
    left: unset;
    right: 20px;
    text-align: right;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

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

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

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

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

.nav-dropdown .link {
  padding: 0.5rem 1.3rem !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: 0.5em 0.5em;
}

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

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

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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



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

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

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

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
    .row > [class*=col] {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .row>* {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

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

.item {
  position: relative;
}

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

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

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}body {
  font-family: Brygada 1918;
}
/* 大標Title 1 */
.display-1 {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 5rem;
  line-height: 1.2;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
/* 副標Title 2 */
.display-2 {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 2.7rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 3.375rem;
}
/* Menu */
.display-4 {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1rem;
  line-height: 1.75;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* 小標Title 3 */
.display-5 {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* 大內文Text2 */
.display-6 {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-6 > .mbr-iconfont {
  font-size: 2.25rem;
}
/* 小內文Text */
.display-7 {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1.2rem;
  line-height: 1.75;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  /*-- 大標Title 1 --*/
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: 1.3;
  }
  /*-- 副標Title 2 --*/
  .display-2 {
    font-size: 2.16rem;
    font-size: calc( 1.595rem + (2.7 - 1.595) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.595rem + (2.7 - 1.595) * ((100vw - 20rem) / (48 - 20))));
  }
  /*-- Menu --*/
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.75 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  /*-- 小標Title 3 --*/
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  /*-- 大內文Text2 --*/
  .display-6 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.75 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  /*-- 小內文Text --*/
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.75 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ff7503 !important;
}
.bg-success {
  background-color: #fafafa !important;
}
.bg-info {
  background-color: #aed9ff !important;
}
.bg-warning {
  background-color: #ffe082 !important;
}
.bg-danger {
  background-color: #8a2d2d !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff7503 !important;
  border-color: #ff7503 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #ab4d00 !important;
  border-color: #ab4d00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ab4d00 !important;
  border-color: #ab4d00 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #2d438a !important;
  border-color: #2d438a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #182349 !important;
  border-color: #182349 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #182349 !important;
  border-color: #182349 !important;
}
.btn-info,
.btn-info:active {
  background-color: #aed9ff !important;
  border-color: #aed9ff !important;
  color: #005cae !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #57b0ff !important;
  border-color: #57b0ff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #005cae !important;
  background-color: #57b0ff !important;
  border-color: #57b0ff !important;
}
.btn-success,
.btn-success:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe082 !important;
  border-color: #ffe082 !important;
  color: #826200 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #2b2100 !important;
  background-color: #ffca2b !important;
  border-color: #ffca2b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #826200 !important;
  background-color: #ffca2b !important;
  border-color: #ffca2b !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #8a2d2d !important;
  border-color: #8a2d2d !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #491818 !important;
  border-color: #491818 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #491818 !important;
  border-color: #491818 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-black,
.btn-black:active {
  background-color: #202020 !important;
  border-color: #202020 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff7503;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ab4d00 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff7503 !important;
  border-color: #ff7503 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #2d438a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #182349 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #2d438a !important;
  border-color: #2d438a !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #aed9ff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #57b0ff !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #005cae !important;
  background-color: #aed9ff !important;
  border-color: #aed9ff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe082;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffca2b !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #826200 !important;
  background-color: #ffe082 !important;
  border-color: #ffe082 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #8a2d2d;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #491818 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #8a2d2d !important;
  border-color: #8a2d2d !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ff7503 !important;
}
.text-secondary {
  color: #2d438a !important;
}
.text-success {
  color: #fafafa !important;
}
.text-info {
  color: #aed9ff !important;
}
.text-warning {
  color: #ffe082 !important;
}
.text-danger {
  color: #8a2d2d !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #333333 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #9c4700 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #141e3d !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #fafafa !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #ffffff !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffc71c !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #3d1414 !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;
}
.nav-tabs .nav-link.active {
  color: #ff7503;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #aed9ff;
}
.alert-warning {
  background-color: #ffe082;
}
.alert-danger {
  background-color: #8a2d2d;
}
.mbr-section-btn .btn {
  font-weight: 500;
  padding: 9px 16px;
  border-radius: 12px !important;
  border: none !important;
}
.mbr-section-btn .btn-black {
  box-shadow: inset 0 10px 8px 0 #484848, 0 10px 15px -5px #949494;
  background-color: #0f172a !important;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn .btn-black.focus,
.mbr-section-btn .btn-black.active {
  color: #ffffff !important;
  background-color: #ff7503 !important;
  border-color: #ff7503 !important;
  box-shadow: inset 0 10px 8px 0 #ffbb83, inset 0 -2px 10px 0 #ffbb83, 0 1px 2px 0 #ff7503, 0 20px 15px -10px #ff7503;
}
.mbr-section-btn .btn-white {
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -2px 10px 0 #c7c7c7;
  background-color: #fafafa !important;
  color: #333333 !important;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn .btn-white.focus,
.mbr-section-btn .btn-white.active {
  color: #ffffff !important;
  background-color: #ff7503 !important;
  border-color: #ff7503 !important;
  box-shadow: inset 0 10px 8px 0 #ffbb83, inset 0 -2px 10px 0 #ffbb83;
}
.mbr-section-btn .btn-info {
  background-color: #aed9ff !important;
  color: #333333 !important;
  border-color: #aed9ff !important;
  box-shadow: inset 0 8px 8px 0 #e1f1ff, inset 0 -2px 10px 0 #7bc1ff, 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 10px 15px -5px rgba(0, 0, 0, 0.1);
}
.mbr-section-btn .btn-info:hover,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn .btn-info.focus,
.mbr-section-btn .btn-info.active {
  color: #ffffff !important;
  background-color: #ff7503 !important;
  border-color: #ff7503 !important;
  box-shadow: inset 0 10px 8px 0 #ffbb83, inset 0 -2px 10px 0 #ffbb83;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff7503;
  border-color: #ff7503;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff7503;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffe5cf;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ce6969;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ff7503 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #ff7503;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.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: #ff7503;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff7503;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff7503;
  border-bottom-color: #ff7503;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ff7503 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #2d438a !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='%23ff7503' %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-u85TbXPS7B .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff7503;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u85TbXPS7B .nav-item,
.cid-u85TbXPS7B .nav-link,
.cid-u85TbXPS7B .navbar-caption {
  font-weight: 600;
}
.cid-u85TbXPS7B .nav-item:focus,
.cid-u85TbXPS7B .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-u85TbXPS7B .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-u85TbXPS7B .nav-item .nav-link {
    position: relative;
  }
  .cid-u85TbXPS7B .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff7503;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-u85TbXPS7B .nav-item:hover .nav-link:before,
  .cid-u85TbXPS7B .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-u85TbXPS7B .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-u85TbXPS7B .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u85TbXPS7B .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-u85TbXPS7B .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-u85TbXPS7B .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u85TbXPS7B .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u85TbXPS7B .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #aed9ff;
}
.cid-u85TbXPS7B .navbar.opened {
  transition: all 0.3s;
  background: #aed9ff !important;
}
.cid-u85TbXPS7B .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-u85TbXPS7B .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-u85TbXPS7B .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u85TbXPS7B .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u85TbXPS7B .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u85TbXPS7B .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u85TbXPS7B .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u85TbXPS7B .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u85TbXPS7B .navbar .navbar-logo img {
    height: 2rem !important;
    width: auto;
  }
  .cid-u85TbXPS7B .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u85TbXPS7B .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u85TbXPS7B .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u85TbXPS7B .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u85TbXPS7B .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u85TbXPS7B .navbar.navbar-short {
  background: #aed9ff !important;
  min-height: 60px;
}
.cid-u85TbXPS7B .navbar.navbar-short .navbar-logo img {
  height: 2rem !important;
  width: auto;
}
.cid-u85TbXPS7B .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u85TbXPS7B .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u85TbXPS7B .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u85TbXPS7B .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u85TbXPS7B .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-u85TbXPS7B .dropdown-item.active,
.cid-u85TbXPS7B .dropdown-item:active {
  background-color: transparent;
}
.cid-u85TbXPS7B .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u85TbXPS7B .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.5em;
}
.cid-u85TbXPS7B .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.6em 1.6em;
}
.cid-u85TbXPS7B .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #aed9ff;
  z-index: 2;
}
.cid-u85TbXPS7B .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u85TbXPS7B .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u85TbXPS7B ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u85TbXPS7B .navbar-buttons {
  text-align: center;
}
.cid-u85TbXPS7B button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u85TbXPS7B button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u85TbXPS7B button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u85TbXPS7B button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u85TbXPS7B button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u85TbXPS7B button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u85TbXPS7B nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u85TbXPS7B nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u85TbXPS7B nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u85TbXPS7B nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u85TbXPS7B .navbar-dropdown {
  padding: 0.5rem 0.8rem;
  position: fixed;
}
.cid-u85TbXPS7B a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u85TbXPS7B .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #333333;
  display: inline-flex;
}
.cid-u85TbXPS7B .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-u85TbXPS7B .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-u85TbXPS7B .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u85TbXPS7B a.nav-link .mbr-iconfont-btn,
.cid-u85TbXPS7B a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-u85TbXPS7B a.nav-link:hover .mbr-iconfont-btn,
.cid-u85TbXPS7B a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-u85TbXPS7B a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u85TbXPS7B .navbar {
    height: 77px;
  }
  .cid-u85TbXPS7B .navbar.opened {
    height: auto;
  }
  .cid-u85TbXPS7B .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u85TbXPS7B .t-shadow {
  text-shadow: 0px 0px 2px #333333, 0px 0px 2px #333333;
}
.cid-vk85OQfRmE {
  padding-top: 5rem;
  padding-bottom: 2rem;
  min-height: 100vh !important;
  background-image: url("../../../assets/images/cover-header.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .cid-vk85OQfRmE {
    background-image: url("../../../assets/images/mobimage.jpg");
  }
}
.cid-vk85OQfRmE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vk85OQfRmE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vk85OQfRmE .content-wrapper {
  position: absolute;
}
.cid-vk85OQfRmE .content-wrapper .card {
  display: flex !important;
  flex-direction: column !important;
  min-height: 450px;
}
.cid-vk85OQfRmE .content-wrapper .card .content-wrapper {
  margin-top: auto !important;
  margin-bottom: 0 !important;
}
.cid-vk85OQfRmE .content-wrapper .label-wrapper {
  margin-bottom: 16px;
}
.cid-vk85OQfRmE .content-wrapper .label-wrapper .label-wrap {
  border-radius: 16px;
  display: inline-flex;
  padding: 8px 10px;
  background-color: #ffe3ec;
  box-shadow: inset 0 8px 8px 0 #fffdfd, inset 0 -2px 8px 0 #ffb0c9, 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 8px 10px -5px rgba(0, 0, 0, 0.1);
}
.cid-vk85OQfRmE .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  margin-right: 8px;
  font-size: 18px;
}
.cid-vk85OQfRmE .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vk85OQfRmE .content-wrapper .mbr-section-title {
  word-break: keep-all;
  margin-bottom: 24px;
}
.cid-vk85OQfRmE .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vk85OQfRmE .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-vk85OQfRmE .content-wrap {
    margin-top: 16px;
  }
}
.cid-vk85OQfRmE .content-wrap .mbr-section-btn {
  width: 100%;
}
.cid-vk85OQfRmE .content-wrap .mbr-section-btn .btn {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
}
.cid-vk85OQfRmE .t-shadow {
  text-shadow: 0px 0px 8px #000000, 0px 0px 10px #000000;
}
.cid-vk85OQfRmE .mbr-section-title {
  color: #ffffff;
}
.cid-vk85OQfRmE .mbr-label {
  color: #333333;
  font-weight: 700;
  text-align: justify;
}
.cid-vk85OQfRmE .mbr-text {
  color: #ffffff;
}
.cid-vk85OQfRmE .mbr-section-title,
.cid-vk85OQfRmE .mbr-section-btn {
  color: #aed9ff;
}
.cid-vk85OQfRmE .mbr-text,
.cid-vk85OQfRmE .text-wrapper {
  color: #ffffff;
  word-break: keep-all;
}
.cid-uG4cNo0Czl {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/gemini-generated-image-hgodjthgodjthgod.jpg");
}
.cid-uG4cNo0Czl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG4cNo0Czl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG4cNo0Czl .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uG4cNo0Czl .mbr-section-title {
  color: #000000;
}
.cid-vnUzsxkbeA {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/gemini-generated-image-hgodjthgodjthgod.jpg");
}
@media (max-width: 991px) {
  .cid-vnUzsxkbeA .col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-vnUzsxkbeA .ig-mask {
  border-radius: 16px;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  height: auto !important;
  overflow: hidden;
  position: relative;
  aspect-ratio: 0.5625;
}
.cid-vnUzsxkbeA .ig-mask iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.cid-vnUzsxkbeA .label-wrapper {
  margin-bottom: 16px;
}
.cid-vnUzsxkbeA .label-wrapper .mbr-label {
  box-shadow: 0 0 30px 0 #ffe3ec;
  border-radius: 16px;
  padding: 8px 18px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #ffffff;
}
.cid-vnUzsxkbeA .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vnUzsxkbeA .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vnUzsxkbeA .mbr-text {
  margin-bottom: 1.5rem;
  color: #000000;
  text-align: center;
}
.cid-vk7XxTrKgi {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/gemini-generated-image-hgodjthgodjthgod.jpg");
}
.cid-vk7XxTrKgi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vk7XxTrKgi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vk7XxTrKgi .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vk7XxTrKgi .content-wrap .label-wrapper .mbr-label {
  box-shadow: 0 0 10px 0 #e7f3fe;
  border-radius: 16px;
  padding: 8px 18px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #ffffff;
}
.cid-vk7XxTrKgi .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vk7XxTrKgi .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vk7XxTrKgi .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-vk7XxTrKgi .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vk7XxTrKgi .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vk7XxTrKgi .mbr-label,
.cid-vk7XxTrKgi .label-wrapper {
  color: #202020;
  text-align: center;
}
.cid-vk7XxTrKgi .mbr-section-title {
  color: #000000;
}
.cid-vk7XxTrKgi .mbr-text,
.cid-vk7XxTrKgi .text-wrapper {
  color: #000000;
  text-align: justify;
}
.cid-vk7XxTrKgi .mbr-section-title,
.cid-vk7XxTrKgi .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-vk7VTY4DVF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/gemini-generated-image-hgodjthgodjthgod.jpg");
}
.cid-vk7VTY4DVF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vk7VTY4DVF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vk7VTY4DVF .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vk7VTY4DVF .content-wrap {
    margin-bottom: 16px;
  }
}
.cid-vk7VTY4DVF .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vk7VTY4DVF .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #e0f782;
}
.cid-vk7VTY4DVF .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vk7VTY4DVF .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vk7VTY4DVF .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vk7VTY4DVF .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-vk7VTY4DVF .image-wrapper {
  border-radius: 16px;
}
.cid-vk7VTY4DVF .image-wrapper .image-wrap {
  border-radius: 16px;
  background-color: #aed9ff;
}
.cid-vk7VTY4DVF .image-wrapper .image-wrap img {
  transform: rotate(0);
  transition: transform 0.3s ease;
  box-shadow: 0 0 40px 0 #e7f3fe;
  border-radius: 16px;
  height: 100%;
}
.cid-vk7VTY4DVF .image-wrapper .image-wrap img:hover {
  transform: rotate(-3deg);
}
@media (max-width: 992px) {
  .cid-vk7VTY4DVF .image-wrapper .image-wrap img {
    height: 100%;
  }
}
.cid-vk7VTY4DVF .mbr-label,
.cid-vk7VTY4DVF .label-wrapper {
  color: #000000;
}
.cid-vk7VTY4DVF .mbr-section-title {
  color: #000000;
}
.cid-vk7VTY4DVF .mbr-text,
.cid-vk7VTY4DVF .text-wrapper {
  text-align: justify;
  color: #000000;
}
.cid-vk7VTY4DVF .mbr-section-title,
.cid-vk7VTY4DVF .mbr-section-btn {
  color: #000000;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-vk7VTY4DVF .mbr-section-title,
  .cid-vk7VTY4DVF .mbr-section-btn {
    text-align: center;
  }
}
.cid-vk7XVZZZSg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/l-generated-image-hgodjthgodjthgod.jpg");
}
.cid-vk7XVZZZSg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vk7XVZZZSg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vk7XVZZZSg .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vk7XVZZZSg .content-wrap {
    margin-bottom: 16px;
  }
}
.cid-vk7XVZZZSg .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vk7XVZZZSg .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #e0f782;
}
.cid-vk7XVZZZSg .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vk7XVZZZSg .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vk7XVZZZSg .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vk7XVZZZSg .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-vk7XVZZZSg .image-wrapper {
  border-radius: 16px;
}
.cid-vk7XVZZZSg .image-wrapper .image-wrap {
  border-radius: 16px;
  background-color: #aed9ff;
}
.cid-vk7XVZZZSg .image-wrapper .image-wrap img {
  transform: rotate(0);
  transition: transform 0.3s ease;
  box-shadow: 0 0 40px 0 #e7f3fe;
  border-radius: 16px;
  height: 100%;
}
.cid-vk7XVZZZSg .image-wrapper .image-wrap img:hover {
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-vk7XVZZZSg .image-wrapper .image-wrap img {
    height: 100%;
  }
}
.cid-vk7XVZZZSg .mbr-label,
.cid-vk7XVZZZSg .label-wrapper {
  color: #000000;
}
.cid-vk7XVZZZSg .mbr-section-title {
  color: #000000;
}
.cid-vk7XVZZZSg .mbr-text,
.cid-vk7XVZZZSg .text-wrapper {
  color: #000000;
  text-align: justify;
}
.cid-vk7XVZZZSg .mbr-section-title,
.cid-vk7XVZZZSg .mbr-section-btn {
  color: #000000;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-vk7XVZZZSg .mbr-section-title,
  .cid-vk7XVZZZSg .mbr-section-btn {
    text-align: center;
  }
}
.cid-vk7XZ2lsWF {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/gemini-generated-image-hgodjthgodjthgod.jpg");
}
.cid-vk7XZ2lsWF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vk7XZ2lsWF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vk7XZ2lsWF .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vk7XZ2lsWF .content-wrap {
    margin-bottom: 16px;
  }
}
.cid-vk7XZ2lsWF .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vk7XZ2lsWF .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #e0f782;
}
.cid-vk7XZ2lsWF .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vk7XZ2lsWF .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vk7XZ2lsWF .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vk7XZ2lsWF .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-vk7XZ2lsWF .image-wrapper {
  border-radius: 16px;
}
.cid-vk7XZ2lsWF .image-wrapper .image-wrap {
  border-radius: 16px;
  background-color: #aed9ff;
}
.cid-vk7XZ2lsWF .image-wrapper .image-wrap img {
  transform: rotate(0);
  transition: transform 0.3s ease;
  box-shadow: 0 0 40px 0 #e7f3fe;
  border-radius: 16px;
  height: 100%;
}
.cid-vk7XZ2lsWF .image-wrapper .image-wrap img:hover {
  transform: rotate(-3deg);
}
@media (max-width: 992px) {
  .cid-vk7XZ2lsWF .image-wrapper .image-wrap img {
    height: 100%;
  }
}
.cid-vk7XZ2lsWF .mbr-label,
.cid-vk7XZ2lsWF .label-wrapper {
  color: #000000;
}
.cid-vk7XZ2lsWF .mbr-section-title {
  color: #000000;
}
.cid-vk7XZ2lsWF .mbr-text,
.cid-vk7XZ2lsWF .text-wrapper {
  color: #000000;
}
.cid-vk7XZ2lsWF .mbr-section-title,
.cid-vk7XZ2lsWF .mbr-section-btn {
  color: #000000;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-vk7XZ2lsWF .mbr-section-title,
  .cid-vk7XZ2lsWF .mbr-section-btn {
    text-align: center;
  }
}
.cid-voykaQViqA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-voykaQViqA .carousel {
  max-height: 100%;
}
.cid-voykaQViqA .carousel img {
  border-radius: 0px;
  height: 100%;
  object-fit: cover;
}
.cid-voykaQViqA .carousel,
.cid-voykaQViqA .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-voykaQViqA .item-wrapper {
  width: 100%;
}
.cid-voykaQViqA .item-menu-overlay {
  border-radius: 2rem;
}
.cid-voykaQViqA .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-voykaQViqA .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-voykaQViqA .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-voykaQViqA .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-voykaQViqA .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-voykaQViqA .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-voykaQViqA .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-voykaQViqA .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-voykaQViqA .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-voykaQViqA .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-voykaQViqA .carousel-indicators li.active,
.cid-voykaQViqA .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-voykaQViqA .carousel-indicators li::after,
.cid-voykaQViqA .carousel-indicators li::before {
  content: none;
}
@media (max-width: 767px) {
  .cid-voykaQViqA .carousel-indicators li {
    max-width: 10px;
    height: 10px;
    width: 10px;
    max-height: 10px;
    margin: 2px;
  }
}
.cid-voykaQViqA .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-voykaQViqA .mbr-section-title {
  text-align: center;
}
.cid-vk8PGgNZwZ {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/gemini-generated-image-hgodjthgodjthgod.jpg");
}
.cid-vk8PGgNZwZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vk8PGgNZwZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vk8PGgNZwZ .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vk8PGgNZwZ .content-wrap .label-wrapper .mbr-label {
  box-shadow: 0 0 40px 0 #ffffff;
  border-radius: 16px;
  padding: 8px 18px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #ffffff;
}
.cid-vk8PGgNZwZ .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vk8PGgNZwZ .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vk8PGgNZwZ .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-vk8PGgNZwZ .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vk8PGgNZwZ .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vk8PGgNZwZ .mbr-label,
.cid-vk8PGgNZwZ .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vk8PGgNZwZ .mbr-section-title {
  color: #000000;
}
.cid-vk8PGgNZwZ .mbr-text,
.cid-vk8PGgNZwZ .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vk8PGgNZwZ .mbr-section-title,
.cid-vk8PGgNZwZ .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-vk8PERqFaP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/gemini-generated-image-hgodjthgodjthgod-1.jpg");
}
@media (max-width: 991px) {
  .cid-vk8PERqFaP .col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-vk8PERqFaP .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cid-vk8PERqFaP .ig-mask {
  border-radius: 16px;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  height: auto !important;
  overflow: hidden;
  position: relative;
  aspect-ratio: 0.5625;
}
.cid-vk8PERqFaP .ig-mask iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.cid-vk8PERqFaP .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
  text-align: center;
}
.cid-vk8PERqFaP .mbr-text {
  margin-bottom: 1rem;
  color: #000000;
  text-align: center;
}
.cid-vk8PERqFaP .card-title {
  text-align: center;
}
.cid-vk8PERqFaP .mbr-section-subtitle {
  color: #000000;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vk8PERqFaP .mbr-section-subtitle {
    text-align: justify;
  }
}
.cid-vk95a5sDuR {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/gemini-generated-image-hgodjthgodjthgod.jpg");
}
.cid-vk95a5sDuR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vk95a5sDuR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vk95a5sDuR .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vk95a5sDuR .content-wrap .label-wrapper .mbr-label {
  box-shadow: 0 0 10px 0 #e7f3fe;
  border-radius: 16px;
  padding: 8px 18px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #ffffff;
}
.cid-vk95a5sDuR .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vk95a5sDuR .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vk95a5sDuR .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-vk95a5sDuR .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vk95a5sDuR .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vk95a5sDuR .mbr-label,
.cid-vk95a5sDuR .label-wrapper {
  color: #202020;
  text-align: center;
}
.cid-vk95a5sDuR .mbr-section-title {
  color: #000000;
}
.cid-vk95a5sDuR .mbr-text,
.cid-vk95a5sDuR .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vk95a5sDuR .mbr-section-title,
.cid-vk95a5sDuR .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-vk9caZVDtz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/gemini-generated-image-hgodjthgodjthgod.jpg");
}
.cid-vk9caZVDtz .mbr-overlay {
  background: #ffe3ec;
  opacity: 0.8;
}
.cid-vk9caZVDtz img,
.cid-vk9caZVDtz .item-img {
  border-radius: 16px;
  width: 100%;
}
.cid-vk9caZVDtz .item:focus,
.cid-vk9caZVDtz span:focus {
  outline: none;
}
.cid-vk9caZVDtz .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vk9caZVDtz .item {
    margin-bottom: 1rem;
  }
}
.cid-vk9caZVDtz .item-content {
  padding-top: 1rem;
  margin-top: 0.5rem;
  padding: 10px 16px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vk9caZVDtz .item-content {
    padding: 1rem;
  }
}
.cid-vk9caZVDtz .item-wrapper {
  border-radius: 16px;
  padding: 16px;
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vk9caZVDtz .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vk9caZVDtz .mbr-section-title {
  color: #000000;
}
.cid-vk9caZVDtz .item-title {
  text-align: left;
  color: #333333;
}
.cid-vk9caZVDtz .item-subtitle {
  text-align: justify;
  color: #000000;
}
.cid-vk9caZVDtz .mbr-text,
.cid-vk9caZVDtz .item .mbr-section-btn {
  text-align: justify;
}
.cid-vk9caZVDtz .content-head {
  max-width: 800px;
}
.cid-vk8TyiXgYA {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/gemini-generated-image-hgodjthgodjthgod.jpg");
}
.cid-vk8TyiXgYA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vk8TyiXgYA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vk8TyiXgYA .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vk8TyiXgYA .content-wrap .label-wrapper .mbr-label {
  box-shadow: 0 0 10px 0 #ffe3ec;
  border-radius: 16px;
  padding: 8px 18px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #ffffff;
}
.cid-vk8TyiXgYA .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vk8TyiXgYA .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vk8TyiXgYA .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-vk8TyiXgYA .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vk8TyiXgYA .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vk8TyiXgYA .mbr-label,
.cid-vk8TyiXgYA .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vk8TyiXgYA .mbr-section-title {
  color: #000000;
}
.cid-vk8TyiXgYA .mbr-text,
.cid-vk8TyiXgYA .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vk8TyiXgYA .mbr-section-title,
.cid-vk8TyiXgYA .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-vk8TAvKAts {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/gemini-generated-image-hgodjthgodjthgod.jpg");
}
@media (max-width: 991px) {
  .cid-vk8TAvKAts .col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-vk8TAvKAts .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cid-vk8TAvKAts .ig-mask iframe {
  width: 100% !important;
  height: 100%  !important;
  position: absolute;
  top: 0;
  left: 0;
}
.cid-vk8TAvKAts .ig-mask {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  aspect-ratio: 0.56092437;
}
.cid-vk8TAvKAts .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
  text-align: center;
}
.cid-vk8TAvKAts .mbr-text {
  margin-bottom: 1rem;
  color: #000000;
  text-align: center;
}
.cid-vk8TAvKAts .card-title {
  text-align: center;
}
.cid-vk8TAvKAts .mbr-section-subtitle {
  color: #000000;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vk8TAvKAts .mbr-section-subtitle {
    text-align: justify;
  }
}
.cid-vk95gdbYKZ {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/gemini-generated-image-hgodjthgodjthgod.jpg");
}
.cid-vk95gdbYKZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vk95gdbYKZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vk95gdbYKZ .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vk95gdbYKZ .content-wrap .label-wrapper .mbr-label {
  box-shadow: 0 0 10px 0 #ffffff;
  border-radius: 16px;
  padding: 8px 18px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #ffffff;
}
.cid-vk95gdbYKZ .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vk95gdbYKZ .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vk95gdbYKZ .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-vk95gdbYKZ .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vk95gdbYKZ .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vk95gdbYKZ .mbr-label,
.cid-vk95gdbYKZ .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vk95gdbYKZ .mbr-section-title {
  color: #000000;
}
.cid-vk95gdbYKZ .mbr-text,
.cid-vk95gdbYKZ .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vk95gdbYKZ .mbr-section-title,
.cid-vk95gdbYKZ .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-vkf7XcMTiu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/gemini-generated-image-mxsuqdmxsuqdmxsu.png");
}
.cid-vkf7XcMTiu .mbr-overlay {
  background: #ffe3ec;
  opacity: 0.8;
}
.cid-vkf7XcMTiu img,
.cid-vkf7XcMTiu .item-img {
  border-radius: 16px;
  width: 100%;
}
.cid-vkf7XcMTiu .item:focus,
.cid-vkf7XcMTiu span:focus {
  outline: none;
}
.cid-vkf7XcMTiu .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vkf7XcMTiu .item {
    margin-bottom: 1rem;
  }
}
.cid-vkf7XcMTiu .item-content {
  padding-top: 1rem;
  margin-top: 0.5rem;
  padding: 10px 16px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vkf7XcMTiu .item-content {
    padding: 1rem;
  }
}
.cid-vkf7XcMTiu .item-wrapper {
  border-radius: 16px;
  padding: 16px;
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vkf7XcMTiu .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vkf7XcMTiu .mbr-section-title {
  color: #000000;
}
.cid-vkf7XcMTiu .item-title {
  text-align: left;
  color: #333333;
}
.cid-vkf7XcMTiu .item-subtitle {
  text-align: justify;
  color: #000000;
}
.cid-vkf7XcMTiu .mbr-text,
.cid-vkf7XcMTiu .item .mbr-section-btn {
  text-align: justify;
}
.cid-vkf7XcMTiu .content-head {
  max-width: 800px;
}
.cid-vk9CPBNh1n {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/gemini-generated-image-hgodjthgodjthgod.jpg");
}
.cid-vk9CPBNh1n .mbr-fallback-image.disabled {
  display: none;
}
.cid-vk9CPBNh1n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vk9CPBNh1n .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vk9CPBNh1n .content-wrap .label-wrapper .mbr-label {
  box-shadow: 0 0 10px 0 #ffe3ec;
  border-radius: 16px;
  padding: 8px 18px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #ffffff;
}
.cid-vk9CPBNh1n .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vk9CPBNh1n .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vk9CPBNh1n .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-vk9CPBNh1n .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vk9CPBNh1n .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vk9CPBNh1n .mbr-label,
.cid-vk9CPBNh1n .label-wrapper {
  color: #202020;
  text-align: center;
}
.cid-vk9CPBNh1n .mbr-section-title {
  color: #000000;
}
.cid-vk9CPBNh1n .mbr-text,
.cid-vk9CPBNh1n .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vk9CPBNh1n .mbr-section-title,
.cid-vk9CPBNh1n .mbr-section-btn {
  text-align: center;
  color: #202020;
}
.cid-vlmQd4Jkvt {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/l-generated-image-hgodjthgodjthgod.jpg");
}
@media (max-width: 991px) {
  .cid-vlmQd4Jkvt .col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-vlmQd4Jkvt .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cid-vlmQd4Jkvt .ig-mask {
  border-radius: 16px;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  height: auto !important;
  overflow: hidden;
  position: relative;
  aspect-ratio: 0.5625;
}
.cid-vlmQd4Jkvt .ig-mask iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.cid-vlmQd4Jkvt .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
  text-align: center;
}
.cid-vlmQd4Jkvt .mbr-text {
  margin-bottom: 1rem;
  color: #000000;
  text-align: center;
}
.cid-vlmQd4Jkvt .card-title {
  text-align: center;
}
.cid-vlmQd4Jkvt .mbr-section-subtitle {
  color: #000000;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vlmQd4Jkvt .mbr-section-subtitle {
    text-align: justify;
  }
}
.cid-u7sol16I7h {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/gemini-generated-image-hgodjthgodjthgod.jpg");
}
.cid-u7sol16I7h .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7sol16I7h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7sol16I7h .video-wrapper {
  border: 0px solid #f6efe9;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}
.cid-u7sol16I7h .mbr-section-title,
.cid-u7sol16I7h .mbr-section-subtitle,
.cid-u7sol16I7h .mbr-text {
  text-align: center;
}
.cid-u7sol16I7h .mbr-section-title {
  font-weight: 500;
  text-align: center;
}
.cid-u7sol16I7h .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-u7sol16I7h .video-block {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.cid-u7sol16I7h .video-title {
  margin-bottom: 10px;
  text-align: left;
  color: #000000;
}
.cid-vlmPxFx88P {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/gemini-generated-image-hgodjthgodjthgod.jpg");
}
.cid-vlmPxFx88P .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlmPxFx88P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlmPxFx88P .video-wrapper {
  border: 0px solid #f6efe9;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}
.cid-vlmPxFx88P .mbr-section-title,
.cid-vlmPxFx88P .mbr-section-subtitle,
.cid-vlmPxFx88P .mbr-text {
  text-align: center;
}
.cid-vlmPxFx88P .mbr-section-title {
  font-weight: 500;
  text-align: center;
}
.cid-vlmPxFx88P .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-vlmPxFx88P .video-block {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.cid-vlmPxFx88P .video-title {
  margin-bottom: 10px;
  text-align: left;
  color: #000000;
}
.cid-voaVnc4iVp {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/gemini-generated-image-hgodjthgodjthgod.jpg");
}
.cid-voaVnc4iVp .mbr-fallback-image.disabled {
  display: none;
}
.cid-voaVnc4iVp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voaVnc4iVp .image-wrapper {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-voaVnc4iVp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-voaVnc4iVp .row {
  flex-direction: row-reverse;
}
.cid-voaVnc4iVp .content-wrap .label-wrapper {
  margin-bottom: 1rem;
}
.cid-voaVnc4iVp .content-wrap .label-wrapper .mbr-label {
  box-shadow: 0 0 10px 0 #e7f3fe;
  border-radius: 16px;
  padding: 8px 18px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #ffffff;
}
.cid-voaVnc4iVp .content-wrap .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-voaVnc4iVp .content-wrap .text-wrapper {
  margin-bottom: 1rem;
}
@media (max-width: 992px) {
  .cid-voaVnc4iVp .content-wrap .text-wrapper {
    margin-bottom: 0;
  }
}
.cid-voaVnc4iVp .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-voaVnc4iVp .content-wrap .text-participate {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.cid-voaVnc4iVp .content-wrap .text-participate .mbr-participate {
  display: block;
}
.cid-voaVnc4iVp .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-voaVnc4iVp .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-voaVnc4iVp .mbr-label,
.cid-voaVnc4iVp .label-wrapper {
  color: #202020;
  text-align: center;
}
.cid-voaVnc4iVp .mbr-section-title {
  color: #000000;
}
.cid-voaVnc4iVp .mbr-text,
.cid-voaVnc4iVp .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-voaVnc4iVp .mbr-section-title,
.cid-voaVnc4iVp .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-voaVnc4iVp .mbr-participate,
.cid-voaVnc4iVp .text-participate {
  text-align: justify;
  color: #333333;
}
.cid-uIvPMzDPty {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #aed9ff;
}
.cid-uIvPMzDPty .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIvPMzDPty .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIvPMzDPty .bg-facebook,
.cid-uIvPMzDPty .bg-line,
.cid-uIvPMzDPty .bg-instagram,
.cid-uIvPMzDPty .bg-youtube,
.cid-uIvPMzDPty .bg-app {
  background: #202020;
  color: #ffffff;
}
.cid-uIvPMzDPty .bg-facebook:hover,
.cid-uIvPMzDPty .bg-line:hover,
.cid-uIvPMzDPty .bg-instagram:hover,
.cid-uIvPMzDPty .bg-youtube:hover,
.cid-uIvPMzDPty .bg-app:hover {
  background: #060606;
}
.cid-uIvPMzDPty .social-list {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uIvPMzDPty .iconfont-wrapper {
  display: flex;
  font-size: 25px;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin: 0 0.3rem;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.cid-uIvPMzDPty [class^="socicon-"]:before,
.cid-uIvPMzDPty [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uIvPMzDPty .mbr-section-title,
.cid-uIvPMzDPty .social-list {
  color: #000000;
  text-align: center;
}
.cid-uJ5qw5yCWZ {
  padding-top: 45px;
  padding-bottom: 120px;
  background-color: #aed9ff;
}
.cid-uJ5qw5yCWZ .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uJ5qw5yCWZ .copyright img {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .cid-uJ5qw5yCWZ .copyright {
    margin-bottom: 2rem;
  }
}
.cid-uJ5qw5yCWZ .card-title {
  text-align: center;
  color: #000000;
}
.cid-uJ5qw5yCWZ .card-text {
  color: #000000;
  text-align: center;
  font-weight: 400;
}
.cid-uJ5qw5yCWZ .card-text a {
  font-weight: 400;
}
.cid-uJ5qw5yCWZ .mbr-text {
  color: #000000;
  text-align: left;
  font-weight: 400;
}
.cid-uJ5qw5yCWZ hr {
  margin: 1rem 0;
  border-top: 1px solid #000000;
  opacity: 1;
  background-color: transparent;
}
.cid-uJ5qw5yCWZ .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-uJ5qw5yCWZ .footer-menu__item {
  font-size: 1rem;
  padding-right: 1.5rem;
}
.cid-uJ5qw5yCWZ .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-uJ5qw5yCWZ .footer-menu span {
  color: #000000;
}
.cid-uJ5qw5yCWZ .footer-menu span a {
  font-weight: 400;
}
.cid-uIY2KB0Vet .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff7503;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uIY2KB0Vet .nav-item,
.cid-uIY2KB0Vet .nav-link,
.cid-uIY2KB0Vet .navbar-caption {
  font-weight: 600;
}
.cid-uIY2KB0Vet .nav-item:focus,
.cid-uIY2KB0Vet .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uIY2KB0Vet .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-uIY2KB0Vet .nav-item .nav-link {
    position: relative;
  }
  .cid-uIY2KB0Vet .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff7503;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-uIY2KB0Vet .nav-item:hover .nav-link:before,
  .cid-uIY2KB0Vet .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-uIY2KB0Vet .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uIY2KB0Vet .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIY2KB0Vet .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-uIY2KB0Vet .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uIY2KB0Vet .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uIY2KB0Vet .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uIY2KB0Vet .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #aed9ff;
}
.cid-uIY2KB0Vet .navbar.opened {
  transition: all 0.3s;
  background: #aed9ff !important;
}
.cid-uIY2KB0Vet .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-uIY2KB0Vet .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uIY2KB0Vet .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIY2KB0Vet .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIY2KB0Vet .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uIY2KB0Vet .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIY2KB0Vet .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIY2KB0Vet .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uIY2KB0Vet .navbar .navbar-logo img {
    height: 2rem !important;
    width: auto;
  }
  .cid-uIY2KB0Vet .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIY2KB0Vet .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIY2KB0Vet .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uIY2KB0Vet .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uIY2KB0Vet .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIY2KB0Vet .navbar.navbar-short {
  background: #aed9ff !important;
  min-height: 60px;
}
.cid-uIY2KB0Vet .navbar.navbar-short .navbar-logo img {
  height: 2rem !important;
  width: auto;
}
.cid-uIY2KB0Vet .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uIY2KB0Vet .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIY2KB0Vet .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIY2KB0Vet .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIY2KB0Vet .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uIY2KB0Vet .dropdown-item.active,
.cid-uIY2KB0Vet .dropdown-item:active {
  background-color: transparent;
}
.cid-uIY2KB0Vet .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIY2KB0Vet .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.5em;
}
.cid-uIY2KB0Vet .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.6em 1.6em;
}
.cid-uIY2KB0Vet .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #aed9ff;
  z-index: 2;
}
.cid-uIY2KB0Vet .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIY2KB0Vet .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIY2KB0Vet ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uIY2KB0Vet .navbar-buttons {
  text-align: center;
}
.cid-uIY2KB0Vet button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uIY2KB0Vet button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uIY2KB0Vet button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIY2KB0Vet button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIY2KB0Vet button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIY2KB0Vet button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIY2KB0Vet nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIY2KB0Vet nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIY2KB0Vet nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIY2KB0Vet nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIY2KB0Vet .navbar-dropdown {
  padding: 0.5rem 0.8rem;
  position: fixed;
}
.cid-uIY2KB0Vet a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uIY2KB0Vet .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #333333;
  display: inline-flex;
}
.cid-uIY2KB0Vet .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uIY2KB0Vet .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uIY2KB0Vet .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uIY2KB0Vet a.nav-link .mbr-iconfont-btn,
.cid-uIY2KB0Vet a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uIY2KB0Vet a.nav-link:hover .mbr-iconfont-btn,
.cid-uIY2KB0Vet a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uIY2KB0Vet a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIY2KB0Vet .navbar {
    height: 77px;
  }
  .cid-uIY2KB0Vet .navbar.opened {
    height: auto;
  }
  .cid-uIY2KB0Vet .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIY2KB0Vet .t-shadow {
  text-shadow: 0px 0px 2px #333333, 0px 0px 2px #333333;
}
.cid-vkfvjKEKEB {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/gemini-generated-image-hgodjthgodjthgod.jpg");
}
.cid-vkfvjKEKEB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkfvjKEKEB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkfvjKEKEB .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vkfvjKEKEB .content-wrap {
    margin-bottom: 16px;
  }
}
.cid-vkfvjKEKEB .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vkfvjKEKEB .content-wrap .label-wrapper .mbr-label {
  border-radius: 16px;
  padding: 8px 18px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #ffffff;
}
.cid-vkfvjKEKEB .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vkfvjKEKEB .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkfvjKEKEB .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vkfvjKEKEB .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-vkfvjKEKEB .image-wrapper {
  border-radius: 16px;
}
.cid-vkfvjKEKEB .image-wrapper .image-wrap {
  border-radius: 16px;
}
.cid-vkfvjKEKEB .image-wrapper .image-wrap img {
  box-shadow: 0 0 40px 0 #ffffff;
  border-radius: 16px;
  height: 100%;
}
.cid-vkfvjKEKEB .mbr-label,
.cid-vkfvjKEKEB .label-wrapper {
  color: #202020;
}
.cid-vkfvjKEKEB .mbr-section-title {
  color: #000000;
}
.cid-vkfvjKEKEB .mbr-text,
.cid-vkfvjKEKEB .text-wrapper {
  color: #000000;
}
.cid-voaU7qmB6u {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-voaU7qmB6u .col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-voaU7qmB6u .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cid-voaU7qmB6u .ig-mask {
  border-radius: 16px;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  height: auto !important;
  overflow: hidden;
  position: relative;
  aspect-ratio: 0.5625;
}
.cid-voaU7qmB6u .ig-mask iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.cid-voaU7qmB6u .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
  text-align: center;
}
.cid-voaU7qmB6u .mbr-text {
  margin-bottom: 1rem;
  color: #000000;
  text-align: center;
}
.cid-voaU7qmB6u .card-title {
  text-align: center;
}
.cid-voaU7qmB6u .mbr-section-subtitle {
  color: #000000;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-voaU7qmB6u .mbr-section-subtitle {
    text-align: justify;
  }
}
.cid-uIY2KC7vUX {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uIY2KC7vUX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIY2KC7vUX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIY2KC7vUX .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uIY2KC7vUX .mbr-section-title {
  color: #000000;
}
.cid-uIY2KCj8eb {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uIY2KCj8eb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIY2KCj8eb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIY2KCj8eb .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uIY2KCj8eb .mbr-section-title {
  color: #2d438a;
}
.cid-uJfBaXqVlF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJfBaXqVlF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJfBaXqVlF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJfBaXqVlF img {
  width: 100%;
  border-radius: 16px;
}
.cid-uJfBaXqVlF .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vneTCXi5Qq {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vneTCXi5Qq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vneTCXi5Qq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vneTCXi5Qq .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vneTCXi5Qq .mbr-section-title {
  color: #2d438a;
}
.cid-vneTA2cawX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vneTA2cawX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vneTA2cawX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vneTA2cawX img {
  width: 100%;
  border-radius: 16px;
}
.cid-vneTA2cawX .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vneUvrra9v {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vneUvrra9v .mbr-fallback-image.disabled {
  display: none;
}
.cid-vneUvrra9v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vneUvrra9v .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vneUvrra9v .mbr-section-title {
  color: #2d438a;
}
.cid-vmS0atD6aK {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vmS0atD6aK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmS0atD6aK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmS0atD6aK .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vmS0atD6aK .mbr-section-title {
  color: #a0180f;
}
.cid-vmS0atD6aK .item-tag {
  border-left: 3px solid #ff7503;
  width: fit-content;
  padding-left: 1rem;
}
.cid-vmS0atD6aK .caption-text {
  color: #000000;
}
.cid-vmS0kSmErW {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vmS0kSmErW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmS0kSmErW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmS0kSmErW .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vmS0kSmErW .mbr-section-title {
  color: #2d438a;
}
.cid-vmRZDz2jua {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vmRZDz2jua .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmRZDz2jua .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmRZDz2jua img {
  width: 100%;
  border-radius: 16px;
}
.cid-vmRZDz2jua .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vmS1bA27iP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vmS1bA27iP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmS1bA27iP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmS1bA27iP .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vmS1bA27iP .mbr-section-title {
  color: #2d438a;
}
.cid-vmRZE617CL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vmRZE617CL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmRZE617CL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmRZE617CL img {
  width: 100%;
  border-radius: 16px;
}
.cid-vmRZE617CL .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vmS1sJ9fEA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vmS1sJ9fEA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmS1sJ9fEA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmS1sJ9fEA .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vmS1sJ9fEA .mbr-section-title {
  color: #2d438a;
}
.cid-vmS1zwMjof {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vmS1zwMjof .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmS1zwMjof .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmS1zwMjof .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vmS1zwMjof .mbr-section-title {
  color: #a0180f;
}
.cid-vmS1zwMjof .item-tag {
  border-left: 3px solid #ff7503;
  width: fit-content;
  padding-left: 1rem;
}
.cid-vmS1zwMjof .caption-text {
  color: #000000;
}
.cid-vmS1Vt0xLz {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vmS1Vt0xLz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmS1Vt0xLz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmS1Vt0xLz .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vmS1Vt0xLz .mbr-section-title {
  color: #2d438a;
}
.cid-vmRZEZSzuV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vmRZEZSzuV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmRZEZSzuV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmRZEZSzuV img {
  width: 100%;
  border-radius: 16px;
}
.cid-vmRZEZSzuV .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vmS2lI1Ms2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vmS2lI1Ms2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmS2lI1Ms2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmS2lI1Ms2 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vmS2lI1Ms2 .mbr-section-title {
  color: #2d438a;
}
.cid-vmRZEyQXuO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vmRZEyQXuO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmRZEyQXuO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmRZEyQXuO img {
  width: 100%;
  border-radius: 16px;
}
.cid-vmRZEyQXuO .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vmS2uWtueK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vmS2uWtueK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmS2uWtueK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmS2uWtueK .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vmS2uWtueK .mbr-section-title {
  color: #2d438a;
}
.cid-vmRZK5TKWh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vmRZK5TKWh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmRZK5TKWh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmRZK5TKWh img {
  width: 100%;
  border-radius: 16px;
}
.cid-vmRZK5TKWh .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vmS2DjcJiO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vmS2DjcJiO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmS2DjcJiO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmS2DjcJiO .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vmS2DjcJiO .mbr-section-title {
  color: #2d438a;
}
.cid-vmS2EkpusT {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vmS2EkpusT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmS2EkpusT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmS2EkpusT .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vmS2EkpusT .mbr-section-title {
  color: #a0180f;
}
.cid-vmS2EkpusT .item-tag {
  border-left: 3px solid #ff7503;
  width: fit-content;
  padding-left: 1rem;
}
.cid-vmS2EkpusT .caption-text {
  color: #000000;
}
.cid-vmS33tOv7C {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vmS33tOv7C .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmS33tOv7C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmS33tOv7C .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vmS33tOv7C .mbr-section-title {
  color: #2d438a;
}
.cid-vneVta985e {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vneVta985e .mbr-fallback-image.disabled {
  display: none;
}
.cid-vneVta985e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vneVta985e img {
  width: 100%;
  border-radius: 16px;
}
.cid-vneVta985e .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vmS3fJQdUk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vmS3fJQdUk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmS3fJQdUk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmS3fJQdUk .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vmS3fJQdUk .mbr-section-title {
  color: #2d438a;
}
.cid-vmRZL2lttF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vmRZL2lttF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmRZL2lttF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmRZL2lttF img {
  width: 100%;
  border-radius: 16px;
}
.cid-vmRZL2lttF .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vmS3zF14Ps {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vmS3zF14Ps .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmS3zF14Ps .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmS3zF14Ps .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vmS3zF14Ps .mbr-section-title {
  color: #a0180f;
}
.cid-vmS3zF14Ps .item-tag {
  border-left: 3px solid #ff7503;
  width: fit-content;
  padding-left: 1rem;
}
.cid-vmS3zF14Ps .caption-text {
  color: #000000;
}
.cid-vmS3EYN7jo {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vmS3EYN7jo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmS3EYN7jo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmS3EYN7jo .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vmS3EYN7jo .mbr-section-title {
  color: #2d438a;
}
.cid-vmRZLpriZm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vmRZLpriZm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmRZLpriZm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmRZLpriZm img {
  width: 100%;
  border-radius: 16px;
}
.cid-vmRZLpriZm .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vmS3Q9Pp7I {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vmS3Q9Pp7I .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmS3Q9Pp7I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmS3Q9Pp7I .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vmS3Q9Pp7I .mbr-section-title {
  color: #2d438a;
}
.cid-vmS3RzWZMg {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vmS3RzWZMg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmS3RzWZMg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmS3RzWZMg .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vmS3RzWZMg .mbr-section-title {
  color: #a0180f;
}
.cid-vmS3RzWZMg .item-tag {
  border-left: 3px solid #ff7503;
  width: fit-content;
  padding-left: 1rem;
}
.cid-vmS3RzWZMg .caption-text {
  color: #000000;
}
.cid-vmS4eWhSvk {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vmS4eWhSvk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmS4eWhSvk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmS4eWhSvk .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vmS4eWhSvk .mbr-section-title {
  color: #2d438a;
}
.cid-vmRZLPNdvK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vmRZLPNdvK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmRZLPNdvK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmRZLPNdvK img {
  width: 100%;
  border-radius: 16px;
}
.cid-vmRZLPNdvK .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vmS4pS5BNq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vmS4pS5BNq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmS4pS5BNq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmS4pS5BNq .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vmS4pS5BNq .mbr-section-title {
  color: #2d438a;
}
.cid-vmRZMhwqU8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vmRZMhwqU8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmRZMhwqU8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmRZMhwqU8 img {
  width: 100%;
  border-radius: 16px;
}
.cid-vmRZMhwqU8 .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vmS4Eyd7pD {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vmS4Eyd7pD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmS4Eyd7pD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmS4Eyd7pD .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vmS4Eyd7pD .mbr-section-title {
  color: #a0180f;
}
.cid-vmS4Eyd7pD .item-tag {
  border-left: 3px solid #ff7503;
  width: fit-content;
  padding-left: 1rem;
}
.cid-vmS4Eyd7pD .caption-text {
  color: #000000;
}
.cid-vmS4F9nK5g {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vmS4F9nK5g .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmS4F9nK5g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmS4F9nK5g .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vmS4F9nK5g .mbr-section-title {
  color: #2d438a;
}
.cid-vmRZMEU1LY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vmRZMEU1LY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmRZMEU1LY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmRZMEU1LY img {
  width: 100%;
  border-radius: 16px;
}
.cid-vmRZMEU1LY .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vmS4Xmenr0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vmS4Xmenr0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmS4Xmenr0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmS4Xmenr0 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vmS4Xmenr0 .mbr-section-title {
  color: #2d438a;
}
.cid-vmS4U48cBo {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vmS4U48cBo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmS4U48cBo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmS4U48cBo .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vmS4U48cBo .mbr-section-title {
  color: #a0180f;
}
.cid-vmS4U48cBo .item-tag {
  border-left: 3px solid #ff7503;
  width: fit-content;
  padding-left: 1rem;
}
.cid-vmS4U48cBo .caption-text {
  color: #000000;
}
.cid-vmS4QPJmhp {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vmS4QPJmhp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmS4QPJmhp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmS4QPJmhp .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vmS4QPJmhp .mbr-section-title {
  color: #2d438a;
}
.cid-uLkeRwY2N8 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #cccccc;
}
.cid-uLkeRwY2N8 .item-content .mbr-text a {
  font-weight: 700;
}
.cid-uLkeRwY2N8 .mbr-text {
  text-align: justify;
  font-weight: 700;
  color: #000000;
}
.cid-uLkeRwY2N8 .wrap {
  width: 100%;
  padding: 0 1rem;
}
.cid-uLkeRwY2N8 .item-content {
  padding: 1rem;
}
.cid-uLkeRwY2N8 img,
.cid-uLkeRwY2N8 .item-img {
  width: 100%;
}
.cid-uLkeRwY2N8 .item:focus,
.cid-uLkeRwY2N8 span:focus {
  outline: none;
}
.cid-uLkeRwY2N8 .item-wrapper {
  position: relative;
}
.cid-uLkeRwY2N8 .slide-content {
  border-radius: 16px;
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uLkeRwY2N8 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 350px;
  max-width: 350px;
}
@media (max-width: 768px) {
  .cid-uLkeRwY2N8 .embla__slide {
    min-width: 270px;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uLkeRwY2N8 .embla__button--next,
.cid-uLkeRwY2N8 .embla__button--prev {
  display: flex;
}
.cid-uLkeRwY2N8 .embla__button {
  top: 50%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: #000000;
  color: #f4f4f4;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uLkeRwY2N8 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLkeRwY2N8 .embla__button:hover {
  background: #bbbbbb;
  opacity: .9;
}
.cid-uLkeRwY2N8 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uLkeRwY2N8 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uLkeRwY2N8 .embla__button {
    top: 50%;
    width: 30px;
    height: 30px;
    font-size: 11px;
  }
  .cid-uLkeRwY2N8 .embla__button.embla__button--prev {
    left: 0;
    margin-left: 1rem;
  }
  .cid-uLkeRwY2N8 .embla__button.embla__button--next {
    right: 0;
    margin-right: 1rem;
  }
}
.cid-uLkeRwY2N8 .embla {
  position: relative;
  width: 100%;
}
.cid-uLkeRwY2N8 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uLkeRwY2N8 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLkeRwY2N8 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLkeRwY2N8 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLkeRwY2N8 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uLkeRwY2N8 .mbr-section-btn {
  margin-top: 3rem;
  margin-left: 0rem!important;
  margin-right: 0rem!important;
  font-size: 0;
}
.cid-uJ5qw5yCWZ {
  padding-top: 45px;
  padding-bottom: 120px;
  background-color: #aed9ff;
}
.cid-uJ5qw5yCWZ .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uJ5qw5yCWZ .copyright img {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .cid-uJ5qw5yCWZ .copyright {
    margin-bottom: 2rem;
  }
}
.cid-uJ5qw5yCWZ .card-title {
  text-align: center;
  color: #000000;
}
.cid-uJ5qw5yCWZ .card-text {
  color: #000000;
  text-align: center;
  font-weight: 400;
}
.cid-uJ5qw5yCWZ .card-text a {
  font-weight: 400;
}
.cid-uJ5qw5yCWZ .mbr-text {
  color: #000000;
  text-align: left;
  font-weight: 400;
}
.cid-uJ5qw5yCWZ hr {
  margin: 1rem 0;
  border-top: 1px solid #000000;
  opacity: 1;
  background-color: transparent;
}
.cid-uJ5qw5yCWZ .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-uJ5qw5yCWZ .footer-menu__item {
  font-size: 1rem;
  padding-right: 1.5rem;
}
.cid-uJ5qw5yCWZ .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-uJ5qw5yCWZ .footer-menu span {
  color: #000000;
}
.cid-uJ5qw5yCWZ .footer-menu span a {
  font-weight: 400;
}
.cid-uKAV4gLUGs .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff7503;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uKAV4gLUGs .nav-item,
.cid-uKAV4gLUGs .nav-link,
.cid-uKAV4gLUGs .navbar-caption {
  font-weight: 600;
}
.cid-uKAV4gLUGs .nav-item:focus,
.cid-uKAV4gLUGs .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uKAV4gLUGs .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-uKAV4gLUGs .nav-item .nav-link {
    position: relative;
  }
  .cid-uKAV4gLUGs .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff7503;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-uKAV4gLUGs .nav-item:hover .nav-link:before,
  .cid-uKAV4gLUGs .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-uKAV4gLUGs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uKAV4gLUGs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKAV4gLUGs .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-uKAV4gLUGs .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uKAV4gLUGs .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uKAV4gLUGs .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uKAV4gLUGs .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #aed9ff;
}
.cid-uKAV4gLUGs .navbar.opened {
  transition: all 0.3s;
  background: #aed9ff !important;
}
.cid-uKAV4gLUGs .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-uKAV4gLUGs .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uKAV4gLUGs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKAV4gLUGs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKAV4gLUGs .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uKAV4gLUGs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKAV4gLUGs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKAV4gLUGs .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uKAV4gLUGs .navbar .navbar-logo img {
    height: 2rem !important;
    width: auto;
  }
  .cid-uKAV4gLUGs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uKAV4gLUGs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKAV4gLUGs .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uKAV4gLUGs .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uKAV4gLUGs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uKAV4gLUGs .navbar.navbar-short {
  background: #aed9ff !important;
  min-height: 60px;
}
.cid-uKAV4gLUGs .navbar.navbar-short .navbar-logo img {
  height: 2rem !important;
  width: auto;
}
.cid-uKAV4gLUGs .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uKAV4gLUGs .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKAV4gLUGs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKAV4gLUGs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKAV4gLUGs .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uKAV4gLUGs .dropdown-item.active,
.cid-uKAV4gLUGs .dropdown-item:active {
  background-color: transparent;
}
.cid-uKAV4gLUGs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKAV4gLUGs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.5em;
}
.cid-uKAV4gLUGs .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.6em 1.6em;
}
.cid-uKAV4gLUGs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #aed9ff;
  z-index: 2;
}
.cid-uKAV4gLUGs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKAV4gLUGs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKAV4gLUGs ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uKAV4gLUGs .navbar-buttons {
  text-align: center;
}
.cid-uKAV4gLUGs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uKAV4gLUGs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uKAV4gLUGs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKAV4gLUGs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKAV4gLUGs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKAV4gLUGs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKAV4gLUGs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKAV4gLUGs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKAV4gLUGs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKAV4gLUGs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKAV4gLUGs .navbar-dropdown {
  padding: 0.5rem 0.8rem;
  position: fixed;
}
.cid-uKAV4gLUGs a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uKAV4gLUGs .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #333333;
  display: inline-flex;
}
.cid-uKAV4gLUGs .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uKAV4gLUGs .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uKAV4gLUGs .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uKAV4gLUGs a.nav-link .mbr-iconfont-btn,
.cid-uKAV4gLUGs a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uKAV4gLUGs a.nav-link:hover .mbr-iconfont-btn,
.cid-uKAV4gLUGs a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uKAV4gLUGs a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKAV4gLUGs .navbar {
    height: 77px;
  }
  .cid-uKAV4gLUGs .navbar.opened {
    height: auto;
  }
  .cid-uKAV4gLUGs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKAV4gLUGs .t-shadow {
  text-shadow: 0px 0px 2px #333333, 0px 0px 2px #333333;
}
.cid-vk9KVlKYex {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/gemini-generated-image-hgodjthgodjthgod.jpg");
}
.cid-vk9KVlKYex .mbr-fallback-image.disabled {
  display: none;
}
.cid-vk9KVlKYex .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vk9KVlKYex .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vk9KVlKYex .content-wrap {
    margin-bottom: 16px;
  }
}
.cid-vk9KVlKYex .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vk9KVlKYex .content-wrap .label-wrapper .mbr-label {
  border-radius: 16px;
  padding: 8px 18px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #ffffff;
}
.cid-vk9KVlKYex .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vk9KVlKYex .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vk9KVlKYex .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vk9KVlKYex .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-vk9KVlKYex .image-wrapper {
  border-radius: 16px;
}
.cid-vk9KVlKYex .image-wrapper .image-wrap {
  border-radius: 16px;
}
.cid-vk9KVlKYex .image-wrapper .image-wrap img {
  box-shadow: 0 0 40px 0 #ffffff;
  border-radius: 16px;
  height: 100%;
}
.cid-vk9KVlKYex .mbr-label,
.cid-vk9KVlKYex .label-wrapper {
  color: #333333;
}
.cid-vk9KVlKYex .mbr-section-title {
  color: #000000;
}
.cid-vk9KVlKYex .mbr-text,
.cid-vk9KVlKYex .text-wrapper {
  color: #000000;
}
.cid-uKAV4hIQAX {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKAV4hIQAX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKAV4hIQAX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKAV4hIQAX .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uKAV4hIQAX .mbr-section-title {
  color: #000000;
}
.cid-uL2HFgeUds {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL2HFgeUds .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL2HFgeUds .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL2HFgeUds img {
  border-radius: 16px;
  width: 100%;
}
.cid-uKAV4hTq5t {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKAV4hTq5t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKAV4hTq5t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKAV4hTq5t .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uKAV4hTq5t .mbr-section-title {
  color: #2d438a;
  text-align: center;
}
.cid-uL2HHigw1I {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL2HHigw1I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL2HHigw1I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL2HHigw1I img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL3fTZsSm6 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL3fTZsSm6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3fTZsSm6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3fTZsSm6 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uL3fTZsSm6 .mbr-section-title {
  color: #2d438a;
  text-align: center;
}
.cid-uL2HhyUO7W {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL2HhyUO7W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL2HhyUO7W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL2HhyUO7W img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL3glpUrph {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL3glpUrph .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3glpUrph .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uL3glpUrph .container {
    padding: 0 30px;
  }
}
.cid-uL3glpUrph .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uL3glpUrph .mbr-text {
  color: #2d438a;
  text-align: center;
}
.cid-uL3gHIijOY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL3gHIijOY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3gHIijOY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3gHIijOY img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL3fYBNFg3 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL3fYBNFg3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3fYBNFg3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3fYBNFg3 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uL3fYBNFg3 .mbr-section-title {
  color: #ff7259;
  text-align: center;
}
.cid-uL2HKU5HFD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL2HKU5HFD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL2HKU5HFD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL2HKU5HFD img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL3fZuT3fw {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL3fZuT3fw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3fZuT3fw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3fZuT3fw .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uL3fZuT3fw .mbr-section-title {
  color: #ff7259;
  text-align: center;
}
.cid-uL2HGfkgXL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL2HGfkgXL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL2HGfkgXL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL2HGfkgXL img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL3ggHfHlR {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uL3ggHfHlR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3ggHfHlR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3ggHfHlR .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uL3ggHfHlR .mbr-section-title {
  color: #a0180f;
}
.cid-uL3ggHfHlR .item-tag {
  border-left: 3px solid #ff7503;
  width: fit-content;
  padding-left: 1rem;
}
.cid-uL3ggHfHlR .caption-text {
  text-align: left;
}
.cid-uL3g0i8Mdc {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL3g0i8Mdc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3g0i8Mdc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3g0i8Mdc .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uL3g0i8Mdc .mbr-section-title {
  color: #2d438a;
  text-align: center;
}
.cid-uL2HKl9bxW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL2HKl9bxW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL2HKl9bxW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL2HKl9bxW img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL3hC6Sk80 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL3hC6Sk80 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3hC6Sk80 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3hC6Sk80 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uL3hC6Sk80 .mbr-section-title {
  color: #ff7259;
  text-align: center;
}
.cid-uL2HI5WvfC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL2HI5WvfC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL2HI5WvfC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL2HI5WvfC img {
  border-radius: 16px;
  width: 100%;
}
.cid-uKAV4isCAG {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKAV4isCAG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKAV4isCAG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKAV4isCAG .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uKAV4isCAG .mbr-section-title {
  color: #2d438a;
  text-align: center;
}
.cid-uL2HMaG6ct {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL2HMaG6ct .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL2HMaG6ct .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL2HMaG6ct img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL3i38TBkb {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL3i38TBkb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3i38TBkb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3i38TBkb .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uL3i38TBkb .mbr-section-title {
  color: #2d438a;
  text-align: center;
}
.cid-uKAV4iEqEA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKAV4iEqEA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKAV4iEqEA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKAV4iEqEA img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL3iehywDo {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL3iehywDo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3iehywDo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3iehywDo .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uL3iehywDo .mbr-section-title {
  color: #ff7259;
  text-align: center;
}
.cid-uL2HWq7QaO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL2HWq7QaO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL2HWq7QaO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL2HWq7QaO img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL3g0QXwf0 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL3g0QXwf0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3g0QXwf0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3g0QXwf0 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uL3g0QXwf0 .mbr-section-title {
  color: #ff7259;
  text-align: center;
}
.cid-uL3ip3kQQY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL3ip3kQQY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3ip3kQQY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3ip3kQQY img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL3iyExa9I {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL3iyExa9I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3iyExa9I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3iyExa9I img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL3imkLzBq {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL3imkLzBq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3imkLzBq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3imkLzBq .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uL3imkLzBq .mbr-section-title {
  color: #ff7259;
  text-align: center;
}
.cid-uL3iq67zbd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL3iq67zbd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3iq67zbd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3iq67zbd img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL3g1yZP23 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL3g1yZP23 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3g1yZP23 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3g1yZP23 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uL3g1yZP23 .mbr-section-title {
  color: #ff7259;
  text-align: center;
}
.cid-uL3iqBzAZB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL3iqBzAZB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3iqBzAZB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3iqBzAZB img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL3iYI0r7V {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL3iYI0r7V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3iYI0r7V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3iYI0r7V .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uL3iYI0r7V .mbr-section-title {
  color: #ff7259;
  text-align: center;
}
.cid-uL3kHYhKBT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL3kHYhKBT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3kHYhKBT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3kHYhKBT img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL3kJviy5f {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL3kJviy5f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3kJviy5f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3kJviy5f .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uL3kJviy5f .mbr-section-title {
  color: #ff7259;
  text-align: center;
}
.cid-uL3kFGtd7C {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL3kFGtd7C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3kFGtd7C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3kFGtd7C img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL3kKskeE8 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL3kKskeE8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3kKskeE8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3kKskeE8 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uL3kKskeE8 .mbr-section-title {
  color: #ff7259;
  text-align: center;
}
.cid-uL3kHexV3n {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL3kHexV3n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3kHexV3n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3kHexV3n img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL3mwHyVkx {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL3mwHyVkx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3mwHyVkx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3mwHyVkx .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uL3mwHyVkx .mbr-section-title {
  color: #ff7259;
  text-align: center;
}
.cid-uL3mCWwamL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL3mCWwamL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3mCWwamL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3mCWwamL img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL3mE2ybqu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL3mE2ybqu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3mE2ybqu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3mE2ybqu img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL3mLLvcuo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL3mLLvcuo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3mLLvcuo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3mLLvcuo img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL3mRehf8V {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL3mRehf8V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3mRehf8V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3mRehf8V .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uL3mRehf8V .mbr-section-title {
  color: #ff7259;
  text-align: center;
}
.cid-uL3mVIzLTh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL3mVIzLTh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3mVIzLTh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3mVIzLTh img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL3mSwTxS1 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL3mSwTxS1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3mSwTxS1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3mSwTxS1 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uL3mSwTxS1 .mbr-section-title {
  color: #ff7259;
  text-align: center;
}
.cid-uL3mWwMJmX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL3mWwMJmX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3mWwMJmX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3mWwMJmX img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL3mTvoRPk {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL3mTvoRPk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3mTvoRPk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3mTvoRPk .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uL3mTvoRPk .mbr-section-title {
  color: #ff7259;
  text-align: center;
}
.cid-uL3nj44jBx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL3nj44jBx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3nj44jBx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3nj44jBx img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL3noljda4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL3noljda4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3noljda4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3noljda4 img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL3np9aE1d {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL3np9aE1d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3np9aE1d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3np9aE1d img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL3mUliKY4 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL3mUliKY4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3mUliKY4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3mUliKY4 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uL3mUliKY4 .mbr-section-title {
  color: #ff7259;
  text-align: center;
}
.cid-uL3nAzMcVW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL3nAzMcVW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3nAzMcVW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3nAzMcVW img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL3nFpFIy0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL3nFpFIy0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3nFpFIy0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3nFpFIy0 img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL3nQk5g4D {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL3nQk5g4D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3nQk5g4D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3nQk5g4D img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL3piioW1B {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL3piioW1B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3piioW1B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3piioW1B .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uL3piioW1B .mbr-section-title {
  color: #2d438a;
  text-align: center;
}
.cid-uL3kGllzSV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL3kGllzSV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3kGllzSV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3kGllzSV img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL3ppdwvPC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL3ppdwvPC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3ppdwvPC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3ppdwvPC img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL3pj5XJM9 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL3pj5XJM9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3pj5XJM9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3pj5XJM9 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uL3pj5XJM9 .mbr-section-title {
  color: #ff7259;
  text-align: center;
}
.cid-uL3pqfVAYC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL3pqfVAYC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3pqfVAYC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3pqfVAYC img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL3pg8Pi8W {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL3pg8Pi8W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3pg8Pi8W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3pg8Pi8W .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uL3pg8Pi8W .mbr-section-title {
  color: #ff7259;
  text-align: center;
}
.cid-uL3qzR50z3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL3qzR50z3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3qzR50z3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3qzR50z3 img {
  border-radius: 16px;
  width: 100%;
}
.cid-uKAV4ih7FB {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uKAV4ih7FB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKAV4ih7FB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKAV4ih7FB .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uKAV4ih7FB .mbr-section-title {
  color: #a0180f;
}
.cid-uKAV4ih7FB .item-tag {
  border-left: 3px solid #ff7503;
  width: fit-content;
  padding-left: 1rem;
}
.cid-uL3plaYDOA {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL3plaYDOA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3plaYDOA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3plaYDOA .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uL3plaYDOA .mbr-section-title {
  color: #2d438a;
  text-align: center;
}
.cid-uL3pdLKeqF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL3pdLKeqF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3pdLKeqF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3pdLKeqF img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL2HOx699F {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL2HOx699F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL2HOx699F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL2HOx699F img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL3tfm1G3V {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL3tfm1G3V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3tfm1G3V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3tfm1G3V .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uL3tfm1G3V .mbr-section-title {
  color: #ff7259;
  text-align: center;
}
.cid-uL3ir5GXKS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL3ir5GXKS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3ir5GXKS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3ir5GXKS img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL2I6bn8IJ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uL2I6bn8IJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL2I6bn8IJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL2I6bn8IJ .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uL2I6bn8IJ .mbr-section-title {
  color: #a0180f;
}
.cid-uL2I6bn8IJ .item-tag {
  border-left: 3px solid #ff7503;
  width: fit-content;
  padding-left: 1rem;
}
.cid-uL2I6bn8IJ .caption-text {
  text-align: left;
}
.cid-uL3pm5cgJM {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL3pm5cgJM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3pm5cgJM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3pm5cgJM .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uL3pm5cgJM .mbr-section-title {
  color: #ff7259;
  text-align: center;
}
.cid-uL3pnbba2p {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL3pnbba2p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3pnbba2p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3pnbba2p .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uL3pnbba2p .mbr-section-title {
  color: #2d438a;
  text-align: center;
}
.cid-uL2HP0piZn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL2HP0piZn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL2HP0piZn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL2HP0piZn img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL2HPyCcxE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL2HPyCcxE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL2HPyCcxE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL2HPyCcxE img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL3g2l4LTw {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL3g2l4LTw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3g2l4LTw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3g2l4LTw .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uL3g2l4LTw .mbr-section-title {
  color: #ff7259;
  text-align: center;
}
.cid-uL3ul1IqeX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL3ul1IqeX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3ul1IqeX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3ul1IqeX img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL3iZw8DaH {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL3iZw8DaH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3iZw8DaH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3iZw8DaH .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uL3iZw8DaH .mbr-section-title {
  color: #ff7259;
  text-align: center;
}
.cid-uL3uDFjx57 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL3uDFjx57 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3uDFjx57 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3uDFjx57 img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL3j0j0fXv {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL3j0j0fXv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3j0j0fXv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3j0j0fXv .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uL3j0j0fXv .mbr-section-title {
  color: #ff7259;
  text-align: center;
}
.cid-uL3uLQck3F {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL3uLQck3F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3uLQck3F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3uLQck3F img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL3uRQmTr5 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL3uRQmTr5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3uRQmTr5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3uRQmTr5 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uL3uRQmTr5 .mbr-section-title {
  color: #ff7259;
  text-align: center;
}
.cid-uL3uMQ7PVN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL3uMQ7PVN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3uMQ7PVN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3uMQ7PVN img {
  border-radius: 16px;
  width: 100%;
}
.cid-uKAV4iQCZX {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKAV4iQCZX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKAV4iQCZX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKAV4iQCZX .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uKAV4iQCZX .mbr-section-title {
  color: #a0180f;
}
.cid-uKAV4iQCZX .item-tag {
  border-left: 3px solid #ff7503;
  width: fit-content;
  padding-left: 1rem;
}
.cid-uL3j0RiYAz {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL3j0RiYAz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3j0RiYAz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3j0RiYAz .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uL3j0RiYAz .mbr-section-title {
  color: #2d438a;
  text-align: center;
}
.cid-uL3ANNk1A7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL3ANNk1A7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3ANNk1A7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3ANNk1A7 img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL3AWpR4SW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL3AWpR4SW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3AWpR4SW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3AWpR4SW img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL3j4Wg8h1 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL3j4Wg8h1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3j4Wg8h1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3j4Wg8h1 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uL3j4Wg8h1 .mbr-section-title {
  color: #ff7259;
  text-align: center;
}
.cid-uL3BaPlrgP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL3BaPlrgP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3BaPlrgP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3BaPlrgP img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL3j9CsXHG {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL3j9CsXHG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3j9CsXHG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3j9CsXHG .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uL3j9CsXHG .mbr-section-title {
  color: #ff7259;
  text-align: center;
}
.cid-uL3Bk7LHGE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL3Bk7LHGE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3Bk7LHGE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3Bk7LHGE img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL3BmmbFXq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL3BmmbFXq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3BmmbFXq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3BmmbFXq img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL3Bl1lWqs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL3Bl1lWqs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3Bl1lWqs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3Bl1lWqs img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL3kCZy0RM {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL3kCZy0RM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3kCZy0RM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3kCZy0RM .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uL3kCZy0RM .mbr-section-title {
  color: #ff7259;
  text-align: center;
}
.cid-uL3C2luf9C {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL3C2luf9C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3C2luf9C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3C2luf9C img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL3D9Mekgd {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL3D9Mekgd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3D9Mekgd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3D9Mekgd .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uL3D9Mekgd .mbr-section-title {
  color: #ff7259;
  text-align: center;
}
.cid-uL3C7E4wnN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL3C7E4wnN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3C7E4wnN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3C7E4wnN img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL3C9TxV7i {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL3C9TxV7i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3C9TxV7i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3C9TxV7i img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL3C6ldOg6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL3C6ldOg6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3C6ldOg6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3C6ldOg6 img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL3Cf8SjNM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL3Cf8SjNM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3Cf8SjNM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3Cf8SjNM img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL3DyUIFdl {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL3DyUIFdl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3DyUIFdl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3DyUIFdl .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uL3DyUIFdl .mbr-section-title {
  color: #ff7259;
  text-align: center;
}
.cid-uL3C51InkT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL3C51InkT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3C51InkT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3C51InkT img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL3CaStkuz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL3CaStkuz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3CaStkuz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3CaStkuz img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL3DRgubxC {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL3DRgubxC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3DRgubxC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3DRgubxC .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uL3DRgubxC .mbr-section-title {
  color: #ff7259;
  text-align: center;
}
.cid-uL3C8YKT69 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL3C8YKT69 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3C8YKT69 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3C8YKT69 img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL3Cc9a3R0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL3Cc9a3R0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3Cc9a3R0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3Cc9a3R0 img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL3EeAlTAB {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL3EeAlTAB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3EeAlTAB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3EeAlTAB .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uL3EeAlTAB .mbr-section-title {
  color: #ff7259;
  text-align: center;
}
.cid-uL3v7Scw7Q {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uL3v7Scw7Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3v7Scw7Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3v7Scw7Q .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uL3v7Scw7Q .mbr-section-title {
  color: #a0180f;
}
.cid-uL3v7Scw7Q .item-tag {
  border-left: 3px solid #ff7503;
  width: fit-content;
  padding-left: 1rem;
}
.cid-uL3v7Scw7Q .caption-text {
  text-align: left;
}
.cid-uL3ExgXd4V {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL3ExgXd4V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3ExgXd4V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3ExgXd4V .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uL3ExgXd4V .mbr-section-title {
  color: #ff7259;
  text-align: center;
}
.cid-uL3CebCJPV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL3CebCJPV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3CebCJPV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3CebCJPV img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL3EBXuJGR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL3EBXuJGR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3EBXuJGR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3EBXuJGR img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL3EStEAOl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL3EStEAOl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3EStEAOl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3EStEAOl img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL3kDpNcIu {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL3kDpNcIu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3kDpNcIu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3kDpNcIu .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uL3kDpNcIu .mbr-section-title {
  color: #ff7259;
  text-align: center;
}
.cid-uL3j1IehZF {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL3j1IehZF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3j1IehZF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3j1IehZF .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uL3j1IehZF .mbr-section-title {
  color: #2d438a;
  text-align: center;
}
.cid-uL3FF5PsQS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL3FF5PsQS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3FF5PsQS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3FF5PsQS img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL3FNOcBhC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL3FNOcBhC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3FNOcBhC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3FNOcBhC img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL3g37ta7Y {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL3g37ta7Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3g37ta7Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3g37ta7Y .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uL3g37ta7Y .mbr-section-title {
  color: #ff7259;
  text-align: center;
}
.cid-uL2HQ8nH55 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL2HQ8nH55 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL2HQ8nH55 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL2HQ8nH55 img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL2HQyhFTT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL2HQyhFTT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL2HQyhFTT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL2HQyhFTT img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL2HRiwcYx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL2HRiwcYx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL2HRiwcYx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL2HRiwcYx img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL3GaYqBoj {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL3GaYqBoj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3GaYqBoj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3GaYqBoj .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uL3GaYqBoj .mbr-section-title {
  color: #ff7259;
  text-align: center;
}
.cid-uL3JKi1M1U {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL3JKi1M1U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3JKi1M1U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3JKi1M1U img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL3JSeFMe0 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL3JSeFMe0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3JSeFMe0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3JSeFMe0 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uL3JSeFMe0 .mbr-section-title {
  color: #ff7259;
  text-align: center;
}
.cid-uL3JMc0jAI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL3JMc0jAI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3JMc0jAI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3JMc0jAI img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL3JNY67sf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL3JNY67sf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3JNY67sf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3JNY67sf img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL3KcV1Jyk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL3KcV1Jyk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3KcV1Jyk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3KcV1Jyk img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL3KiI4Kie {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL3KiI4Kie .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3KiI4Kie .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3KiI4Kie .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uL3KiI4Kie .mbr-section-title {
  color: #ff7259;
  text-align: center;
}
.cid-uL3Ks0yF9d {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL3Ks0yF9d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3Ks0yF9d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3Ks0yF9d img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL3R2cIJtQ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL3R2cIJtQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3R2cIJtQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3R2cIJtQ .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uL3R2cIJtQ .mbr-section-title {
  color: #ff7259;
  text-align: center;
}
.cid-uL3KpxD8T8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL3KpxD8T8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3KpxD8T8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3KpxD8T8 img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL3RbdKCho {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL3RbdKCho .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3RbdKCho .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3RbdKCho .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uL3RbdKCho .mbr-section-title {
  color: #ff7259;
  text-align: center;
}
.cid-uL3Kt8oRhz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL3Kt8oRhz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3Kt8oRhz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3Kt8oRhz img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL9K4Q387q {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uL9K4Q387q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL9K4Q387q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL9K4Q387q .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uL9K4Q387q .mbr-section-title {
  color: #a0180f;
}
.cid-uL9K4Q387q .item-tag {
  border-left: 3px solid #ff7503;
  width: fit-content;
  padding-left: 1rem;
}
.cid-uL9K4Q387q .caption-text {
  text-align: left;
}
.cid-uL3WYulzrl {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL3WYulzrl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3WYulzrl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3WYulzrl .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uL3WYulzrl .mbr-section-title {
  color: #2d438a;
  text-align: center;
}
.cid-uL2HSmOY1o {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL2HSmOY1o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL2HSmOY1o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL2HSmOY1o img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL3XG6g6Fa {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL3XG6g6Fa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3XG6g6Fa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3XG6g6Fa .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uL3XG6g6Fa .mbr-section-title {
  color: #ff7259;
  text-align: center;
}
.cid-uL2HSF2IYd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL2HSF2IYd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL2HSF2IYd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL2HSF2IYd img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL3XND7QKX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL3XND7QKX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3XND7QKX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3XND7QKX img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL3RCcpWVg {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL3RCcpWVg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3RCcpWVg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3RCcpWVg .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uL3RCcpWVg .mbr-section-title {
  color: #ff7259;
  text-align: center;
}
.cid-uL3XRhKyzN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL3XRhKyzN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3XRhKyzN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3XRhKyzN img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL3XT170BL {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL3XT170BL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3XT170BL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3XT170BL .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uL3XT170BL .mbr-section-title {
  color: #ff7259;
  text-align: center;
}
.cid-uL2HS2e8E2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL2HS2e8E2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL2HS2e8E2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL2HS2e8E2 img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL3YaJJ2lc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL3YaJJ2lc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3YaJJ2lc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3YaJJ2lc img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL2HBmkhxE {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uL2HBmkhxE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL2HBmkhxE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL2HBmkhxE .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uL2HBmkhxE .mbr-section-title {
  color: #a0180f;
}
.cid-uL2HBmkhxE .item-tag {
  border-left: 3px solid #ff7503;
  width: fit-content;
  padding-left: 1rem;
}
.cid-uL2HBmkhxE .caption-text {
  text-align: left;
}
.cid-uL3j8bGUMj {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL3j8bGUMj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3j8bGUMj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3j8bGUMj .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uL3j8bGUMj .mbr-section-title {
  color: #ff7259;
  text-align: center;
}
.cid-uL3YJoVBc4 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL3YJoVBc4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3YJoVBc4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3YJoVBc4 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uL3YJoVBc4 .mbr-section-title {
  color: #2d438a;
  text-align: center;
}
.cid-uL2HU3Fiw3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL2HU3Fiw3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL2HU3Fiw3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL2HU3Fiw3 img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL3j5KplAK {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL3j5KplAK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3j5KplAK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3j5KplAK .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uL3j5KplAK .mbr-section-title {
  color: #ff7259;
  text-align: center;
}
.cid-uL2HNAcVUs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL2HNAcVUs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL2HNAcVUs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL2HNAcVUs img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL3j6mWpdU {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL3j6mWpdU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3j6mWpdU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3j6mWpdU .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uL3j6mWpdU .mbr-section-title {
  color: #ff7259;
  text-align: center;
}
.cid-uL2HMVzTui {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL2HMVzTui .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL2HMVzTui .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL2HMVzTui img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL2HTB5AXM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL2HTB5AXM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL2HTB5AXM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL2HTB5AXM img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL3j8HgTV3 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL3j8HgTV3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3j8HgTV3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3j8HgTV3 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uL3j8HgTV3 .mbr-section-title {
  color: #ff7259;
  text-align: center;
}
.cid-uL3ZCJpzY9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL3ZCJpzY9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3ZCJpzY9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3ZCJpzY9 img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL3j714jXM {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL3j714jXM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3j714jXM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3j714jXM .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uL3j714jXM .mbr-section-title {
  color: #ff7259;
  text-align: center;
}
.cid-uL3ZQV1WnY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL3ZQV1WnY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3ZQV1WnY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3ZQV1WnY img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL3YBBcwoW {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uL3YBBcwoW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3YBBcwoW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3YBBcwoW .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uL3YBBcwoW .mbr-section-title {
  color: #a0180f;
}
.cid-uL3YBBcwoW .item-tag {
  border-left: 3px solid #ff7503;
  width: fit-content;
  padding-left: 1rem;
}
.cid-uL3YBBcwoW .caption-text {
  text-align: left;
}
.cid-uL3j2zhLGA {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL3j2zhLGA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3j2zhLGA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3j2zhLGA .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uL3j2zhLGA .mbr-section-title {
  color: #2d438a;
  text-align: center;
}
.cid-uL40cZVfPW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL40cZVfPW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL40cZVfPW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL40cZVfPW img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL40OgUmbn {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL40OgUmbn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL40OgUmbn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL40OgUmbn .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uL40OgUmbn .mbr-section-title {
  color: #ff7259;
  text-align: center;
}
.cid-uL40frfvBV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL40frfvBV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL40frfvBV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL40frfvBV img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL40Hcl6qN {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL40Hcl6qN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL40Hcl6qN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL40Hcl6qN .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uL40Hcl6qN .mbr-section-title {
  color: #ff7259;
  text-align: center;
}
.cid-uL40gkg7ex {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL40gkg7ex .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL40gkg7ex .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL40gkg7ex img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL40gUWkuK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL40gUWkuK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL40gUWkuK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL40gUWkuK img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL40L2UszC {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL40L2UszC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL40L2UszC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL40L2UszC .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uL40L2UszC .mbr-section-title {
  color: #ff7259;
  text-align: center;
}
.cid-uL40ijiEQK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL40ijiEQK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL40ijiEQK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL40ijiEQK img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL3j3d1Oj1 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL3j3d1Oj1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3j3d1Oj1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3j3d1Oj1 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uL3j3d1Oj1 .mbr-section-title {
  color: #ff7259;
  text-align: center;
}
.cid-uL40kvtO5l {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL40kvtO5l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL40kvtO5l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL40kvtO5l img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL40TI78ib {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uL40TI78ib .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL40TI78ib .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL40TI78ib .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uL40TI78ib .mbr-section-title {
  color: #a0180f;
}
.cid-uL40TI78ib .item-tag {
  border-left: 3px solid #ff7503;
  width: fit-content;
  padding-left: 1rem;
}
.cid-uL40TI78ib .caption-text {
  text-align: left;
}
.cid-uL432xcFOy {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL432xcFOy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL432xcFOy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL432xcFOy .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uL432xcFOy .mbr-section-title {
  color: #ff7259;
  text-align: center;
}
.cid-uL40hvKQgl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL40hvKQgl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL40hvKQgl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL40hvKQgl img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL431iOXNi {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL431iOXNi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL431iOXNi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL431iOXNi .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uL431iOXNi .mbr-section-title {
  color: #ff7259;
  text-align: center;
}
.cid-uL40dLbsM1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL40dLbsM1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL40dLbsM1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL40dLbsM1 img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL43jol2Sf {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL43jol2Sf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL43jol2Sf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL43jol2Sf .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uL43jol2Sf .mbr-section-title {
  color: #ff7259;
  text-align: center;
}
.cid-uL40eJ68JG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL40eJ68JG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL40eJ68JG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL40eJ68JG img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL43iheuJC {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL43iheuJC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL43iheuJC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL43iheuJC .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uL43iheuJC .mbr-section-title {
  color: #ff7259;
  text-align: center;
}
.cid-uL40caLVYD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL40caLVYD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL40caLVYD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL40caLVYD img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL40bpDneV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL40bpDneV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL40bpDneV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL40bpDneV img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL409qrfly {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL409qrfly .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL409qrfly .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL409qrfly img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL44a53uTk {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL44a53uTk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL44a53uTk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL44a53uTk .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uL44a53uTk .mbr-section-title {
  color: #ff7259;
  text-align: center;
}
.cid-uKAV4jtuov {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uKAV4jtuov .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKAV4jtuov .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKAV4jtuov img {
  border-radius: 16px;
  width: 100%;
}
.cid-uLkeRwY2N8 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #cccccc;
}
.cid-uLkeRwY2N8 .item-content .mbr-text a {
  font-weight: 700;
}
.cid-uLkeRwY2N8 .mbr-text {
  text-align: justify;
  font-weight: 700;
  color: #000000;
}
.cid-uLkeRwY2N8 .wrap {
  width: 100%;
  padding: 0 1rem;
}
.cid-uLkeRwY2N8 .item-content {
  padding: 1rem;
}
.cid-uLkeRwY2N8 img,
.cid-uLkeRwY2N8 .item-img {
  width: 100%;
}
.cid-uLkeRwY2N8 .item:focus,
.cid-uLkeRwY2N8 span:focus {
  outline: none;
}
.cid-uLkeRwY2N8 .item-wrapper {
  position: relative;
}
.cid-uLkeRwY2N8 .slide-content {
  border-radius: 16px;
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uLkeRwY2N8 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 350px;
  max-width: 350px;
}
@media (max-width: 768px) {
  .cid-uLkeRwY2N8 .embla__slide {
    min-width: 270px;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uLkeRwY2N8 .embla__button--next,
.cid-uLkeRwY2N8 .embla__button--prev {
  display: flex;
}
.cid-uLkeRwY2N8 .embla__button {
  top: 50%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: #000000;
  color: #f4f4f4;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uLkeRwY2N8 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLkeRwY2N8 .embla__button:hover {
  background: #bbbbbb;
  opacity: .9;
}
.cid-uLkeRwY2N8 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uLkeRwY2N8 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uLkeRwY2N8 .embla__button {
    top: 50%;
    width: 30px;
    height: 30px;
    font-size: 11px;
  }
  .cid-uLkeRwY2N8 .embla__button.embla__button--prev {
    left: 0;
    margin-left: 1rem;
  }
  .cid-uLkeRwY2N8 .embla__button.embla__button--next {
    right: 0;
    margin-right: 1rem;
  }
}
.cid-uLkeRwY2N8 .embla {
  position: relative;
  width: 100%;
}
.cid-uLkeRwY2N8 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uLkeRwY2N8 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLkeRwY2N8 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLkeRwY2N8 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLkeRwY2N8 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uLkeRwY2N8 .mbr-section-btn {
  margin-top: 3rem;
  margin-left: 0rem!important;
  margin-right: 0rem!important;
  font-size: 0;
}
.cid-uKAV4kalqk {
  padding-top: 45px;
  padding-bottom: 120px;
  background-color: #aed9ff;
}
.cid-uKAV4kalqk .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uKAV4kalqk .copyright img {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .cid-uKAV4kalqk .copyright {
    margin-bottom: 2rem;
  }
}
.cid-uKAV4kalqk .card-title {
  text-align: center;
  color: #000000;
}
.cid-uKAV4kalqk .card-text {
  color: #000000;
  text-align: center;
  font-weight: 400;
}
.cid-uKAV4kalqk .card-text a {
  font-weight: 400;
}
.cid-uKAV4kalqk .mbr-text {
  color: #000000;
  text-align: left;
  font-weight: 400;
}
.cid-uKAV4kalqk hr {
  margin: 1rem 0;
  border-top: 1px solid #000000;
  opacity: 1;
  background-color: transparent;
}
.cid-uKAV4kalqk .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-uKAV4kalqk .footer-menu__item {
  font-size: 1rem;
  padding-right: 1.5rem;
}
.cid-uKAV4kalqk .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-uKAV4kalqk .footer-menu span {
  color: #000000;
}
.cid-uKAV4kalqk .footer-menu span a {
  font-weight: 400;
}
.cid-uKY5dIrpan .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff7503;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uKY5dIrpan .nav-item,
.cid-uKY5dIrpan .nav-link,
.cid-uKY5dIrpan .navbar-caption {
  font-weight: 600;
}
.cid-uKY5dIrpan .nav-item:focus,
.cid-uKY5dIrpan .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uKY5dIrpan .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-uKY5dIrpan .nav-item .nav-link {
    position: relative;
  }
  .cid-uKY5dIrpan .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff7503;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-uKY5dIrpan .nav-item:hover .nav-link:before,
  .cid-uKY5dIrpan .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-uKY5dIrpan .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uKY5dIrpan .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKY5dIrpan .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-uKY5dIrpan .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uKY5dIrpan .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uKY5dIrpan .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uKY5dIrpan .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #aed9ff;
}
.cid-uKY5dIrpan .navbar.opened {
  transition: all 0.3s;
  background: #aed9ff !important;
}
.cid-uKY5dIrpan .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-uKY5dIrpan .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uKY5dIrpan .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKY5dIrpan .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKY5dIrpan .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uKY5dIrpan .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKY5dIrpan .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKY5dIrpan .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uKY5dIrpan .navbar .navbar-logo img {
    height: 2rem !important;
    width: auto;
  }
  .cid-uKY5dIrpan .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uKY5dIrpan .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKY5dIrpan .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uKY5dIrpan .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uKY5dIrpan .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uKY5dIrpan .navbar.navbar-short {
  background: #aed9ff !important;
  min-height: 60px;
}
.cid-uKY5dIrpan .navbar.navbar-short .navbar-logo img {
  height: 2rem !important;
  width: auto;
}
.cid-uKY5dIrpan .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uKY5dIrpan .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKY5dIrpan .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKY5dIrpan .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKY5dIrpan .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uKY5dIrpan .dropdown-item.active,
.cid-uKY5dIrpan .dropdown-item:active {
  background-color: transparent;
}
.cid-uKY5dIrpan .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKY5dIrpan .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.5em;
}
.cid-uKY5dIrpan .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.6em 1.6em;
}
.cid-uKY5dIrpan .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #aed9ff;
  z-index: 2;
}
.cid-uKY5dIrpan .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKY5dIrpan .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKY5dIrpan ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uKY5dIrpan .navbar-buttons {
  text-align: center;
}
.cid-uKY5dIrpan button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uKY5dIrpan button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uKY5dIrpan button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKY5dIrpan button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKY5dIrpan button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKY5dIrpan button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKY5dIrpan nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKY5dIrpan nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKY5dIrpan nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKY5dIrpan nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKY5dIrpan .navbar-dropdown {
  padding: 0.5rem 0.8rem;
  position: fixed;
}
.cid-uKY5dIrpan a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uKY5dIrpan .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #333333;
  display: inline-flex;
}
.cid-uKY5dIrpan .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uKY5dIrpan .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uKY5dIrpan .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uKY5dIrpan a.nav-link .mbr-iconfont-btn,
.cid-uKY5dIrpan a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uKY5dIrpan a.nav-link:hover .mbr-iconfont-btn,
.cid-uKY5dIrpan a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uKY5dIrpan a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKY5dIrpan .navbar {
    height: 77px;
  }
  .cid-uKY5dIrpan .navbar.opened {
    height: auto;
  }
  .cid-uKY5dIrpan .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKY5dIrpan .t-shadow {
  text-shadow: 0px 0px 2px #333333, 0px 0px 2px #333333;
}
.cid-vkjt4GQUe2 {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/gemini-generated-image-hgodjthgodjthgod.jpg");
}
.cid-vkjt4GQUe2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkjt4GQUe2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkjt4GQUe2 .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vkjt4GQUe2 .content-wrap {
    margin-bottom: 16px;
  }
}
.cid-vkjt4GQUe2 .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vkjt4GQUe2 .content-wrap .label-wrapper .mbr-label {
  border-radius: 16px;
  padding: 8px 18px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #ffffff;
}
.cid-vkjt4GQUe2 .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vkjt4GQUe2 .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkjt4GQUe2 .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vkjt4GQUe2 .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-vkjt4GQUe2 .image-wrapper {
  border-radius: 16px;
}
.cid-vkjt4GQUe2 .image-wrapper .image-wrap {
  border-radius: 16px;
}
.cid-vkjt4GQUe2 .image-wrapper .image-wrap img {
  box-shadow: 0 0 40px 0 #ffffff;
  border-radius: 16px;
  height: 100%;
}
.cid-vkjt4GQUe2 .mbr-label,
.cid-vkjt4GQUe2 .label-wrapper {
  color: #333333;
}
.cid-vkjt4GQUe2 .mbr-section-title {
  text-align: justify;
  color: #000000;
}
.cid-vkjt4GQUe2 .mbr-text,
.cid-vkjt4GQUe2 .text-wrapper {
  color: #000000;
}
.cid-uKY5dJfFa4 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKY5dJfFa4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKY5dJfFa4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKY5dJfFa4 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uKY5dJfFa4 .mbr-section-title {
  color: #000000;
}
.cid-uKY5dJz2Ux {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKY5dJz2Ux .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKY5dJz2Ux .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKY5dJz2Ux .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uKY5dJz2Ux .mbr-section-title {
  color: #2d438a;
}
.cid-uKY5dJVfwK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKY5dJVfwK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKY5dJVfwK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKY5dJVfwK img {
  border-radius: 16px;
  width: 100%;
}
.cid-uKY5dKBSio {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKY5dKBSio .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKY5dKBSio .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKY5dKBSio .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uKY5dKBSio .mbr-section-title {
  color: #2d438a;
}
.cid-uKYiTnLhXv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKYiTnLhXv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYiTnLhXv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKYiTnLhXv img {
  border-radius: 16px;
  width: 100%;
}
.cid-uKYiRV9H4e {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKYiRV9H4e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYiRV9H4e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKYiRV9H4e .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uKYiRV9H4e .mbr-section-title {
  color: #ff7259;
}
.cid-uKYj0bg8Us {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKYj0bg8Us .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYj0bg8Us .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKYj0bg8Us img {
  border-radius: 16px;
  width: 100%;
}
.cid-uKYiGucCNa {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKYiGucCNa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYiGucCNa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKYiGucCNa .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uKYiGucCNa .mbr-section-title {
  color: #2d438a;
}
.cid-uKYjcqyrcE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKYjcqyrcE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYjcqyrcE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKYjcqyrcE img {
  border-radius: 16px;
  width: 100%;
}
.cid-uKYjhQFky6 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKYjhQFky6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYjhQFky6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKYjhQFky6 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uKYjhQFky6 .mbr-section-title {
  color: #2d438a;
}
.cid-uKY5dKX8PG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKY5dKX8PG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKY5dKX8PG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKY5dKX8PG img {
  border-radius: 16px;
  width: 100%;
}
.cid-uKYjB64vtu {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKYjB64vtu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYjB64vtu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKYjB64vtu .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uKYjB64vtu .mbr-section-title {
  color: #2d438a;
}
.cid-uKYjwPZDXd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKYjwPZDXd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYjwPZDXd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKYjwPZDXd img {
  border-radius: 16px;
  width: 100%;
}
.cid-uKYjKYwysa {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKYjKYwysa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYjKYwysa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKYjKYwysa .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uKYjKYwysa .mbr-section-title {
  color: #ff7259;
}
.cid-uKYjJVShBu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKYjJVShBu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYjJVShBu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKYjJVShBu img {
  border-radius: 16px;
  width: 100%;
}
.cid-uKYjU56Zby {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKYjU56Zby .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYjU56Zby .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKYjU56Zby .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uKYjU56Zby .mbr-section-title {
  color: #ff7259;
}
.cid-uKYjULGUk4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKYjULGUk4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYjULGUk4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKYjULGUk4 img {
  border-radius: 16px;
  width: 100%;
}
.cid-uKYlbF8hpg {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKYlbF8hpg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYlbF8hpg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKYlbF8hpg .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uKYlbF8hpg .mbr-section-title {
  color: #2d438a;
}
.cid-uKYlxgSrqN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKYlxgSrqN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYlxgSrqN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKYlxgSrqN img {
  border-radius: 16px;
  width: 100%;
}
.cid-uKYlzob3JP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKYlzob3JP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYlzob3JP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKYlzob3JP img {
  border-radius: 16px;
  width: 100%;
}
.cid-uKY5dMeidH {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKY5dMeidH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKY5dMeidH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKY5dMeidH .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uKY5dMeidH .mbr-section-title {
  color: #2d438a;
}
.cid-uKYoBAw4Rp {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKYoBAw4Rp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYoBAw4Rp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKYoBAw4Rp .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uKYoBAw4Rp .mbr-section-title {
  color: #2d438a;
}
.cid-uKYoUrM6bg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKYoUrM6bg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYoUrM6bg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKYoUrM6bg img {
  border-radius: 16px;
  width: 100%;
}
.cid-uKYoVXiNIn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKYoVXiNIn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYoVXiNIn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKYoVXiNIn img {
  border-radius: 16px;
  width: 100%;
}
.cid-uKYpctlIEi {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKYpctlIEi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYpctlIEi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKYpctlIEi .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uKYpctlIEi .mbr-section-title {
  color: #ff7259;
}
.cid-uKYpiAFvbp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKYpiAFvbp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYpiAFvbp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKYpiAFvbp img {
  border-radius: 16px;
  width: 100%;
}
.cid-uKYpp5aisv {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKYpp5aisv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYpp5aisv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKYpp5aisv .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uKYpp5aisv .mbr-section-title {
  color: #ff7259;
}
.cid-uKYpsIdo58 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKYpsIdo58 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYpsIdo58 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKYpsIdo58 img {
  width: 100%;
}
.cid-uKY5dLjWqO {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKY5dLjWqO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKY5dLjWqO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKY5dLjWqO .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uKY5dLjWqO .mbr-section-title {
  color: #a0180f;
}
.cid-uKY5dLjWqO .item-tag {
  border-left: 3px solid #ff7503;
  width: fit-content;
  padding-left: 1rem;
}
.cid-uKYmiOGAeA {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKYmiOGAeA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYmiOGAeA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKYmiOGAeA .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uKYmiOGAeA .mbr-section-title {
  color: #2d438a;
}
.cid-uKYqafRUij {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKYqafRUij .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYqafRUij .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKYqafRUij img {
  border-radius: 16px;
  width: 100%;
}
.cid-uKYq0O3Jjx {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKYq0O3Jjx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYq0O3Jjx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKYq0O3Jjx .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uKYq0O3Jjx .mbr-section-title {
  color: #ff7259;
}
.cid-uKYq2uEmB7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKYq2uEmB7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYq2uEmB7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKYq2uEmB7 img {
  border-radius: 16px;
  width: 100%;
}
.cid-uKY5dKf5f0 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uKY5dKf5f0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKY5dKf5f0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKY5dKf5f0 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uKY5dKf5f0 .mbr-section-title {
  color: #a0180f;
}
.cid-uKY5dKf5f0 .item-tag {
  border-left: 3px solid #ff7503;
  width: fit-content;
  padding-left: 1rem;
}
.cid-uKYq3YhIlP {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKYq3YhIlP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYq3YhIlP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKYq3YhIlP .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uKYq3YhIlP .mbr-section-title {
  color: #2d438a;
}
.cid-uKYq5uDQYy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKYq5uDQYy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYq5uDQYy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKYq5uDQYy img {
  border-radius: 16px;
  width: 100%;
}
.cid-uKYqL1bmUH {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKYqL1bmUH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYqL1bmUH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKYqL1bmUH .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uKYqL1bmUH .mbr-section-title {
  color: #ff7259;
}
.cid-uKYqNRHWFZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKYqNRHWFZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYqNRHWFZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKYqNRHWFZ img {
  border-radius: 16px;
  width: 100%;
}
.cid-uKYqOPeH2A {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uKYqOPeH2A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYqOPeH2A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKYqOPeH2A .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uKYqOPeH2A .mbr-section-title {
  color: #a0180f;
}
.cid-uKYqOPeH2A .item-tag {
  border-left: 3px solid #ff7503;
  width: fit-content;
  padding-left: 1rem;
}
.cid-uKYUv4r52U {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKYUv4r52U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYUv4r52U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKYUv4r52U .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uKYUv4r52U .mbr-section-title {
  color: #2d438a;
}
.cid-uKYUH3D23M {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKYUH3D23M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYUH3D23M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKYUH3D23M img {
  border-radius: 16px;
  width: 100%;
}
.cid-uKYUNTebfX {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKYUNTebfX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYUNTebfX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKYUNTebfX .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uKYUNTebfX .mbr-section-title {
  color: #ff7259;
}
.cid-uKYUU7A4Ik {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKYUU7A4Ik .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYUU7A4Ik .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKYUU7A4Ik img {
  border-radius: 16px;
  width: 100%;
}
.cid-uKYUSVSFMO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKYUSVSFMO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYUSVSFMO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKYUSVSFMO img {
  border-radius: 16px;
  width: 100%;
}
.cid-uKYUVVrI4f {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKYUVVrI4f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYUVVrI4f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKYUVVrI4f .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uKYUVVrI4f .mbr-section-title {
  color: #ff7259;
}
.cid-uKYUX3Q1nL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKYUX3Q1nL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYUX3Q1nL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKYUX3Q1nL img {
  border-radius: 16px;
  width: 100%;
}
.cid-uKYUYZMHQ1 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKYUYZMHQ1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYUYZMHQ1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKYUYZMHQ1 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uKYUYZMHQ1 .mbr-section-title {
  color: #ff7259;
}
.cid-uKYV2p6kGM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKYV2p6kGM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYV2p6kGM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKYV2p6kGM img {
  border-radius: 16px;
  width: 100%;
}
.cid-uKYV3C79pm {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKYV3C79pm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYV3C79pm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKYV3C79pm .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uKYV3C79pm .mbr-section-title {
  color: #ff7259;
}
.cid-uKYV5A0Coa {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKYV5A0Coa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYV5A0Coa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKYV5A0Coa img {
  border-radius: 16px;
  width: 100%;
}
.cid-uKYV6K3Gqx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKYV6K3Gqx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYV6K3Gqx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKYV6K3Gqx img {
  border-radius: 16px;
  width: 100%;
}
.cid-uKYVIj7RWM {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKYVIj7RWM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYVIj7RWM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKYVIj7RWM .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uKYVIj7RWM .mbr-section-title {
  color: #2d438a;
}
.cid-uKYVSU3sUv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKYVSU3sUv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYVSU3sUv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKYVSU3sUv img {
  border-radius: 16px;
  width: 100%;
}
.cid-uKYVNh3D1W {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKYVNh3D1W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYVNh3D1W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKYVNh3D1W .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uKYVNh3D1W .mbr-section-title {
  color: #ff7259;
}
.cid-uKYVUemQ3w {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKYVUemQ3w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYVUemQ3w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKYVUemQ3w img {
  border-radius: 16px;
  width: 100%;
}
.cid-uKYVMJwKa2 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKYVMJwKa2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYVMJwKa2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKYVMJwKa2 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uKYVMJwKa2 .mbr-section-title {
  color: #ff7259;
}
.cid-uKZeWYwfVo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKZeWYwfVo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZeWYwfVo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZeWYwfVo img {
  border-radius: 16px;
  width: 100%;
}
.cid-uKYW3E1WpY {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uKYW3E1WpY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYW3E1WpY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKYW3E1WpY .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uKYW3E1WpY .mbr-section-title {
  color: #a0180f;
}
.cid-uKYW3E1WpY .item-tag {
  border-left: 3px solid #ff7503;
  width: fit-content;
  padding-left: 1rem;
}
.cid-uKZffzgNKs {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKZffzgNKs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZffzgNKs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZffzgNKs .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uKZffzgNKs .mbr-section-title {
  color: #2d438a;
}
.cid-uKZfgiH6DK {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKZfgiH6DK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZfgiH6DK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZfgiH6DK .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uKZfgiH6DK .mbr-section-title {
  color: #2d438a;
}
.cid-uKZfhmQCUY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKZfhmQCUY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZfhmQCUY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZfhmQCUY img {
  border-radius: 16px;
  width: 100%;
}
.cid-uKZfj1iKIy {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKZfj1iKIy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZfj1iKIy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZfj1iKIy .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uKZfj1iKIy .mbr-section-title {
  color: #ff7259;
}
.cid-uKZfkMeVPb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKZfkMeVPb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZfkMeVPb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZfkMeVPb img {
  border-radius: 16px;
  width: 100%;
}
.cid-uKZfG29Cea {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKZfG29Cea .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZfG29Cea .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZfG29Cea .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uKZfG29Cea .mbr-section-title {
  color: #ff7259;
}
.cid-uKZfIA0DH5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKZfIA0DH5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZfIA0DH5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZfIA0DH5 img {
  border-radius: 16px;
  width: 100%;
}
.cid-uKZfGKHfKC {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKZfGKHfKC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZfGKHfKC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZfGKHfKC .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uKZfGKHfKC .mbr-section-title {
  color: #2d438a;
}
.cid-uKZhjKfP9S {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKZhjKfP9S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZhjKfP9S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZhjKfP9S img {
  border-radius: 16px;
  width: 100%;
}
.cid-uKZfKpEinS {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKZfKpEinS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZfKpEinS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZfKpEinS .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uKZfKpEinS .mbr-section-title {
  color: #ff7259;
}
.cid-uKZfLtm2YA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKZfLtm2YA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZfLtm2YA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZfLtm2YA img {
  border-radius: 16px;
  width: 100%;
}
.cid-uKZfMIKmyc {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKZfMIKmyc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZfMIKmyc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZfMIKmyc .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uKZfMIKmyc .mbr-section-title {
  color: #ff7259;
}
.cid-uKZfRIx0KQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKZfRIx0KQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZfRIx0KQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZfRIx0KQ img {
  border-radius: 16px;
  width: 100%;
}
.cid-uKZhD79uMA {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uKZhD79uMA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZhD79uMA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZhD79uMA .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uKZhD79uMA .mbr-section-title {
  color: #a0180f;
}
.cid-uKZhD79uMA .item-tag {
  border-left: 3px solid #ff7503;
  width: fit-content;
  padding-left: 1rem;
}
.cid-uKZfViq2wE {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKZfViq2wE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZfViq2wE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZfViq2wE .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uKZfViq2wE .mbr-section-title {
  color: #2d438a;
}
.cid-uKZfQnLt8x {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKZfQnLt8x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZfQnLt8x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZfQnLt8x img {
  border-radius: 16px;
  width: 100%;
}
.cid-uKZfWBijYL {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKZfWBijYL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZfWBijYL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZfWBijYL .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uKZfWBijYL .mbr-section-title {
  color: #ff7259;
}
.cid-uKZfSrVTIF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKZfSrVTIF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZfSrVTIF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZfSrVTIF img {
  border-radius: 16px;
  width: 100%;
}
.cid-uKZi40gU8O {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKZi40gU8O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZi40gU8O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZi40gU8O img {
  border-radius: 16px;
  width: 100%;
}
.cid-uKZfYkkcPW {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uKZfYkkcPW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZfYkkcPW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZfYkkcPW .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uKZfYkkcPW .mbr-section-title {
  color: #a0180f;
}
.cid-uKZfYkkcPW .item-tag {
  border-left: 3px solid #ff7503;
  width: fit-content;
  padding-left: 1rem;
}
.cid-uKZiwzg1sF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKZiwzg1sF .mbr-section-title {
  color: #000000;
}
.cid-uKZiwzg1sF .mbr-section-subtitle {
  color: #000000;
  font-weight: 400;
  text-align: left;
}
@media (max-width: 768px) {
  .cid-uKZiwzg1sF .mbr-section-subtitle {
    text-align: justify;
  }
}
.cid-uKZiwzg1sF .mbr-section-title,
.cid-uKZiwzg1sF .mbr-section-btn {
  text-align: left;
  color: #2d438a;
}
.cid-uKZfZJKIpm {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKZfZJKIpm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZfZJKIpm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZfZJKIpm .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uKZfZJKIpm .mbr-section-title {
  color: #2d438a;
}
.cid-uKZfOzxKWM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKZfOzxKWM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZfOzxKWM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZfOzxKWM img {
  border-radius: 16px;
  width: 100%;
}
.cid-uKZg1CoDwH {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKZg1CoDwH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZg1CoDwH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZg1CoDwH .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uKZg1CoDwH .mbr-section-title {
  color: #ff7259;
}
.cid-uKZfTJksRj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKZfTJksRj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZfTJksRj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZfTJksRj img {
  border-radius: 16px;
  width: 100%;
}
.cid-uKZg2KwgQf {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKZg2KwgQf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZg2KwgQf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZg2KwgQf .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uKZg2KwgQf .mbr-section-title {
  color: #2d438a;
}
.cid-uKZfPGVjwR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKZfPGVjwR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZfPGVjwR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZfPGVjwR img {
  border-radius: 16px;
  width: 100%;
}
.cid-uKZg4aEsmJ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKZg4aEsmJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZg4aEsmJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZg4aEsmJ .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uKZg4aEsmJ .mbr-section-title {
  color: #ff7259;
}
.cid-uKZg5Zto5i {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKZg5Zto5i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZg5Zto5i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZg5Zto5i img {
  border-radius: 16px;
  width: 100%;
}
.cid-uKZg6pyl1x {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKZg6pyl1x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZg6pyl1x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZg6pyl1x img {
  border-radius: 16px;
  width: 100%;
}
.cid-uKZjyaCrJY {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKZjyaCrJY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZjyaCrJY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZjyaCrJY .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uKZjyaCrJY .mbr-section-title {
  color: #2d438a;
}
.cid-uKZg8QdzkK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKZg8QdzkK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZg8QdzkK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZg8QdzkK img {
  border-radius: 16px;
  width: 100%;
}
.cid-uKZg9hvqjb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKZg9hvqjb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZg9hvqjb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZg9hvqjb img {
  border-radius: 16px;
  width: 100%;
}
.cid-uKZjWsAbvi {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKZjWsAbvi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZjWsAbvi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZjWsAbvi .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uKZjWsAbvi .mbr-section-title {
  color: #2d438a;
}
.cid-uKZg79g3Za {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKZg79g3Za .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZg79g3Za .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZg79g3Za img {
  border-radius: 16px;
  width: 100%;
}
.cid-uKZkMWGelD {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKZkMWGelD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZkMWGelD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZkMWGelD .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uKZkMWGelD .mbr-section-title {
  color: #ff7259;
}
.cid-uKZg5albkl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKZg5albkl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZg5albkl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZg5albkl img {
  border-radius: 16px;
  width: 100%;
}
.cid-uKZk0ieDNf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKZk0ieDNf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZk0ieDNf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZk0ieDNf img {
  border-radius: 16px;
  width: 100%;
}
.cid-uKZkOYvfaz {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKZkOYvfaz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZkOYvfaz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZkOYvfaz .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uKZkOYvfaz .mbr-section-title {
  color: #ff7259;
}
.cid-uKZk1reB11 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKZk1reB11 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZk1reB11 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZk1reB11 img {
  border-radius: 16px;
  width: 100%;
}
.cid-uKZkR7xFHL {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uKZkR7xFHL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZkR7xFHL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZkR7xFHL .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uKZkR7xFHL .mbr-section-title {
  color: #a0180f;
}
.cid-uKZkR7xFHL .item-tag {
  border-left: 3px solid #ff7503;
  width: fit-content;
  padding-left: 1rem;
}
.cid-uKZlEqcKsv {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKZlEqcKsv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZlEqcKsv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZlEqcKsv .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uKZlEqcKsv .mbr-section-title {
  color: #2d438a;
}
.cid-uKZkBFRXlX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKZkBFRXlX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZkBFRXlX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZkBFRXlX img {
  border-radius: 16px;
  width: 100%;
}
.cid-uKZlNkV8IY {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKZlNkV8IY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZlNkV8IY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZlNkV8IY .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uKZlNkV8IY .mbr-section-title {
  color: #ff7259;
}
.cid-uKZjZyr4xD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKZjZyr4xD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZjZyr4xD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZjZyr4xD img {
  border-radius: 16px;
  width: 100%;
}
.cid-uKZlTg3leI {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKZlTg3leI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZlTg3leI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZlTg3leI .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uKZlTg3leI .mbr-section-title {
  color: #ff7259;
}
.cid-uKZk0UeDUJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKZk0UeDUJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZk0UeDUJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZk0UeDUJ img {
  border-radius: 16px;
  width: 100%;
}
.cid-uKZn32Ju5x {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uKZn32Ju5x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZn32Ju5x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZn32Ju5x .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uKZn32Ju5x .mbr-section-title {
  color: #a0180f;
}
.cid-uKZn32Ju5x .item-tag {
  border-left: 3px solid #ff7503;
  width: fit-content;
  padding-left: 1rem;
}
.cid-uKZmZVyKZj {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKZmZVyKZj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZmZVyKZj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZmZVyKZj .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uKZmZVyKZj .mbr-section-title {
  color: #2d438a;
}
.cid-uKZnNh5wxA {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKZnNh5wxA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZnNh5wxA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZnNh5wxA .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uKZnNh5wxA .mbr-section-title {
  color: #2d438a;
}
.cid-uKZk28LJhF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKZk28LJhF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZk28LJhF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZk28LJhF img {
  border-radius: 16px;
  width: 100%;
}
.cid-uKZu2tRcPy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKZu2tRcPy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZu2tRcPy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZu2tRcPy img {
  border-radius: 16px;
  width: 100%;
}
.cid-uKZn6dmTRW {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKZn6dmTRW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZn6dmTRW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZn6dmTRW .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uKZn6dmTRW .mbr-section-title {
  color: #ff7259;
}
.cid-uKZkAWipzC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKZkAWipzC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZkAWipzC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZkAWipzC img {
  border-radius: 16px;
  width: 100%;
}
.cid-uKZuYERH2C {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uKZuYERH2C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZuYERH2C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZuYERH2C .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uKZuYERH2C .mbr-section-title {
  color: #a0180f;
}
.cid-uKZuYERH2C .item-tag {
  border-left: 3px solid #ff7503;
  width: fit-content;
  padding-left: 1rem;
}
.cid-uKZvb3HROJ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKZvb3HROJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZvb3HROJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZvb3HROJ .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uKZvb3HROJ .mbr-section-title {
  color: #2d438a;
}
.cid-uKZn8IZKh2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKZn8IZKh2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZn8IZKh2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZn8IZKh2 img {
  border-radius: 16px;
  width: 100%;
}
.cid-uKZvjqcv0X {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKZvjqcv0X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZvjqcv0X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZvjqcv0X .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uKZvjqcv0X .mbr-section-title {
  color: #ff7259;
}
.cid-uKZnakyYXO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKZnakyYXO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZnakyYXO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZnakyYXO img {
  border-radius: 16px;
  width: 100%;
}
.cid-uKZfT7rILb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKZfT7rILb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZfT7rILb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZfT7rILb img {
  border-radius: 16px;
  width: 100%;
}
.cid-uKZvxWZYeg {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKZvxWZYeg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZvxWZYeg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZvxWZYeg .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uKZvxWZYeg .mbr-section-title {
  color: #ff7259;
}
.cid-uKZn9Lq9IA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKZn9Lq9IA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZn9Lq9IA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZn9Lq9IA img {
  border-radius: 16px;
  width: 100%;
}
.cid-uKZvGhsVNv {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uKZvGhsVNv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZvGhsVNv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZvGhsVNv .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uKZvGhsVNv .mbr-section-title {
  color: #a0180f;
}
.cid-uKZvGhsVNv .item-tag {
  border-left: 3px solid #ff7503;
  width: fit-content;
  padding-left: 1rem;
}
.cid-uKZvW1jssp {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKZvW1jssp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZvW1jssp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZvW1jssp .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uKZvW1jssp .mbr-section-title {
  color: #2d438a;
}
.cid-uKZvHGFz4n {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKZvHGFz4n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZvHGFz4n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZvHGFz4n img {
  border-radius: 16px;
  width: 100%;
}
.cid-uKZn9e0IgV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKZn9e0IgV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZn9e0IgV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZn9e0IgV img {
  border-radius: 16px;
  width: 100%;
}
.cid-uKZw74GGQI {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKZw74GGQI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZw74GGQI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZw74GGQI .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uKZw74GGQI .mbr-section-title {
  color: #2d438a;
}
.cid-uKZg8eVRFf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKZg8eVRFf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZg8eVRFf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZg8eVRFf img {
  border-radius: 16px;
  width: 100%;
}
.cid-uKZwlATJHt {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKZwlATJHt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZwlATJHt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZwlATJHt .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uKZwlATJHt .mbr-section-title {
  color: #ff7259;
}
.cid-uKZn7XDMOb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKZn7XDMOb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZn7XDMOb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZn7XDMOb img {
  border-radius: 16px;
  width: 100%;
}
.cid-uKZwmqZV7n {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKZwmqZV7n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZwmqZV7n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZwmqZV7n .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uKZwmqZV7n .mbr-section-title {
  color: #2d438a;
}
.cid-uKZg7GOLwu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKZg7GOLwu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZg7GOLwu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZg7GOLwu img {
  border-radius: 16px;
  width: 100%;
}
.cid-uKZwDcs9Wj {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKZwDcs9Wj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZwDcs9Wj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZwDcs9Wj .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uKZwDcs9Wj .mbr-section-title {
  color: #2d438a;
}
.cid-uKZjYLco0h {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKZjYLco0h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZjYLco0h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZjYLco0h img {
  width: 100%;
}
.cid-uKZwnqtS5G {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKZwnqtS5G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZwnqtS5G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZwnqtS5G .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uKZwnqtS5G .mbr-section-title {
  color: #ff7259;
}
.cid-uKZw9kDipQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKZw9kDipQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZw9kDipQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZw9kDipQ img {
  width: 100%;
}
.cid-uKZx32IrR3 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKZx32IrR3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZx32IrR3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZx32IrR3 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uKZx32IrR3 .mbr-section-title {
  color: #2d438a;
}
.cid-uKZwZraNGk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKZwZraNGk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZwZraNGk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZwZraNGk img {
  width: 100%;
}
.cid-uKZx4HQj3V {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKZx4HQj3V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZx4HQj3V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZx4HQj3V .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uKZx4HQj3V .mbr-section-title {
  color: #ff7259;
}
.cid-uKZx0pwhOT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKZx0pwhOT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZx0pwhOT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZx0pwhOT img {
  width: 100%;
}
.cid-uKZwXYyfE8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKZwXYyfE8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZwXYyfE8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZwXYyfE8 img {
  width: 100%;
}
.cid-uKZwSkqmuu {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKZwSkqmuu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZwSkqmuu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZwSkqmuu .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uKZwSkqmuu .mbr-section-title {
  color: #ff7259;
}
.cid-uKY5dMGsZ9 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uKY5dMGsZ9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKY5dMGsZ9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKY5dMGsZ9 img {
  width: 100%;
}
.cid-uLkeRwY2N8 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #cccccc;
}
.cid-uLkeRwY2N8 .item-content .mbr-text a {
  font-weight: 700;
}
.cid-uLkeRwY2N8 .mbr-text {
  text-align: justify;
  font-weight: 700;
  color: #000000;
}
.cid-uLkeRwY2N8 .wrap {
  width: 100%;
  padding: 0 1rem;
}
.cid-uLkeRwY2N8 .item-content {
  padding: 1rem;
}
.cid-uLkeRwY2N8 img,
.cid-uLkeRwY2N8 .item-img {
  width: 100%;
}
.cid-uLkeRwY2N8 .item:focus,
.cid-uLkeRwY2N8 span:focus {
  outline: none;
}
.cid-uLkeRwY2N8 .item-wrapper {
  position: relative;
}
.cid-uLkeRwY2N8 .slide-content {
  border-radius: 16px;
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uLkeRwY2N8 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 350px;
  max-width: 350px;
}
@media (max-width: 768px) {
  .cid-uLkeRwY2N8 .embla__slide {
    min-width: 270px;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uLkeRwY2N8 .embla__button--next,
.cid-uLkeRwY2N8 .embla__button--prev {
  display: flex;
}
.cid-uLkeRwY2N8 .embla__button {
  top: 50%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: #000000;
  color: #f4f4f4;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uLkeRwY2N8 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLkeRwY2N8 .embla__button:hover {
  background: #bbbbbb;
  opacity: .9;
}
.cid-uLkeRwY2N8 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uLkeRwY2N8 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uLkeRwY2N8 .embla__button {
    top: 50%;
    width: 30px;
    height: 30px;
    font-size: 11px;
  }
  .cid-uLkeRwY2N8 .embla__button.embla__button--prev {
    left: 0;
    margin-left: 1rem;
  }
  .cid-uLkeRwY2N8 .embla__button.embla__button--next {
    right: 0;
    margin-right: 1rem;
  }
}
.cid-uLkeRwY2N8 .embla {
  position: relative;
  width: 100%;
}
.cid-uLkeRwY2N8 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uLkeRwY2N8 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLkeRwY2N8 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLkeRwY2N8 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLkeRwY2N8 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uLkeRwY2N8 .mbr-section-btn {
  margin-top: 3rem;
  margin-left: 0rem!important;
  margin-right: 0rem!important;
  font-size: 0;
}
.cid-uKY5dO254X {
  padding-top: 45px;
  padding-bottom: 120px;
  background-color: #aed9ff;
}
.cid-uKY5dO254X .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uKY5dO254X .copyright img {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .cid-uKY5dO254X .copyright {
    margin-bottom: 2rem;
  }
}
.cid-uKY5dO254X .card-title {
  text-align: center;
  color: #000000;
}
.cid-uKY5dO254X .card-text {
  color: #000000;
  text-align: center;
  font-weight: 400;
}
.cid-uKY5dO254X .card-text a {
  font-weight: 400;
}
.cid-uKY5dO254X .mbr-text {
  color: #000000;
  text-align: left;
  font-weight: 400;
}
.cid-uKY5dO254X hr {
  margin: 1rem 0;
  border-top: 1px solid #000000;
  opacity: 1;
  background-color: transparent;
}
.cid-uKY5dO254X .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-uKY5dO254X .footer-menu__item {
  font-size: 1rem;
  padding-right: 1.5rem;
}
.cid-uKY5dO254X .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-uKY5dO254X .footer-menu span {
  color: #000000;
}
.cid-uKY5dO254X .footer-menu span a {
  font-weight: 400;
}
.cid-uL44Ko1z7w .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff7503;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uL44Ko1z7w .nav-item,
.cid-uL44Ko1z7w .nav-link,
.cid-uL44Ko1z7w .navbar-caption {
  font-weight: 600;
}
.cid-uL44Ko1z7w .nav-item:focus,
.cid-uL44Ko1z7w .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uL44Ko1z7w .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-uL44Ko1z7w .nav-item .nav-link {
    position: relative;
  }
  .cid-uL44Ko1z7w .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff7503;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-uL44Ko1z7w .nav-item:hover .nav-link:before,
  .cid-uL44Ko1z7w .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-uL44Ko1z7w .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uL44Ko1z7w .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uL44Ko1z7w .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-uL44Ko1z7w .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uL44Ko1z7w .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uL44Ko1z7w .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uL44Ko1z7w .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #aed9ff;
}
.cid-uL44Ko1z7w .navbar.opened {
  transition: all 0.3s;
  background: #aed9ff !important;
}
.cid-uL44Ko1z7w .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-uL44Ko1z7w .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uL44Ko1z7w .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL44Ko1z7w .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL44Ko1z7w .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uL44Ko1z7w .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL44Ko1z7w .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL44Ko1z7w .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uL44Ko1z7w .navbar .navbar-logo img {
    height: 2rem !important;
    width: auto;
  }
  .cid-uL44Ko1z7w .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uL44Ko1z7w .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uL44Ko1z7w .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uL44Ko1z7w .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uL44Ko1z7w .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uL44Ko1z7w .navbar.navbar-short {
  background: #aed9ff !important;
  min-height: 60px;
}
.cid-uL44Ko1z7w .navbar.navbar-short .navbar-logo img {
  height: 2rem !important;
  width: auto;
}
.cid-uL44Ko1z7w .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uL44Ko1z7w .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uL44Ko1z7w .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uL44Ko1z7w .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL44Ko1z7w .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uL44Ko1z7w .dropdown-item.active,
.cid-uL44Ko1z7w .dropdown-item:active {
  background-color: transparent;
}
.cid-uL44Ko1z7w .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL44Ko1z7w .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.5em;
}
.cid-uL44Ko1z7w .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.6em 1.6em;
}
.cid-uL44Ko1z7w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #aed9ff;
  z-index: 2;
}
.cid-uL44Ko1z7w .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uL44Ko1z7w .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL44Ko1z7w ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uL44Ko1z7w .navbar-buttons {
  text-align: center;
}
.cid-uL44Ko1z7w button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uL44Ko1z7w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uL44Ko1z7w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uL44Ko1z7w button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL44Ko1z7w button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL44Ko1z7w button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uL44Ko1z7w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL44Ko1z7w nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL44Ko1z7w nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL44Ko1z7w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL44Ko1z7w .navbar-dropdown {
  padding: 0.5rem 0.8rem;
  position: fixed;
}
.cid-uL44Ko1z7w a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uL44Ko1z7w .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #333333;
  display: inline-flex;
}
.cid-uL44Ko1z7w .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uL44Ko1z7w .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uL44Ko1z7w .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uL44Ko1z7w a.nav-link .mbr-iconfont-btn,
.cid-uL44Ko1z7w a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uL44Ko1z7w a.nav-link:hover .mbr-iconfont-btn,
.cid-uL44Ko1z7w a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uL44Ko1z7w a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uL44Ko1z7w .navbar {
    height: 77px;
  }
  .cid-uL44Ko1z7w .navbar.opened {
    height: auto;
  }
  .cid-uL44Ko1z7w .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL44Ko1z7w .t-shadow {
  text-shadow: 0px 0px 2px #333333, 0px 0px 2px #333333;
}
.cid-vkjqMCtUYM {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/gemini-generated-image-hgodjthgodjthgod.jpg");
}
.cid-vkjqMCtUYM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkjqMCtUYM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkjqMCtUYM .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vkjqMCtUYM .content-wrap {
    margin-bottom: 16px;
  }
}
.cid-vkjqMCtUYM .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vkjqMCtUYM .content-wrap .label-wrapper .mbr-label {
  border-radius: 16px;
  padding: 8px 18px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #ffffff;
}
.cid-vkjqMCtUYM .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vkjqMCtUYM .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkjqMCtUYM .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vkjqMCtUYM .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-vkjqMCtUYM .image-wrapper {
  border-radius: 16px;
}
.cid-vkjqMCtUYM .image-wrapper .image-wrap {
  border-radius: 16px;
}
.cid-vkjqMCtUYM .image-wrapper .image-wrap img {
  box-shadow: 0 0 40px 0 #ffffff;
  border-radius: 16px;
  height: 100%;
}
.cid-vkjqMCtUYM .mbr-label,
.cid-vkjqMCtUYM .label-wrapper {
  color: #333333;
}
.cid-vkjqMCtUYM .mbr-section-title {
  color: #000000;
}
.cid-vkjqMCtUYM .mbr-text,
.cid-vkjqMCtUYM .text-wrapper {
  color: #000000;
}
.cid-uL44KqjSWw {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL44KqjSWw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL44KqjSWw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL44KqjSWw .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uL44KqjSWw .mbr-section-title {
  color: #000000;
}
.cid-uL44Ksgnzy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL44Ksgnzy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL44Ksgnzy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL44Ksgnzy img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL44Krh3Gq {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL44Krh3Gq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL44Krh3Gq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL44Krh3Gq .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uL44Krh3Gq .mbr-section-title {
  color: #2d438a;
}
.cid-uL44KtfvAQ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL44KtfvAQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL44KtfvAQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL44KtfvAQ .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uL44KtfvAQ .mbr-section-title {
  color: #ff7259;
}
.cid-uL44KuktON {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL44KuktON .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL44KuktON .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL44KuktON img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL44KvlLkf {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL44KvlLkf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL44KvlLkf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL44KvlLkf .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uL44KvlLkf .mbr-section-title {
  color: #ff7259;
}
.cid-uL44Kwl7gm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL44Kwl7gm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL44Kwl7gm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL44Kwl7gm img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL44KxzaxG {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL44KxzaxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL44KxzaxG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL44KxzaxG .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uL44KxzaxG .mbr-section-title {
  color: #ff7259;
}
.cid-uL44KyDQHU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL44KyDQHU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL44KyDQHU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL44KyDQHU img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL44KzKEYv {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL44KzKEYv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL44KzKEYv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL44KzKEYv .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uL44KzKEYv .mbr-section-title {
  color: #ff7259;
}
.cid-uL44KAWMU4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL44KAWMU4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL44KAWMU4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL44KAWMU4 img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL44KC9mac {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL44KC9mac .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL44KC9mac .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL44KC9mac .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uL44KC9mac .mbr-section-title {
  color: #ff7259;
}
.cid-uL44KDk3z1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL44KDk3z1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL44KDk3z1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL44KDk3z1 img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL44KErdZy {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL44KErdZy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL44KErdZy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL44KErdZy .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uL44KErdZy .mbr-section-title {
  color: #2d438a;
}
.cid-uL44KGZ6ZW {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL44KGZ6ZW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL44KGZ6ZW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL44KGZ6ZW .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uL44KGZ6ZW .mbr-section-title {
  color: #2d438a;
}
.cid-uL44KIpmve {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL44KIpmve .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL44KIpmve .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL44KIpmve img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL55qSZJdY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL55qSZJdY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL55qSZJdY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL55qSZJdY img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL44KJy9lO {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL44KJy9lO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL44KJy9lO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL44KJy9lO .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uL44KJy9lO .mbr-section-title {
  color: #ff7259;
}
.cid-uL44KKOsOe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL44KKOsOe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL44KKOsOe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL44KKOsOe img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL44KN8Oeh {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL44KN8Oeh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL44KN8Oeh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL44KN8Oeh .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uL44KN8Oeh .mbr-section-title {
  color: #ff7259;
}
.cid-uL44KPlYe6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL44KPlYe6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL44KPlYe6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL44KPlYe6 img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL44KOcYnw {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL44KOcYnw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL44KOcYnw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL44KOcYnw .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uL44KOcYnw .mbr-section-title {
  color: #2d438a;
}
.cid-uL44KQwx9C {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL44KQwx9C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL44KQwx9C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL44KQwx9C img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL44KRCtVo {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL44KRCtVo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL44KRCtVo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL44KRCtVo .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uL44KRCtVo .mbr-section-title {
  color: #2d438a;
}
.cid-uL44KSJW9w {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL44KSJW9w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL44KSJW9w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL44KSJW9w img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL44KTVBRY {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL44KTVBRY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL44KTVBRY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL44KTVBRY .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uL44KTVBRY .mbr-section-title {
  color: #2d438a;
}
.cid-uL44KV4GVI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL44KV4GVI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL44KV4GVI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL44KV4GVI img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL44KXxR74 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL44KXxR74 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL44KXxR74 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL44KXxR74 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uL44KXxR74 .mbr-section-title {
  color: #2d438a;
}
.cid-uL44KYEynM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL44KYEynM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL44KYEynM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL44KYEynM img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL44KZNnOo {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL44KZNnOo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL44KZNnOo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL44KZNnOo .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uL44KZNnOo .mbr-section-title {
  color: #2d438a;
}
.cid-uL44L11TLn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL44L11TLn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL44L11TLn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL44L11TLn img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL44L3rW4k {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL44L3rW4k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL44L3rW4k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL44L3rW4k .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uL44L3rW4k .mbr-section-title {
  color: #ff7259;
}
.cid-uL44L4EITc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL44L4EITc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL44L4EITc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL44L4EITc img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL44L5Uc26 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL44L5Uc26 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL44L5Uc26 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL44L5Uc26 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uL44L5Uc26 .mbr-section-title {
  color: #ff7259;
}
.cid-uL44L78Jym {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL44L78Jym .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL44L78Jym .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL44L78Jym img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL44L9AHfZ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL44L9AHfZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL44L9AHfZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL44L9AHfZ .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uL44L9AHfZ .mbr-section-title {
  color: #ff7259;
}
.cid-uL44LaMYwR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL44LaMYwR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL44LaMYwR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL44LaMYwR img {
  border-radius: 16px;
  width: 100%;
}
.cid-uL44LbXbbo {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL44LbXbbo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL44LbXbbo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL44LbXbbo .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uL44LbXbbo .mbr-section-title {
  color: #2d438a;
}
.cid-uL44LfB3HZ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL44LfB3HZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL44LfB3HZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL44LfB3HZ .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uL44LfB3HZ .mbr-section-title {
  color: #ff7259;
}
.cid-uL44LgVJjX {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uL44LgVJjX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL44LgVJjX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL44LgVJjX img {
  border-radius: 16px;
  width: 100%;
}
.cid-uLkeRwY2N8 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #cccccc;
}
.cid-uLkeRwY2N8 .item-content .mbr-text a {
  font-weight: 700;
}
.cid-uLkeRwY2N8 .mbr-text {
  text-align: justify;
  font-weight: 700;
  color: #000000;
}
.cid-uLkeRwY2N8 .wrap {
  width: 100%;
  padding: 0 1rem;
}
.cid-uLkeRwY2N8 .item-content {
  padding: 1rem;
}
.cid-uLkeRwY2N8 img,
.cid-uLkeRwY2N8 .item-img {
  width: 100%;
}
.cid-uLkeRwY2N8 .item:focus,
.cid-uLkeRwY2N8 span:focus {
  outline: none;
}
.cid-uLkeRwY2N8 .item-wrapper {
  position: relative;
}
.cid-uLkeRwY2N8 .slide-content {
  border-radius: 16px;
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uLkeRwY2N8 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 350px;
  max-width: 350px;
}
@media (max-width: 768px) {
  .cid-uLkeRwY2N8 .embla__slide {
    min-width: 270px;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uLkeRwY2N8 .embla__button--next,
.cid-uLkeRwY2N8 .embla__button--prev {
  display: flex;
}
.cid-uLkeRwY2N8 .embla__button {
  top: 50%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: #000000;
  color: #f4f4f4;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uLkeRwY2N8 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLkeRwY2N8 .embla__button:hover {
  background: #bbbbbb;
  opacity: .9;
}
.cid-uLkeRwY2N8 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uLkeRwY2N8 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uLkeRwY2N8 .embla__button {
    top: 50%;
    width: 30px;
    height: 30px;
    font-size: 11px;
  }
  .cid-uLkeRwY2N8 .embla__button.embla__button--prev {
    left: 0;
    margin-left: 1rem;
  }
  .cid-uLkeRwY2N8 .embla__button.embla__button--next {
    right: 0;
    margin-right: 1rem;
  }
}
.cid-uLkeRwY2N8 .embla {
  position: relative;
  width: 100%;
}
.cid-uLkeRwY2N8 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uLkeRwY2N8 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLkeRwY2N8 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLkeRwY2N8 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLkeRwY2N8 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uLkeRwY2N8 .mbr-section-btn {
  margin-top: 3rem;
  margin-left: 0rem!important;
  margin-right: 0rem!important;
  font-size: 0;
}
.cid-uL44NLauO2 {
  padding-top: 45px;
  padding-bottom: 120px;
  background-color: #aed9ff;
}
.cid-uL44NLauO2 .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uL44NLauO2 .copyright img {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .cid-uL44NLauO2 .copyright {
    margin-bottom: 2rem;
  }
}
.cid-uL44NLauO2 .card-title {
  text-align: center;
  color: #000000;
}
.cid-uL44NLauO2 .card-text {
  color: #000000;
  text-align: center;
  font-weight: 400;
}
.cid-uL44NLauO2 .card-text a {
  font-weight: 400;
}
.cid-uL44NLauO2 .mbr-text {
  color: #000000;
  text-align: left;
  font-weight: 400;
}
.cid-uL44NLauO2 hr {
  margin: 1rem 0;
  border-top: 1px solid #000000;
  opacity: 1;
  background-color: transparent;
}
.cid-uL44NLauO2 .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-uL44NLauO2 .footer-menu__item {
  font-size: 1rem;
  padding-right: 1.5rem;
}
.cid-uL44NLauO2 .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-uL44NLauO2 .footer-menu span {
  color: #000000;
}
.cid-uL44NLauO2 .footer-menu span a {
  font-weight: 400;
}
.cid-uKTq56dgL6 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff7503;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uKTq56dgL6 .nav-item,
.cid-uKTq56dgL6 .nav-link,
.cid-uKTq56dgL6 .navbar-caption {
  font-weight: 600;
}
.cid-uKTq56dgL6 .nav-item:focus,
.cid-uKTq56dgL6 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uKTq56dgL6 .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-uKTq56dgL6 .nav-item .nav-link {
    position: relative;
  }
  .cid-uKTq56dgL6 .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff7503;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-uKTq56dgL6 .nav-item:hover .nav-link:before,
  .cid-uKTq56dgL6 .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-uKTq56dgL6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uKTq56dgL6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKTq56dgL6 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-uKTq56dgL6 .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uKTq56dgL6 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uKTq56dgL6 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uKTq56dgL6 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #aed9ff;
}
.cid-uKTq56dgL6 .navbar.opened {
  transition: all 0.3s;
  background: #aed9ff !important;
}
.cid-uKTq56dgL6 .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-uKTq56dgL6 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uKTq56dgL6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKTq56dgL6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKTq56dgL6 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uKTq56dgL6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKTq56dgL6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKTq56dgL6 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uKTq56dgL6 .navbar .navbar-logo img {
    height: 2rem !important;
    width: auto;
  }
  .cid-uKTq56dgL6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uKTq56dgL6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKTq56dgL6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uKTq56dgL6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uKTq56dgL6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uKTq56dgL6 .navbar.navbar-short {
  background: #aed9ff !important;
  min-height: 60px;
}
.cid-uKTq56dgL6 .navbar.navbar-short .navbar-logo img {
  height: 2rem !important;
  width: auto;
}
.cid-uKTq56dgL6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uKTq56dgL6 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKTq56dgL6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKTq56dgL6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKTq56dgL6 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uKTq56dgL6 .dropdown-item.active,
.cid-uKTq56dgL6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uKTq56dgL6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKTq56dgL6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.5em;
}
.cid-uKTq56dgL6 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.6em 1.6em;
}
.cid-uKTq56dgL6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #aed9ff;
  z-index: 2;
}
.cid-uKTq56dgL6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKTq56dgL6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKTq56dgL6 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uKTq56dgL6 .navbar-buttons {
  text-align: center;
}
.cid-uKTq56dgL6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uKTq56dgL6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uKTq56dgL6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKTq56dgL6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKTq56dgL6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKTq56dgL6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKTq56dgL6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKTq56dgL6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKTq56dgL6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKTq56dgL6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKTq56dgL6 .navbar-dropdown {
  padding: 0.5rem 0.8rem;
  position: fixed;
}
.cid-uKTq56dgL6 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uKTq56dgL6 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #333333;
  display: inline-flex;
}
.cid-uKTq56dgL6 .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uKTq56dgL6 .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uKTq56dgL6 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uKTq56dgL6 a.nav-link .mbr-iconfont-btn,
.cid-uKTq56dgL6 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uKTq56dgL6 a.nav-link:hover .mbr-iconfont-btn,
.cid-uKTq56dgL6 a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uKTq56dgL6 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKTq56dgL6 .navbar {
    height: 77px;
  }
  .cid-uKTq56dgL6 .navbar.opened {
    height: auto;
  }
  .cid-uKTq56dgL6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKTq56dgL6 .t-shadow {
  text-shadow: 0px 0px 2px #333333, 0px 0px 2px #333333;
}
.cid-vkjMIgh0Xp {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/gemini-generated-image-hgodjthgodjthgod.jpg");
}
.cid-vkjMIgh0Xp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkjMIgh0Xp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkjMIgh0Xp .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vkjMIgh0Xp .content-wrap {
    margin-bottom: 16px;
  }
}
.cid-vkjMIgh0Xp .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vkjMIgh0Xp .content-wrap .label-wrapper .mbr-label {
  border-radius: 16px;
  padding: 8px 18px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #ffffff;
}
.cid-vkjMIgh0Xp .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vkjMIgh0Xp .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkjMIgh0Xp .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vkjMIgh0Xp .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-vkjMIgh0Xp .image-wrapper {
  border-radius: 16px;
}
.cid-vkjMIgh0Xp .image-wrapper .image-wrap {
  border-radius: 16px;
}
.cid-vkjMIgh0Xp .image-wrapper .image-wrap img {
  box-shadow: 0 0 40px 0 #ffffff;
  border-radius: 16px;
  height: 100%;
}
.cid-vkjMIgh0Xp .mbr-label,
.cid-vkjMIgh0Xp .label-wrapper {
  color: #333333;
}
.cid-vkjMIgh0Xp .mbr-section-title {
  text-align: justify;
  color: #000000;
}
.cid-vkjMIgh0Xp .mbr-text,
.cid-vkjMIgh0Xp .text-wrapper {
  color: #000000;
}
.cid-uKTq56YEY2 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKTq56YEY2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKTq56YEY2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKTq56YEY2 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uKTq56YEY2 .mbr-section-title {
  color: #000000;
}
.cid-uKTq57B8qc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKTq57B8qc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKTq57B8qc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKTq57B8qc img {
  width: 100%;
}
.cid-uKTq58ik0i {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKTq58ik0i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKTq58ik0i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKTq58ik0i .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uKTq58ik0i .mbr-section-title {
  color: #ff7259;
}
.cid-uKTq58AQka {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKTq58AQka .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKTq58AQka .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKTq58AQka img {
  width: 100%;
}
.cid-uKTq59BtkA {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKTq59BtkA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKTq59BtkA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKTq59BtkA .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uKTq59BtkA .mbr-section-title {
  color: #2d438a;
}
.cid-uKTq59Wg2I {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKTq59Wg2I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKTq59Wg2I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKTq59Wg2I img {
  width: 100%;
}
.cid-uLeZc94rOA {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uLeZc94rOA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLeZc94rOA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLeZc94rOA .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uLeZc94rOA .mbr-section-title {
  color: #ff7259;
}
.cid-uLeZTisNoO {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uLeZTisNoO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLeZTisNoO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLeZTisNoO .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uLeZTisNoO .mbr-section-title {
  color: #2d438a;
}
.cid-uLeZTRau9R {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uLeZTRau9R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLeZTRau9R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLeZTRau9R .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uLeZTRau9R .mbr-section-title {
  color: #2d438a;
}
.cid-uLeZWbjjGn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLeZWbjjGn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLeZWbjjGn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLeZWbjjGn img {
  width: 100%;
}
.cid-uLeZUnlbSx {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uLeZUnlbSx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLeZUnlbSx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLeZUnlbSx .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uLeZUnlbSx .mbr-section-title {
  color: #ff7259;
}
.cid-uLf0stlspp {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uLf0stlspp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLf0stlspp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLf0stlspp .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uLf0stlspp .mbr-section-title {
  color: #2d438a;
}
.cid-uLeZAKZdjU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLeZAKZdjU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLeZAKZdjU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLeZAKZdjU img {
  width: 100%;
}
.cid-uLf0GqMUMJ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uLf0GqMUMJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLf0GqMUMJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLf0GqMUMJ .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uLf0GqMUMJ .mbr-section-title {
  color: #ff7259;
}
.cid-uLf0HZyj83 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uLf0HZyj83 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLf0HZyj83 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLf0HZyj83 img {
  width: 100%;
}
.cid-uLf0Iqzd5B {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLf0Iqzd5B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLf0Iqzd5B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLf0Iqzd5B img {
  width: 100%;
}
.cid-uLf0Ra1Vvy {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uLf0Ra1Vvy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLf0Ra1Vvy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLf0Ra1Vvy .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uLf0Ra1Vvy .mbr-section-title {
  color: #ff7259;
}
.cid-uLf19KEF8i {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uLf19KEF8i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLf19KEF8i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLf19KEF8i .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uLf19KEF8i .mbr-section-title {
  color: #2d438a;
}
.cid-uLf0RCXc6s {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLf0RCXc6s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLf0RCXc6s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLf0RCXc6s img {
  width: 100%;
}
.cid-uLf1Q8ShjJ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uLf1Q8ShjJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLf1Q8ShjJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLf1Q8ShjJ .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uLf1Q8ShjJ .mbr-section-title {
  color: #ff7259;
}
.cid-uLf1QDYbQ6 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uLf1QDYbQ6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLf1QDYbQ6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLf1QDYbQ6 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uLf1QDYbQ6 .mbr-section-title {
  color: #2d438a;
}
.cid-uLf24rhvnP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLf24rhvnP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLf24rhvnP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLf24rhvnP img {
  width: 100%;
}
.cid-uLf23zkiIF {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uLf23zkiIF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLf23zkiIF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLf23zkiIF .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uLf23zkiIF .mbr-section-title {
  color: #ff7259;
}
.cid-uLf2mI5JxF {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uLf2mI5JxF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLf2mI5JxF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLf2mI5JxF .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uLf2mI5JxF .mbr-section-title {
  color: #2d438a;
}
.cid-uLf22AVyCk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLf22AVyCk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLf22AVyCk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLf22AVyCk img {
  width: 100%;
}
.cid-uLf2ndcIAf {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uLf2ndcIAf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLf2ndcIAf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLf2ndcIAf .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uLf2ndcIAf .mbr-section-title {
  color: #ff7259;
}
.cid-uLf2yssyDl {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uLf2yssyDl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLf2yssyDl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLf2yssyDl .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uLf2yssyDl .mbr-section-title {
  color: #2d438a;
}
.cid-uLf2GkbFum {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLf2GkbFum .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLf2GkbFum .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLf2GkbFum img {
  width: 100%;
}
.cid-uLf2H0jvNw {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uLf2H0jvNw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLf2H0jvNw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLf2H0jvNw .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uLf2H0jvNw .mbr-section-title {
  color: #ff7259;
}
.cid-uLf3tcbEVu {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLf3tcbEVu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLf3tcbEVu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLf3tcbEVu img {
  width: 100%;
}
.cid-uLf2V122cu {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uLf2V122cu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLf2V122cu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLf2V122cu .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uLf2V122cu .mbr-section-title {
  color: #ff7259;
}
.cid-uLf3J4Of7T {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLf3J4Of7T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLf3J4Of7T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLf3J4Of7T img {
  width: 100%;
}
.cid-uLf3w1Ts5F {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uLf3w1Ts5F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLf3w1Ts5F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLf3w1Ts5F .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uLf3w1Ts5F .mbr-section-title {
  color: #ff7259;
}
.cid-uLf3NKkQpp {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uLf3NKkQpp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLf3NKkQpp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLf3NKkQpp .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uLf3NKkQpp .mbr-section-title {
  color: #2d438a;
}
.cid-uLf41UUWMh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLf41UUWMh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLf41UUWMh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLf41UUWMh img {
  width: 100%;
}
.cid-uLf42MhddQ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uLf42MhddQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLf42MhddQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLf42MhddQ .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uLf42MhddQ .mbr-section-title {
  color: #ff7259;
}
.cid-uLf58gvqtI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLf58gvqtI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLf58gvqtI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLf58gvqtI img {
  width: 100%;
}
.cid-uLf4UhL0JJ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uLf4UhL0JJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLf4UhL0JJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLf4UhL0JJ .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uLf4UhL0JJ .mbr-section-title {
  color: #ff7259;
}
.cid-uLf59gtiwF {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uLf59gtiwF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLf59gtiwF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLf59gtiwF .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uLf59gtiwF .mbr-section-title {
  color: #2d438a;
}
.cid-uLf5pp4qvT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLf5pp4qvT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLf5pp4qvT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLf5pp4qvT img {
  width: 100%;
}
.cid-uLf5pSHpxo {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uLf5pSHpxo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLf5pSHpxo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLf5pSHpxo .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uLf5pSHpxo .mbr-section-title {
  color: #ff7259;
}
.cid-uLf669M7pd {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLf669M7pd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLf669M7pd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLf669M7pd img {
  width: 100%;
}
.cid-uLf5yRpWhN {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uLf5yRpWhN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLf5yRpWhN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLf5yRpWhN .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uLf5yRpWhN .mbr-section-title {
  color: #2d438a;
}
.cid-uLf5zmQZU8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLf5zmQZU8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLf5zmQZU8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLf5zmQZU8 img {
  width: 100%;
}
.cid-uLf5zWR9pr {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uLf5zWR9pr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLf5zWR9pr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLf5zWR9pr .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uLf5zWR9pr .mbr-section-title {
  color: #ff7259;
}
.cid-uLf6rychpS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLf6rychpS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLf6rychpS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLf6rychpS img {
  width: 100%;
}
.cid-uLf73WQzMW {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uLf73WQzMW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLf73WQzMW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLf73WQzMW .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uLf73WQzMW .mbr-section-title {
  color: #2d438a;
}
.cid-uLf74ypQZY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uLf74ypQZY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLf74ypQZY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLf74ypQZY img {
  width: 100%;
}
.cid-uLf7hNFUQh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLf7hNFUQh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLf7hNFUQh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLf7hNFUQh img {
  width: 100%;
}
.cid-uLf7vxmD6E {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uLf7vxmD6E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLf7vxmD6E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLf7vxmD6E .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uLf7vxmD6E .mbr-section-title {
  color: #ff7259;
}
.cid-uLf7BkGuj8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLf7BkGuj8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLf7BkGuj8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLf7BkGuj8 img {
  width: 100%;
}
.cid-uLf7BRV8V1 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uLf7BRV8V1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLf7BRV8V1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLf7BRV8V1 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uLf7BRV8V1 .mbr-section-title {
  color: #2d438a;
}
.cid-uLf7P9oki7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLf7P9oki7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLf7P9oki7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLf7P9oki7 img {
  width: 100%;
}
.cid-uLf7ZaCQ7H {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uLf7ZaCQ7H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLf7ZaCQ7H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLf7ZaCQ7H .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uLf7ZaCQ7H .mbr-section-title {
  color: #ff7259;
}
.cid-uLf801ErM7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLf801ErM7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLf801ErM7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLf801ErM7 img {
  width: 100%;
}
.cid-uLf8TGx6jM {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uLf8TGx6jM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLf8TGx6jM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLf8TGx6jM .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uLf8TGx6jM .mbr-section-title {
  color: #ff7259;
}
.cid-uLf97PnazM {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uLf97PnazM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLf97PnazM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLf97PnazM .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uLf97PnazM .mbr-section-title {
  color: #2d438a;
}
.cid-uLf8SPdoLS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLf8SPdoLS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLf8SPdoLS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLf8SPdoLS img {
  width: 100%;
}
.cid-uLf98z97Oz {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uLf98z97Oz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLf98z97Oz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLf98z97Oz .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uLf98z97Oz .mbr-section-title {
  color: #ff7259;
}
.cid-uLf9lYMETG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLf9lYMETG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLf9lYMETG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLf9lYMETG img {
  width: 100%;
}
.cid-uLf9mGMGv8 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uLf9mGMGv8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLf9mGMGv8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLf9mGMGv8 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uLf9mGMGv8 .mbr-section-title {
  color: #2d438a;
}
.cid-uLf9EDubto {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uLf9EDubto .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLf9EDubto .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLf9EDubto img {
  width: 100%;
}
.cid-uLf9FkBzua {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLf9FkBzua .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLf9FkBzua .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLf9FkBzua img {
  width: 100%;
}
.cid-uLf9G1qNNz {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uLf9G1qNNz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLf9G1qNNz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLf9G1qNNz .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uLf9G1qNNz .mbr-section-title {
  color: #ff7259;
}
.cid-uLf9Vc0d0z {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uLf9Vc0d0z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLf9Vc0d0z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLf9Vc0d0z .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uLf9Vc0d0z .mbr-section-title {
  color: #2d438a;
}
.cid-uLfau1t7x6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uLfau1t7x6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLfau1t7x6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLfau1t7x6 img {
  width: 100%;
}
.cid-uLfaImLYDE {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uLfaImLYDE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLfaImLYDE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLfaImLYDE .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uLfaImLYDE .mbr-section-title {
  color: #ff7259;
}
.cid-uLfaBKk7HE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLfaBKk7HE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLfaBKk7HE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLfaBKk7HE img {
  width: 100%;
}
.cid-uLfav1aUlL {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uLfav1aUlL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLfav1aUlL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLfav1aUlL .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uLfav1aUlL .mbr-section-title {
  color: #ff7259;
}
.cid-uLfavCmRxK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLfavCmRxK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLfavCmRxK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLfavCmRxK img {
  width: 100%;
}
.cid-uLfbLPHtmG {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uLfbLPHtmG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLfbLPHtmG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLfbLPHtmG .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uLfbLPHtmG .mbr-section-title {
  color: #2d438a;
}
.cid-uLfbxjkDf9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLfbxjkDf9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLfbxjkDf9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLfbxjkDf9 img {
  width: 100%;
}
.cid-uLfbAMOKbu {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uLfbAMOKbu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLfbAMOKbu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLfbAMOKbu .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uLfbAMOKbu .mbr-section-title {
  color: #ff7259;
}
.cid-uLfbGlDoLB {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLfbGlDoLB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLfbGlDoLB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLfbGlDoLB img {
  width: 100%;
}
.cid-uLfbGSc25d {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uLfbGSc25d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLfbGSc25d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLfbGSc25d .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uLfbGSc25d .mbr-section-title {
  color: #2d438a;
}
.cid-uLfd192jwQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLfd192jwQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLfd192jwQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLfd192jwQ img {
  width: 100%;
}
.cid-uLfd2CPrJD {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uLfd2CPrJD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLfd2CPrJD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLfd2CPrJD .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uLfd2CPrJD .mbr-section-title {
  color: #ff7259;
}
.cid-uLfd1VSIsd {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLfd1VSIsd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLfd1VSIsd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLfd1VSIsd img {
  width: 100%;
}
.cid-uLfdh5jDAM {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uLfdh5jDAM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLfdh5jDAM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLfdh5jDAM .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uLfdh5jDAM .mbr-section-title {
  color: #ff7259;
}
.cid-uLfdGDQi9x {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uLfdGDQi9x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLfdGDQi9x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLfdGDQi9x img {
  width: 100%;
}
.cid-uLfdMQ551p {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLfdMQ551p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLfdMQ551p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLfdMQ551p img {
  width: 100%;
}
.cid-uLfdH9U8Jp {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uLfdH9U8Jp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLfdH9U8Jp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLfdH9U8Jp .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uLfdH9U8Jp .mbr-section-title {
  color: #ff7259;
}
.cid-uLfe1TKpZj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLfe1TKpZj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLfe1TKpZj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLfe1TKpZj img {
  width: 100%;
}
.cid-uLfe9nkPrd {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uLfe9nkPrd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLfe9nkPrd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLfe9nkPrd .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uLfe9nkPrd .mbr-section-title {
  color: #ff7259;
}
.cid-uLkeRwY2N8 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #cccccc;
}
.cid-uLkeRwY2N8 .item-content .mbr-text a {
  font-weight: 700;
}
.cid-uLkeRwY2N8 .mbr-text {
  text-align: justify;
  font-weight: 700;
  color: #000000;
}
.cid-uLkeRwY2N8 .wrap {
  width: 100%;
  padding: 0 1rem;
}
.cid-uLkeRwY2N8 .item-content {
  padding: 1rem;
}
.cid-uLkeRwY2N8 img,
.cid-uLkeRwY2N8 .item-img {
  width: 100%;
}
.cid-uLkeRwY2N8 .item:focus,
.cid-uLkeRwY2N8 span:focus {
  outline: none;
}
.cid-uLkeRwY2N8 .item-wrapper {
  position: relative;
}
.cid-uLkeRwY2N8 .slide-content {
  border-radius: 16px;
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uLkeRwY2N8 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 350px;
  max-width: 350px;
}
@media (max-width: 768px) {
  .cid-uLkeRwY2N8 .embla__slide {
    min-width: 270px;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uLkeRwY2N8 .embla__button--next,
.cid-uLkeRwY2N8 .embla__button--prev {
  display: flex;
}
.cid-uLkeRwY2N8 .embla__button {
  top: 50%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: #000000;
  color: #f4f4f4;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uLkeRwY2N8 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLkeRwY2N8 .embla__button:hover {
  background: #bbbbbb;
  opacity: .9;
}
.cid-uLkeRwY2N8 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uLkeRwY2N8 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uLkeRwY2N8 .embla__button {
    top: 50%;
    width: 30px;
    height: 30px;
    font-size: 11px;
  }
  .cid-uLkeRwY2N8 .embla__button.embla__button--prev {
    left: 0;
    margin-left: 1rem;
  }
  .cid-uLkeRwY2N8 .embla__button.embla__button--next {
    right: 0;
    margin-right: 1rem;
  }
}
.cid-uLkeRwY2N8 .embla {
  position: relative;
  width: 100%;
}
.cid-uLkeRwY2N8 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uLkeRwY2N8 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLkeRwY2N8 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLkeRwY2N8 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLkeRwY2N8 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uLkeRwY2N8 .mbr-section-btn {
  margin-top: 3rem;
  margin-left: 0rem!important;
  margin-right: 0rem!important;
  font-size: 0;
}
.cid-uKTq5b4Xdw {
  padding-top: 45px;
  padding-bottom: 120px;
  background-color: #aed9ff;
}
.cid-uKTq5b4Xdw .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uKTq5b4Xdw .copyright img {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .cid-uKTq5b4Xdw .copyright {
    margin-bottom: 2rem;
  }
}
.cid-uKTq5b4Xdw .card-title {
  text-align: center;
  color: #000000;
}
.cid-uKTq5b4Xdw .card-text {
  color: #000000;
  text-align: center;
  font-weight: 400;
}
.cid-uKTq5b4Xdw .card-text a {
  font-weight: 400;
}
.cid-uKTq5b4Xdw .mbr-text {
  color: #000000;
  text-align: left;
  font-weight: 400;
}
.cid-uKTq5b4Xdw hr {
  margin: 1rem 0;
  border-top: 1px solid #000000;
  opacity: 1;
  background-color: transparent;
}
.cid-uKTq5b4Xdw .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-uKTq5b4Xdw .footer-menu__item {
  font-size: 1rem;
  padding-right: 1.5rem;
}
.cid-uKTq5b4Xdw .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-uKTq5b4Xdw .footer-menu span {
  color: #000000;
}
.cid-uKTq5b4Xdw .footer-menu span a {
  font-weight: 400;
}
.cid-vlfUeNC5gj .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff7503;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vlfUeNC5gj .nav-item,
.cid-vlfUeNC5gj .nav-link,
.cid-vlfUeNC5gj .navbar-caption {
  font-weight: 600;
}
.cid-vlfUeNC5gj .nav-item:focus,
.cid-vlfUeNC5gj .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-vlfUeNC5gj .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-vlfUeNC5gj .nav-item .nav-link {
    position: relative;
  }
  .cid-vlfUeNC5gj .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff7503;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-vlfUeNC5gj .nav-item:hover .nav-link:before,
  .cid-vlfUeNC5gj .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-vlfUeNC5gj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-vlfUeNC5gj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vlfUeNC5gj .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-vlfUeNC5gj .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-vlfUeNC5gj .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vlfUeNC5gj .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vlfUeNC5gj .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #aed9ff;
}
.cid-vlfUeNC5gj .navbar.opened {
  transition: all 0.3s;
  background: #aed9ff !important;
}
.cid-vlfUeNC5gj .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-vlfUeNC5gj .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vlfUeNC5gj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vlfUeNC5gj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vlfUeNC5gj .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vlfUeNC5gj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vlfUeNC5gj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vlfUeNC5gj .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vlfUeNC5gj .navbar .navbar-logo img {
    height: 2rem !important;
    width: auto;
  }
  .cid-vlfUeNC5gj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vlfUeNC5gj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vlfUeNC5gj .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vlfUeNC5gj .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vlfUeNC5gj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vlfUeNC5gj .navbar.navbar-short {
  background: #aed9ff !important;
  min-height: 60px;
}
.cid-vlfUeNC5gj .navbar.navbar-short .navbar-logo img {
  height: 2rem !important;
  width: auto;
}
.cid-vlfUeNC5gj .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vlfUeNC5gj .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vlfUeNC5gj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vlfUeNC5gj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vlfUeNC5gj .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-vlfUeNC5gj .dropdown-item.active,
.cid-vlfUeNC5gj .dropdown-item:active {
  background-color: transparent;
}
.cid-vlfUeNC5gj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vlfUeNC5gj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.5em;
}
.cid-vlfUeNC5gj .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.6em 1.6em;
}
.cid-vlfUeNC5gj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #aed9ff;
  z-index: 2;
}
.cid-vlfUeNC5gj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vlfUeNC5gj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vlfUeNC5gj ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vlfUeNC5gj .navbar-buttons {
  text-align: center;
}
.cid-vlfUeNC5gj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vlfUeNC5gj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vlfUeNC5gj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vlfUeNC5gj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vlfUeNC5gj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vlfUeNC5gj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vlfUeNC5gj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vlfUeNC5gj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vlfUeNC5gj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vlfUeNC5gj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vlfUeNC5gj .navbar-dropdown {
  padding: 0.5rem 0.8rem;
  position: fixed;
}
.cid-vlfUeNC5gj a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vlfUeNC5gj .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #333333;
  display: inline-flex;
}
.cid-vlfUeNC5gj .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-vlfUeNC5gj .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-vlfUeNC5gj .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vlfUeNC5gj a.nav-link .mbr-iconfont-btn,
.cid-vlfUeNC5gj a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-vlfUeNC5gj a.nav-link:hover .mbr-iconfont-btn,
.cid-vlfUeNC5gj a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-vlfUeNC5gj a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vlfUeNC5gj .navbar {
    height: 77px;
  }
  .cid-vlfUeNC5gj .navbar.opened {
    height: auto;
  }
  .cid-vlfUeNC5gj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vlfUeNC5gj .t-shadow {
  text-shadow: 0px 0px 2px #333333, 0px 0px 2px #333333;
}
.cid-vlfUeOggqE {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/gemini-generated-image-hgodjthgodjthgod.jpg");
}
.cid-vlfUeOggqE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlfUeOggqE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlfUeOggqE .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vlfUeOggqE .content-wrap {
    margin-bottom: 16px;
  }
}
.cid-vlfUeOggqE .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vlfUeOggqE .content-wrap .label-wrapper .mbr-label {
  border-radius: 16px;
  padding: 8px 18px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #ffffff;
}
.cid-vlfUeOggqE .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vlfUeOggqE .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vlfUeOggqE .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vlfUeOggqE .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-vlfUeOggqE .image-wrapper {
  border-radius: 16px;
}
.cid-vlfUeOggqE .image-wrapper .image-wrap {
  border-radius: 16px;
}
.cid-vlfUeOggqE .image-wrapper .image-wrap img {
  box-shadow: 0 0 40px 0 #ffffff;
  border-radius: 16px;
  height: 100%;
}
.cid-vlfUeOggqE .mbr-label,
.cid-vlfUeOggqE .label-wrapper {
  color: #202020;
}
.cid-vlfUeOggqE .mbr-section-title {
  color: #000000;
}
.cid-vlfUeOggqE .mbr-text,
.cid-vlfUeOggqE .text-wrapper {
  color: #000000;
}
.cid-vlfUeOSi6s {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vlfUeOSi6s .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlfUeOSi6s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlfUeOSi6s .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vlfUeOSi6s .mbr-section-title {
  color: #000000;
}
.cid-vlfUeP4nce {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vlfUeP4nce .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlfUeP4nce .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlfUeP4nce .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vlfUeP4nce .mbr-section-title {
  color: #2d438a;
}
.cid-vlfUePfLXz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vlfUePfLXz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlfUePfLXz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlfUePfLXz img {
  width: 100%;
  border-radius: 16px;
}
.cid-vlfUePfLXz .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vlg0blc5Na {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vlg0blc5Na .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlg0blc5Na .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlg0blc5Na img {
  width: 100%;
  border-radius: 16px;
}
.cid-vlg0blc5Na .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vlg0eJuiJP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vlg0eJuiJP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlg0eJuiJP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlg0eJuiJP img {
  width: 100%;
  border-radius: 16px;
}
.cid-vlg0eJuiJP .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vlfYv5DRE3 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vlfYv5DRE3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlfYv5DRE3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlfYv5DRE3 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vlfYv5DRE3 .mbr-section-title {
  color: #2d438a;
}
.cid-vlg06Xs2CD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vlg06Xs2CD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlg06Xs2CD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlg06Xs2CD img {
  width: 100%;
  border-radius: 16px;
}
.cid-vlg06Xs2CD .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vlg0vqVIQh {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vlg0vqVIQh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlg0vqVIQh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlg0vqVIQh .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vlg0vqVIQh .mbr-section-title {
  color: #2d438a;
}
.cid-vlg0xVXT1p {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vlg0xVXT1p .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlg0xVXT1p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlg0xVXT1p img {
  width: 100%;
  border-radius: 16px;
}
.cid-vlg0xVXT1p .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vlg1bTRuyP {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vlg1bTRuyP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlg1bTRuyP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlg1bTRuyP .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vlg1bTRuyP .mbr-section-title {
  color: #2d438a;
}
.cid-vlg1cwMWjh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vlg1cwMWjh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlg1cwMWjh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlg1cwMWjh img {
  width: 100%;
  border-radius: 16px;
}
.cid-vlg1cwMWjh .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vlg2ozC26Y {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vlg2ozC26Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlg2ozC26Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlg2ozC26Y img {
  width: 100%;
  border-radius: 16px;
}
.cid-vlg2ozC26Y .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vlg2H7EeVx {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vlg2H7EeVx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlg2H7EeVx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlg2H7EeVx .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vlg2H7EeVx .mbr-section-title {
  color: #2d438a;
}
.cid-vlg2yAXkeV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vlg2yAXkeV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlg2yAXkeV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlg2yAXkeV img {
  width: 100%;
  border-radius: 16px;
}
.cid-vlg2yAXkeV .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vlg3mCVeyn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vlg3mCVeyn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlg3mCVeyn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlg3mCVeyn img {
  width: 100%;
  border-radius: 16px;
}
.cid-vlg3mCVeyn .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vlg3q5TCz7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vlg3q5TCz7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlg3q5TCz7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlg3q5TCz7 img {
  width: 100%;
  border-radius: 16px;
}
.cid-vlg3q5TCz7 .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vlfUePq6L1 {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vlfUePq6L1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlfUePq6L1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlfUePq6L1 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vlfUePq6L1 .mbr-section-title {
  color: #a0180f;
}
.cid-vlfUePq6L1 .item-tag {
  border-left: 3px solid #ff7503;
  width: fit-content;
  padding-left: 1rem;
}
.cid-vlfUePq6L1 .caption-text {
  color: #000000;
}
.cid-vlfUePAHcN {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #cccccc;
}
.cid-vlfUePAHcN .item-content .mbr-text a {
  font-weight: 700;
}
.cid-vlfUePAHcN .mbr-text {
  text-align: justify;
  font-weight: 700;
  color: #000000;
}
.cid-vlfUePAHcN .wrap {
  width: 100%;
  padding: 0 1rem;
}
.cid-vlfUePAHcN .item-content {
  padding: 1rem;
}
.cid-vlfUePAHcN img,
.cid-vlfUePAHcN .item-img {
  width: 100%;
}
.cid-vlfUePAHcN .item:focus,
.cid-vlfUePAHcN span:focus {
  outline: none;
}
.cid-vlfUePAHcN .item-wrapper {
  position: relative;
}
.cid-vlfUePAHcN .slide-content {
  border-radius: 16px;
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vlfUePAHcN .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 350px;
  max-width: 350px;
}
@media (max-width: 768px) {
  .cid-vlfUePAHcN .embla__slide {
    min-width: 270px;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vlfUePAHcN .embla__button--next,
.cid-vlfUePAHcN .embla__button--prev {
  display: flex;
}
.cid-vlfUePAHcN .embla__button {
  top: 50%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: #000000;
  color: #f4f4f4;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vlfUePAHcN .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vlfUePAHcN .embla__button:hover {
  background: #bbbbbb;
  opacity: .9;
}
.cid-vlfUePAHcN .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vlfUePAHcN .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vlfUePAHcN .embla__button {
    top: 50%;
    width: 30px;
    height: 30px;
    font-size: 11px;
  }
  .cid-vlfUePAHcN .embla__button.embla__button--prev {
    left: 0;
    margin-left: 1rem;
  }
  .cid-vlfUePAHcN .embla__button.embla__button--next {
    right: 0;
    margin-right: 1rem;
  }
}
.cid-vlfUePAHcN .embla {
  position: relative;
  width: 100%;
}
.cid-vlfUePAHcN .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vlfUePAHcN .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vlfUePAHcN .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vlfUePAHcN .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vlfUePAHcN .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-vlfUePAHcN .mbr-section-btn {
  margin-top: 3rem;
  margin-left: 0rem!important;
  margin-right: 0rem!important;
  font-size: 0;
}
.cid-vlfUeQftCP {
  padding-top: 45px;
  padding-bottom: 120px;
  background-color: #aed9ff;
}
.cid-vlfUeQftCP .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vlfUeQftCP .copyright img {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .cid-vlfUeQftCP .copyright {
    margin-bottom: 2rem;
  }
}
.cid-vlfUeQftCP .card-title {
  text-align: center;
  color: #000000;
}
.cid-vlfUeQftCP .card-text {
  color: #000000;
  text-align: center;
  font-weight: 400;
}
.cid-vlfUeQftCP .card-text a {
  font-weight: 400;
}
.cid-vlfUeQftCP .mbr-text {
  color: #000000;
  text-align: left;
  font-weight: 400;
}
.cid-vlfUeQftCP hr {
  margin: 1rem 0;
  border-top: 1px solid #000000;
  opacity: 1;
  background-color: transparent;
}
.cid-vlfUeQftCP .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-vlfUeQftCP .footer-menu__item {
  font-size: 1rem;
  padding-right: 1.5rem;
}
.cid-vlfUeQftCP .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-vlfUeQftCP .footer-menu span {
  color: #000000;
}
.cid-vlfUeQftCP .footer-menu span a {
  font-weight: 400;
}
.cid-vmRUalDc9b .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff7503;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vmRUalDc9b .nav-item,
.cid-vmRUalDc9b .nav-link,
.cid-vmRUalDc9b .navbar-caption {
  font-weight: 600;
}
.cid-vmRUalDc9b .nav-item:focus,
.cid-vmRUalDc9b .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-vmRUalDc9b .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-vmRUalDc9b .nav-item .nav-link {
    position: relative;
  }
  .cid-vmRUalDc9b .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff7503;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-vmRUalDc9b .nav-item:hover .nav-link:before,
  .cid-vmRUalDc9b .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-vmRUalDc9b .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-vmRUalDc9b .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vmRUalDc9b .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-vmRUalDc9b .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-vmRUalDc9b .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vmRUalDc9b .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vmRUalDc9b .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #aed9ff;
}
.cid-vmRUalDc9b .navbar.opened {
  transition: all 0.3s;
  background: #aed9ff !important;
}
.cid-vmRUalDc9b .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-vmRUalDc9b .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vmRUalDc9b .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vmRUalDc9b .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vmRUalDc9b .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vmRUalDc9b .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vmRUalDc9b .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vmRUalDc9b .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vmRUalDc9b .navbar .navbar-logo img {
    height: 2rem !important;
    width: auto;
  }
  .cid-vmRUalDc9b .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vmRUalDc9b .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vmRUalDc9b .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vmRUalDc9b .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vmRUalDc9b .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vmRUalDc9b .navbar.navbar-short {
  background: #aed9ff !important;
  min-height: 60px;
}
.cid-vmRUalDc9b .navbar.navbar-short .navbar-logo img {
  height: 2rem !important;
  width: auto;
}
.cid-vmRUalDc9b .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vmRUalDc9b .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vmRUalDc9b .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vmRUalDc9b .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vmRUalDc9b .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-vmRUalDc9b .dropdown-item.active,
.cid-vmRUalDc9b .dropdown-item:active {
  background-color: transparent;
}
.cid-vmRUalDc9b .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vmRUalDc9b .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.5em;
}
.cid-vmRUalDc9b .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.6em 1.6em;
}
.cid-vmRUalDc9b .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #aed9ff;
  z-index: 2;
}
.cid-vmRUalDc9b .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vmRUalDc9b .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vmRUalDc9b ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vmRUalDc9b .navbar-buttons {
  text-align: center;
}
.cid-vmRUalDc9b button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vmRUalDc9b button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vmRUalDc9b button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vmRUalDc9b button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vmRUalDc9b button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vmRUalDc9b button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vmRUalDc9b nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vmRUalDc9b nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vmRUalDc9b nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vmRUalDc9b nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vmRUalDc9b .navbar-dropdown {
  padding: 0.5rem 0.8rem;
  position: fixed;
}
.cid-vmRUalDc9b a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vmRUalDc9b .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #333333;
  display: inline-flex;
}
.cid-vmRUalDc9b .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-vmRUalDc9b .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-vmRUalDc9b .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vmRUalDc9b a.nav-link .mbr-iconfont-btn,
.cid-vmRUalDc9b a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-vmRUalDc9b a.nav-link:hover .mbr-iconfont-btn,
.cid-vmRUalDc9b a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-vmRUalDc9b a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vmRUalDc9b .navbar {
    height: 77px;
  }
  .cid-vmRUalDc9b .navbar.opened {
    height: auto;
  }
  .cid-vmRUalDc9b .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vmRUalDc9b .t-shadow {
  text-shadow: 0px 0px 2px #333333, 0px 0px 2px #333333;
}
.cid-vmRUanuHIo {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/l-generated-image-hgodjthgodjthgod.jpg");
}
.cid-vmRUanuHIo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmRUanuHIo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmRUanuHIo .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vmRUanuHIo .content-wrap .label-wrapper .mbr-label {
  box-shadow: 0 0 30px 0 #ffe3ec;
  border-radius: 16px;
  padding: 8px 18px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #ffffff;
}
.cid-vmRUanuHIo .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vmRUanuHIo .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vmRUanuHIo .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-vmRUanuHIo .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vmRUanuHIo .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vmRUanuHIo .mbr-label,
.cid-vmRUanuHIo .label-wrapper {
  color: #202020;
  text-align: center;
}
.cid-vmRUanuHIo .mbr-section-title {
  color: #000000;
}
.cid-vmRUanuHIo .mbr-text,
.cid-vmRUanuHIo .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vmRUanuHIo .mbr-section-title,
.cid-vmRUanuHIo .mbr-section-btn {
  text-align: center;
  color: #202020;
}
.cid-vmRUanPVQg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/gemini-generated-image-hgodjthgodjthgod.jpg");
}
@media (max-width: 991px) {
  .cid-vmRUanPVQg .col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-vmRUanPVQg .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cid-vmRUanPVQg .ig-mask {
  border-radius: 16px;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  height: auto !important;
  overflow: hidden;
  position: relative;
  aspect-ratio: 0.5625;
}
.cid-vmRUanPVQg .ig-mask iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.cid-vmRUanPVQg .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
  text-align: center;
}
.cid-vmRUanPVQg .mbr-text {
  margin-bottom: 1rem;
  color: #000000;
  text-align: center;
}
.cid-vmRUanPVQg .card-title {
  text-align: center;
}
.cid-vmRUanPVQg .mbr-section-subtitle {
  color: #000000;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vmRUanPVQg .mbr-section-subtitle {
    text-align: justify;
  }
}
.cid-vmRUap2MRf {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/gemini-generated-image-hgodjthgodjthgod.jpg");
}
.cid-vmRUap2MRf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmRUap2MRf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmRUap2MRf .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vmRUap2MRf .content-wrap .label-wrapper .mbr-label {
  box-shadow: 0 0 10px 0 #e7f3fe;
  border-radius: 16px;
  padding: 8px 18px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #ffffff;
}
.cid-vmRUap2MRf .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vmRUap2MRf .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vmRUap2MRf .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-vmRUap2MRf .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vmRUap2MRf .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vmRUap2MRf .mbr-label,
.cid-vmRUap2MRf .label-wrapper {
  color: #202020;
  text-align: center;
}
.cid-vmRUap2MRf .mbr-section-title {
  color: #000000;
}
.cid-vmRUap2MRf .mbr-text,
.cid-vmRUap2MRf .text-wrapper {
  color: #000000;
  text-align: justify;
}
.cid-vmRUap2MRf .mbr-section-title,
.cid-vmRUap2MRf .mbr-section-btn {
  text-align: center;
  color: #202020;
}
.cid-vmRUapuM5a {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/gemini-generated-image-hgodjthgodjthgod.jpg");
}
.cid-vmRUapuM5a .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmRUapuM5a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmRUapuM5a .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vmRUapuM5a .content-wrap {
    margin-bottom: 16px;
  }
}
.cid-vmRUapuM5a .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vmRUapuM5a .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #e0f782;
}
.cid-vmRUapuM5a .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vmRUapuM5a .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vmRUapuM5a .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vmRUapuM5a .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-vmRUapuM5a .image-wrapper {
  border-radius: 16px;
}
.cid-vmRUapuM5a .image-wrapper .image-wrap {
  border-radius: 16px;
  background-color: #aed9ff;
}
.cid-vmRUapuM5a .image-wrapper .image-wrap img {
  transform: rotate(0);
  transition: transform 0.3s ease;
  box-shadow: 0 0 40px 0 #e7f3fe;
  border-radius: 16px;
  height: 350px;
}
.cid-vmRUapuM5a .image-wrapper .image-wrap img:hover {
  transform: rotate(-3deg);
}
@media (max-width: 992px) {
  .cid-vmRUapuM5a .image-wrapper .image-wrap img {
    height: 100%;
  }
}
.cid-vmRUapuM5a .mbr-label,
.cid-vmRUapuM5a .label-wrapper {
  color: #000000;
}
.cid-vmRUapuM5a .mbr-section-title {
  color: #000000;
}
.cid-vmRUapuM5a .mbr-text,
.cid-vmRUapuM5a .text-wrapper {
  color: #000000;
}
.cid-vmRUapuM5a .mbr-section-title,
.cid-vmRUapuM5a .mbr-section-btn {
  color: #202020;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-vmRUapuM5a .mbr-section-title,
  .cid-vmRUapuM5a .mbr-section-btn {
    text-align: center;
  }
}
.cid-vmRUapNf3V {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/l-generated-image-hgodjthgodjthgod.jpg");
}
.cid-vmRUapNf3V .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmRUapNf3V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmRUapNf3V .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vmRUapNf3V .content-wrap {
    margin-bottom: 16px;
  }
}
.cid-vmRUapNf3V .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vmRUapNf3V .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #e0f782;
}
.cid-vmRUapNf3V .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vmRUapNf3V .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vmRUapNf3V .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vmRUapNf3V .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-vmRUapNf3V .image-wrapper {
  border-radius: 16px;
}
.cid-vmRUapNf3V .image-wrapper .image-wrap {
  border-radius: 16px;
  background-color: #aed9ff;
}
.cid-vmRUapNf3V .image-wrapper .image-wrap img {
  transform: rotate(0);
  transition: transform 0.3s ease;
  box-shadow: 0 0 40px 0 #e7f3fe;
  border-radius: 16px;
  height: 350px;
}
.cid-vmRUapNf3V .image-wrapper .image-wrap img:hover {
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-vmRUapNf3V .image-wrapper .image-wrap img {
    height: 100%;
  }
}
.cid-vmRUapNf3V .mbr-label,
.cid-vmRUapNf3V .label-wrapper {
  color: #000000;
}
.cid-vmRUapNf3V .mbr-section-title {
  color: #000000;
}
.cid-vmRUapNf3V .mbr-text,
.cid-vmRUapNf3V .text-wrapper {
  color: #000000;
}
.cid-vmRUapNf3V .mbr-section-title,
.cid-vmRUapNf3V .mbr-section-btn {
  color: #202020;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-vmRUapNf3V .mbr-section-title,
  .cid-vmRUapNf3V .mbr-section-btn {
    text-align: center;
  }
}
.cid-vmRUaq4yKu {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/gemini-generated-image-hgodjthgodjthgod.jpg");
}
.cid-vmRUaq4yKu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmRUaq4yKu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmRUaq4yKu .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vmRUaq4yKu .content-wrap {
    margin-bottom: 16px;
  }
}
.cid-vmRUaq4yKu .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vmRUaq4yKu .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #e0f782;
}
.cid-vmRUaq4yKu .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vmRUaq4yKu .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vmRUaq4yKu .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vmRUaq4yKu .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-vmRUaq4yKu .image-wrapper {
  border-radius: 16px;
}
.cid-vmRUaq4yKu .image-wrapper .image-wrap {
  border-radius: 16px;
  background-color: #aed9ff;
}
.cid-vmRUaq4yKu .image-wrapper .image-wrap img {
  transform: rotate(0);
  transition: transform 0.3s ease;
  box-shadow: 0 0 40px 0 #e7f3fe;
  border-radius: 16px;
  height: 350px;
}
.cid-vmRUaq4yKu .image-wrapper .image-wrap img:hover {
  transform: rotate(-3deg);
}
@media (max-width: 992px) {
  .cid-vmRUaq4yKu .image-wrapper .image-wrap img {
    height: 100%;
  }
}
.cid-vmRUaq4yKu .mbr-label,
.cid-vmRUaq4yKu .label-wrapper {
  color: #000000;
}
.cid-vmRUaq4yKu .mbr-section-title {
  color: #000000;
}
.cid-vmRUaq4yKu .mbr-text,
.cid-vmRUaq4yKu .text-wrapper {
  color: #000000;
}
.cid-vmRUaq4yKu .mbr-section-title,
.cid-vmRUaq4yKu .mbr-section-btn {
  color: #202020;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-vmRUaq4yKu .mbr-section-title,
  .cid-vmRUaq4yKu .mbr-section-btn {
    text-align: center;
  }
}
.cid-vmRUaqnr5A {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vmRUaqnr5A .carousel {
  max-height: 100%;
}
.cid-vmRUaqnr5A .carousel img {
  border-radius: 0px;
  height: 100%;
  object-fit: cover;
}
.cid-vmRUaqnr5A .carousel,
.cid-vmRUaqnr5A .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vmRUaqnr5A .item-wrapper {
  width: 100%;
}
.cid-vmRUaqnr5A .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vmRUaqnr5A .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vmRUaqnr5A .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vmRUaqnr5A .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vmRUaqnr5A .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vmRUaqnr5A .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vmRUaqnr5A .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vmRUaqnr5A .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vmRUaqnr5A .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vmRUaqnr5A .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vmRUaqnr5A .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vmRUaqnr5A .carousel-indicators li.active,
.cid-vmRUaqnr5A .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vmRUaqnr5A .carousel-indicators li::after,
.cid-vmRUaqnr5A .carousel-indicators li::before {
  content: none;
}
@media (max-width: 767px) {
  .cid-vmRUaqnr5A .carousel-indicators li {
    max-width: 10px;
    height: 10px;
    width: 10px;
    max-height: 10px;
    margin: 2px;
  }
}
.cid-vmRUaqnr5A .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-vmRUaqnr5A .mbr-section-title {
  text-align: center;
}
.cid-vmRUaqJ7ZX {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/gemini-generated-image-hgodjthgodjthgod.jpg");
}
.cid-vmRUaqJ7ZX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmRUaqJ7ZX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmRUaqJ7ZX .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vmRUaqJ7ZX .content-wrap .label-wrapper .mbr-label {
  box-shadow: 0 0 40px 0 #ffffff;
  border-radius: 16px;
  padding: 8px 18px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #ffffff;
}
.cid-vmRUaqJ7ZX .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vmRUaqJ7ZX .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vmRUaqJ7ZX .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-vmRUaqJ7ZX .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vmRUaqJ7ZX .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vmRUaqJ7ZX .mbr-label,
.cid-vmRUaqJ7ZX .label-wrapper {
  color: #202020;
  text-align: center;
}
.cid-vmRUaqJ7ZX .mbr-section-title {
  color: #000000;
}
.cid-vmRUaqJ7ZX .mbr-text,
.cid-vmRUaqJ7ZX .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vmRUaqJ7ZX .mbr-section-title,
.cid-vmRUaqJ7ZX .mbr-section-btn {
  text-align: center;
  color: #202020;
}
.cid-vmRUar3SXn {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/l-generated-image-hgodjthgodjthgod.jpg");
}
@media (max-width: 991px) {
  .cid-vmRUar3SXn .col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-vmRUar3SXn .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cid-vmRUar3SXn .ig-mask {
  border-radius: 16px;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  height: auto !important;
  overflow: hidden;
  position: relative;
  aspect-ratio: 0.5625;
}
.cid-vmRUar3SXn .ig-mask iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.cid-vmRUar3SXn .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
  text-align: center;
}
.cid-vmRUar3SXn .mbr-text {
  margin-bottom: 1rem;
  color: #000000;
  text-align: center;
}
.cid-vmRUar3SXn .card-title {
  text-align: center;
}
.cid-vmRUar3SXn .mbr-section-subtitle {
  color: #000000;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vmRUar3SXn .mbr-section-subtitle {
    text-align: justify;
  }
}
.cid-vmRUas2oif {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/l-generated-image-hgodjthgodjthgod.jpg");
}
@media (max-width: 991px) {
  .cid-vmRUas2oif .col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-vmRUas2oif .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cid-vmRUas2oif .ig-mask {
  border-radius: 16px;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  height: auto !important;
  overflow: hidden;
  position: relative;
  aspect-ratio: 0.5625;
}
.cid-vmRUas2oif .ig-mask iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.cid-vmRUas2oif .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
  text-align: center;
}
.cid-vmRUas2oif .mbr-text {
  margin-bottom: 1rem;
  color: #000000;
  text-align: center;
}
.cid-vmRUas2oif .card-title {
  text-align: center;
}
.cid-vmRUas2oif .mbr-section-subtitle {
  color: #000000;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vmRUas2oif .mbr-section-subtitle {
    text-align: justify;
  }
}
.cid-vmRUasqVmY {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/gemini-generated-image-hgodjthgodjthgod.jpg");
}
.cid-vmRUasqVmY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmRUasqVmY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmRUasqVmY .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vmRUasqVmY .content-wrap .label-wrapper .mbr-label {
  box-shadow: 0 0 10px 0 #e7f3fe;
  border-radius: 16px;
  padding: 8px 18px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #ffffff;
}
.cid-vmRUasqVmY .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vmRUasqVmY .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vmRUasqVmY .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-vmRUasqVmY .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vmRUasqVmY .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vmRUasqVmY .mbr-label,
.cid-vmRUasqVmY .label-wrapper {
  color: #202020;
  text-align: center;
}
.cid-vmRUasqVmY .mbr-section-title {
  color: #000000;
}
.cid-vmRUasqVmY .mbr-text,
.cid-vmRUasqVmY .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vmRUasqVmY .mbr-section-title,
.cid-vmRUasqVmY .mbr-section-btn {
  text-align: center;
  color: #202020;
}
.cid-vmRUasKDl1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/gemini-generated-image-hgodjthgodjthgod.jpg");
}
.cid-vmRUasKDl1 .mbr-overlay {
  background: #ffe3ec;
  opacity: 0.8;
}
.cid-vmRUasKDl1 img,
.cid-vmRUasKDl1 .item-img {
  border-radius: 16px;
  width: 100%;
}
.cid-vmRUasKDl1 .item:focus,
.cid-vmRUasKDl1 span:focus {
  outline: none;
}
.cid-vmRUasKDl1 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vmRUasKDl1 .item {
    margin-bottom: 1rem;
  }
}
.cid-vmRUasKDl1 .item-content {
  padding-top: 1rem;
  margin-top: 0.5rem;
  padding: 10px 16px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vmRUasKDl1 .item-content {
    padding: 1rem;
  }
}
.cid-vmRUasKDl1 .item-wrapper {
  border-radius: 16px;
  padding: 16px;
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vmRUasKDl1 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vmRUasKDl1 .mbr-section-title {
  color: #000000;
}
.cid-vmRUasKDl1 .item-title {
  text-align: left;
  color: #333333;
}
.cid-vmRUasKDl1 .item-subtitle {
  text-align: justify;
  color: #202020;
}
.cid-vmRUasKDl1 .mbr-text,
.cid-vmRUasKDl1 .item .mbr-section-btn {
  text-align: justify;
}
.cid-vmRUasKDl1 .content-head {
  max-width: 800px;
}
.cid-vmRUatdZBs {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/gemini-generated-image-hgodjthgodjthgod.jpg");
}
.cid-vmRUatdZBs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmRUatdZBs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmRUatdZBs .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vmRUatdZBs .content-wrap .label-wrapper .mbr-label {
  box-shadow: 0 0 10px 0 #ffe3ec;
  border-radius: 16px;
  padding: 8px 18px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #ffffff;
}
.cid-vmRUatdZBs .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vmRUatdZBs .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vmRUatdZBs .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-vmRUatdZBs .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vmRUatdZBs .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vmRUatdZBs .mbr-label,
.cid-vmRUatdZBs .label-wrapper {
  color: #202020;
  text-align: center;
}
.cid-vmRUatdZBs .mbr-section-title {
  color: #000000;
}
.cid-vmRUatdZBs .mbr-text,
.cid-vmRUatdZBs .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vmRUatdZBs .mbr-section-title,
.cid-vmRUatdZBs .mbr-section-btn {
  text-align: center;
  color: #202020;
}
.cid-vmRUatx7N1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/gemini-generated-image-hgodjthgodjthgod.jpg");
}
@media (max-width: 991px) {
  .cid-vmRUatx7N1 .col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-vmRUatx7N1 .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cid-vmRUatx7N1 .ig-mask iframe {
  width: 100% !important;
  height: 100%  !important;
  position: absolute;
  top: 0;
  left: 0;
}
.cid-vmRUatx7N1 .ig-mask {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  aspect-ratio: 0.56092437;
}
.cid-vmRUatx7N1 .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
  text-align: center;
}
.cid-vmRUatx7N1 .mbr-text {
  margin-bottom: 1rem;
  color: #000000;
  text-align: center;
}
.cid-vmRUatx7N1 .card-title {
  text-align: center;
}
.cid-vmRUatx7N1 .mbr-section-subtitle {
  color: #000000;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vmRUatx7N1 .mbr-section-subtitle {
    text-align: justify;
  }
}
.cid-vmRUatWXAh {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/gemini-generated-image-hgodjthgodjthgod.jpg");
}
.cid-vmRUatWXAh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmRUatWXAh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmRUatWXAh .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vmRUatWXAh .content-wrap .label-wrapper .mbr-label {
  box-shadow: 0 0 10px 0 #ffffff;
  border-radius: 16px;
  padding: 8px 18px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #ffffff;
}
.cid-vmRUatWXAh .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vmRUatWXAh .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vmRUatWXAh .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-vmRUatWXAh .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vmRUatWXAh .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vmRUatWXAh .mbr-label,
.cid-vmRUatWXAh .label-wrapper {
  color: #202020;
  text-align: center;
}
.cid-vmRUatWXAh .mbr-section-title {
  color: #000000;
}
.cid-vmRUatWXAh .mbr-text,
.cid-vmRUatWXAh .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vmRUatWXAh .mbr-section-title,
.cid-vmRUatWXAh .mbr-section-btn {
  text-align: center;
  color: #202020;
}
.cid-vmRUaujWGe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/gemini-generated-image-mxsuqdmxsuqdmxsu.png");
}
.cid-vmRUaujWGe .mbr-overlay {
  background: #ffe3ec;
  opacity: 0.8;
}
.cid-vmRUaujWGe img,
.cid-vmRUaujWGe .item-img {
  border-radius: 16px;
  width: 100%;
}
.cid-vmRUaujWGe .item:focus,
.cid-vmRUaujWGe span:focus {
  outline: none;
}
.cid-vmRUaujWGe .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vmRUaujWGe .item {
    margin-bottom: 1rem;
  }
}
.cid-vmRUaujWGe .item-content {
  padding-top: 1rem;
  margin-top: 0.5rem;
  padding: 10px 16px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vmRUaujWGe .item-content {
    padding: 1rem;
  }
}
.cid-vmRUaujWGe .item-wrapper {
  border-radius: 16px;
  padding: 16px;
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vmRUaujWGe .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vmRUaujWGe .mbr-section-title {
  color: #000000;
}
.cid-vmRUaujWGe .item-title {
  text-align: left;
  color: #333333;
}
.cid-vmRUaujWGe .item-subtitle {
  text-align: justify;
  color: #202020;
}
.cid-vmRUaujWGe .mbr-text,
.cid-vmRUaujWGe .item .mbr-section-btn {
  text-align: justify;
}
.cid-vmRUaujWGe .content-head {
  max-width: 800px;
}
.cid-vmRUauPP1p {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vmRUauPP1p .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmRUauPP1p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmRUauPP1p .video-wrapper iframe {
  width: 100%;
}
.cid-vmRUauPP1p .mbr-section-title,
.cid-vmRUauPP1p .mbr-section-subtitle,
.cid-vmRUauPP1p .mbr-text {
  text-align: center;
}
.cid-vmRUauPP1p .mbr-text {
  color: #555555;
}
.cid-vmRUavhHJi {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/gemini-generated-image-hgodjthgodjthgod.jpg");
}
.cid-vmRUavhHJi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmRUavhHJi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmRUavhHJi .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vmRUavhHJi .content-wrap .label-wrapper .mbr-label {
  box-shadow: 0 0 10px 0 #ffe3ec;
  border-radius: 16px;
  padding: 8px 18px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #ffffff;
}
.cid-vmRUavhHJi .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vmRUavhHJi .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vmRUavhHJi .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-vmRUavhHJi .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vmRUavhHJi .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vmRUavhHJi .mbr-label,
.cid-vmRUavhHJi .label-wrapper {
  color: #202020;
  text-align: center;
}
.cid-vmRUavhHJi .mbr-section-title {
  color: #000000;
}
.cid-vmRUavhHJi .mbr-text,
.cid-vmRUavhHJi .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vmRUavhHJi .mbr-section-title,
.cid-vmRUavhHJi .mbr-section-btn {
  text-align: center;
  color: #202020;
}
.cid-vmRUavEJ5j {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/l-generated-image-hgodjthgodjthgod.jpg");
}
@media (max-width: 991px) {
  .cid-vmRUavEJ5j .col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-vmRUavEJ5j .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cid-vmRUavEJ5j .ig-mask {
  border-radius: 16px;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  height: auto !important;
  overflow: hidden;
  position: relative;
  aspect-ratio: 0.5625;
}
.cid-vmRUavEJ5j .ig-mask iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.cid-vmRUavEJ5j .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
  text-align: center;
}
.cid-vmRUavEJ5j .mbr-text {
  margin-bottom: 1rem;
  color: #000000;
  text-align: center;
}
.cid-vmRUavEJ5j .card-title {
  text-align: center;
}
.cid-vmRUavEJ5j .mbr-section-subtitle {
  color: #000000;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vmRUavEJ5j .mbr-section-subtitle {
    text-align: justify;
  }
}
.cid-vmRUaw2Thp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/gemini-generated-image-hgodjthgodjthgod.jpg");
}
.cid-vmRUaw2Thp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmRUaw2Thp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmRUaw2Thp .video-wrapper {
  border: 0px solid #f6efe9;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}
.cid-vmRUaw2Thp .mbr-section-title,
.cid-vmRUaw2Thp .mbr-section-subtitle,
.cid-vmRUaw2Thp .mbr-text {
  text-align: center;
}
.cid-vmRUaw2Thp .mbr-section-title {
  font-weight: 500;
  text-align: center;
}
.cid-vmRUaw2Thp .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-vmRUaw2Thp .video-block {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.cid-vmRUaw2Thp .video-title {
  margin-bottom: 10px;
  text-align: left;
  color: #333333;
}
.cid-vmRUawv1XI {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/gemini-generated-image-hgodjthgodjthgod.jpg");
}
.cid-vmRUawv1XI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmRUawv1XI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmRUawv1XI .video-wrapper {
  border: 0px solid #f6efe9;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}
.cid-vmRUawv1XI .mbr-section-title,
.cid-vmRUawv1XI .mbr-section-subtitle,
.cid-vmRUawv1XI .mbr-text {
  text-align: center;
}
.cid-vmRUawv1XI .mbr-section-title {
  font-weight: 500;
  text-align: center;
}
.cid-vmRUawv1XI .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-vmRUawv1XI .video-block {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.cid-vmRUawv1XI .video-title {
  margin-bottom: 10px;
  text-align: left;
  color: #333333;
}
.cid-vmRUax3GQw {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/gemini-generated-image-hgodjthgodjthgod.jpg");
}
.cid-vmRUax3GQw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmRUax3GQw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmRUax3GQw .image-wrapper {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-vmRUax3GQw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vmRUax3GQw .row {
  flex-direction: row-reverse;
}
.cid-vmRUax3GQw .content-wrap .label-wrapper {
  margin-bottom: 1rem;
}
.cid-vmRUax3GQw .content-wrap .label-wrapper .mbr-label {
  box-shadow: 0 0 10px 0 #e7f3fe;
  border-radius: 16px;
  padding: 8px 18px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #ffffff;
}
.cid-vmRUax3GQw .content-wrap .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-vmRUax3GQw .content-wrap .text-wrapper {
  margin-bottom: 1rem;
}
@media (max-width: 992px) {
  .cid-vmRUax3GQw .content-wrap .text-wrapper {
    margin-bottom: 0;
  }
}
.cid-vmRUax3GQw .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-vmRUax3GQw .content-wrap .text-participate {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.cid-vmRUax3GQw .content-wrap .text-participate .mbr-participate {
  display: block;
}
.cid-vmRUax3GQw .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vmRUax3GQw .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vmRUax3GQw .mbr-label,
.cid-vmRUax3GQw .label-wrapper {
  color: #202020;
  text-align: center;
}
.cid-vmRUax3GQw .mbr-section-title {
  color: #000000;
}
.cid-vmRUax3GQw .mbr-text,
.cid-vmRUax3GQw .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vmRUax3GQw .mbr-section-title,
.cid-vmRUax3GQw .mbr-section-btn {
  text-align: center;
  color: #202020;
}
.cid-vmRUax3GQw .mbr-participate,
.cid-vmRUax3GQw .text-participate {
  text-align: justify;
  color: #333333;
}
.cid-vmRUaxzyq9 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #aed9ff;
}
.cid-vmRUaxzyq9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmRUaxzyq9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmRUaxzyq9 .bg-facebook,
.cid-vmRUaxzyq9 .bg-line,
.cid-vmRUaxzyq9 .bg-instagram,
.cid-vmRUaxzyq9 .bg-youtube,
.cid-vmRUaxzyq9 .bg-app {
  background: #202020;
  color: #ffffff;
}
.cid-vmRUaxzyq9 .bg-facebook:hover,
.cid-vmRUaxzyq9 .bg-line:hover,
.cid-vmRUaxzyq9 .bg-instagram:hover,
.cid-vmRUaxzyq9 .bg-youtube:hover,
.cid-vmRUaxzyq9 .bg-app:hover {
  background: #060606;
}
.cid-vmRUaxzyq9 .social-list {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-vmRUaxzyq9 .iconfont-wrapper {
  display: flex;
  font-size: 25px;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin: 0 0.3rem;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.cid-vmRUaxzyq9 [class^="socicon-"]:before,
.cid-vmRUaxzyq9 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-vmRUaxzyq9 .mbr-section-title,
.cid-vmRUaxzyq9 .social-list {
  color: #000000;
  text-align: center;
}
.cid-vmRUay4CAZ {
  padding-top: 45px;
  padding-bottom: 120px;
  background-color: #aed9ff;
}
.cid-vmRUay4CAZ .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vmRUay4CAZ .copyright img {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .cid-vmRUay4CAZ .copyright {
    margin-bottom: 2rem;
  }
}
.cid-vmRUay4CAZ .card-title {
  text-align: center;
  color: #000000;
}
.cid-vmRUay4CAZ .card-text {
  color: #000000;
  text-align: center;
  font-weight: 400;
}
.cid-vmRUay4CAZ .card-text a {
  font-weight: 400;
}
.cid-vmRUay4CAZ .mbr-text {
  color: #000000;
  text-align: left;
  font-weight: 400;
}
.cid-vmRUay4CAZ hr {
  margin: 1rem 0;
  border-top: 1px solid #000000;
  opacity: 1;
  background-color: transparent;
}
.cid-vmRUay4CAZ .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-vmRUay4CAZ .footer-menu__item {
  font-size: 1rem;
  padding-right: 1.5rem;
}
.cid-vmRUay4CAZ .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-vmRUay4CAZ .footer-menu span {
  color: #000000;
}
.cid-vmRUay4CAZ .footer-menu span a {
  font-weight: 400;
}
.cid-vmSy6bRVYS .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff7503;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vmSy6bRVYS .nav-item,
.cid-vmSy6bRVYS .nav-link,
.cid-vmSy6bRVYS .navbar-caption {
  font-weight: 600;
}
.cid-vmSy6bRVYS .nav-item:focus,
.cid-vmSy6bRVYS .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-vmSy6bRVYS .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-vmSy6bRVYS .nav-item .nav-link {
    position: relative;
  }
  .cid-vmSy6bRVYS .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff7503;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-vmSy6bRVYS .nav-item:hover .nav-link:before,
  .cid-vmSy6bRVYS .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-vmSy6bRVYS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-vmSy6bRVYS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vmSy6bRVYS .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-vmSy6bRVYS .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-vmSy6bRVYS .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vmSy6bRVYS .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vmSy6bRVYS .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #aed9ff;
}
.cid-vmSy6bRVYS .navbar.opened {
  transition: all 0.3s;
  background: #aed9ff !important;
}
.cid-vmSy6bRVYS .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-vmSy6bRVYS .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vmSy6bRVYS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vmSy6bRVYS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vmSy6bRVYS .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vmSy6bRVYS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vmSy6bRVYS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vmSy6bRVYS .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vmSy6bRVYS .navbar .navbar-logo img {
    height: 2rem !important;
    width: auto;
  }
  .cid-vmSy6bRVYS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vmSy6bRVYS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vmSy6bRVYS .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vmSy6bRVYS .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vmSy6bRVYS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vmSy6bRVYS .navbar.navbar-short {
  background: #aed9ff !important;
  min-height: 60px;
}
.cid-vmSy6bRVYS .navbar.navbar-short .navbar-logo img {
  height: 2rem !important;
  width: auto;
}
.cid-vmSy6bRVYS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vmSy6bRVYS .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vmSy6bRVYS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vmSy6bRVYS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vmSy6bRVYS .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-vmSy6bRVYS .dropdown-item.active,
.cid-vmSy6bRVYS .dropdown-item:active {
  background-color: transparent;
}
.cid-vmSy6bRVYS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vmSy6bRVYS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.5em;
}
.cid-vmSy6bRVYS .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.6em 1.6em;
}
.cid-vmSy6bRVYS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #aed9ff;
  z-index: 2;
}
.cid-vmSy6bRVYS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vmSy6bRVYS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vmSy6bRVYS ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vmSy6bRVYS .navbar-buttons {
  text-align: center;
}
.cid-vmSy6bRVYS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vmSy6bRVYS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vmSy6bRVYS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vmSy6bRVYS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vmSy6bRVYS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vmSy6bRVYS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vmSy6bRVYS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vmSy6bRVYS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vmSy6bRVYS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vmSy6bRVYS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vmSy6bRVYS .navbar-dropdown {
  padding: 0.5rem 0.8rem;
  position: fixed;
}
.cid-vmSy6bRVYS a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vmSy6bRVYS .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #333333;
  display: inline-flex;
}
.cid-vmSy6bRVYS .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-vmSy6bRVYS .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-vmSy6bRVYS .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vmSy6bRVYS a.nav-link .mbr-iconfont-btn,
.cid-vmSy6bRVYS a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-vmSy6bRVYS a.nav-link:hover .mbr-iconfont-btn,
.cid-vmSy6bRVYS a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-vmSy6bRVYS a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vmSy6bRVYS .navbar {
    height: 77px;
  }
  .cid-vmSy6bRVYS .navbar.opened {
    height: auto;
  }
  .cid-vmSy6bRVYS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vmSy6bRVYS .t-shadow {
  text-shadow: 0px 0px 2px #333333, 0px 0px 2px #333333;
}
.cid-vmSy6cdSdH {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/gemini-generated-image-hgodjthgodjthgod.jpg");
}
.cid-vmSy6cdSdH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmSy6cdSdH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmSy6cdSdH .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vmSy6cdSdH .content-wrap {
    margin-bottom: 16px;
  }
}
.cid-vmSy6cdSdH .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vmSy6cdSdH .content-wrap .label-wrapper .mbr-label {
  border-radius: 16px;
  padding: 8px 18px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #ffffff;
}
.cid-vmSy6cdSdH .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vmSy6cdSdH .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vmSy6cdSdH .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vmSy6cdSdH .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-vmSy6cdSdH .image-wrapper {
  border-radius: 16px;
}
.cid-vmSy6cdSdH .image-wrapper .image-wrap {
  border-radius: 16px;
}
.cid-vmSy6cdSdH .image-wrapper .image-wrap img {
  box-shadow: 0 0 40px 0 #ffffff;
  border-radius: 16px;
  height: 100%;
}
.cid-vmSy6cdSdH .mbr-label,
.cid-vmSy6cdSdH .label-wrapper {
  color: #202020;
}
.cid-vmSy6cdSdH .mbr-section-title {
  color: #000000;
}
.cid-vmSy6cdSdH .mbr-text,
.cid-vmSy6cdSdH .text-wrapper {
  color: #000000;
}
.cid-vmSy6cu6AP {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vmSy6cu6AP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmSy6cu6AP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmSy6cu6AP .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vmSy6cu6AP .mbr-section-title {
  color: #000000;
}
.cid-vmSy6cJQ9K {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vmSy6cJQ9K .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmSy6cJQ9K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmSy6cJQ9K .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vmSy6cJQ9K .mbr-section-title {
  color: #2d438a;
}
.cid-vmSy6cX3d7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vmSy6cX3d7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmSy6cX3d7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmSy6cX3d7 img {
  width: 100%;
  border-radius: 16px;
}
.cid-vmSy6cX3d7 .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vmSy6dexiH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vmSy6dexiH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmSy6dexiH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmSy6dexiH img {
  width: 100%;
  border-radius: 16px;
}
.cid-vmSy6dexiH .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vmSBUkWKZh {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vmSBUkWKZh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmSBUkWKZh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmSBUkWKZh .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vmSBUkWKZh .mbr-section-title {
  color: #2d438a;
}
.cid-vmSy6dvpx0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vmSy6dvpx0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmSy6dvpx0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmSy6dvpx0 img {
  width: 100%;
  border-radius: 16px;
}
.cid-vmSy6dvpx0 .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vmSAMlkE0u {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vmSAMlkE0u .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmSAMlkE0u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmSAMlkE0u img {
  width: 100%;
  border-radius: 16px;
}
.cid-vmSAMlkE0u .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vmSAMLst2w {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vmSAMLst2w .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmSAMLst2w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmSAMLst2w img {
  width: 100%;
  border-radius: 16px;
}
.cid-vmSAMLst2w .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vmSANa2VO7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vmSANa2VO7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmSANa2VO7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmSANa2VO7 img {
  width: 100%;
  border-radius: 16px;
}
.cid-vmSANa2VO7 .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vmSCdcRDJ6 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vmSCdcRDJ6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmSCdcRDJ6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmSCdcRDJ6 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vmSCdcRDJ6 .mbr-section-title {
  color: #2d438a;
}
.cid-vmSANyf75b {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vmSANyf75b .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmSANyf75b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmSANyf75b img {
  width: 100%;
  border-radius: 16px;
}
.cid-vmSANyf75b .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vmSANXsFmO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vmSANXsFmO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmSANXsFmO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmSANXsFmO img {
  width: 100%;
  border-radius: 16px;
}
.cid-vmSANXsFmO .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vmSAOmjMF8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vmSAOmjMF8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmSAOmjMF8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmSAOmjMF8 img {
  width: 100%;
  border-radius: 16px;
}
.cid-vmSAOmjMF8 .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vmSCrfQaIr {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vmSCrfQaIr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmSCrfQaIr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmSCrfQaIr .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vmSCrfQaIr .mbr-section-title {
  color: #2d438a;
}
.cid-vmSAOKtnuI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vmSAOKtnuI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmSAOKtnuI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmSAOKtnuI img {
  width: 100%;
  border-radius: 16px;
}
.cid-vmSAOKtnuI .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vmSAP7LRCx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vmSAP7LRCx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmSAP7LRCx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmSAP7LRCx img {
  width: 100%;
  border-radius: 16px;
}
.cid-vmSAP7LRCx .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vmSAPsGX2f {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vmSAPsGX2f .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmSAPsGX2f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmSAPsGX2f img {
  width: 100%;
  border-radius: 16px;
}
.cid-vmSAPsGX2f .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vmSy6gLKXB {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vmSy6gLKXB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmSy6gLKXB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmSy6gLKXB .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vmSy6gLKXB .mbr-section-title {
  color: #a0180f;
}
.cid-vmSy6gLKXB .item-tag {
  border-left: 3px solid #ff7503;
  width: fit-content;
  padding-left: 1rem;
}
.cid-vmSy6gLKXB .caption-text {
  color: #000000;
}
.cid-vmSy6h2sS7 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #cccccc;
}
.cid-vmSy6h2sS7 .item-content .mbr-text a {
  font-weight: 700;
}
.cid-vmSy6h2sS7 .mbr-text {
  text-align: justify;
  font-weight: 700;
  color: #000000;
}
.cid-vmSy6h2sS7 .wrap {
  width: 100%;
  padding: 0 1rem;
}
.cid-vmSy6h2sS7 .item-content {
  padding: 1rem;
}
.cid-vmSy6h2sS7 img,
.cid-vmSy6h2sS7 .item-img {
  width: 100%;
}
.cid-vmSy6h2sS7 .item:focus,
.cid-vmSy6h2sS7 span:focus {
  outline: none;
}
.cid-vmSy6h2sS7 .item-wrapper {
  position: relative;
}
.cid-vmSy6h2sS7 .slide-content {
  border-radius: 16px;
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vmSy6h2sS7 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 350px;
  max-width: 350px;
}
@media (max-width: 768px) {
  .cid-vmSy6h2sS7 .embla__slide {
    min-width: 270px;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vmSy6h2sS7 .embla__button--next,
.cid-vmSy6h2sS7 .embla__button--prev {
  display: flex;
}
.cid-vmSy6h2sS7 .embla__button {
  top: 50%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: #000000;
  color: #f4f4f4;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vmSy6h2sS7 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vmSy6h2sS7 .embla__button:hover {
  background: #bbbbbb;
  opacity: .9;
}
.cid-vmSy6h2sS7 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vmSy6h2sS7 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vmSy6h2sS7 .embla__button {
    top: 50%;
    width: 30px;
    height: 30px;
    font-size: 11px;
  }
  .cid-vmSy6h2sS7 .embla__button.embla__button--prev {
    left: 0;
    margin-left: 1rem;
  }
  .cid-vmSy6h2sS7 .embla__button.embla__button--next {
    right: 0;
    margin-right: 1rem;
  }
}
.cid-vmSy6h2sS7 .embla {
  position: relative;
  width: 100%;
}
.cid-vmSy6h2sS7 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vmSy6h2sS7 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vmSy6h2sS7 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vmSy6h2sS7 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vmSy6h2sS7 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-vmSy6h2sS7 .mbr-section-btn {
  margin-top: 3rem;
  margin-left: 0rem!important;
  margin-right: 0rem!important;
  font-size: 0;
}
.cid-vmSy6hKB7J {
  padding-top: 45px;
  padding-bottom: 120px;
  background-color: #aed9ff;
}
.cid-vmSy6hKB7J .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vmSy6hKB7J .copyright img {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .cid-vmSy6hKB7J .copyright {
    margin-bottom: 2rem;
  }
}
.cid-vmSy6hKB7J .card-title {
  text-align: center;
  color: #000000;
}
.cid-vmSy6hKB7J .card-text {
  color: #000000;
  text-align: center;
  font-weight: 400;
}
.cid-vmSy6hKB7J .card-text a {
  font-weight: 400;
}
.cid-vmSy6hKB7J .mbr-text {
  color: #000000;
  text-align: left;
  font-weight: 400;
}
.cid-vmSy6hKB7J hr {
  margin: 1rem 0;
  border-top: 1px solid #000000;
  opacity: 1;
  background-color: transparent;
}
.cid-vmSy6hKB7J .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-vmSy6hKB7J .footer-menu__item {
  font-size: 1rem;
  padding-right: 1.5rem;
}
.cid-vmSy6hKB7J .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-vmSy6hKB7J .footer-menu span {
  color: #000000;
}
.cid-vmSy6hKB7J .footer-menu span a {
  font-weight: 400;
}
.cid-vlDUuc3J8J .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff7503;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vlDUuc3J8J .nav-item,
.cid-vlDUuc3J8J .nav-link,
.cid-vlDUuc3J8J .navbar-caption {
  font-weight: 600;
}
.cid-vlDUuc3J8J .nav-item:focus,
.cid-vlDUuc3J8J .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-vlDUuc3J8J .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-vlDUuc3J8J .nav-item .nav-link {
    position: relative;
  }
  .cid-vlDUuc3J8J .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff7503;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-vlDUuc3J8J .nav-item:hover .nav-link:before,
  .cid-vlDUuc3J8J .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-vlDUuc3J8J .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-vlDUuc3J8J .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vlDUuc3J8J .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-vlDUuc3J8J .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-vlDUuc3J8J .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vlDUuc3J8J .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vlDUuc3J8J .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #aed9ff;
}
.cid-vlDUuc3J8J .navbar.opened {
  transition: all 0.3s;
  background: #aed9ff !important;
}
.cid-vlDUuc3J8J .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-vlDUuc3J8J .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vlDUuc3J8J .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vlDUuc3J8J .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vlDUuc3J8J .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vlDUuc3J8J .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vlDUuc3J8J .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vlDUuc3J8J .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vlDUuc3J8J .navbar .navbar-logo img {
    height: 2rem !important;
    width: auto;
  }
  .cid-vlDUuc3J8J .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vlDUuc3J8J .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vlDUuc3J8J .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vlDUuc3J8J .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vlDUuc3J8J .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vlDUuc3J8J .navbar.navbar-short {
  background: #aed9ff !important;
  min-height: 60px;
}
.cid-vlDUuc3J8J .navbar.navbar-short .navbar-logo img {
  height: 2rem !important;
  width: auto;
}
.cid-vlDUuc3J8J .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vlDUuc3J8J .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vlDUuc3J8J .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vlDUuc3J8J .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vlDUuc3J8J .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-vlDUuc3J8J .dropdown-item.active,
.cid-vlDUuc3J8J .dropdown-item:active {
  background-color: transparent;
}
.cid-vlDUuc3J8J .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vlDUuc3J8J .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.5em;
}
.cid-vlDUuc3J8J .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.6em 1.6em;
}
.cid-vlDUuc3J8J .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #aed9ff;
  z-index: 2;
}
.cid-vlDUuc3J8J .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vlDUuc3J8J .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vlDUuc3J8J ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vlDUuc3J8J .navbar-buttons {
  text-align: center;
}
.cid-vlDUuc3J8J button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vlDUuc3J8J button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vlDUuc3J8J button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vlDUuc3J8J button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vlDUuc3J8J button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vlDUuc3J8J button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vlDUuc3J8J nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vlDUuc3J8J nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vlDUuc3J8J nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vlDUuc3J8J nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vlDUuc3J8J .navbar-dropdown {
  padding: 0.5rem 0.8rem;
  position: fixed;
}
.cid-vlDUuc3J8J a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vlDUuc3J8J .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #333333;
  display: inline-flex;
}
.cid-vlDUuc3J8J .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-vlDUuc3J8J .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-vlDUuc3J8J .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vlDUuc3J8J a.nav-link .mbr-iconfont-btn,
.cid-vlDUuc3J8J a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-vlDUuc3J8J a.nav-link:hover .mbr-iconfont-btn,
.cid-vlDUuc3J8J a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-vlDUuc3J8J a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vlDUuc3J8J .navbar {
    height: 77px;
  }
  .cid-vlDUuc3J8J .navbar.opened {
    height: auto;
  }
  .cid-vlDUuc3J8J .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vlDUuc3J8J .t-shadow {
  text-shadow: 0px 0px 2px #333333, 0px 0px 2px #333333;
}
.cid-vlDUucLDow {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/l-generated-image-hgodjthgodjthgod.jpg");
}
.cid-vlDUucLDow .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlDUucLDow .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlDUucLDow .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vlDUucLDow .content-wrap {
    margin-bottom: 16px;
  }
}
.cid-vlDUucLDow .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vlDUucLDow .content-wrap .label-wrapper .mbr-label {
  border-radius: 16px;
  padding: 8px 18px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #ffffff;
}
.cid-vlDUucLDow .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vlDUucLDow .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vlDUucLDow .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vlDUucLDow .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-vlDUucLDow .image-wrapper {
  border-radius: 16px;
}
.cid-vlDUucLDow .image-wrapper .image-wrap {
  border-radius: 16px;
}
.cid-vlDUucLDow .image-wrapper .image-wrap img {
  box-shadow: 0 0 40px 0 #ffffff;
  border-radius: 16px;
  height: 100%;
}
.cid-vlDUucLDow .mbr-label,
.cid-vlDUucLDow .label-wrapper {
  color: #202020;
}
.cid-vlDUucLDow .mbr-section-title {
  color: #000000;
}
.cid-vlDUucLDow .mbr-text,
.cid-vlDUucLDow .text-wrapper {
  color: #000000;
}
.cid-vlDUudmZ2K {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vlDUudmZ2K .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlDUudmZ2K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlDUudmZ2K .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vlDUudmZ2K .mbr-section-title {
  color: #000000;
}
.cid-vlDUudv11Y {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vlDUudv11Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlDUudv11Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlDUudv11Y .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vlDUudv11Y .mbr-section-title {
  color: #2d438a;
}
.cid-vlDUudFlKv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vlDUudFlKv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlDUudFlKv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlDUudFlKv img {
  width: 100%;
  border-radius: 16px;
}
.cid-vlDUudFlKv .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vlEgMShkzK {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vlEgMShkzK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlEgMShkzK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlEgMShkzK .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vlEgMShkzK .mbr-section-title {
  color: #2d438a;
}
.cid-vlEgRXaOlh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vlEgRXaOlh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlEgRXaOlh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlEgRXaOlh img {
  width: 100%;
  border-radius: 16px;
}
.cid-vlEgRXaOlh .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vlEhjFzx8I {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vlEhjFzx8I .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlEhjFzx8I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlEhjFzx8I .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vlEhjFzx8I .mbr-section-title {
  color: #2d438a;
}
.cid-vlDUudQDE5 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vlDUudQDE5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlDUudQDE5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlDUudQDE5 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vlDUudQDE5 .mbr-section-title {
  color: #a0180f;
}
.cid-vlDUudQDE5 .item-tag {
  border-left: 3px solid #ff7503;
  width: fit-content;
  padding-left: 1rem;
}
.cid-vlDUudQDE5 .caption-text {
  color: #000000;
}
.cid-vlEiSCAtcX {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vlEiSCAtcX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlEiSCAtcX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlEiSCAtcX .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vlEiSCAtcX .mbr-section-title {
  color: #2d438a;
}
.cid-vlEhVKDm7O {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vlEhVKDm7O .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlEhVKDm7O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlEhVKDm7O img {
  width: 100%;
  border-radius: 16px;
}
.cid-vlEhVKDm7O .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vlEgRcoclp {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vlEgRcoclp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlEgRcoclp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlEgRcoclp .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vlEgRcoclp .mbr-section-title {
  color: #2d438a;
}
.cid-vlEjnUtFln {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-vlEjnUtFln .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlEjnUtFln .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlEjnUtFln .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vlEjnUtFln .mbr-section-title {
  color: #a0180f;
}
.cid-vlEjnUtFln .item-tag {
  border-left: 3px solid #ff7503;
  width: fit-content;
  padding-left: 1rem;
}
.cid-vlEjnUtFln .caption-text {
  color: #000000;
}
.cid-vlEjg1Z78C {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vlEjg1Z78C .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlEjg1Z78C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlEjg1Z78C .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vlEjg1Z78C .mbr-section-title {
  color: #2d438a;
}
.cid-vlEj38CtZV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vlEj38CtZV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlEj38CtZV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlEj38CtZV img {
  width: 100%;
  border-radius: 16px;
}
.cid-vlEj38CtZV .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vlEk49V7as {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vlEk49V7as .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlEk49V7as .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlEk49V7as img {
  width: 100%;
  border-radius: 16px;
}
.cid-vlEk49V7as .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vlEjZsN59I {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-vlEjZsN59I .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlEjZsN59I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlEjZsN59I .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vlEjZsN59I .mbr-section-title {
  color: #a0180f;
}
.cid-vlEjZsN59I .item-tag {
  border-left: 3px solid #ff7503;
  width: fit-content;
  padding-left: 1rem;
}
.cid-vlEjZsN59I .caption-text {
  color: #000000;
}
.cid-vlEkYKUTEo {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vlEkYKUTEo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlEkYKUTEo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlEkYKUTEo .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vlEkYKUTEo .mbr-section-title {
  color: #2d438a;
}
.cid-vlEj3HpvKp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vlEj3HpvKp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlEj3HpvKp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlEj3HpvKp img {
  width: 100%;
  border-radius: 16px;
}
.cid-vlEj3HpvKp .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vlEj49gQBS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vlEj49gQBS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlEj49gQBS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlEj49gQBS img {
  width: 100%;
  border-radius: 16px;
}
.cid-vlEj49gQBS .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vlEm8HNP72 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-vlEm8HNP72 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlEm8HNP72 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlEm8HNP72 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vlEm8HNP72 .mbr-section-title {
  color: #a0180f;
}
.cid-vlEm8HNP72 .item-tag {
  border-left: 3px solid #ff7503;
  width: fit-content;
  padding-left: 1rem;
}
.cid-vlEm8HNP72 .caption-text {
  color: #000000;
}
.cid-vlEni8n9im {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vlEni8n9im .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlEni8n9im .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlEni8n9im .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vlEni8n9im .mbr-section-title {
  color: #2d438a;
}
.cid-vlEj4ycJre {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vlEj4ycJre .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlEj4ycJre .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlEj4ycJre img {
  width: 100%;
  border-radius: 16px;
}
.cid-vlEj4ycJre .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vlEj4V01zc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vlEj4V01zc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlEj4V01zc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlEj4V01zc img {
  width: 100%;
  border-radius: 16px;
}
.cid-vlEj4V01zc .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vlEj5jzYKr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vlEj5jzYKr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlEj5jzYKr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlEj5jzYKr img {
  width: 100%;
  border-radius: 16px;
}
.cid-vlEj5jzYKr .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vlEijzKYcu {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vlEijzKYcu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlEijzKYcu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlEijzKYcu .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vlEijzKYcu .mbr-section-title {
  color: #a0180f;
}
.cid-vlEijzKYcu .item-tag {
  border-left: 3px solid #ff7503;
  width: fit-content;
  padding-left: 1rem;
}
.cid-vlEijzKYcu .caption-text {
  color: #000000;
}
.cid-vlDUue2lQe {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #cccccc;
}
.cid-vlDUue2lQe .item-content .mbr-text a {
  font-weight: 700;
}
.cid-vlDUue2lQe .mbr-text {
  text-align: justify;
  font-weight: 700;
  color: #000000;
}
.cid-vlDUue2lQe .wrap {
  width: 100%;
  padding: 0 1rem;
}
.cid-vlDUue2lQe .item-content {
  padding: 1rem;
}
.cid-vlDUue2lQe img,
.cid-vlDUue2lQe .item-img {
  width: 100%;
}
.cid-vlDUue2lQe .item:focus,
.cid-vlDUue2lQe span:focus {
  outline: none;
}
.cid-vlDUue2lQe .item-wrapper {
  position: relative;
}
.cid-vlDUue2lQe .slide-content {
  border-radius: 16px;
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vlDUue2lQe .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 350px;
  max-width: 350px;
}
@media (max-width: 768px) {
  .cid-vlDUue2lQe .embla__slide {
    min-width: 270px;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vlDUue2lQe .embla__button--next,
.cid-vlDUue2lQe .embla__button--prev {
  display: flex;
}
.cid-vlDUue2lQe .embla__button {
  top: 50%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: #000000;
  color: #f4f4f4;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vlDUue2lQe .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vlDUue2lQe .embla__button:hover {
  background: #bbbbbb;
  opacity: .9;
}
.cid-vlDUue2lQe .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vlDUue2lQe .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vlDUue2lQe .embla__button {
    top: 50%;
    width: 30px;
    height: 30px;
    font-size: 11px;
  }
  .cid-vlDUue2lQe .embla__button.embla__button--prev {
    left: 0;
    margin-left: 1rem;
  }
  .cid-vlDUue2lQe .embla__button.embla__button--next {
    right: 0;
    margin-right: 1rem;
  }
}
.cid-vlDUue2lQe .embla {
  position: relative;
  width: 100%;
}
.cid-vlDUue2lQe .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vlDUue2lQe .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vlDUue2lQe .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vlDUue2lQe .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vlDUue2lQe .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-vlDUue2lQe .mbr-section-btn {
  margin-top: 3rem;
  margin-left: 0rem!important;
  margin-right: 0rem!important;
  font-size: 0;
}
.cid-vlDUuexwDV {
  padding-top: 45px;
  padding-bottom: 120px;
  background-color: #aed9ff;
}
.cid-vlDUuexwDV .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vlDUuexwDV .copyright img {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .cid-vlDUuexwDV .copyright {
    margin-bottom: 2rem;
  }
}
.cid-vlDUuexwDV .card-title {
  text-align: center;
  color: #000000;
}
.cid-vlDUuexwDV .card-text {
  color: #000000;
  text-align: center;
  font-weight: 400;
}
.cid-vlDUuexwDV .card-text a {
  font-weight: 400;
}
.cid-vlDUuexwDV .mbr-text {
  color: #000000;
  text-align: left;
  font-weight: 400;
}
.cid-vlDUuexwDV hr {
  margin: 1rem 0;
  border-top: 1px solid #000000;
  opacity: 1;
  background-color: transparent;
}
.cid-vlDUuexwDV .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-vlDUuexwDV .footer-menu__item {
  font-size: 1rem;
  padding-right: 1.5rem;
}
.cid-vlDUuexwDV .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-vlDUuexwDV .footer-menu span {
  color: #000000;
}
.cid-vlDUuexwDV .footer-menu span a {
  font-weight: 400;
}
.cid-vlhs5xeNhe .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff7503;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vlhs5xeNhe .nav-item,
.cid-vlhs5xeNhe .nav-link,
.cid-vlhs5xeNhe .navbar-caption {
  font-weight: 600;
}
.cid-vlhs5xeNhe .nav-item:focus,
.cid-vlhs5xeNhe .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-vlhs5xeNhe .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-vlhs5xeNhe .nav-item .nav-link {
    position: relative;
  }
  .cid-vlhs5xeNhe .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff7503;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-vlhs5xeNhe .nav-item:hover .nav-link:before,
  .cid-vlhs5xeNhe .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-vlhs5xeNhe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-vlhs5xeNhe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vlhs5xeNhe .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-vlhs5xeNhe .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-vlhs5xeNhe .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vlhs5xeNhe .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vlhs5xeNhe .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #aed9ff;
}
.cid-vlhs5xeNhe .navbar.opened {
  transition: all 0.3s;
  background: #aed9ff !important;
}
.cid-vlhs5xeNhe .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-vlhs5xeNhe .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vlhs5xeNhe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vlhs5xeNhe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vlhs5xeNhe .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vlhs5xeNhe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vlhs5xeNhe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vlhs5xeNhe .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vlhs5xeNhe .navbar .navbar-logo img {
    height: 2rem !important;
    width: auto;
  }
  .cid-vlhs5xeNhe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vlhs5xeNhe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vlhs5xeNhe .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vlhs5xeNhe .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vlhs5xeNhe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vlhs5xeNhe .navbar.navbar-short {
  background: #aed9ff !important;
  min-height: 60px;
}
.cid-vlhs5xeNhe .navbar.navbar-short .navbar-logo img {
  height: 2rem !important;
  width: auto;
}
.cid-vlhs5xeNhe .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vlhs5xeNhe .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vlhs5xeNhe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vlhs5xeNhe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vlhs5xeNhe .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-vlhs5xeNhe .dropdown-item.active,
.cid-vlhs5xeNhe .dropdown-item:active {
  background-color: transparent;
}
.cid-vlhs5xeNhe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vlhs5xeNhe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.5em;
}
.cid-vlhs5xeNhe .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.6em 1.6em;
}
.cid-vlhs5xeNhe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #aed9ff;
  z-index: 2;
}
.cid-vlhs5xeNhe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vlhs5xeNhe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vlhs5xeNhe ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vlhs5xeNhe .navbar-buttons {
  text-align: center;
}
.cid-vlhs5xeNhe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vlhs5xeNhe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vlhs5xeNhe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vlhs5xeNhe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vlhs5xeNhe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vlhs5xeNhe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vlhs5xeNhe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vlhs5xeNhe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vlhs5xeNhe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vlhs5xeNhe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vlhs5xeNhe .navbar-dropdown {
  padding: 0.5rem 0.8rem;
  position: fixed;
}
.cid-vlhs5xeNhe a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vlhs5xeNhe .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #333333;
  display: inline-flex;
}
.cid-vlhs5xeNhe .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-vlhs5xeNhe .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-vlhs5xeNhe .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vlhs5xeNhe a.nav-link .mbr-iconfont-btn,
.cid-vlhs5xeNhe a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-vlhs5xeNhe a.nav-link:hover .mbr-iconfont-btn,
.cid-vlhs5xeNhe a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-vlhs5xeNhe a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vlhs5xeNhe .navbar {
    height: 77px;
  }
  .cid-vlhs5xeNhe .navbar.opened {
    height: auto;
  }
  .cid-vlhs5xeNhe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vlhs5xeNhe .t-shadow {
  text-shadow: 0px 0px 2px #333333, 0px 0px 2px #333333;
}
.cid-vlhs5xyXaN {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/gemini-generated-image-hgodjthgodjthgod.jpg");
}
.cid-vlhs5xyXaN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlhs5xyXaN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlhs5xyXaN .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vlhs5xyXaN .content-wrap {
    margin-bottom: 16px;
  }
}
.cid-vlhs5xyXaN .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vlhs5xyXaN .content-wrap .label-wrapper .mbr-label {
  border-radius: 16px;
  padding: 8px 18px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #ffffff;
}
.cid-vlhs5xyXaN .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vlhs5xyXaN .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vlhs5xyXaN .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vlhs5xyXaN .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-vlhs5xyXaN .image-wrapper {
  border-radius: 16px;
}
.cid-vlhs5xyXaN .image-wrapper .image-wrap {
  border-radius: 16px;
}
.cid-vlhs5xyXaN .image-wrapper .image-wrap img {
  box-shadow: 0 0 40px 0 #ffffff;
  border-radius: 16px;
  height: 100%;
}
.cid-vlhs5xyXaN .mbr-label,
.cid-vlhs5xyXaN .label-wrapper {
  color: #202020;
}
.cid-vlhs5xyXaN .mbr-section-title {
  color: #000000;
}
.cid-vlhs5xyXaN .mbr-text,
.cid-vlhs5xyXaN .text-wrapper {
  color: #000000;
}
.cid-vlhs5xK82p {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vlhs5xK82p .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlhs5xK82p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlhs5xK82p .video-wrapper iframe {
  border-radius: 16px;
  width: 100%;
}
.cid-vlhs5xK82p .mbr-section-title,
.cid-vlhs5xK82p .mbr-section-subtitle,
.cid-vlhs5xK82p .mbr-text {
  text-align: center;
}
.cid-vlhs5xX4fE {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vlhs5xX4fE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlhs5xX4fE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlhs5xX4fE .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vlhs5xX4fE .mbr-section-title {
  color: #000000;
}
.cid-vlhs5y8QFo {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vlhs5y8QFo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlhs5y8QFo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlhs5y8QFo .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vlhs5y8QFo .mbr-section-title {
  color: #2d438a;
}
.cid-vlhs5yjxBU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vlhs5yjxBU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlhs5yjxBU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlhs5yjxBU img {
  width: 100%;
  border-radius: 16px;
}
.cid-vlhs5yjxBU .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vlhxokAyry {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vlhxokAyry .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlhxokAyry .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlhxokAyry img {
  width: 100%;
  border-radius: 16px;
}
.cid-vlhxokAyry .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vlhAdMtT6G {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vlhAdMtT6G .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlhAdMtT6G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlhAdMtT6G .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vlhAdMtT6G .mbr-section-title {
  color: #2d438a;
}
.cid-vlhxWoDrsF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vlhxWoDrsF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlhxWoDrsF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlhxWoDrsF img {
  width: 100%;
  border-radius: 16px;
}
.cid-vlhxWoDrsF .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vlhxWGzXUq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vlhxWGzXUq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlhxWGzXUq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlhxWGzXUq img {
  width: 100%;
  border-radius: 16px;
}
.cid-vlhxWGzXUq .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vlhDncslkY {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-vlhDncslkY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlhDncslkY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlhDncslkY .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vlhDncslkY .mbr-section-title {
  color: #a0180f;
}
.cid-vlhDncslkY .item-tag {
  border-left: 3px solid #ff7503;
  width: fit-content;
  padding-left: 1rem;
}
.cid-vlhDncslkY .caption-text {
  color: #000000;
}
.cid-vlhDMHVbCJ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vlhDMHVbCJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlhDMHVbCJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlhDMHVbCJ .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vlhDMHVbCJ .mbr-section-title {
  color: #2d438a;
}
.cid-vlhxWXDEet {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vlhxWXDEet .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlhxWXDEet .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlhxWXDEet img {
  width: 100%;
  border-radius: 16px;
}
.cid-vlhxWXDEet .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vlhxXgx00H {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vlhxXgx00H .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlhxXgx00H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlhxXgx00H img {
  width: 100%;
  border-radius: 16px;
}
.cid-vlhxXgx00H .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vlhEhVOs5u {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-vlhEhVOs5u .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlhEhVOs5u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlhEhVOs5u .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vlhEhVOs5u .mbr-section-title {
  color: #a0180f;
}
.cid-vlhEhVOs5u .item-tag {
  border-left: 3px solid #ff7503;
  width: fit-content;
  padding-left: 1rem;
}
.cid-vlhEhVOs5u .caption-text {
  color: #000000;
}
.cid-vlhErFI7WW {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vlhErFI7WW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlhErFI7WW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlhErFI7WW .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vlhErFI7WW .mbr-section-title {
  color: #2d438a;
}
.cid-vlhxXyQ5ES {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vlhxXyQ5ES .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlhxXyQ5ES .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlhxXyQ5ES img {
  width: 100%;
  border-radius: 16px;
}
.cid-vlhxXyQ5ES .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vlhEA3Zp8z {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vlhEA3Zp8z .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlhEA3Zp8z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlhEA3Zp8z img {
  width: 100%;
  border-radius: 16px;
}
.cid-vlhEA3Zp8z .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vlhEzfhFtr {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-vlhEzfhFtr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlhEzfhFtr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlhEzfhFtr .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vlhEzfhFtr .mbr-section-title {
  color: #a0180f;
}
.cid-vlhEzfhFtr .item-tag {
  border-left: 3px solid #ff7503;
  width: fit-content;
  padding-left: 1rem;
}
.cid-vlhEzfhFtr .caption-text {
  color: #000000;
}
.cid-vlhEtSCwzC {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vlhEtSCwzC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlhEtSCwzC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlhEtSCwzC .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vlhEtSCwzC .mbr-section-title {
  color: #2d438a;
}
.cid-vlhs5yHsj3 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #cccccc;
}
.cid-vlhs5yHsj3 .item-content .mbr-text a {
  font-weight: 700;
}
.cid-vlhs5yHsj3 .mbr-text {
  text-align: justify;
  font-weight: 700;
  color: #000000;
}
.cid-vlhs5yHsj3 .wrap {
  width: 100%;
  padding: 0 1rem;
}
.cid-vlhs5yHsj3 .item-content {
  padding: 1rem;
}
.cid-vlhs5yHsj3 img,
.cid-vlhs5yHsj3 .item-img {
  width: 100%;
}
.cid-vlhs5yHsj3 .item:focus,
.cid-vlhs5yHsj3 span:focus {
  outline: none;
}
.cid-vlhs5yHsj3 .item-wrapper {
  position: relative;
}
.cid-vlhs5yHsj3 .slide-content {
  border-radius: 16px;
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vlhs5yHsj3 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 350px;
  max-width: 350px;
}
@media (max-width: 768px) {
  .cid-vlhs5yHsj3 .embla__slide {
    min-width: 270px;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vlhs5yHsj3 .embla__button--next,
.cid-vlhs5yHsj3 .embla__button--prev {
  display: flex;
}
.cid-vlhs5yHsj3 .embla__button {
  top: 50%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: #000000;
  color: #f4f4f4;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vlhs5yHsj3 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vlhs5yHsj3 .embla__button:hover {
  background: #bbbbbb;
  opacity: .9;
}
.cid-vlhs5yHsj3 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vlhs5yHsj3 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vlhs5yHsj3 .embla__button {
    top: 50%;
    width: 30px;
    height: 30px;
    font-size: 11px;
  }
  .cid-vlhs5yHsj3 .embla__button.embla__button--prev {
    left: 0;
    margin-left: 1rem;
  }
  .cid-vlhs5yHsj3 .embla__button.embla__button--next {
    right: 0;
    margin-right: 1rem;
  }
}
.cid-vlhs5yHsj3 .embla {
  position: relative;
  width: 100%;
}
.cid-vlhs5yHsj3 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vlhs5yHsj3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vlhs5yHsj3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vlhs5yHsj3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vlhs5yHsj3 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-vlhs5yHsj3 .mbr-section-btn {
  margin-top: 3rem;
  margin-left: 0rem!important;
  margin-right: 0rem!important;
  font-size: 0;
}
.cid-vlhs5z6zU7 {
  padding-top: 45px;
  padding-bottom: 120px;
  background-color: #aed9ff;
}
.cid-vlhs5z6zU7 .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vlhs5z6zU7 .copyright img {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .cid-vlhs5z6zU7 .copyright {
    margin-bottom: 2rem;
  }
}
.cid-vlhs5z6zU7 .card-title {
  text-align: center;
  color: #000000;
}
.cid-vlhs5z6zU7 .card-text {
  color: #000000;
  text-align: center;
  font-weight: 400;
}
.cid-vlhs5z6zU7 .card-text a {
  font-weight: 400;
}
.cid-vlhs5z6zU7 .mbr-text {
  color: #000000;
  text-align: left;
  font-weight: 400;
}
.cid-vlhs5z6zU7 hr {
  margin: 1rem 0;
  border-top: 1px solid #000000;
  opacity: 1;
  background-color: transparent;
}
.cid-vlhs5z6zU7 .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-vlhs5z6zU7 .footer-menu__item {
  font-size: 1rem;
  padding-right: 1.5rem;
}
.cid-vlhs5z6zU7 .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-vlhs5z6zU7 .footer-menu span {
  color: #000000;
}
.cid-vlhs5z6zU7 .footer-menu span a {
  font-weight: 400;
}
.cid-vlg6ZEDreK .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff7503;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vlg6ZEDreK .nav-item,
.cid-vlg6ZEDreK .nav-link,
.cid-vlg6ZEDreK .navbar-caption {
  font-weight: 600;
}
.cid-vlg6ZEDreK .nav-item:focus,
.cid-vlg6ZEDreK .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-vlg6ZEDreK .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-vlg6ZEDreK .nav-item .nav-link {
    position: relative;
  }
  .cid-vlg6ZEDreK .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff7503;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-vlg6ZEDreK .nav-item:hover .nav-link:before,
  .cid-vlg6ZEDreK .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-vlg6ZEDreK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-vlg6ZEDreK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vlg6ZEDreK .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-vlg6ZEDreK .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-vlg6ZEDreK .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vlg6ZEDreK .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vlg6ZEDreK .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #aed9ff;
}
.cid-vlg6ZEDreK .navbar.opened {
  transition: all 0.3s;
  background: #aed9ff !important;
}
.cid-vlg6ZEDreK .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-vlg6ZEDreK .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vlg6ZEDreK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vlg6ZEDreK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vlg6ZEDreK .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vlg6ZEDreK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vlg6ZEDreK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vlg6ZEDreK .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vlg6ZEDreK .navbar .navbar-logo img {
    height: 2rem !important;
    width: auto;
  }
  .cid-vlg6ZEDreK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vlg6ZEDreK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vlg6ZEDreK .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vlg6ZEDreK .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vlg6ZEDreK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vlg6ZEDreK .navbar.navbar-short {
  background: #aed9ff !important;
  min-height: 60px;
}
.cid-vlg6ZEDreK .navbar.navbar-short .navbar-logo img {
  height: 2rem !important;
  width: auto;
}
.cid-vlg6ZEDreK .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vlg6ZEDreK .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vlg6ZEDreK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vlg6ZEDreK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vlg6ZEDreK .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-vlg6ZEDreK .dropdown-item.active,
.cid-vlg6ZEDreK .dropdown-item:active {
  background-color: transparent;
}
.cid-vlg6ZEDreK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vlg6ZEDreK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.5em;
}
.cid-vlg6ZEDreK .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.6em 1.6em;
}
.cid-vlg6ZEDreK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #aed9ff;
  z-index: 2;
}
.cid-vlg6ZEDreK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vlg6ZEDreK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vlg6ZEDreK ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vlg6ZEDreK .navbar-buttons {
  text-align: center;
}
.cid-vlg6ZEDreK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vlg6ZEDreK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vlg6ZEDreK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vlg6ZEDreK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vlg6ZEDreK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vlg6ZEDreK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vlg6ZEDreK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vlg6ZEDreK nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vlg6ZEDreK nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vlg6ZEDreK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vlg6ZEDreK .navbar-dropdown {
  padding: 0.5rem 0.8rem;
  position: fixed;
}
.cid-vlg6ZEDreK a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vlg6ZEDreK .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #333333;
  display: inline-flex;
}
.cid-vlg6ZEDreK .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-vlg6ZEDreK .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-vlg6ZEDreK .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vlg6ZEDreK a.nav-link .mbr-iconfont-btn,
.cid-vlg6ZEDreK a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-vlg6ZEDreK a.nav-link:hover .mbr-iconfont-btn,
.cid-vlg6ZEDreK a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-vlg6ZEDreK a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vlg6ZEDreK .navbar {
    height: 77px;
  }
  .cid-vlg6ZEDreK .navbar.opened {
    height: auto;
  }
  .cid-vlg6ZEDreK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vlg6ZEDreK .t-shadow {
  text-shadow: 0px 0px 2px #333333, 0px 0px 2px #333333;
}
.cid-vlg6ZFj3Ic {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/gemini-generated-image-hgodjthgodjthgod.jpg");
}
.cid-vlg6ZFj3Ic .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlg6ZFj3Ic .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlg6ZFj3Ic .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vlg6ZFj3Ic .content-wrap {
    margin-bottom: 16px;
  }
}
.cid-vlg6ZFj3Ic .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vlg6ZFj3Ic .content-wrap .label-wrapper .mbr-label {
  border-radius: 16px;
  padding: 8px 18px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #ffffff;
}
.cid-vlg6ZFj3Ic .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vlg6ZFj3Ic .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vlg6ZFj3Ic .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vlg6ZFj3Ic .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-vlg6ZFj3Ic .image-wrapper {
  border-radius: 16px;
}
.cid-vlg6ZFj3Ic .image-wrapper .image-wrap {
  border-radius: 16px;
}
.cid-vlg6ZFj3Ic .image-wrapper .image-wrap img {
  box-shadow: 0 0 40px 0 #ffffff;
  border-radius: 16px;
  height: 100%;
}
.cid-vlg6ZFj3Ic .mbr-label,
.cid-vlg6ZFj3Ic .label-wrapper {
  color: #202020;
}
.cid-vlg6ZFj3Ic .mbr-section-title {
  text-align: justify;
  color: #000000;
}
.cid-vlg6ZFj3Ic .mbr-text,
.cid-vlg6ZFj3Ic .text-wrapper {
  color: #000000;
}
.cid-vlg6ZFCYCf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vlg6ZFCYCf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlg6ZFCYCf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlg6ZFCYCf .video-wrapper iframe {
  border-radius: 16px;
  width: 100%;
}
.cid-vlg6ZFCYCf .mbr-section-title,
.cid-vlg6ZFCYCf .mbr-section-subtitle,
.cid-vlg6ZFCYCf .mbr-text {
  text-align: center;
}
.cid-vlg6ZFROCM {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vlg6ZFROCM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlg6ZFROCM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlg6ZFROCM .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vlg6ZFROCM .mbr-section-title {
  color: #000000;
}
.cid-vlg6ZG1WN6 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vlg6ZG1WN6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlg6ZG1WN6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlg6ZG1WN6 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vlg6ZG1WN6 .mbr-section-title {
  color: #2d438a;
}
.cid-vlg6ZGaqWG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vlg6ZGaqWG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlg6ZGaqWG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlg6ZGaqWG img {
  width: 100%;
  border-radius: 16px;
}
.cid-vlg6ZGaqWG .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vlg8MgWbS2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vlg8MgWbS2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlg8MgWbS2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlg8MgWbS2 img {
  width: 100%;
  border-radius: 16px;
}
.cid-vlg8MgWbS2 .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vlgFWv6wYc {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vlgFWv6wYc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlgFWv6wYc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlgFWv6wYc .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vlgFWv6wYc .mbr-section-title {
  color: #2d438a;
}
.cid-vlg8QRmKAz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vlg8QRmKAz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlg8QRmKAz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlg8QRmKAz img {
  width: 100%;
  border-radius: 16px;
}
.cid-vlg8QRmKAz .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vlhmvQSSYA {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vlhmvQSSYA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlhmvQSSYA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlhmvQSSYA .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vlhmvQSSYA .mbr-section-title {
  color: #2d438a;
}
.cid-vlg8RgvxNK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vlg8RgvxNK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlg8RgvxNK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlg8RgvxNK img {
  width: 100%;
  border-radius: 16px;
}
.cid-vlg8RgvxNK .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vlg8RCm1XZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vlg8RCm1XZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlg8RCm1XZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlg8RCm1XZ img {
  width: 100%;
  border-radius: 16px;
}
.cid-vlg8RCm1XZ .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vlg8S0HKWf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vlg8S0HKWf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlg8S0HKWf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlg8S0HKWf img {
  width: 100%;
  border-radius: 16px;
}
.cid-vlg8S0HKWf .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vlg8SrFlhM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vlg8SrFlhM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlg8SrFlhM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlg8SrFlhM img {
  width: 100%;
  border-radius: 16px;
}
.cid-vlg8SrFlhM .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vlhn53FNTz {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vlhn53FNTz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlhn53FNTz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlhn53FNTz .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vlhn53FNTz .mbr-section-title {
  color: #2d438a;
}
.cid-vlhn3WHvBR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vlhn3WHvBR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlhn3WHvBR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlhn3WHvBR img {
  width: 100%;
  border-radius: 16px;
}
.cid-vlhn3WHvBR .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vlg6ZGoMfE {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vlg6ZGoMfE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlg6ZGoMfE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlg6ZGoMfE .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vlg6ZGoMfE .mbr-section-title {
  color: #a0180f;
}
.cid-vlg6ZGoMfE .item-tag {
  border-left: 3px solid #ff7503;
  width: fit-content;
  padding-left: 1rem;
}
.cid-vlg6ZGoMfE .caption-text {
  color: #000000;
}
.cid-vlg6ZGEPka {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #cccccc;
}
.cid-vlg6ZGEPka .item-content .mbr-text a {
  font-weight: 700;
}
.cid-vlg6ZGEPka .mbr-text {
  text-align: justify;
  font-weight: 700;
  color: #000000;
}
.cid-vlg6ZGEPka .wrap {
  width: 100%;
  padding: 0 1rem;
}
.cid-vlg6ZGEPka .item-content {
  padding: 1rem;
}
.cid-vlg6ZGEPka img,
.cid-vlg6ZGEPka .item-img {
  width: 100%;
}
.cid-vlg6ZGEPka .item:focus,
.cid-vlg6ZGEPka span:focus {
  outline: none;
}
.cid-vlg6ZGEPka .item-wrapper {
  position: relative;
}
.cid-vlg6ZGEPka .slide-content {
  border-radius: 16px;
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vlg6ZGEPka .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 350px;
  max-width: 350px;
}
@media (max-width: 768px) {
  .cid-vlg6ZGEPka .embla__slide {
    min-width: 270px;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vlg6ZGEPka .embla__button--next,
.cid-vlg6ZGEPka .embla__button--prev {
  display: flex;
}
.cid-vlg6ZGEPka .embla__button {
  top: 50%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: #000000;
  color: #f4f4f4;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vlg6ZGEPka .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vlg6ZGEPka .embla__button:hover {
  background: #bbbbbb;
  opacity: .9;
}
.cid-vlg6ZGEPka .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vlg6ZGEPka .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vlg6ZGEPka .embla__button {
    top: 50%;
    width: 30px;
    height: 30px;
    font-size: 11px;
  }
  .cid-vlg6ZGEPka .embla__button.embla__button--prev {
    left: 0;
    margin-left: 1rem;
  }
  .cid-vlg6ZGEPka .embla__button.embla__button--next {
    right: 0;
    margin-right: 1rem;
  }
}
.cid-vlg6ZGEPka .embla {
  position: relative;
  width: 100%;
}
.cid-vlg6ZGEPka .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vlg6ZGEPka .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vlg6ZGEPka .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vlg6ZGEPka .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vlg6ZGEPka .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-vlg6ZGEPka .mbr-section-btn {
  margin-top: 3rem;
  margin-left: 0rem!important;
  margin-right: 0rem!important;
  font-size: 0;
}
.cid-vlg6ZH98bc {
  padding-top: 45px;
  padding-bottom: 120px;
  background-color: #aed9ff;
}
.cid-vlg6ZH98bc .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vlg6ZH98bc .copyright img {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .cid-vlg6ZH98bc .copyright {
    margin-bottom: 2rem;
  }
}
.cid-vlg6ZH98bc .card-title {
  text-align: center;
  color: #000000;
}
.cid-vlg6ZH98bc .card-text {
  color: #000000;
  text-align: center;
  font-weight: 400;
}
.cid-vlg6ZH98bc .card-text a {
  font-weight: 400;
}
.cid-vlg6ZH98bc .mbr-text {
  color: #000000;
  text-align: left;
  font-weight: 400;
}
.cid-vlg6ZH98bc hr {
  margin: 1rem 0;
  border-top: 1px solid #000000;
  opacity: 1;
  background-color: transparent;
}
.cid-vlg6ZH98bc .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-vlg6ZH98bc .footer-menu__item {
  font-size: 1rem;
  padding-right: 1.5rem;
}
.cid-vlg6ZH98bc .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-vlg6ZH98bc .footer-menu span {
  color: #000000;
}
.cid-vlg6ZH98bc .footer-menu span a {
  font-weight: 400;
}
.cid-vlhHurpcqU .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff7503;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vlhHurpcqU .nav-item,
.cid-vlhHurpcqU .nav-link,
.cid-vlhHurpcqU .navbar-caption {
  font-weight: 600;
}
.cid-vlhHurpcqU .nav-item:focus,
.cid-vlhHurpcqU .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-vlhHurpcqU .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-vlhHurpcqU .nav-item .nav-link {
    position: relative;
  }
  .cid-vlhHurpcqU .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff7503;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-vlhHurpcqU .nav-item:hover .nav-link:before,
  .cid-vlhHurpcqU .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-vlhHurpcqU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-vlhHurpcqU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vlhHurpcqU .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-vlhHurpcqU .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-vlhHurpcqU .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vlhHurpcqU .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vlhHurpcqU .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #aed9ff;
}
.cid-vlhHurpcqU .navbar.opened {
  transition: all 0.3s;
  background: #aed9ff !important;
}
.cid-vlhHurpcqU .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-vlhHurpcqU .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vlhHurpcqU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vlhHurpcqU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vlhHurpcqU .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vlhHurpcqU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vlhHurpcqU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vlhHurpcqU .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vlhHurpcqU .navbar .navbar-logo img {
    height: 2rem !important;
    width: auto;
  }
  .cid-vlhHurpcqU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vlhHurpcqU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vlhHurpcqU .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vlhHurpcqU .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vlhHurpcqU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vlhHurpcqU .navbar.navbar-short {
  background: #aed9ff !important;
  min-height: 60px;
}
.cid-vlhHurpcqU .navbar.navbar-short .navbar-logo img {
  height: 2rem !important;
  width: auto;
}
.cid-vlhHurpcqU .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vlhHurpcqU .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vlhHurpcqU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vlhHurpcqU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vlhHurpcqU .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-vlhHurpcqU .dropdown-item.active,
.cid-vlhHurpcqU .dropdown-item:active {
  background-color: transparent;
}
.cid-vlhHurpcqU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vlhHurpcqU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.5em;
}
.cid-vlhHurpcqU .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.6em 1.6em;
}
.cid-vlhHurpcqU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #aed9ff;
  z-index: 2;
}
.cid-vlhHurpcqU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vlhHurpcqU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vlhHurpcqU ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vlhHurpcqU .navbar-buttons {
  text-align: center;
}
.cid-vlhHurpcqU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vlhHurpcqU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vlhHurpcqU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vlhHurpcqU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vlhHurpcqU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vlhHurpcqU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vlhHurpcqU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vlhHurpcqU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vlhHurpcqU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vlhHurpcqU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vlhHurpcqU .navbar-dropdown {
  padding: 0.5rem 0.8rem;
  position: fixed;
}
.cid-vlhHurpcqU a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vlhHurpcqU .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #333333;
  display: inline-flex;
}
.cid-vlhHurpcqU .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-vlhHurpcqU .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-vlhHurpcqU .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vlhHurpcqU a.nav-link .mbr-iconfont-btn,
.cid-vlhHurpcqU a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-vlhHurpcqU a.nav-link:hover .mbr-iconfont-btn,
.cid-vlhHurpcqU a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-vlhHurpcqU a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vlhHurpcqU .navbar {
    height: 77px;
  }
  .cid-vlhHurpcqU .navbar.opened {
    height: auto;
  }
  .cid-vlhHurpcqU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vlhHurpcqU .t-shadow {
  text-shadow: 0px 0px 2px #333333, 0px 0px 2px #333333;
}
.cid-vlhHuslj9V {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/l-generated-image-hgodjthgodjthgod.jpg");
}
.cid-vlhHuslj9V .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlhHuslj9V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlhHuslj9V .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vlhHuslj9V .content-wrap {
    margin-bottom: 16px;
  }
}
.cid-vlhHuslj9V .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vlhHuslj9V .content-wrap .label-wrapper .mbr-label {
  border-radius: 16px;
  padding: 8px 18px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #ffffff;
}
.cid-vlhHuslj9V .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vlhHuslj9V .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vlhHuslj9V .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vlhHuslj9V .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-vlhHuslj9V .image-wrapper {
  border-radius: 16px;
}
.cid-vlhHuslj9V .image-wrapper .image-wrap {
  border-radius: 16px;
}
.cid-vlhHuslj9V .image-wrapper .image-wrap img {
  box-shadow: 0 0 40px 0 #ffffff;
  border-radius: 16px;
  height: 100%;
}
.cid-vlhHuslj9V .mbr-label,
.cid-vlhHuslj9V .label-wrapper {
  color: #202020;
}
.cid-vlhHuslj9V .mbr-section-title {
  text-align: justify;
  color: #000000;
}
.cid-vlhHuslj9V .mbr-text,
.cid-vlhHuslj9V .text-wrapper {
  color: #000000;
}
.cid-vlhHut0zu4 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vlhHut0zu4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlhHut0zu4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlhHut0zu4 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vlhHut0zu4 .mbr-section-title {
  color: #000000;
}
.cid-vlhHuthxRL {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vlhHuthxRL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlhHuthxRL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlhHuthxRL .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vlhHuthxRL .mbr-section-title {
  color: #2d438a;
}
.cid-vlhHuttAEd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vlhHuttAEd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlhHuttAEd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlhHuttAEd img {
  width: 100%;
  border-radius: 16px;
}
.cid-vlhHuttAEd .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vlhHutXYuq {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vlhHutXYuq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlhHutXYuq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlhHutXYuq .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vlhHutXYuq .mbr-section-title {
  color: #2d438a;
}
.cid-vlhHuv0Lsf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vlhHuv0Lsf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlhHuv0Lsf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlhHuv0Lsf img {
  width: 100%;
  border-radius: 16px;
}
.cid-vlhHuv0Lsf .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vlhHuvnuXZ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vlhHuvnuXZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlhHuvnuXZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlhHuvnuXZ .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vlhHuvnuXZ .mbr-section-title {
  color: #2d438a;
}
.cid-vlhTWezodl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vlhTWezodl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlhTWezodl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlhTWezodl img {
  width: 100%;
  border-radius: 16px;
}
.cid-vlhTWezodl .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vlhTYqjxel {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vlhTYqjxel .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlhTYqjxel .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlhTYqjxel img {
  width: 100%;
  border-radius: 16px;
}
.cid-vlhTYqjxel .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vlhTYQuFWf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vlhTYQuFWf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlhTYQuFWf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlhTYQuFWf img {
  width: 100%;
  border-radius: 16px;
}
.cid-vlhTYQuFWf .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vlhUSgPOqe {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vlhUSgPOqe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlhUSgPOqe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlhUSgPOqe .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vlhUSgPOqe .mbr-section-title {
  color: #2d438a;
}
.cid-vlhTZ3plV9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vlhTZ3plV9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlhTZ3plV9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlhTZ3plV9 img {
  width: 100%;
  border-radius: 16px;
}
.cid-vlhTZ3plV9 .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vlhV1WyRG9 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-vlhV1WyRG9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlhV1WyRG9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlhV1WyRG9 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vlhV1WyRG9 .mbr-section-title {
  color: #a0180f;
}
.cid-vlhV1WyRG9 .item-tag {
  border-left: 3px solid #ff7503;
  width: fit-content;
  padding-left: 1rem;
}
.cid-vlhV1WyRG9 .caption-text {
  color: #000000;
}
.cid-vlhVpexByB {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vlhVpexByB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlhVpexByB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlhVpexByB .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vlhVpexByB .mbr-section-title {
  color: #2d438a;
}
.cid-vlhTZhA5fZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vlhTZhA5fZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlhTZhA5fZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlhTZhA5fZ img {
  width: 100%;
  border-radius: 16px;
}
.cid-vlhTZhA5fZ .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vlhTZvtzQ6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vlhTZvtzQ6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlhTZvtzQ6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlhTZvtzQ6 img {
  width: 100%;
  border-radius: 16px;
}
.cid-vlhTZvtzQ6 .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vlhVDHuhDt {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vlhVDHuhDt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlhVDHuhDt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlhVDHuhDt .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vlhVDHuhDt .mbr-section-title {
  color: #2d438a;
}
.cid-vlhTZI6Szr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vlhTZI6Szr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlhTZI6Szr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlhTZI6Szr img {
  width: 100%;
  border-radius: 16px;
}
.cid-vlhTZI6Szr .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vlhTZWLKSb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vlhTZWLKSb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlhTZWLKSb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlhTZWLKSb img {
  width: 100%;
  border-radius: 16px;
}
.cid-vlhTZWLKSb .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vlhU0c8i9d {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vlhU0c8i9d .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlhU0c8i9d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlhU0c8i9d img {
  width: 100%;
  border-radius: 16px;
}
.cid-vlhU0c8i9d .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vlhW4PPi7Z {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vlhW4PPi7Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlhW4PPi7Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlhW4PPi7Z .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vlhW4PPi7Z .mbr-section-title {
  color: #2d438a;
}
.cid-vlhU0rbhgV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vlhU0rbhgV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlhU0rbhgV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlhU0rbhgV img {
  width: 100%;
  border-radius: 16px;
}
.cid-vlhU0rbhgV .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vlhU0Hl9hu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vlhU0Hl9hu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlhU0Hl9hu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlhU0Hl9hu img {
  width: 100%;
  border-radius: 16px;
}
.cid-vlhU0Hl9hu .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vlhWyILVfJ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vlhWyILVfJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlhWyILVfJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlhWyILVfJ .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vlhWyILVfJ .mbr-section-title {
  color: #2d438a;
}
.cid-vlhU0W0Z1J {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vlhU0W0Z1J .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlhU0W0Z1J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlhU0W0Z1J img {
  width: 100%;
  border-radius: 16px;
}
.cid-vlhU0W0Z1J .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vlhWFm8Qm8 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-vlhWFm8Qm8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlhWFm8Qm8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlhWFm8Qm8 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vlhWFm8Qm8 .mbr-section-title {
  color: #a0180f;
}
.cid-vlhWFm8Qm8 .item-tag {
  border-left: 3px solid #ff7503;
  width: fit-content;
  padding-left: 1rem;
}
.cid-vlhWFm8Qm8 .caption-text {
  color: #000000;
}
.cid-vlhWXvErLv {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vlhWXvErLv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlhWXvErLv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlhWXvErLv .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vlhWXvErLv .mbr-section-title {
  color: #2d438a;
}
.cid-vlhU1alyZb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vlhU1alyZb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlhU1alyZb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlhU1alyZb img {
  width: 100%;
  border-radius: 16px;
}
.cid-vlhU1alyZb .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vlhU1qjTmw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vlhU1qjTmw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlhU1qjTmw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlhU1qjTmw img {
  width: 100%;
  border-radius: 16px;
}
.cid-vlhU1qjTmw .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vlhX9LMA6o {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vlhX9LMA6o .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlhX9LMA6o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlhX9LMA6o .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vlhX9LMA6o .mbr-section-title {
  color: #2d438a;
}
.cid-vlhU1HNbbg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vlhU1HNbbg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlhU1HNbbg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlhU1HNbbg img {
  width: 100%;
  border-radius: 16px;
}
.cid-vlhU1HNbbg .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vlhXaQHpXL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vlhXaQHpXL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlhXaQHpXL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlhXaQHpXL img {
  width: 100%;
  border-radius: 16px;
}
.cid-vlhXaQHpXL .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vlhYlsq4L2 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-vlhYlsq4L2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlhYlsq4L2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlhYlsq4L2 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vlhYlsq4L2 .mbr-section-title {
  color: #a0180f;
}
.cid-vlhYlsq4L2 .item-tag {
  border-left: 3px solid #ff7503;
  width: fit-content;
  padding-left: 1rem;
}
.cid-vlhYlsq4L2 .caption-text {
  color: #000000;
}
.cid-vlhYwZVYXz {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vlhYwZVYXz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlhYwZVYXz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlhYwZVYXz .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vlhYwZVYXz .mbr-section-title {
  color: #2d438a;
}
.cid-vlhXbBRw5V {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vlhXbBRw5V .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlhXbBRw5V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlhXbBRw5V img {
  width: 100%;
  border-radius: 16px;
}
.cid-vlhXbBRw5V .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vlhYFoCeru {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vlhYFoCeru .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlhYFoCeru .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlhYFoCeru .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vlhYFoCeru .mbr-section-title {
  color: #2d438a;
}
.cid-vlhXWyioi0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vlhXWyioi0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlhXWyioi0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlhXWyioi0 img {
  width: 100%;
  border-radius: 16px;
}
.cid-vlhXWyioi0 .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vlhZ0UnMY8 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vlhZ0UnMY8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlhZ0UnMY8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlhZ0UnMY8 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vlhZ0UnMY8 .mbr-section-title {
  color: #2d438a;
}
.cid-vlhXYv6D9P {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vlhXYv6D9P .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlhXYv6D9P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlhXYv6D9P img {
  width: 100%;
  border-radius: 16px;
}
.cid-vlhXYv6D9P .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vlhHux0cwY {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vlhHux0cwY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlhHux0cwY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlhHux0cwY .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vlhHux0cwY .mbr-section-title {
  color: #a0180f;
}
.cid-vlhHux0cwY .item-tag {
  border-left: 3px solid #ff7503;
  width: fit-content;
  padding-left: 1rem;
}
.cid-vlhHux0cwY .caption-text {
  color: #000000;
}
.cid-vlhHuxecWv {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #cccccc;
}
.cid-vlhHuxecWv .item-content .mbr-text a {
  font-weight: 700;
}
.cid-vlhHuxecWv .mbr-text {
  text-align: justify;
  font-weight: 700;
  color: #000000;
}
.cid-vlhHuxecWv .wrap {
  width: 100%;
  padding: 0 1rem;
}
.cid-vlhHuxecWv .item-content {
  padding: 1rem;
}
.cid-vlhHuxecWv img,
.cid-vlhHuxecWv .item-img {
  width: 100%;
}
.cid-vlhHuxecWv .item:focus,
.cid-vlhHuxecWv span:focus {
  outline: none;
}
.cid-vlhHuxecWv .item-wrapper {
  position: relative;
}
.cid-vlhHuxecWv .slide-content {
  border-radius: 16px;
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vlhHuxecWv .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 350px;
  max-width: 350px;
}
@media (max-width: 768px) {
  .cid-vlhHuxecWv .embla__slide {
    min-width: 270px;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vlhHuxecWv .embla__button--next,
.cid-vlhHuxecWv .embla__button--prev {
  display: flex;
}
.cid-vlhHuxecWv .embla__button {
  top: 50%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: #000000;
  color: #f4f4f4;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vlhHuxecWv .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vlhHuxecWv .embla__button:hover {
  background: #bbbbbb;
  opacity: .9;
}
.cid-vlhHuxecWv .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vlhHuxecWv .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vlhHuxecWv .embla__button {
    top: 50%;
    width: 30px;
    height: 30px;
    font-size: 11px;
  }
  .cid-vlhHuxecWv .embla__button.embla__button--prev {
    left: 0;
    margin-left: 1rem;
  }
  .cid-vlhHuxecWv .embla__button.embla__button--next {
    right: 0;
    margin-right: 1rem;
  }
}
.cid-vlhHuxecWv .embla {
  position: relative;
  width: 100%;
}
.cid-vlhHuxecWv .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vlhHuxecWv .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vlhHuxecWv .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vlhHuxecWv .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vlhHuxecWv .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-vlhHuxecWv .mbr-section-btn {
  margin-top: 3rem;
  margin-left: 0rem!important;
  margin-right: 0rem!important;
  font-size: 0;
}
.cid-vlhHuxOxHI {
  padding-top: 45px;
  padding-bottom: 120px;
  background-color: #aed9ff;
}
.cid-vlhHuxOxHI .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vlhHuxOxHI .copyright img {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .cid-vlhHuxOxHI .copyright {
    margin-bottom: 2rem;
  }
}
.cid-vlhHuxOxHI .card-title {
  text-align: center;
  color: #000000;
}
.cid-vlhHuxOxHI .card-text {
  color: #000000;
  text-align: center;
  font-weight: 400;
}
.cid-vlhHuxOxHI .card-text a {
  font-weight: 400;
}
.cid-vlhHuxOxHI .mbr-text {
  color: #000000;
  text-align: left;
  font-weight: 400;
}
.cid-vlhHuxOxHI hr {
  margin: 1rem 0;
  border-top: 1px solid #000000;
  opacity: 1;
  background-color: transparent;
}
.cid-vlhHuxOxHI .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-vlhHuxOxHI .footer-menu__item {
  font-size: 1rem;
  padding-right: 1.5rem;
}
.cid-vlhHuxOxHI .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-vlhHuxOxHI .footer-menu span {
  color: #000000;
}
.cid-vlhHuxOxHI .footer-menu span a {
  font-weight: 400;
}
.cid-vkjIa0CWL9 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff7503;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vkjIa0CWL9 .nav-item,
.cid-vkjIa0CWL9 .nav-link,
.cid-vkjIa0CWL9 .navbar-caption {
  font-weight: 600;
}
.cid-vkjIa0CWL9 .nav-item:focus,
.cid-vkjIa0CWL9 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-vkjIa0CWL9 .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-vkjIa0CWL9 .nav-item .nav-link {
    position: relative;
  }
  .cid-vkjIa0CWL9 .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff7503;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-vkjIa0CWL9 .nav-item:hover .nav-link:before,
  .cid-vkjIa0CWL9 .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-vkjIa0CWL9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-vkjIa0CWL9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vkjIa0CWL9 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-vkjIa0CWL9 .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-vkjIa0CWL9 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vkjIa0CWL9 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vkjIa0CWL9 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #aed9ff;
}
.cid-vkjIa0CWL9 .navbar.opened {
  transition: all 0.3s;
  background: #aed9ff !important;
}
.cid-vkjIa0CWL9 .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-vkjIa0CWL9 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vkjIa0CWL9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vkjIa0CWL9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vkjIa0CWL9 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vkjIa0CWL9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vkjIa0CWL9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vkjIa0CWL9 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vkjIa0CWL9 .navbar .navbar-logo img {
    height: 2rem !important;
    width: auto;
  }
  .cid-vkjIa0CWL9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vkjIa0CWL9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vkjIa0CWL9 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vkjIa0CWL9 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vkjIa0CWL9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vkjIa0CWL9 .navbar.navbar-short {
  background: #aed9ff !important;
  min-height: 60px;
}
.cid-vkjIa0CWL9 .navbar.navbar-short .navbar-logo img {
  height: 2rem !important;
  width: auto;
}
.cid-vkjIa0CWL9 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vkjIa0CWL9 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vkjIa0CWL9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vkjIa0CWL9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vkjIa0CWL9 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-vkjIa0CWL9 .dropdown-item.active,
.cid-vkjIa0CWL9 .dropdown-item:active {
  background-color: transparent;
}
.cid-vkjIa0CWL9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vkjIa0CWL9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.5em;
}
.cid-vkjIa0CWL9 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.6em 1.6em;
}
.cid-vkjIa0CWL9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #aed9ff;
  z-index: 2;
}
.cid-vkjIa0CWL9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vkjIa0CWL9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vkjIa0CWL9 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vkjIa0CWL9 .navbar-buttons {
  text-align: center;
}
.cid-vkjIa0CWL9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vkjIa0CWL9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vkjIa0CWL9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vkjIa0CWL9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vkjIa0CWL9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vkjIa0CWL9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vkjIa0CWL9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vkjIa0CWL9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vkjIa0CWL9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vkjIa0CWL9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vkjIa0CWL9 .navbar-dropdown {
  padding: 0.5rem 0.8rem;
  position: fixed;
}
.cid-vkjIa0CWL9 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vkjIa0CWL9 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #333333;
  display: inline-flex;
}
.cid-vkjIa0CWL9 .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-vkjIa0CWL9 .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-vkjIa0CWL9 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vkjIa0CWL9 a.nav-link .mbr-iconfont-btn,
.cid-vkjIa0CWL9 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-vkjIa0CWL9 a.nav-link:hover .mbr-iconfont-btn,
.cid-vkjIa0CWL9 a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-vkjIa0CWL9 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vkjIa0CWL9 .navbar {
    height: 77px;
  }
  .cid-vkjIa0CWL9 .navbar.opened {
    height: auto;
  }
  .cid-vkjIa0CWL9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vkjIa0CWL9 .t-shadow {
  text-shadow: 0px 0px 2px #333333, 0px 0px 2px #333333;
}
.cid-vkjIa1pF8g {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/gemini-generated-image-hgodjthgodjthgod.jpg");
}
.cid-vkjIa1pF8g .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkjIa1pF8g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkjIa1pF8g .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vkjIa1pF8g .content-wrap {
    margin-bottom: 16px;
  }
}
.cid-vkjIa1pF8g .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vkjIa1pF8g .content-wrap .label-wrapper .mbr-label {
  border-radius: 16px;
  padding: 8px 18px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #ffffff;
}
.cid-vkjIa1pF8g .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vkjIa1pF8g .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkjIa1pF8g .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vkjIa1pF8g .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-vkjIa1pF8g .image-wrapper {
  border-radius: 16px;
}
.cid-vkjIa1pF8g .image-wrapper .image-wrap {
  border-radius: 16px;
}
.cid-vkjIa1pF8g .image-wrapper .image-wrap img {
  box-shadow: 0 0 40px 0 #ffffff;
  border-radius: 16px;
  height: 100%;
}
.cid-vkjIa1pF8g .mbr-label,
.cid-vkjIa1pF8g .label-wrapper {
  color: #202020;
}
.cid-vkjIa1pF8g .mbr-section-title {
  color: #000000;
}
.cid-vkjIa1pF8g .mbr-text,
.cid-vkjIa1pF8g .text-wrapper {
  color: #000000;
}
.cid-vnZZs8tt0M {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vnZZs8tt0M .col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-vnZZs8tt0M .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cid-vnZZs8tt0M .ig-mask {
  border-radius: 16px;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  height: auto !important;
  overflow: hidden;
  position: relative;
  aspect-ratio: 0.5625;
}
.cid-vnZZs8tt0M .ig-mask iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.cid-vnZZs8tt0M .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
  text-align: center;
}
.cid-vnZZs8tt0M .mbr-text {
  margin-bottom: 1rem;
  color: #000000;
  text-align: center;
}
.cid-vnZZs8tt0M .card-title {
  text-align: center;
}
.cid-vnZZs8tt0M .mbr-section-subtitle {
  color: #000000;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vnZZs8tt0M .mbr-section-subtitle {
    text-align: justify;
  }
}
.cid-vkjIa1RYQ7 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vkjIa1RYQ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkjIa1RYQ7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkjIa1RYQ7 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vkjIa1RYQ7 .mbr-section-title {
  color: #000000;
}
.cid-vkjIa21dqT {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vkjIa21dqT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkjIa21dqT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkjIa21dqT .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vkjIa21dqT .mbr-section-title {
  color: #2d438a;
}
.cid-vkjIa2fYYt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vkjIa2fYYt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkjIa2fYYt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkjIa2fYYt img {
  width: 100%;
  border-radius: 16px;
}
.cid-vkjIa2fYYt .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vmSQu4ARjs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vmSQu4ARjs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmSQu4ARjs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmSQu4ARjs img {
  width: 100%;
  border-radius: 16px;
}
.cid-vmSQu4ARjs .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vmSieKp4rh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vmSieKp4rh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmSieKp4rh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmSieKp4rh .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vmSieKp4rh .mbr-section-title {
  color: #2d438a;
}
.cid-vmSiiGE224 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vmSiiGE224 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmSiiGE224 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmSiiGE224 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vmSiiGE224 .mbr-section-title {
  color: #a0180f;
}
.cid-vmSiiGE224 .item-tag {
  border-left: 3px solid #ff7503;
  width: fit-content;
  padding-left: 1rem;
}
.cid-vmSiiGE224 .caption-text {
  color: #000000;
}
.cid-vmSirgL79X {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vmSirgL79X .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmSirgL79X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmSirgL79X .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vmSirgL79X .mbr-section-title {
  color: #2d438a;
}
.cid-vmSdXjgjZV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vmSdXjgjZV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmSdXjgjZV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmSdXjgjZV img {
  width: 100%;
  border-radius: 16px;
}
.cid-vmSdXjgjZV .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vmSiRoikB6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vmSiRoikB6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmSiRoikB6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmSiRoikB6 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vmSiRoikB6 .mbr-section-title {
  color: #2d438a;
}
.cid-vmSiTe2DbJ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vmSiTe2DbJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmSiTe2DbJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmSiTe2DbJ .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vmSiTe2DbJ .mbr-section-title {
  color: #a0180f;
}
.cid-vmSiTe2DbJ .item-tag {
  border-left: 3px solid #ff7503;
  width: fit-content;
  padding-left: 1rem;
}
.cid-vmSiTe2DbJ .caption-text {
  color: #000000;
}
.cid-vmSdZ5h7y1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vmSdZ5h7y1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmSdZ5h7y1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmSdZ5h7y1 img {
  width: 100%;
  border-radius: 16px;
}
.cid-vmSdZ5h7y1 .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vmSjderrvW {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vmSjderrvW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmSjderrvW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmSjderrvW .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vmSjderrvW .mbr-section-title {
  color: #2d438a;
}
.cid-vmSdZJPCF2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vmSdZJPCF2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmSdZJPCF2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmSdZJPCF2 img {
  width: 100%;
  border-radius: 16px;
}
.cid-vmSdZJPCF2 .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vmSsHrT00z {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vmSsHrT00z .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmSsHrT00z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmSsHrT00z .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vmSsHrT00z .mbr-section-title {
  color: #2d438a;
}
.cid-vmSe02YJH0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vmSe02YJH0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmSe02YJH0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmSe02YJH0 img {
  width: 100%;
  border-radius: 16px;
}
.cid-vmSe02YJH0 .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vmSsI5XPFI {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vmSsI5XPFI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmSsI5XPFI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmSsI5XPFI .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vmSsI5XPFI .mbr-section-title {
  color: #a0180f;
}
.cid-vmSsI5XPFI .item-tag {
  border-left: 3px solid #ff7503;
  width: fit-content;
  padding-left: 1rem;
}
.cid-vmSsI5XPFI .caption-text {
  color: #000000;
}
.cid-vmSt1pqIDo {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vmSt1pqIDo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmSt1pqIDo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmSt1pqIDo .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vmSt1pqIDo .mbr-section-title {
  color: #2d438a;
}
.cid-vmSe0l4Lo9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vmSe0l4Lo9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmSe0l4Lo9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmSe0l4Lo9 img {
  width: 100%;
  border-radius: 16px;
}
.cid-vmSe0l4Lo9 .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vmSe0C3uRD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vmSe0C3uRD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmSe0C3uRD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmSe0C3uRD img {
  width: 100%;
  border-radius: 16px;
}
.cid-vmSe0C3uRD .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vmStpj448r {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vmStpj448r .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmStpj448r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmStpj448r .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vmStpj448r .mbr-section-title {
  color: #2d438a;
}
.cid-vmSe0SrFZL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vmSe0SrFZL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmSe0SrFZL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmSe0SrFZL img {
  width: 100%;
  border-radius: 16px;
}
.cid-vmSe0SrFZL .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vmSe19YTMg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vmSe19YTMg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmSe19YTMg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmSe19YTMg img {
  width: 100%;
  border-radius: 16px;
}
.cid-vmSe19YTMg .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vmSttULxJ3 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vmSttULxJ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmSttULxJ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmSttULxJ3 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vmSttULxJ3 .mbr-section-title {
  color: #a0180f;
}
.cid-vmSttULxJ3 .item-tag {
  border-left: 3px solid #ff7503;
  width: fit-content;
  padding-left: 1rem;
}
.cid-vmSttULxJ3 .caption-text {
  color: #000000;
}
.cid-vmStOaaRSJ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vmStOaaRSJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmStOaaRSJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmStOaaRSJ .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vmStOaaRSJ .mbr-section-title {
  color: #2d438a;
}
.cid-vmSe1JGiWs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vmSe1JGiWs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmSe1JGiWs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmSe1JGiWs img {
  width: 100%;
  border-radius: 16px;
}
.cid-vmSe1JGiWs .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vmSe22hUkw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vmSe22hUkw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmSe22hUkw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmSe22hUkw img {
  width: 100%;
  border-radius: 16px;
}
.cid-vmSe22hUkw .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vmSvzrCWXt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vmSvzrCWXt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmSvzrCWXt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmSvzrCWXt .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vmSvzrCWXt .mbr-section-title {
  color: #2d438a;
}
.cid-vneIwJq5V2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vneIwJq5V2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vneIwJq5V2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vneIwJq5V2 img {
  width: 100%;
  border-radius: 16px;
}
.cid-vneIwJq5V2 .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vmSvERFadO {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vmSvERFadO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmSvERFadO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmSvERFadO .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vmSvERFadO .mbr-section-title {
  color: #a0180f;
}
.cid-vmSvERFadO .item-tag {
  border-left: 3px solid #ff7503;
  width: fit-content;
  padding-left: 1rem;
}
.cid-vmSvERFadO .caption-text {
  color: #000000;
}
.cid-vmSvYxoVa5 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vmSvYxoVa5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmSvYxoVa5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmSvYxoVa5 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vmSvYxoVa5 .mbr-section-title {
  color: #2d438a;
}
.cid-vneKUW6sMi {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vneKUW6sMi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vneKUW6sMi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vneKUW6sMi .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vneKUW6sMi .mbr-section-title {
  color: #2d438a;
}
.cid-vmSe2EcXbp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vmSe2EcXbp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmSe2EcXbp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmSe2EcXbp img {
  width: 100%;
  border-radius: 16px;
}
.cid-vmSe2EcXbp .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vmSwe2TUql {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vmSwe2TUql .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmSwe2TUql .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmSwe2TUql .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vmSwe2TUql .mbr-section-title {
  color: #a0180f;
}
.cid-vmSwe2TUql .item-tag {
  border-left: 3px solid #ff7503;
  width: fit-content;
  padding-left: 1rem;
}
.cid-vmSwe2TUql .caption-text {
  color: #000000;
}
.cid-vmSwsUHDvi {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vmSwsUHDvi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmSwsUHDvi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmSwsUHDvi .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vmSwsUHDvi .mbr-section-title {
  color: #2d438a;
}
.cid-vmSe2VARl0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vmSe2VARl0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmSe2VARl0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmSe2VARl0 img {
  width: 100%;
  border-radius: 16px;
}
.cid-vmSe2VARl0 .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vmSe3czZq0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vmSe3czZq0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmSe3czZq0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmSe3czZq0 img {
  width: 100%;
  border-radius: 16px;
}
.cid-vmSe3czZq0 .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vmSwU8NbMc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vmSwU8NbMc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmSwU8NbMc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmSwU8NbMc img {
  width: 100%;
  border-radius: 16px;
}
.cid-vmSwU8NbMc .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vmSwIU2tST {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vmSwIU2tST .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmSwIU2tST .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmSwIU2tST .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vmSwIU2tST .mbr-section-title {
  color: #a0180f;
}
.cid-vmSwIU2tST .item-tag {
  border-left: 3px solid #ff7503;
  width: fit-content;
  padding-left: 1rem;
}
.cid-vmSwIU2tST .caption-text {
  color: #000000;
}
.cid-vmSx5PSqUw {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vmSx5PSqUw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmSx5PSqUw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmSx5PSqUw .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vmSx5PSqUw .mbr-section-title {
  color: #2d438a;
}
.cid-vmSwTJdDDd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vmSwTJdDDd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmSwTJdDDd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmSwTJdDDd img {
  width: 100%;
  border-radius: 16px;
}
.cid-vmSwTJdDDd .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vmSxbTUv1R {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vmSxbTUv1R .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmSxbTUv1R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmSxbTUv1R .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vmSxbTUv1R .mbr-section-title {
  color: #a0180f;
}
.cid-vmSxbTUv1R .item-tag {
  border-left: 3px solid #ff7503;
  width: fit-content;
  padding-left: 1rem;
}
.cid-vmSxbTUv1R .caption-text {
  color: #000000;
}
.cid-vkjIa2DvY7 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #cccccc;
}
.cid-vkjIa2DvY7 .item-content .mbr-text a {
  font-weight: 700;
}
.cid-vkjIa2DvY7 .mbr-text {
  text-align: justify;
  font-weight: 700;
  color: #000000;
}
.cid-vkjIa2DvY7 .wrap {
  width: 100%;
  padding: 0 1rem;
}
.cid-vkjIa2DvY7 .item-content {
  padding: 1rem;
}
.cid-vkjIa2DvY7 img,
.cid-vkjIa2DvY7 .item-img {
  width: 100%;
}
.cid-vkjIa2DvY7 .item:focus,
.cid-vkjIa2DvY7 span:focus {
  outline: none;
}
.cid-vkjIa2DvY7 .item-wrapper {
  position: relative;
}
.cid-vkjIa2DvY7 .slide-content {
  border-radius: 16px;
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vkjIa2DvY7 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 350px;
  max-width: 350px;
}
@media (max-width: 768px) {
  .cid-vkjIa2DvY7 .embla__slide {
    min-width: 270px;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vkjIa2DvY7 .embla__button--next,
.cid-vkjIa2DvY7 .embla__button--prev {
  display: flex;
}
.cid-vkjIa2DvY7 .embla__button {
  top: 50%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: #000000;
  color: #f4f4f4;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vkjIa2DvY7 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vkjIa2DvY7 .embla__button:hover {
  background: #bbbbbb;
  opacity: .9;
}
.cid-vkjIa2DvY7 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vkjIa2DvY7 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vkjIa2DvY7 .embla__button {
    top: 50%;
    width: 30px;
    height: 30px;
    font-size: 11px;
  }
  .cid-vkjIa2DvY7 .embla__button.embla__button--prev {
    left: 0;
    margin-left: 1rem;
  }
  .cid-vkjIa2DvY7 .embla__button.embla__button--next {
    right: 0;
    margin-right: 1rem;
  }
}
.cid-vkjIa2DvY7 .embla {
  position: relative;
  width: 100%;
}
.cid-vkjIa2DvY7 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vkjIa2DvY7 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vkjIa2DvY7 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vkjIa2DvY7 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vkjIa2DvY7 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-vkjIa2DvY7 .mbr-section-btn {
  margin-top: 3rem;
  margin-left: 0rem!important;
  margin-right: 0rem!important;
  font-size: 0;
}
.cid-vkjIa39pex {
  padding-top: 45px;
  padding-bottom: 120px;
  background-color: #aed9ff;
}
.cid-vkjIa39pex .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vkjIa39pex .copyright img {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .cid-vkjIa39pex .copyright {
    margin-bottom: 2rem;
  }
}
.cid-vkjIa39pex .card-title {
  text-align: center;
  color: #000000;
}
.cid-vkjIa39pex .card-text {
  color: #000000;
  text-align: center;
  font-weight: 400;
}
.cid-vkjIa39pex .card-text a {
  font-weight: 400;
}
.cid-vkjIa39pex .mbr-text {
  color: #000000;
  text-align: left;
  font-weight: 400;
}
.cid-vkjIa39pex hr {
  margin: 1rem 0;
  border-top: 1px solid #000000;
  opacity: 1;
  background-color: transparent;
}
.cid-vkjIa39pex .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-vkjIa39pex .footer-menu__item {
  font-size: 1rem;
  padding-right: 1.5rem;
}
.cid-vkjIa39pex .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-vkjIa39pex .footer-menu span {
  color: #000000;
}
.cid-vkjIa39pex .footer-menu span a {
  font-weight: 400;
}
.cid-vkjI6ccTtK .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff7503;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vkjI6ccTtK .nav-item,
.cid-vkjI6ccTtK .nav-link,
.cid-vkjI6ccTtK .navbar-caption {
  font-weight: 600;
}
.cid-vkjI6ccTtK .nav-item:focus,
.cid-vkjI6ccTtK .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-vkjI6ccTtK .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-vkjI6ccTtK .nav-item .nav-link {
    position: relative;
  }
  .cid-vkjI6ccTtK .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff7503;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-vkjI6ccTtK .nav-item:hover .nav-link:before,
  .cid-vkjI6ccTtK .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-vkjI6ccTtK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-vkjI6ccTtK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vkjI6ccTtK .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-vkjI6ccTtK .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-vkjI6ccTtK .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vkjI6ccTtK .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vkjI6ccTtK .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #aed9ff;
}
.cid-vkjI6ccTtK .navbar.opened {
  transition: all 0.3s;
  background: #aed9ff !important;
}
.cid-vkjI6ccTtK .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-vkjI6ccTtK .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vkjI6ccTtK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vkjI6ccTtK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vkjI6ccTtK .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vkjI6ccTtK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vkjI6ccTtK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vkjI6ccTtK .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vkjI6ccTtK .navbar .navbar-logo img {
    height: 2rem !important;
    width: auto;
  }
  .cid-vkjI6ccTtK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vkjI6ccTtK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vkjI6ccTtK .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vkjI6ccTtK .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vkjI6ccTtK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vkjI6ccTtK .navbar.navbar-short {
  background: #aed9ff !important;
  min-height: 60px;
}
.cid-vkjI6ccTtK .navbar.navbar-short .navbar-logo img {
  height: 2rem !important;
  width: auto;
}
.cid-vkjI6ccTtK .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vkjI6ccTtK .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vkjI6ccTtK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vkjI6ccTtK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vkjI6ccTtK .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-vkjI6ccTtK .dropdown-item.active,
.cid-vkjI6ccTtK .dropdown-item:active {
  background-color: transparent;
}
.cid-vkjI6ccTtK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vkjI6ccTtK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.5em;
}
.cid-vkjI6ccTtK .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.6em 1.6em;
}
.cid-vkjI6ccTtK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #aed9ff;
  z-index: 2;
}
.cid-vkjI6ccTtK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vkjI6ccTtK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vkjI6ccTtK ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vkjI6ccTtK .navbar-buttons {
  text-align: center;
}
.cid-vkjI6ccTtK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vkjI6ccTtK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vkjI6ccTtK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vkjI6ccTtK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vkjI6ccTtK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vkjI6ccTtK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vkjI6ccTtK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vkjI6ccTtK nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vkjI6ccTtK nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vkjI6ccTtK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vkjI6ccTtK .navbar-dropdown {
  padding: 0.5rem 0.8rem;
  position: fixed;
}
.cid-vkjI6ccTtK a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vkjI6ccTtK .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #333333;
  display: inline-flex;
}
.cid-vkjI6ccTtK .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-vkjI6ccTtK .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-vkjI6ccTtK .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vkjI6ccTtK a.nav-link .mbr-iconfont-btn,
.cid-vkjI6ccTtK a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-vkjI6ccTtK a.nav-link:hover .mbr-iconfont-btn,
.cid-vkjI6ccTtK a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-vkjI6ccTtK a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vkjI6ccTtK .navbar {
    height: 77px;
  }
  .cid-vkjI6ccTtK .navbar.opened {
    height: auto;
  }
  .cid-vkjI6ccTtK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vkjI6ccTtK .t-shadow {
  text-shadow: 0px 0px 2px #333333, 0px 0px 2px #333333;
}
.cid-vkjI6d14NO {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/l-generated-image-hgodjthgodjthgod.jpg");
}
.cid-vkjI6d14NO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkjI6d14NO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkjI6d14NO .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vkjI6d14NO .content-wrap {
    margin-bottom: 16px;
  }
}
.cid-vkjI6d14NO .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vkjI6d14NO .content-wrap .label-wrapper .mbr-label {
  border-radius: 16px;
  padding: 8px 18px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #ffffff;
}
.cid-vkjI6d14NO .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vkjI6d14NO .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkjI6d14NO .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vkjI6d14NO .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-vkjI6d14NO .image-wrapper {
  border-radius: 16px;
}
.cid-vkjI6d14NO .image-wrapper .image-wrap {
  border-radius: 16px;
}
.cid-vkjI6d14NO .image-wrapper .image-wrap img {
  box-shadow: 0 0 40px 0 #ffffff;
  border-radius: 16px;
  height: 100%;
}
.cid-vkjI6d14NO .mbr-label,
.cid-vkjI6d14NO .label-wrapper {
  color: #202020;
}
.cid-vkjI6d14NO .mbr-section-title {
  color: #000000;
}
.cid-vkjI6d14NO .mbr-text,
.cid-vkjI6d14NO .text-wrapper {
  color: #000000;
}
.cid-vnUA9MJn8R {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vnUA9MJn8R .col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-vnUA9MJn8R .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cid-vnUA9MJn8R .ig-mask {
  border-radius: 16px;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  height: auto !important;
  overflow: hidden;
  position: relative;
  aspect-ratio: 0.5625;
}
.cid-vnUA9MJn8R .ig-mask iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.cid-vnUA9MJn8R .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
  text-align: center;
}
.cid-vnUA9MJn8R .mbr-text {
  margin-bottom: 1rem;
  color: #000000;
  text-align: center;
}
.cid-vnUA9MJn8R .card-title {
  text-align: center;
}
.cid-vnUA9MJn8R .mbr-section-subtitle {
  color: #000000;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vnUA9MJn8R .mbr-section-subtitle {
    text-align: justify;
  }
}
.cid-vkjI6dENr7 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vkjI6dENr7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkjI6dENr7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkjI6dENr7 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vkjI6dENr7 .mbr-section-title {
  color: #000000;
}
.cid-vkjI6dO2L4 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vkjI6dO2L4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkjI6dO2L4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkjI6dO2L4 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vkjI6dO2L4 .mbr-section-title {
  color: #2d438a;
}
.cid-vkjI6dYb1r {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vkjI6dYb1r .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkjI6dYb1r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkjI6dYb1r img {
  width: 100%;
  border-radius: 16px;
}
.cid-vkjI6dYb1r .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vmS8fHNOH4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vmS8fHNOH4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmS8fHNOH4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmS8fHNOH4 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vmS8fHNOH4 .mbr-section-title {
  color: #2d438a;
}
.cid-vmS7ekEZs8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vmS7ekEZs8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmS7ekEZs8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmS7ekEZs8 img {
  width: 100%;
  border-radius: 16px;
}
.cid-vmS7ekEZs8 .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vmS8nliKhS {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vmS8nliKhS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmS8nliKhS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmS8nliKhS .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vmS8nliKhS .mbr-section-title {
  color: #a0180f;
}
.cid-vmS8nliKhS .item-tag {
  border-left: 3px solid #ff7503;
  width: fit-content;
  padding-left: 1rem;
}
.cid-vmS8nliKhS .caption-text {
  color: #000000;
}
.cid-vmS8rrukK6 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vmS8rrukK6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmS8rrukK6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmS8rrukK6 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vmS8rrukK6 .mbr-section-title {
  color: #2d438a;
}
.cid-vmS7eLPVaM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vmS7eLPVaM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmS7eLPVaM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmS7eLPVaM img {
  width: 100%;
  border-radius: 16px;
}
.cid-vmS7eLPVaM .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vmS9CnLuYB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vmS9CnLuYB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmS9CnLuYB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmS9CnLuYB .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vmS9CnLuYB .mbr-section-title {
  color: #2d438a;
}
.cid-vmS7f9cqhn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vmS7f9cqhn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmS7f9cqhn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmS7f9cqhn img {
  width: 100%;
  border-radius: 16px;
}
.cid-vmS7f9cqhn .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vmS9MJECp4 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vmS9MJECp4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmS9MJECp4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmS9MJECp4 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vmS9MJECp4 .mbr-section-title {
  color: #a0180f;
}
.cid-vmS9MJECp4 .item-tag {
  border-left: 3px solid #ff7503;
  width: fit-content;
  padding-left: 1rem;
}
.cid-vmS9MJECp4 .caption-text {
  color: #000000;
}
.cid-vmS9RleAVU {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vmS9RleAVU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmS9RleAVU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmS9RleAVU .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vmS9RleAVU .mbr-section-title {
  color: #2d438a;
}
.cid-vmS7fDmR38 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vmS7fDmR38 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmS7fDmR38 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmS7fDmR38 img {
  width: 100%;
  border-radius: 16px;
}
.cid-vmS7fDmR38 .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vmSa1ABZGy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vmSa1ABZGy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmSa1ABZGy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmSa1ABZGy .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vmSa1ABZGy .mbr-section-title {
  color: #2d438a;
}
.cid-vmS7g8QNjY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vmS7g8QNjY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmS7g8QNjY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmS7g8QNjY img {
  width: 100%;
  border-radius: 16px;
}
.cid-vmS7g8QNjY .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vmSbgUChfb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vmSbgUChfb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmSbgUChfb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmSbgUChfb .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vmSbgUChfb .mbr-section-title {
  color: #2d438a;
}
.cid-vmS7gvE9JG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vmS7gvE9JG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmS7gvE9JG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmS7gvE9JG img {
  width: 100%;
  border-radius: 16px;
}
.cid-vmS7gvE9JG .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vmScx6JjRe {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vmScx6JjRe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmScx6JjRe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmScx6JjRe .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vmScx6JjRe .mbr-section-title {
  color: #a0180f;
}
.cid-vmScx6JjRe .item-tag {
  border-left: 3px solid #ff7503;
  width: fit-content;
  padding-left: 1rem;
}
.cid-vmScx6JjRe .caption-text {
  color: #000000;
}
.cid-vmScC9p9FW {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vmScC9p9FW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmScC9p9FW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmScC9p9FW .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vmScC9p9FW .mbr-section-title {
  color: #2d438a;
}
.cid-vmS7h0dPWx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vmS7h0dPWx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmS7h0dPWx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmS7h0dPWx img {
  width: 100%;
  border-radius: 16px;
}
.cid-vmS7h0dPWx .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vmScMZMglF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vmScMZMglF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmScMZMglF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmScMZMglF .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vmScMZMglF .mbr-section-title {
  color: #2d438a;
}
.cid-vmS7hzvOrU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vmS7hzvOrU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmS7hzvOrU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmS7hzvOrU img {
  width: 100%;
  border-radius: 16px;
}
.cid-vmS7hzvOrU .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vmScYZY1tl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vmScYZY1tl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmScYZY1tl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmScYZY1tl .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vmScYZY1tl .mbr-section-title {
  color: #2d438a;
}
.cid-vmS7hWmI7a {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vmS7hWmI7a .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmS7hWmI7a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmS7hWmI7a img {
  width: 100%;
  border-radius: 16px;
}
.cid-vmS7hWmI7a .mbr-description {
  text-align: left;
  color: #777777;
}
.cid-vmSd9cvM18 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vmSd9cvM18 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmSd9cvM18 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmSd9cvM18 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vmSd9cvM18 .mbr-section-title {
  color: #a0180f;
}
.cid-vmSd9cvM18 .item-tag {
  border-left: 3px solid #ff7503;
  width: fit-content;
  padding-left: 1rem;
}
.cid-vmSd9cvM18 .caption-text {
  color: #000000;
}
.cid-vkjI6esDlL {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #cccccc;
}
.cid-vkjI6esDlL .item-content .mbr-text a {
  font-weight: 700;
}
.cid-vkjI6esDlL .mbr-text {
  text-align: justify;
  font-weight: 700;
  color: #000000;
}
.cid-vkjI6esDlL .wrap {
  width: 100%;
  padding: 0 1rem;
}
.cid-vkjI6esDlL .item-content {
  padding: 1rem;
}
.cid-vkjI6esDlL img,
.cid-vkjI6esDlL .item-img {
  width: 100%;
}
.cid-vkjI6esDlL .item:focus,
.cid-vkjI6esDlL span:focus {
  outline: none;
}
.cid-vkjI6esDlL .item-wrapper {
  position: relative;
}
.cid-vkjI6esDlL .slide-content {
  border-radius: 16px;
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vkjI6esDlL .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 350px;
  max-width: 350px;
}
@media (max-width: 768px) {
  .cid-vkjI6esDlL .embla__slide {
    min-width: 270px;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vkjI6esDlL .embla__button--next,
.cid-vkjI6esDlL .embla__button--prev {
  display: flex;
}
.cid-vkjI6esDlL .embla__button {
  top: 50%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: #000000;
  color: #f4f4f4;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vkjI6esDlL .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vkjI6esDlL .embla__button:hover {
  background: #bbbbbb;
  opacity: .9;
}
.cid-vkjI6esDlL .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vkjI6esDlL .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vkjI6esDlL .embla__button {
    top: 50%;
    width: 30px;
    height: 30px;
    font-size: 11px;
  }
  .cid-vkjI6esDlL .embla__button.embla__button--prev {
    left: 0;
    margin-left: 1rem;
  }
  .cid-vkjI6esDlL .embla__button.embla__button--next {
    right: 0;
    margin-right: 1rem;
  }
}
.cid-vkjI6esDlL .embla {
  position: relative;
  width: 100%;
}
.cid-vkjI6esDlL .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vkjI6esDlL .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vkjI6esDlL .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vkjI6esDlL .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vkjI6esDlL .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-vkjI6esDlL .mbr-section-btn {
  margin-top: 3rem;
  margin-left: 0rem!important;
  margin-right: 0rem!important;
  font-size: 0;
}
.cid-vkjI6f0WNz {
  padding-top: 45px;
  padding-bottom: 120px;
  background-color: #aed9ff;
}
.cid-vkjI6f0WNz .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vkjI6f0WNz .copyright img {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .cid-vkjI6f0WNz .copyright {
    margin-bottom: 2rem;
  }
}
.cid-vkjI6f0WNz .card-title {
  text-align: center;
  color: #000000;
}
.cid-vkjI6f0WNz .card-text {
  color: #000000;
  text-align: center;
  font-weight: 400;
}
.cid-vkjI6f0WNz .card-text a {
  font-weight: 400;
}
.cid-vkjI6f0WNz .mbr-text {
  color: #000000;
  text-align: left;
  font-weight: 400;
}
.cid-vkjI6f0WNz hr {
  margin: 1rem 0;
  border-top: 1px solid #000000;
  opacity: 1;
  background-color: transparent;
}
.cid-vkjI6f0WNz .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-vkjI6f0WNz .footer-menu__item {
  font-size: 1rem;
  padding-right: 1.5rem;
}
.cid-vkjI6f0WNz .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-vkjI6f0WNz .footer-menu span {
  color: #000000;
}
.cid-vkjI6f0WNz .footer-menu span a {
  font-weight: 400;
}
