.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Figtree', sans-serif;
  font-size: 2.8rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-2 {
  font-family: 'Figtree', sans-serif;
  font-size: 2.2rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Delicious Handrawn', handwriting;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 2.24rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.96rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 1.96rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.63rem + (2.8 - 1.63) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #0cc0df !important;
}
.bg-success {
  background-color: #f5b857 !important;
}
.bg-info {
  background-color: #f58079 !important;
}
.bg-warning {
  background-color: #0a0071 !important;
}
.bg-danger {
  background-color: #f7f6fe !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0cc0df !important;
  border-color: #0cc0df !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #2ad6f4 !important;
  border-color: #2ad6f4 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2ad6f4 !important;
  border-color: #2ad6f4 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #0cc0df !important;
  border-color: #0cc0df !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #2ad6f4 !important;
  border-color: #2ad6f4 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #2ad6f4 !important;
  border-color: #2ad6f4 !important;
}
.btn-info,
.btn-info:active {
  background-color: #f58079 !important;
  border-color: #f58079 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #f9ada8 !important;
  border-color: #f9ada8 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #f9ada8 !important;
  border-color: #f9ada8 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f5b857 !important;
  border-color: #f5b857 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #f8cc87 !important;
  border-color: #f8cc87 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #f8cc87 !important;
  border-color: #f8cc87 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #0a0071 !important;
  border-color: #0a0071 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #0f00a4 !important;
  border-color: #0f00a4 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #0f00a4 !important;
  border-color: #0f00a4 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f7f6fe !important;
  border-color: #f7f6fe !important;
  color: #3118dd !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #3118dd !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #0cc0df;
  color: #0cc0df;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #08798d !important;
  background-color: transparent !important;
  border-color: #08798d !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0cc0df !important;
  border-color: #0cc0df !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #0cc0df;
  color: #0cc0df;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #08798d !important;
  background-color: transparent !important;
  border-color: #08798d !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0cc0df !important;
  border-color: #0cc0df !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f58079;
  color: #f58079;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ef3428 !important;
  background-color: transparent !important;
  border-color: #ef3428 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #f58079 !important;
  border-color: #f58079 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #f5b857;
  color: #f5b857;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #e8930e !important;
  background-color: transparent !important;
  border-color: #e8930e !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #f5b857 !important;
  border-color: #f5b857 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #0a0071;
  color: #0a0071;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #02001a !important;
  background-color: transparent !important;
  border-color: #02001a !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #0a0071 !important;
  border-color: #0a0071 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #f7f6fe;
  color: #f7f6fe;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #b2a8f5 !important;
  background-color: transparent !important;
  border-color: #b2a8f5 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #3118dd !important;
  background-color: #f7f6fe !important;
  border-color: #f7f6fe !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #0cc0df !important;
}
.text-secondary {
  color: #0cc0df !important;
}
.text-success {
  color: #f5b857 !important;
}
.text-info {
  color: #f58079 !important;
}
.text-warning {
  color: #0a0071 !important;
}
.text-danger {
  color: #f7f6fe !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #076d7e !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #076d7e !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #d98a0d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #ee261a !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #01000b !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #a59af4 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #0cc0df;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f58079;
}
.alert-warning {
  background-color: #0a0071;
}
.alert-danger {
  background-color: #f7f6fe;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0cc0df;
  border-color: #0cc0df;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #0cc0df;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #bcf2fb;
}
.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: #1500f1;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #0cc0df !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #0cc0df;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0cc0df;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0cc0df;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0cc0df;
  border-bottom-color: #0cc0df;
}
.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: #0cc0df !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #0cc0df !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='%230cc0df' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-tJS6tZXiPa {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tJS6tZXiPa .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-tJS6tZXiPa .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tJS6tZXiPa .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tJS6tZXiPa .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tJS6tZXiPa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJS6tZXiPa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJS6tZXiPa .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-tJS6tZXiPa .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tJS6tZXiPa .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tJS6tZXiPa .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tJS6tZXiPa .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tJS6tZXiPa .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tJS6tZXiPa .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tJS6tZXiPa .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tJS6tZXiPa .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tJS6tZXiPa .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tJS6tZXiPa .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tJS6tZXiPa .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tJS6tZXiPa .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tJS6tZXiPa .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tJS6tZXiPa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tJS6tZXiPa .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-tJS6tZXiPa .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tJS6tZXiPa .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tJS6tZXiPa .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJS6tZXiPa .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
  border-radius: 4px !important;
}
.cid-tJS6tZXiPa .nav-item:focus,
.cid-tJS6tZXiPa .nav-link:focus {
  outline: none;
}
.cid-tJS6tZXiPa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tJS6tZXiPa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJS6tZXiPa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJS6tZXiPa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJS6tZXiPa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJS6tZXiPa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJS6tZXiPa .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tJS6tZXiPa .navbar.opened {
  transition: all 0.3s;
}
.cid-tJS6tZXiPa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJS6tZXiPa .navbar .navbar-logo img {
  width: auto;
}
.cid-tJS6tZXiPa .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tJS6tZXiPa .navbar.collapsed {
  justify-content: center;
}
.cid-tJS6tZXiPa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJS6tZXiPa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJS6tZXiPa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-tJS6tZXiPa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJS6tZXiPa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJS6tZXiPa .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tJS6tZXiPa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJS6tZXiPa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tJS6tZXiPa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tJS6tZXiPa .navbar {
    min-height: 72px;
  }
  .cid-tJS6tZXiPa .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tJS6tZXiPa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJS6tZXiPa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJS6tZXiPa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJS6tZXiPa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJS6tZXiPa .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tJS6tZXiPa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJS6tZXiPa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tJS6tZXiPa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJS6tZXiPa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tJS6tZXiPa .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tJS6tZXiPa .dropdown-item.active,
.cid-tJS6tZXiPa .dropdown-item:active {
  background-color: transparent;
}
.cid-tJS6tZXiPa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJS6tZXiPa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJS6tZXiPa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJS6tZXiPa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tJS6tZXiPa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tJS6tZXiPa .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tJS6tZXiPa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJS6tZXiPa .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tJS6tZXiPa .navbar-buttons {
    text-align: left;
  }
}
.cid-tJS6tZXiPa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJS6tZXiPa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tJS6tZXiPa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJS6tZXiPa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJS6tZXiPa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJS6tZXiPa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJS6tZXiPa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJS6tZXiPa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJS6tZXiPa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJS6tZXiPa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJS6tZXiPa .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tJS6tZXiPa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJS6tZXiPa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tJS6tZXiPa .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJS6tZXiPa .navbar {
    height: 70px;
  }
  .cid-tJS6tZXiPa .navbar.opened {
    height: auto;
  }
  .cid-tJS6tZXiPa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tJS6tZXiPa .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tJS6tZXiPa .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tJS6tZXiPa .navbar-brand {
    margin-right: auto;
  }
  .cid-tJS6tZXiPa .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-tJS6tZXiPa .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tJS6tZXiPa .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJS6tZXiPa .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tJS6tZXiPa .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uKy3nPxwnY {
  display: flex;
  background-image: url("../../../assets/images/team-buddy-sitting-yellow-background.webp-2000x1125.webp");
}
.cid-uKy3nPxwnY .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-uKy3nPxwnY {
    align-items: flex-end;
  }
  .cid-uKy3nPxwnY .row {
    justify-content: flex-start;
  }
  .cid-uKy3nPxwnY .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uKy3nPxwnY .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uKy3nPxwnY {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uKy3nPxwnY .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uKy3nPxwnY .content-wrap {
    width: 100%;
  }
}
.cid-uKy3nPxwnY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKy3nPxwnY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKy3nPxwnY .mbr-section-title,
.cid-uKy3nPxwnY .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uKy3nPxwnY .mbr-text,
.cid-uKy3nPxwnY .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uKy3nPxwnY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uKy3nPxwnY .mbr-section-title {
  color: #ffffff;
}
.cid-uDw8sSxcCl {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/profitable-business-strategy-8-2000x1125.webp");
}
.cid-uDw8sSxcCl .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uDw8sSxcCl {
    align-items: center;
  }
  .cid-uDw8sSxcCl .row {
    justify-content: flex-end;
  }
  .cid-uDw8sSxcCl .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uDw8sSxcCl .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uDw8sSxcCl {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uDw8sSxcCl .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uDw8sSxcCl .content-wrap {
    width: 100%;
  }
}
.cid-uDw8sSxcCl .mbr-section-title,
.cid-uDw8sSxcCl .mbr-section-subtitle {
  text-align: center;
}
.cid-uDw8sSxcCl .mbr-text,
.cid-uDw8sSxcCl .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uDw8sSxcCl .mbr-section-title {
  color: #000000;
}
.cid-uDwaAT4C2f {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0a0071;
}
.cid-uDwaAT4C2f img,
.cid-uDwaAT4C2f .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uDwaAT4C2f .item:focus,
.cid-uDwaAT4C2f span:focus {
  outline: none;
}
.cid-uDwaAT4C2f .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uDwaAT4C2f .item {
    margin-bottom: 1rem;
  }
}
.cid-uDwaAT4C2f .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uDwaAT4C2f .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uDwaAT4C2f .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uDwaAT4C2f .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uDwaAT4C2f .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uDwaAT4C2f .mbr-section-title {
  color: #ffffff;
}
.cid-uDwaAT4C2f .item-title {
  text-align: left;
  color: #0a0071;
}
.cid-uDwaAT4C2f .item-subtitle {
  text-align: left;
}
.cid-uDwaAT4C2f .mbr-text,
.cid-uDwaAT4C2f .item .mbr-section-btn {
  text-align: left;
}
.cid-uDwaAT4C2f .content-head {
  max-width: 800px;
}
.cid-uDwaAT4C2f .mbr-section-subtitle,
.cid-uDwaAT4C2f .mbr-section-head .mbr-section-btn {
  color: #ffffff;
}
.cid-uDweRv3OQe {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f7f6fd;
}
.cid-uDweRv3OQe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDweRv3OQe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uDweRv3OQe .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDweRv3OQe .row {
  flex-direction: row-reverse;
}
.cid-uDweRv3OQe .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uDweRv3OQe .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uDweRv3OQe .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uDweRv3OQe .mbr-section-title {
  color: #000000;
}
.cid-uDweRv3OQe .mbr-text,
.cid-uDweRv3OQe .mbr-section-btn {
  color: #000000;
}
.cid-tJS9pBcTSa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/profitable-business-strategy-1-2000x1125.webp");
}
.cid-tJS9pBcTSa .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tJS9pBcTSa form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tJS9pBcTSa form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tJS9pBcTSa form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tJS9pBcTSa .mbr-section-title {
  color: #000000;
}
.cid-tJS9pBcTSa .mbr-section-subtitle {
  color: #000000;
}
.cid-uKdsmy4l0K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0a0071;
}
.cid-uKdsmy4l0K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKdsmy4l0K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKdsmy4l0K .row {
  justify-content: center;
}
.cid-uKdsmy4l0K .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uKdsmy4l0K .item {
    margin-bottom: 1rem;
  }
}
.cid-uKdsmy4l0K .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uKdsmy4l0K .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uKdsmy4l0K .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uKdsmy4l0K .content-head {
  max-width: 800px;
}
.cid-uKdsmy4l0K .card-title {
  color: #000000;
}
.cid-uKdsmy4l0K .mbr-section-title {
  color: #ffffff;
}
.cid-uNkkBJ46MB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0071;
}
.cid-uNkkBJ46MB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNkkBJ46MB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNkkBJ46MB .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uNkkBJ46MB .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uNkkBJ46MB .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uNkkBJ46MB .bg-twitter:hover {
  background: #0c85d0;
}
.cid-uNkkBJ46MB .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uNkkBJ46MB .bg-pinterest:hover {
  background: #b3001b;
}
.cid-uNkkBJ46MB .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uNkkBJ46MB .bg-instagram:hover {
  background: #bd005c;
}
.cid-uNkkBJ46MB .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-uNkkBJ46MB .bg-linkedin:hover {
  background: #005582;
}
.cid-uNkkBJ46MB .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-uNkkBJ46MB .bg-tiktok:hover {
  background: #000000;
}
.cid-uNkkBJ46MB .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uNkkBJ46MB [class^="socicon-"]:before,
.cid-uNkkBJ46MB [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uNkkBJ46MB .mbr-section-title,
.cid-uNkkBJ46MB .social-list {
  color: #ffffff;
}
.cid-uCpofPbpCV {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #0a0071;
}
.cid-uCpofPbpCV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCpofPbpCV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCpofPbpCV .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uCpofPbpCV .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uCpofPbpCV .row {
    flex-direction: column-reverse !important;
  }
  .cid-uCpofPbpCV .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uCpofPbpCV .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uCpofPbpCV .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uCpofPbpCV .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uCpofPbpCV .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uCpofPbpCV .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uCpofPbpCV .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uCpofPbpCV .copyright {
    text-align: center;
  }
}
.cid-uCpoXF6qZR {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uCpoXF6qZR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uCpoXF6qZR .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uCpoXF6qZR .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCpoXF6qZR .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uCpoXF6qZR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCpoXF6qZR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCpoXF6qZR .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uCpoXF6qZR .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uCpoXF6qZR .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uCpoXF6qZR .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uCpoXF6qZR .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uCpoXF6qZR .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uCpoXF6qZR .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uCpoXF6qZR .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uCpoXF6qZR .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uCpoXF6qZR .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uCpoXF6qZR .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uCpoXF6qZR .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uCpoXF6qZR .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uCpoXF6qZR .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uCpoXF6qZR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uCpoXF6qZR .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uCpoXF6qZR .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uCpoXF6qZR .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uCpoXF6qZR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCpoXF6qZR .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
  border-radius: 4px !important;
}
.cid-uCpoXF6qZR .nav-item:focus,
.cid-uCpoXF6qZR .nav-link:focus {
  outline: none;
}
.cid-uCpoXF6qZR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCpoXF6qZR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCpoXF6qZR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCpoXF6qZR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCpoXF6qZR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCpoXF6qZR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCpoXF6qZR .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uCpoXF6qZR .navbar.opened {
  transition: all 0.3s;
}
.cid-uCpoXF6qZR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCpoXF6qZR .navbar .navbar-logo img {
  width: auto;
}
.cid-uCpoXF6qZR .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uCpoXF6qZR .navbar.collapsed {
  justify-content: center;
}
.cid-uCpoXF6qZR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCpoXF6qZR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCpoXF6qZR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uCpoXF6qZR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCpoXF6qZR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCpoXF6qZR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uCpoXF6qZR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCpoXF6qZR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCpoXF6qZR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uCpoXF6qZR .navbar {
    min-height: 72px;
  }
  .cid-uCpoXF6qZR .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uCpoXF6qZR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCpoXF6qZR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCpoXF6qZR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCpoXF6qZR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCpoXF6qZR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uCpoXF6qZR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCpoXF6qZR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uCpoXF6qZR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCpoXF6qZR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCpoXF6qZR .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uCpoXF6qZR .dropdown-item.active,
.cid-uCpoXF6qZR .dropdown-item:active {
  background-color: transparent;
}
.cid-uCpoXF6qZR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCpoXF6qZR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCpoXF6qZR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCpoXF6qZR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCpoXF6qZR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uCpoXF6qZR .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uCpoXF6qZR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCpoXF6qZR .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uCpoXF6qZR .navbar-buttons {
    text-align: left;
  }
}
.cid-uCpoXF6qZR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCpoXF6qZR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uCpoXF6qZR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCpoXF6qZR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCpoXF6qZR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCpoXF6qZR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCpoXF6qZR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCpoXF6qZR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCpoXF6qZR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCpoXF6qZR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCpoXF6qZR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uCpoXF6qZR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCpoXF6qZR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uCpoXF6qZR .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCpoXF6qZR .navbar {
    height: 70px;
  }
  .cid-uCpoXF6qZR .navbar.opened {
    height: auto;
  }
  .cid-uCpoXF6qZR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCpoXF6qZR .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uCpoXF6qZR .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uCpoXF6qZR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uCpoXF6qZR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uCpoXF6qZR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uCpoXF6qZR .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uCpoXF6qZR .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uCpoXF6qZR .navbar-brand {
    margin-right: auto;
  }
  .cid-uCpoXF6qZR .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uCpoXF6qZR .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uCpoXF6qZR .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uCpoXF6qZR .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uCpoXF6qZR .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uCpoXF6qZR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uCpoXF6qZR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uCpoXF6qZR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uCpoXF6qZR .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uCpoXF6qZR .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uCpoXF6qZR .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uKAuPfbIyC {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background-image-illustration-bc.webp-2000x1125.webp");
}
.cid-uKAuPfbIyC .content-head {
  max-width: 800px;
}
.cid-uDBFpfiBGz {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDBFpfiBGz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDBFpfiBGz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDBFpfiBGz .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uDBFpfiBGz .image-wrap img {
    display: block;
    margin: auto;
  }
}
.cid-uDBFpfiBGz .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uDBFpfiBGz .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uDBFpfiBGz .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uDBFpfiBGz .header-menu li p {
  margin: 0;
}
.cid-uDBFpfiBGz .mbr-section-title {
  color: #51c2e0;
}
.cid-uDBFpfiBGz .header-menu-item {
  color: #ffffff;
}
.cid-uDBFpfiBGz .mbr-text,
.cid-uDBFpfiBGz .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uDBFpfiBGz .content-head {
  max-width: 800px;
}
.cid-uDBDaMRBL8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background-image-illustration-bc.webp-2000x1125.webp");
}
.cid-uDBDaMRBL8 .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uDBDaMRBL8 img,
.cid-uDBDaMRBL8 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uDBDaMRBL8 .item:focus,
.cid-uDBDaMRBL8 span:focus {
  outline: none;
}
.cid-uDBDaMRBL8 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uDBDaMRBL8 .item {
    margin-bottom: 1rem;
  }
}
.cid-uDBDaMRBL8 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uDBDaMRBL8 .mbr-section-title {
  color: #51c2e0;
}
.cid-uDBDaMRBL8 .mbr-text,
.cid-uDBDaMRBL8 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uDBDaMRBL8 .item-title {
  color: #0a0071;
  text-align: left;
}
.cid-uDBDaMRBL8 .content-head {
  max-width: 800px;
}
.cid-uDBDaMRBL8 .mbr-section-subtitle {
  color: #000000;
}
.cid-uNq7O3WdXp {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f7f6fe;
}
.cid-uNq7O3WdXp .row {
  flex-direction: row-reverse;
}
.cid-uNq7O3WdXp .justify-content-center {
  align-items: center;
}
.cid-uNq7O3WdXp .mbr-section-title {
  text-align: right;
  color: #f58079;
}
.cid-uNq7O3WdXp .mbr-text,
.cid-uNq7O3WdXp .mbr-section-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uNq7O3WdXp .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uNq7O3WdXp .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uNq7O3WdXp .item-wrapper {
    padding: 4rem;
  }
}
.cid-uNq7I6AJi3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0071;
}
.cid-uNq7I6AJi3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNq7I6AJi3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNq7I6AJi3 .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uNq7I6AJi3 .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uNq7I6AJi3 .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uNq7I6AJi3 .bg-twitter:hover {
  background: #0c85d0;
}
.cid-uNq7I6AJi3 .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uNq7I6AJi3 .bg-pinterest:hover {
  background: #b3001b;
}
.cid-uNq7I6AJi3 .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uNq7I6AJi3 .bg-instagram:hover {
  background: #bd005c;
}
.cid-uNq7I6AJi3 .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-uNq7I6AJi3 .bg-linkedin:hover {
  background: #005582;
}
.cid-uNq7I6AJi3 .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-uNq7I6AJi3 .bg-tiktok:hover {
  background: #000000;
}
.cid-uNq7I6AJi3 .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uNq7I6AJi3 [class^="socicon-"]:before,
.cid-uNq7I6AJi3 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uNq7I6AJi3 .mbr-section-title,
.cid-uNq7I6AJi3 .social-list {
  color: #ffffff;
}
.cid-uCpoXGAQot {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #0a0071;
}
.cid-uCpoXGAQot .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCpoXGAQot .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCpoXGAQot .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uCpoXGAQot .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uCpoXGAQot .row {
    flex-direction: column-reverse !important;
  }
  .cid-uCpoXGAQot .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uCpoXGAQot .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uCpoXGAQot .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uCpoXGAQot .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uCpoXGAQot .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uCpoXGAQot .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uCpoXGAQot .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uCpoXGAQot .copyright {
    text-align: center;
  }
}
.cid-uCpvmFyq1u {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uCpvmFyq1u .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uCpvmFyq1u .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uCpvmFyq1u .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCpvmFyq1u .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uCpvmFyq1u .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCpvmFyq1u .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCpvmFyq1u .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uCpvmFyq1u .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uCpvmFyq1u .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uCpvmFyq1u .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uCpvmFyq1u .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uCpvmFyq1u .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uCpvmFyq1u .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uCpvmFyq1u .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uCpvmFyq1u .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uCpvmFyq1u .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uCpvmFyq1u .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uCpvmFyq1u .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uCpvmFyq1u .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uCpvmFyq1u .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uCpvmFyq1u .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uCpvmFyq1u .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uCpvmFyq1u .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uCpvmFyq1u .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uCpvmFyq1u .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCpvmFyq1u .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
  border-radius: 4px !important;
}
.cid-uCpvmFyq1u .nav-item:focus,
.cid-uCpvmFyq1u .nav-link:focus {
  outline: none;
}
.cid-uCpvmFyq1u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCpvmFyq1u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCpvmFyq1u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCpvmFyq1u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCpvmFyq1u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCpvmFyq1u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCpvmFyq1u .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uCpvmFyq1u .navbar.opened {
  transition: all 0.3s;
}
.cid-uCpvmFyq1u .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCpvmFyq1u .navbar .navbar-logo img {
  width: auto;
}
.cid-uCpvmFyq1u .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uCpvmFyq1u .navbar.collapsed {
  justify-content: center;
}
.cid-uCpvmFyq1u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCpvmFyq1u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCpvmFyq1u .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uCpvmFyq1u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCpvmFyq1u .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCpvmFyq1u .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uCpvmFyq1u .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCpvmFyq1u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCpvmFyq1u .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uCpvmFyq1u .navbar {
    min-height: 72px;
  }
  .cid-uCpvmFyq1u .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uCpvmFyq1u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCpvmFyq1u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCpvmFyq1u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCpvmFyq1u .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCpvmFyq1u .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uCpvmFyq1u .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCpvmFyq1u .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uCpvmFyq1u .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCpvmFyq1u .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCpvmFyq1u .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uCpvmFyq1u .dropdown-item.active,
.cid-uCpvmFyq1u .dropdown-item:active {
  background-color: transparent;
}
.cid-uCpvmFyq1u .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCpvmFyq1u .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCpvmFyq1u .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCpvmFyq1u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCpvmFyq1u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uCpvmFyq1u .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uCpvmFyq1u ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCpvmFyq1u .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uCpvmFyq1u .navbar-buttons {
    text-align: left;
  }
}
.cid-uCpvmFyq1u button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCpvmFyq1u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uCpvmFyq1u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCpvmFyq1u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCpvmFyq1u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCpvmFyq1u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCpvmFyq1u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCpvmFyq1u nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCpvmFyq1u nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCpvmFyq1u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCpvmFyq1u .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uCpvmFyq1u a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCpvmFyq1u .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uCpvmFyq1u .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCpvmFyq1u .navbar {
    height: 70px;
  }
  .cid-uCpvmFyq1u .navbar.opened {
    height: auto;
  }
  .cid-uCpvmFyq1u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCpvmFyq1u .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uCpvmFyq1u .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uCpvmFyq1u .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uCpvmFyq1u .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uCpvmFyq1u .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uCpvmFyq1u .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uCpvmFyq1u .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uCpvmFyq1u .navbar-brand {
    margin-right: auto;
  }
  .cid-uCpvmFyq1u .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uCpvmFyq1u .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uCpvmFyq1u .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uCpvmFyq1u .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uCpvmFyq1u .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uCpvmFyq1u .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uCpvmFyq1u .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uCpvmFyq1u .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uCpvmFyq1u .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uCpvmFyq1u .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uCpvmFyq1u .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uCpwqIXkVk {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uCpwqIXkVk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCpwqIXkVk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uCpwqIXkVk .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uCpwqIXkVk .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uCpwqIXkVk .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-uCpwqIXkVk .card-wrapper {
  background: #ffffff;
}
.cid-uCpwqIXkVk .mbr-text,
.cid-uCpwqIXkVk .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uCpwqIXkVk .card-title,
.cid-uCpwqIXkVk .card-box {
  text-align: left;
  color: #f58079;
}
.cid-uCpwqIXkVk .mbr-section-subtitle {
  color: #000000;
}
.cid-uCpzDM3bC3 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f7f6fe;
}
.cid-uCpzDM3bC3 .row {
  flex-direction: row-reverse;
}
.cid-uCpzDM3bC3 .justify-content-center {
  align-items: center;
}
.cid-uCpzDM3bC3 .mbr-section-title {
  text-align: center;
  color: #f58079;
}
.cid-uCpzDM3bC3 .mbr-text,
.cid-uCpzDM3bC3 .mbr-section-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uCpzDM3bC3 .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uCpzDM3bC3 .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uCpzDM3bC3 .item-wrapper {
    padding: 4rem;
  }
}
.cid-uCpvmGkmpa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uCpvmGkmpa .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uCpvmGkmpa img,
.cid-uCpvmGkmpa .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uCpvmGkmpa .item:focus,
.cid-uCpvmGkmpa span:focus {
  outline: none;
}
.cid-uCpvmGkmpa .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uCpvmGkmpa .item {
    margin-bottom: 1rem;
  }
}
.cid-uCpvmGkmpa .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uCpvmGkmpa .mbr-section-title {
  color: #f58079;
}
.cid-uCpvmGkmpa .mbr-text,
.cid-uCpvmGkmpa .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-uCpvmGkmpa .item-title {
  color: #0a0071;
  text-align: center;
}
.cid-uCpvmGkmpa .content-head {
  max-width: 800px;
}
.cid-uCpvmGkmpa .mbr-section-subtitle {
  color: #000000;
}
.cid-uNkkWjrrcq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0071;
}
.cid-uNkkWjrrcq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNkkWjrrcq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNkkWjrrcq .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uNkkWjrrcq .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uNkkWjrrcq .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uNkkWjrrcq .bg-twitter:hover {
  background: #0c85d0;
}
.cid-uNkkWjrrcq .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uNkkWjrrcq .bg-pinterest:hover {
  background: #b3001b;
}
.cid-uNkkWjrrcq .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uNkkWjrrcq .bg-instagram:hover {
  background: #bd005c;
}
.cid-uNkkWjrrcq .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-uNkkWjrrcq .bg-linkedin:hover {
  background: #005582;
}
.cid-uNkkWjrrcq .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-uNkkWjrrcq .bg-tiktok:hover {
  background: #000000;
}
.cid-uNkkWjrrcq .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uNkkWjrrcq [class^="socicon-"]:before,
.cid-uNkkWjrrcq [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uNkkWjrrcq .mbr-section-title,
.cid-uNkkWjrrcq .social-list {
  color: #ffffff;
}
.cid-uCpvmGzhq9 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #0a0071;
}
.cid-uCpvmGzhq9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCpvmGzhq9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCpvmGzhq9 .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uCpvmGzhq9 .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uCpvmGzhq9 .row {
    flex-direction: column-reverse !important;
  }
  .cid-uCpvmGzhq9 .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uCpvmGzhq9 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uCpvmGzhq9 .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uCpvmGzhq9 .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uCpvmGzhq9 .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uCpvmGzhq9 .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uCpvmGzhq9 .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uCpvmGzhq9 .copyright {
    text-align: center;
  }
}
.cid-uKdVHBOXRm {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uKdVHBOXRm .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uKdVHBOXRm .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uKdVHBOXRm .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKdVHBOXRm .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uKdVHBOXRm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKdVHBOXRm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKdVHBOXRm .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uKdVHBOXRm .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uKdVHBOXRm .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uKdVHBOXRm .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uKdVHBOXRm .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uKdVHBOXRm .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uKdVHBOXRm .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uKdVHBOXRm .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uKdVHBOXRm .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uKdVHBOXRm .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uKdVHBOXRm .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uKdVHBOXRm .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uKdVHBOXRm .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uKdVHBOXRm .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uKdVHBOXRm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uKdVHBOXRm .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uKdVHBOXRm .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uKdVHBOXRm .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uKdVHBOXRm .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKdVHBOXRm .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
  border-radius: 4px !important;
}
.cid-uKdVHBOXRm .nav-item:focus,
.cid-uKdVHBOXRm .nav-link:focus {
  outline: none;
}
.cid-uKdVHBOXRm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKdVHBOXRm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKdVHBOXRm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKdVHBOXRm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKdVHBOXRm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKdVHBOXRm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKdVHBOXRm .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uKdVHBOXRm .navbar.opened {
  transition: all 0.3s;
}
.cid-uKdVHBOXRm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKdVHBOXRm .navbar .navbar-logo img {
  width: auto;
}
.cid-uKdVHBOXRm .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uKdVHBOXRm .navbar.collapsed {
  justify-content: center;
}
.cid-uKdVHBOXRm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKdVHBOXRm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKdVHBOXRm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uKdVHBOXRm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKdVHBOXRm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKdVHBOXRm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uKdVHBOXRm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKdVHBOXRm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKdVHBOXRm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uKdVHBOXRm .navbar {
    min-height: 72px;
  }
  .cid-uKdVHBOXRm .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uKdVHBOXRm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKdVHBOXRm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKdVHBOXRm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKdVHBOXRm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKdVHBOXRm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uKdVHBOXRm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKdVHBOXRm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uKdVHBOXRm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKdVHBOXRm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uKdVHBOXRm .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uKdVHBOXRm .dropdown-item.active,
.cid-uKdVHBOXRm .dropdown-item:active {
  background-color: transparent;
}
.cid-uKdVHBOXRm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKdVHBOXRm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKdVHBOXRm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKdVHBOXRm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKdVHBOXRm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uKdVHBOXRm .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uKdVHBOXRm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKdVHBOXRm .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uKdVHBOXRm .navbar-buttons {
    text-align: left;
  }
}
.cid-uKdVHBOXRm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKdVHBOXRm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uKdVHBOXRm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKdVHBOXRm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKdVHBOXRm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKdVHBOXRm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKdVHBOXRm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKdVHBOXRm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKdVHBOXRm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKdVHBOXRm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKdVHBOXRm .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uKdVHBOXRm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKdVHBOXRm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uKdVHBOXRm .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKdVHBOXRm .navbar {
    height: 70px;
  }
  .cid-uKdVHBOXRm .navbar.opened {
    height: auto;
  }
  .cid-uKdVHBOXRm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKdVHBOXRm .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uKdVHBOXRm .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uKdVHBOXRm .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uKdVHBOXRm .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uKdVHBOXRm .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uKdVHBOXRm .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uKdVHBOXRm .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uKdVHBOXRm .navbar-brand {
    margin-right: auto;
  }
  .cid-uKdVHBOXRm .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uKdVHBOXRm .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uKdVHBOXRm .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uKdVHBOXRm .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uKdVHBOXRm .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uKdVHBOXRm .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uKdVHBOXRm .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uKdVHBOXRm .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uKdVHBOXRm .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uKdVHBOXRm .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uKdVHBOXRm .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uKdVHC9C0T {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKdVHC9C0T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKdVHC9C0T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uKdVHC9C0T .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uKdVHC9C0T .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uKdVHC9C0T .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-uKdVHC9C0T .card-wrapper {
  background: #ffffff;
}
.cid-uKdVHC9C0T .mbr-text,
.cid-uKdVHC9C0T .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uKdVHC9C0T .card-title,
.cid-uKdVHC9C0T .card-box {
  text-align: left;
  color: #f58079;
}
.cid-uKdVHC9C0T .mbr-section-subtitle {
  color: #000000;
}
.cid-uKdVHCuRyl {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f7f6fe;
}
.cid-uKdVHCuRyl .row {
  flex-direction: row-reverse;
}
.cid-uKdVHCuRyl .justify-content-center {
  align-items: center;
}
.cid-uKdVHCuRyl .mbr-section-title {
  text-align: center;
  color: #f58079;
}
.cid-uKdVHCuRyl .mbr-text,
.cid-uKdVHCuRyl .mbr-section-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uKdVHCuRyl .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uKdVHCuRyl .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKdVHCuRyl .item-wrapper {
    padding: 4rem;
  }
}
.cid-uKdVHCM8rw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uKdVHCM8rw .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uKdVHCM8rw img,
.cid-uKdVHCM8rw .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uKdVHCM8rw .item:focus,
.cid-uKdVHCM8rw span:focus {
  outline: none;
}
.cid-uKdVHCM8rw .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uKdVHCM8rw .item {
    margin-bottom: 1rem;
  }
}
.cid-uKdVHCM8rw .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uKdVHCM8rw .mbr-section-title {
  color: #f58079;
}
.cid-uKdVHCM8rw .mbr-text,
.cid-uKdVHCM8rw .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-uKdVHCM8rw .item-title {
  color: #0a0071;
  text-align: center;
}
.cid-uKdVHCM8rw .content-head {
  max-width: 800px;
}
.cid-uKdVHCM8rw .mbr-section-subtitle {
  color: #000000;
}
.cid-uNklcWKIMB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0071;
}
.cid-uNklcWKIMB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNklcWKIMB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNklcWKIMB .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uNklcWKIMB .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uNklcWKIMB .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uNklcWKIMB .bg-twitter:hover {
  background: #0c85d0;
}
.cid-uNklcWKIMB .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uNklcWKIMB .bg-pinterest:hover {
  background: #b3001b;
}
.cid-uNklcWKIMB .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uNklcWKIMB .bg-instagram:hover {
  background: #bd005c;
}
.cid-uNklcWKIMB .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-uNklcWKIMB .bg-linkedin:hover {
  background: #005582;
}
.cid-uNklcWKIMB .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-uNklcWKIMB .bg-tiktok:hover {
  background: #000000;
}
.cid-uNklcWKIMB .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uNklcWKIMB [class^="socicon-"]:before,
.cid-uNklcWKIMB [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uNklcWKIMB .mbr-section-title,
.cid-uNklcWKIMB .social-list {
  color: #ffffff;
}
.cid-uKdVHDkrsk {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #0a0071;
}
.cid-uKdVHDkrsk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKdVHDkrsk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKdVHDkrsk .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uKdVHDkrsk .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKdVHDkrsk .row {
    flex-direction: column-reverse !important;
  }
  .cid-uKdVHDkrsk .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uKdVHDkrsk .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uKdVHDkrsk .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uKdVHDkrsk .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uKdVHDkrsk .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uKdVHDkrsk .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uKdVHDkrsk .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uKdVHDkrsk .copyright {
    text-align: center;
  }
}
.cid-uKw0QrcDgM {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uKw0QrcDgM .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uKw0QrcDgM .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uKw0QrcDgM .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKw0QrcDgM .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uKw0QrcDgM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKw0QrcDgM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKw0QrcDgM .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uKw0QrcDgM .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uKw0QrcDgM .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uKw0QrcDgM .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uKw0QrcDgM .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uKw0QrcDgM .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uKw0QrcDgM .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uKw0QrcDgM .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uKw0QrcDgM .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uKw0QrcDgM .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uKw0QrcDgM .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uKw0QrcDgM .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uKw0QrcDgM .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uKw0QrcDgM .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uKw0QrcDgM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uKw0QrcDgM .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uKw0QrcDgM .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uKw0QrcDgM .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uKw0QrcDgM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKw0QrcDgM .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
  border-radius: 4px !important;
}
.cid-uKw0QrcDgM .nav-item:focus,
.cid-uKw0QrcDgM .nav-link:focus {
  outline: none;
}
.cid-uKw0QrcDgM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKw0QrcDgM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKw0QrcDgM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKw0QrcDgM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKw0QrcDgM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKw0QrcDgM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKw0QrcDgM .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uKw0QrcDgM .navbar.opened {
  transition: all 0.3s;
}
.cid-uKw0QrcDgM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKw0QrcDgM .navbar .navbar-logo img {
  width: auto;
}
.cid-uKw0QrcDgM .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uKw0QrcDgM .navbar.collapsed {
  justify-content: center;
}
.cid-uKw0QrcDgM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKw0QrcDgM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKw0QrcDgM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uKw0QrcDgM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKw0QrcDgM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKw0QrcDgM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uKw0QrcDgM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKw0QrcDgM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKw0QrcDgM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uKw0QrcDgM .navbar {
    min-height: 72px;
  }
  .cid-uKw0QrcDgM .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uKw0QrcDgM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKw0QrcDgM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKw0QrcDgM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKw0QrcDgM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKw0QrcDgM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uKw0QrcDgM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKw0QrcDgM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uKw0QrcDgM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKw0QrcDgM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uKw0QrcDgM .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uKw0QrcDgM .dropdown-item.active,
.cid-uKw0QrcDgM .dropdown-item:active {
  background-color: transparent;
}
.cid-uKw0QrcDgM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKw0QrcDgM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKw0QrcDgM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKw0QrcDgM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKw0QrcDgM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uKw0QrcDgM .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uKw0QrcDgM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKw0QrcDgM .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uKw0QrcDgM .navbar-buttons {
    text-align: left;
  }
}
.cid-uKw0QrcDgM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKw0QrcDgM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uKw0QrcDgM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKw0QrcDgM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKw0QrcDgM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKw0QrcDgM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKw0QrcDgM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKw0QrcDgM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKw0QrcDgM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKw0QrcDgM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKw0QrcDgM .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uKw0QrcDgM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKw0QrcDgM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uKw0QrcDgM .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKw0QrcDgM .navbar {
    height: 70px;
  }
  .cid-uKw0QrcDgM .navbar.opened {
    height: auto;
  }
  .cid-uKw0QrcDgM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKw0QrcDgM .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uKw0QrcDgM .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uKw0QrcDgM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uKw0QrcDgM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uKw0QrcDgM .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uKw0QrcDgM .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uKw0QrcDgM .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uKw0QrcDgM .navbar-brand {
    margin-right: auto;
  }
  .cid-uKw0QrcDgM .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uKw0QrcDgM .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uKw0QrcDgM .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uKw0QrcDgM .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uKw0QrcDgM .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uKw0QrcDgM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uKw0QrcDgM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uKw0QrcDgM .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uKw0QrcDgM .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uKw0QrcDgM .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uKw0QrcDgM .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uKw2VABXZJ {
  background-color: #ffffff;
}
.cid-uKw2VABXZJ .content-head {
  max-width: 800px;
}
.cid-uKw6UJckTa {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #f7f6fe;
}
.cid-uKw6UJckTa .mbr-text {
  color: #000000;
}
.cid-uKw6UJckTa .mbr-section-subtitle {
  color: #000000;
}
.cid-uKw6UJckTa .mbr-section-title {
  color: #000000;
}
.cid-uKw6R5jj5N {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uKw6R5jj5N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKw6R5jj5N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uKw6R5jj5N .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKw6R5jj5N .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uKw6R5jj5N .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uKw6R5jj5N .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKw6R5jj5N .mbr-section-title {
  color: #000000;
}
.cid-uKw6R5jj5N .mbr-text,
.cid-uKw6R5jj5N .mbr-section-btn {
  color: #000000;
}
.cid-uKw8LzLbRh {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uKw8LzLbRh img,
.cid-uKw8LzLbRh .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uKw8LzLbRh .item:focus,
.cid-uKw8LzLbRh span:focus {
  outline: none;
}
.cid-uKw8LzLbRh .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uKw8LzLbRh .item {
    margin-bottom: 1rem;
  }
}
.cid-uKw8LzLbRh .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uKw8LzLbRh .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uKw8LzLbRh .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uKw8LzLbRh .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uKw8LzLbRh .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uKw8LzLbRh .mbr-section-title {
  color: #000000;
}
.cid-uKw8LzLbRh .item-title {
  text-align: center;
}
.cid-uKw8LzLbRh .item-subtitle {
  text-align: left;
}
.cid-uKw8LzLbRh .mbr-text,
.cid-uKw8LzLbRh .item .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uKw8LzLbRh .content-head {
  max-width: 800px;
}
.cid-uKwiaWhTTj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uKwiaWhTTj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKwiaWhTTj .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-uKwiaWhTTj .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uKwiaWhTTj .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uKwiaWhTTj .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKwiaWhTTj .media-content,
.cid-uKwiaWhTTj .mbr-figure {
  align-self: center;
}
.cid-uKwiaWhTTj .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uKwiaWhTTj .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uKwiaWhTTj .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uKwh6wcdDq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7f6fe;
}
.cid-uKwh6wcdDq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKwh6wcdDq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uKwh6wcdDq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKwh6wcdDq .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uKwh6wcdDq .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uKwh6wcdDq .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKwh6wcdDq .mbr-section-title {
  color: #000000;
}
.cid-uKwh6wcdDq .mbr-text,
.cid-uKwh6wcdDq .mbr-section-btn {
  color: #000000;
}
.cid-uKwiktOj0H {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #444c5a;
}
.cid-uKwiktOj0H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKwiktOj0H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKwiktOj0H .mbr-section-title {
  color: #ffffff;
}
.cid-uKwiktOj0H .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uKw0QsbDLN {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f7f6fe;
}
.cid-uKw0QsbDLN .row {
  flex-direction: row-reverse;
}
.cid-uKw0QsbDLN .justify-content-center {
  align-items: center;
}
.cid-uKw0QsbDLN .mbr-section-title {
  text-align: center;
  color: #f58079;
}
.cid-uKw0QsbDLN .mbr-text,
.cid-uKw0QsbDLN .mbr-section-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uKw0QsbDLN .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uKw0QsbDLN .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKw0QsbDLN .item-wrapper {
    padding: 4rem;
  }
}
.cid-uNq6Xv8pHA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0071;
}
.cid-uNq6Xv8pHA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNq6Xv8pHA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNq6Xv8pHA .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uNq6Xv8pHA .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uNq6Xv8pHA .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uNq6Xv8pHA .bg-twitter:hover {
  background: #0c85d0;
}
.cid-uNq6Xv8pHA .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uNq6Xv8pHA .bg-pinterest:hover {
  background: #b3001b;
}
.cid-uNq6Xv8pHA .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uNq6Xv8pHA .bg-instagram:hover {
  background: #bd005c;
}
.cid-uNq6Xv8pHA .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-uNq6Xv8pHA .bg-linkedin:hover {
  background: #005582;
}
.cid-uNq6Xv8pHA .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-uNq6Xv8pHA .bg-tiktok:hover {
  background: #000000;
}
.cid-uNq6Xv8pHA .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uNq6Xv8pHA [class^="socicon-"]:before,
.cid-uNq6Xv8pHA [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uNq6Xv8pHA .mbr-section-title,
.cid-uNq6Xv8pHA .social-list {
  color: #ffffff;
}
.cid-uKw0QsQfoO {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #0a0071;
}
.cid-uKw0QsQfoO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKw0QsQfoO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKw0QsQfoO .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uKw0QsQfoO .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKw0QsQfoO .row {
    flex-direction: column-reverse !important;
  }
  .cid-uKw0QsQfoO .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uKw0QsQfoO .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uKw0QsQfoO .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uKw0QsQfoO .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uKw0QsQfoO .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uKw0QsQfoO .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uKw0QsQfoO .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uKw0QsQfoO .copyright {
    text-align: center;
  }
}
.cid-uKxc3zdRyV {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uKxc3zdRyV .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uKxc3zdRyV .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uKxc3zdRyV .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKxc3zdRyV .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uKxc3zdRyV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKxc3zdRyV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKxc3zdRyV .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uKxc3zdRyV .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uKxc3zdRyV .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uKxc3zdRyV .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uKxc3zdRyV .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uKxc3zdRyV .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uKxc3zdRyV .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uKxc3zdRyV .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uKxc3zdRyV .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uKxc3zdRyV .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uKxc3zdRyV .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uKxc3zdRyV .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uKxc3zdRyV .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uKxc3zdRyV .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uKxc3zdRyV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uKxc3zdRyV .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uKxc3zdRyV .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uKxc3zdRyV .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uKxc3zdRyV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKxc3zdRyV .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
  border-radius: 4px !important;
}
.cid-uKxc3zdRyV .nav-item:focus,
.cid-uKxc3zdRyV .nav-link:focus {
  outline: none;
}
.cid-uKxc3zdRyV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKxc3zdRyV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKxc3zdRyV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKxc3zdRyV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKxc3zdRyV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKxc3zdRyV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKxc3zdRyV .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uKxc3zdRyV .navbar.opened {
  transition: all 0.3s;
}
.cid-uKxc3zdRyV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKxc3zdRyV .navbar .navbar-logo img {
  width: auto;
}
.cid-uKxc3zdRyV .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uKxc3zdRyV .navbar.collapsed {
  justify-content: center;
}
.cid-uKxc3zdRyV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKxc3zdRyV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKxc3zdRyV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uKxc3zdRyV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKxc3zdRyV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKxc3zdRyV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uKxc3zdRyV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKxc3zdRyV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKxc3zdRyV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uKxc3zdRyV .navbar {
    min-height: 72px;
  }
  .cid-uKxc3zdRyV .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uKxc3zdRyV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKxc3zdRyV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKxc3zdRyV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKxc3zdRyV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKxc3zdRyV .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uKxc3zdRyV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKxc3zdRyV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uKxc3zdRyV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKxc3zdRyV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uKxc3zdRyV .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uKxc3zdRyV .dropdown-item.active,
.cid-uKxc3zdRyV .dropdown-item:active {
  background-color: transparent;
}
.cid-uKxc3zdRyV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKxc3zdRyV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKxc3zdRyV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKxc3zdRyV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKxc3zdRyV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uKxc3zdRyV .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uKxc3zdRyV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKxc3zdRyV .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uKxc3zdRyV .navbar-buttons {
    text-align: left;
  }
}
.cid-uKxc3zdRyV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKxc3zdRyV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uKxc3zdRyV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKxc3zdRyV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKxc3zdRyV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKxc3zdRyV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKxc3zdRyV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKxc3zdRyV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKxc3zdRyV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKxc3zdRyV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKxc3zdRyV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uKxc3zdRyV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKxc3zdRyV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uKxc3zdRyV .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKxc3zdRyV .navbar {
    height: 70px;
  }
  .cid-uKxc3zdRyV .navbar.opened {
    height: auto;
  }
  .cid-uKxc3zdRyV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKxc3zdRyV .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uKxc3zdRyV .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uKxc3zdRyV .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uKxc3zdRyV .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uKxc3zdRyV .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uKxc3zdRyV .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uKxc3zdRyV .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uKxc3zdRyV .navbar-brand {
    margin-right: auto;
  }
  .cid-uKxc3zdRyV .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uKxc3zdRyV .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uKxc3zdRyV .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uKxc3zdRyV .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uKxc3zdRyV .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uKxc3zdRyV .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uKxc3zdRyV .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uKxc3zdRyV .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uKxc3zdRyV .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uKxc3zdRyV .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uKxc3zdRyV .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uNfh2zKGko {
  display: flex;
  background-image: url("../../../assets/images/ressources-buddy-creatif.webp-2000x1125.webp");
}
.cid-uNfh2zKGko .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-uNfh2zKGko {
    align-items: flex-end;
  }
  .cid-uNfh2zKGko .row {
    justify-content: flex-start;
  }
  .cid-uNfh2zKGko .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uNfh2zKGko .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uNfh2zKGko {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uNfh2zKGko .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uNfh2zKGko .content-wrap {
    width: 100%;
  }
}
.cid-uNfh2zKGko .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNfh2zKGko .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNfh2zKGko .mbr-section-title,
.cid-uNfh2zKGko .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uNfh2zKGko .mbr-text,
.cid-uNfh2zKGko .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uNfh2zKGko .mbr-section-subtitle {
  color: #eba683;
}
.cid-uNfh2zKGko .mbr-section-title {
  color: #ffffff;
}
.cid-uNq6EavtHS {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f7f6fe;
}
.cid-uNq6EavtHS .row {
  flex-direction: row-reverse;
}
.cid-uNq6EavtHS .justify-content-center {
  align-items: center;
}
.cid-uNq6EavtHS .mbr-section-title {
  text-align: right;
  color: #f58079;
}
.cid-uNq6EavtHS .mbr-text,
.cid-uNq6EavtHS .mbr-section-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uNq6EavtHS .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uNq6EavtHS .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uNq6EavtHS .item-wrapper {
    padding: 4rem;
  }
}
.cid-uNq6FIBlav {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0071;
}
.cid-uNq6FIBlav .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNq6FIBlav .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNq6FIBlav .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uNq6FIBlav .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uNq6FIBlav .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uNq6FIBlav .bg-twitter:hover {
  background: #0c85d0;
}
.cid-uNq6FIBlav .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uNq6FIBlav .bg-pinterest:hover {
  background: #b3001b;
}
.cid-uNq6FIBlav .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uNq6FIBlav .bg-instagram:hover {
  background: #bd005c;
}
.cid-uNq6FIBlav .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-uNq6FIBlav .bg-linkedin:hover {
  background: #005582;
}
.cid-uNq6FIBlav .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-uNq6FIBlav .bg-tiktok:hover {
  background: #000000;
}
.cid-uNq6FIBlav .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uNq6FIBlav [class^="socicon-"]:before,
.cid-uNq6FIBlav [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uNq6FIBlav .mbr-section-title,
.cid-uNq6FIBlav .social-list {
  color: #ffffff;
}
.cid-uKxc3zSZTI {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #0a0071;
}
.cid-uKxc3zSZTI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKxc3zSZTI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKxc3zSZTI .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uKxc3zSZTI .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKxc3zSZTI .row {
    flex-direction: column-reverse !important;
  }
  .cid-uKxc3zSZTI .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uKxc3zSZTI .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uKxc3zSZTI .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uKxc3zSZTI .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uKxc3zSZTI .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uKxc3zSZTI .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uKxc3zSZTI .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uKxc3zSZTI .copyright {
    text-align: center;
  }
}
.cid-uFSmsfJSGb {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uFSmsfJSGb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uFSmsfJSGb .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uFSmsfJSGb .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFSmsfJSGb .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uFSmsfJSGb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFSmsfJSGb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFSmsfJSGb .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uFSmsfJSGb .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uFSmsfJSGb .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uFSmsfJSGb .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uFSmsfJSGb .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uFSmsfJSGb .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uFSmsfJSGb .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uFSmsfJSGb .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uFSmsfJSGb .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uFSmsfJSGb .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uFSmsfJSGb .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uFSmsfJSGb .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uFSmsfJSGb .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uFSmsfJSGb .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uFSmsfJSGb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uFSmsfJSGb .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uFSmsfJSGb .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uFSmsfJSGb .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uFSmsfJSGb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFSmsfJSGb .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
  border-radius: 4px !important;
}
.cid-uFSmsfJSGb .nav-item:focus,
.cid-uFSmsfJSGb .nav-link:focus {
  outline: none;
}
.cid-uFSmsfJSGb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFSmsfJSGb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFSmsfJSGb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFSmsfJSGb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFSmsfJSGb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFSmsfJSGb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFSmsfJSGb .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uFSmsfJSGb .navbar.opened {
  transition: all 0.3s;
}
.cid-uFSmsfJSGb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFSmsfJSGb .navbar .navbar-logo img {
  width: auto;
}
.cid-uFSmsfJSGb .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uFSmsfJSGb .navbar.collapsed {
  justify-content: center;
}
.cid-uFSmsfJSGb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFSmsfJSGb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFSmsfJSGb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uFSmsfJSGb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFSmsfJSGb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFSmsfJSGb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uFSmsfJSGb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFSmsfJSGb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFSmsfJSGb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uFSmsfJSGb .navbar {
    min-height: 72px;
  }
  .cid-uFSmsfJSGb .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uFSmsfJSGb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFSmsfJSGb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFSmsfJSGb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFSmsfJSGb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFSmsfJSGb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uFSmsfJSGb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFSmsfJSGb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uFSmsfJSGb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFSmsfJSGb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFSmsfJSGb .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uFSmsfJSGb .dropdown-item.active,
.cid-uFSmsfJSGb .dropdown-item:active {
  background-color: transparent;
}
.cid-uFSmsfJSGb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFSmsfJSGb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFSmsfJSGb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFSmsfJSGb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uFSmsfJSGb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uFSmsfJSGb .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uFSmsfJSGb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFSmsfJSGb .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uFSmsfJSGb .navbar-buttons {
    text-align: left;
  }
}
.cid-uFSmsfJSGb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFSmsfJSGb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uFSmsfJSGb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFSmsfJSGb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFSmsfJSGb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFSmsfJSGb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFSmsfJSGb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFSmsfJSGb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFSmsfJSGb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFSmsfJSGb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFSmsfJSGb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFSmsfJSGb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFSmsfJSGb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFSmsfJSGb .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFSmsfJSGb .navbar {
    height: 70px;
  }
  .cid-uFSmsfJSGb .navbar.opened {
    height: auto;
  }
  .cid-uFSmsfJSGb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFSmsfJSGb .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uFSmsfJSGb .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uFSmsfJSGb .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uFSmsfJSGb .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uFSmsfJSGb .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uFSmsfJSGb .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uFSmsfJSGb .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uFSmsfJSGb .navbar-brand {
    margin-right: auto;
  }
  .cid-uFSmsfJSGb .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uFSmsfJSGb .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uFSmsfJSGb .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uFSmsfJSGb .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uFSmsfJSGb .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uFSmsfJSGb .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uFSmsfJSGb .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uFSmsfJSGb .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uFSmsfJSGb .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uFSmsfJSGb .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uFSmsfJSGb .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uNfk11VIzj {
  display: flex;
  background-image: url("../../../assets/images/ressources-buddy-creatif.webp-2000x1125.webp");
}
.cid-uNfk11VIzj .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-uNfk11VIzj {
    align-items: flex-end;
  }
  .cid-uNfk11VIzj .row {
    justify-content: flex-start;
  }
  .cid-uNfk11VIzj .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uNfk11VIzj .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uNfk11VIzj {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uNfk11VIzj .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uNfk11VIzj .content-wrap {
    width: 100%;
  }
}
.cid-uNfk11VIzj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNfk11VIzj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNfk11VIzj .mbr-section-title,
.cid-uNfk11VIzj .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uNfk11VIzj .mbr-text,
.cid-uNfk11VIzj .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uNfk11VIzj .mbr-section-subtitle {
  color: #eba683;
}
.cid-uNfk11VIzj .mbr-section-title {
  color: #ffffff;
}
.cid-uFSmsglzCx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uFSmsglzCx .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uFSmsglzCx img,
.cid-uFSmsglzCx .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uFSmsglzCx .item:focus,
.cid-uFSmsglzCx span:focus {
  outline: none;
}
.cid-uFSmsglzCx .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uFSmsglzCx .item {
    margin-bottom: 1rem;
  }
}
.cid-uFSmsglzCx .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uFSmsglzCx .mbr-section-title {
  color: #f58079;
}
.cid-uFSmsglzCx .mbr-text,
.cid-uFSmsglzCx .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-uFSmsglzCx .item-title {
  color: #0a0071;
  text-align: center;
}
.cid-uFSmsglzCx .content-head {
  max-width: 800px;
}
.cid-uFSmsglzCx .mbr-section-subtitle {
  color: #000000;
}
.cid-uFSmsgbJgD {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f7f6fe;
}
.cid-uFSmsgbJgD .row {
  flex-direction: row-reverse;
}
.cid-uFSmsgbJgD .justify-content-center {
  align-items: center;
}
.cid-uFSmsgbJgD .mbr-section-title {
  text-align: center;
  color: #f58079;
}
.cid-uFSmsgbJgD .mbr-text,
.cid-uFSmsgbJgD .mbr-section-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uFSmsgbJgD .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uFSmsgbJgD .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uFSmsgbJgD .item-wrapper {
    padding: 4rem;
  }
}
.cid-uNq6uuHyLx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0071;
}
.cid-uNq6uuHyLx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNq6uuHyLx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNq6uuHyLx .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uNq6uuHyLx .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uNq6uuHyLx .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uNq6uuHyLx .bg-twitter:hover {
  background: #0c85d0;
}
.cid-uNq6uuHyLx .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uNq6uuHyLx .bg-pinterest:hover {
  background: #b3001b;
}
.cid-uNq6uuHyLx .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uNq6uuHyLx .bg-instagram:hover {
  background: #bd005c;
}
.cid-uNq6uuHyLx .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-uNq6uuHyLx .bg-linkedin:hover {
  background: #005582;
}
.cid-uNq6uuHyLx .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-uNq6uuHyLx .bg-tiktok:hover {
  background: #000000;
}
.cid-uNq6uuHyLx .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uNq6uuHyLx [class^="socicon-"]:before,
.cid-uNq6uuHyLx [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uNq6uuHyLx .mbr-section-title,
.cid-uNq6uuHyLx .social-list {
  color: #ffffff;
}
.cid-uFSmsgx0HF {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #0a0071;
}
.cid-uFSmsgx0HF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFSmsgx0HF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFSmsgx0HF .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uFSmsgx0HF .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uFSmsgx0HF .row {
    flex-direction: column-reverse !important;
  }
  .cid-uFSmsgx0HF .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uFSmsgx0HF .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uFSmsgx0HF .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uFSmsgx0HF .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uFSmsgx0HF .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uFSmsgx0HF .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uFSmsgx0HF .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uFSmsgx0HF .copyright {
    text-align: center;
  }
}
.cid-uKxcVqMKnh {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uKxcVqMKnh .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uKxcVqMKnh .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uKxcVqMKnh .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKxcVqMKnh .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uKxcVqMKnh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKxcVqMKnh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKxcVqMKnh .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uKxcVqMKnh .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uKxcVqMKnh .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uKxcVqMKnh .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uKxcVqMKnh .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uKxcVqMKnh .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uKxcVqMKnh .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uKxcVqMKnh .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uKxcVqMKnh .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uKxcVqMKnh .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uKxcVqMKnh .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uKxcVqMKnh .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uKxcVqMKnh .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uKxcVqMKnh .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uKxcVqMKnh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uKxcVqMKnh .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uKxcVqMKnh .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uKxcVqMKnh .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uKxcVqMKnh .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKxcVqMKnh .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
  border-radius: 4px !important;
}
.cid-uKxcVqMKnh .nav-item:focus,
.cid-uKxcVqMKnh .nav-link:focus {
  outline: none;
}
.cid-uKxcVqMKnh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKxcVqMKnh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKxcVqMKnh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKxcVqMKnh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKxcVqMKnh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKxcVqMKnh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKxcVqMKnh .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uKxcVqMKnh .navbar.opened {
  transition: all 0.3s;
}
.cid-uKxcVqMKnh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKxcVqMKnh .navbar .navbar-logo img {
  width: auto;
}
.cid-uKxcVqMKnh .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uKxcVqMKnh .navbar.collapsed {
  justify-content: center;
}
.cid-uKxcVqMKnh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKxcVqMKnh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKxcVqMKnh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uKxcVqMKnh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKxcVqMKnh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKxcVqMKnh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uKxcVqMKnh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKxcVqMKnh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKxcVqMKnh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uKxcVqMKnh .navbar {
    min-height: 72px;
  }
  .cid-uKxcVqMKnh .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uKxcVqMKnh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKxcVqMKnh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKxcVqMKnh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKxcVqMKnh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKxcVqMKnh .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uKxcVqMKnh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKxcVqMKnh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uKxcVqMKnh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKxcVqMKnh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uKxcVqMKnh .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uKxcVqMKnh .dropdown-item.active,
.cid-uKxcVqMKnh .dropdown-item:active {
  background-color: transparent;
}
.cid-uKxcVqMKnh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKxcVqMKnh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKxcVqMKnh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKxcVqMKnh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKxcVqMKnh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uKxcVqMKnh .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uKxcVqMKnh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKxcVqMKnh .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uKxcVqMKnh .navbar-buttons {
    text-align: left;
  }
}
.cid-uKxcVqMKnh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKxcVqMKnh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uKxcVqMKnh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKxcVqMKnh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKxcVqMKnh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKxcVqMKnh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKxcVqMKnh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKxcVqMKnh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKxcVqMKnh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKxcVqMKnh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKxcVqMKnh .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uKxcVqMKnh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKxcVqMKnh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uKxcVqMKnh .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKxcVqMKnh .navbar {
    height: 70px;
  }
  .cid-uKxcVqMKnh .navbar.opened {
    height: auto;
  }
  .cid-uKxcVqMKnh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKxcVqMKnh .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uKxcVqMKnh .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uKxcVqMKnh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uKxcVqMKnh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uKxcVqMKnh .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uKxcVqMKnh .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uKxcVqMKnh .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uKxcVqMKnh .navbar-brand {
    margin-right: auto;
  }
  .cid-uKxcVqMKnh .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uKxcVqMKnh .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uKxcVqMKnh .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uKxcVqMKnh .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uKxcVqMKnh .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uKxcVqMKnh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uKxcVqMKnh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uKxcVqMKnh .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uKxcVqMKnh .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uKxcVqMKnh .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uKxcVqMKnh .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uNkMsIFAZh {
  display: flex;
  background-image: url("../../../assets/images/livre1-trouve-ta-clarte-pro-buddy-creatif.webp-1472x832.webp");
}
.cid-uNkMsIFAZh .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-uNkMsIFAZh {
    align-items: flex-end;
  }
  .cid-uNkMsIFAZh .row {
    justify-content: flex-start;
  }
  .cid-uNkMsIFAZh .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uNkMsIFAZh .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uNkMsIFAZh {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uNkMsIFAZh .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uNkMsIFAZh .content-wrap {
    width: 100%;
  }
}
.cid-uNkMsIFAZh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNkMsIFAZh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNkMsIFAZh .mbr-section-title,
.cid-uNkMsIFAZh .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uNkMsIFAZh .mbr-text,
.cid-uNkMsIFAZh .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uNkMsIFAZh .mbr-section-subtitle {
  color: #eba683;
}
.cid-uNkMsIFAZh .mbr-section-title {
  color: #ffffff;
}
.cid-uKD2WbQKZV {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uKD2WbQKZV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKD2WbQKZV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uKD2WbQKZV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKD2WbQKZV .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uKD2WbQKZV .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uKD2WbQKZV .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKD2WbQKZV .mbr-section-title {
  color: #000000;
}
.cid-uKD2WbQKZV .mbr-text,
.cid-uKD2WbQKZV .mbr-section-btn {
  color: #000000;
}
.cid-uZL8F36Gok {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0a0071;
}
.cid-uZL8F36Gok .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZL8F36Gok .item {
    margin-bottom: 1rem;
  }
}
.cid-uZL8F36Gok .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uZL8F36Gok .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uZL8F36Gok .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uZL8F36Gok .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uZL8F36Gok .carousel-control,
.cid-uZL8F36Gok .close {
  background: #1b1b1b;
}
.cid-uZL8F36Gok .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uZL8F36Gok .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uZL8F36Gok .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uZL8F36Gok .carousel-control-next span {
  margin-left: 5px;
}
.cid-uZL8F36Gok .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uZL8F36Gok .close::before {
  content: '\e91a';
}
.cid-uZL8F36Gok .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uZL8F36Gok .carousel-control {
  display: flex;
  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-uZL8F36Gok .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZL8F36Gok .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uZL8F36Gok .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uZL8F36Gok .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uZL8F36Gok .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-uZL8F36Gok .carousel-indicators li.active,
.cid-uZL8F36Gok .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uZL8F36Gok .carousel-indicators li::after,
.cid-uZL8F36Gok .carousel-indicators li::before {
  content: none;
}
.cid-uZL8F36Gok .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uZL8F36Gok .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uZL8F36Gok .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZL8F36Gok .carousel-indicators {
    display: none;
  }
}
.cid-uZL8F36Gok .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uZL8F36Gok .carousel-inner > .active {
  display: block;
}
.cid-uZL8F36Gok .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZL8F36Gok .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uZL8F36Gok .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uZL8F36Gok .carousel-control,
  .cid-uZL8F36Gok .carousel-indicators,
  .cid-uZL8F36Gok .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uZL8F36Gok .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uZL8F36Gok .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uZL8F36Gok .carousel-indicators .active,
.cid-uZL8F36Gok .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uZL8F36Gok .carousel-indicators .active {
  background: #fff;
}
.cid-uZL8F36Gok .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uZL8F36Gok .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uZL8F36Gok .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uZL8F36Gok .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uZL8F36Gok .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uZL8F36Gok .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uZL8F36Gok .carousel {
  width: 100%;
}
.cid-uZL8F36Gok .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uZL8F36Gok .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uZL8F36Gok .modal.fade .modal-dialog,
.cid-uZL8F36Gok .modal.in .modal-dialog {
  transform: none;
}
.cid-uZL8F36Gok .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uZL8F36Gok .content-head {
  max-width: 800px;
}
.cid-uZL8F36Gok H3 {
  color: #ffffff;
}
.cid-uZL8F36Gok H4 {
  color: #ffffff;
}
.cid-uKxcVr6yz8 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f7f6fe;
}
.cid-uKxcVr6yz8 .row {
  flex-direction: row-reverse;
}
.cid-uKxcVr6yz8 .justify-content-center {
  align-items: center;
}
.cid-uKxcVr6yz8 .mbr-section-title {
  text-align: right;
  color: #f58079;
}
.cid-uKxcVr6yz8 .mbr-text,
.cid-uKxcVr6yz8 .mbr-section-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uKxcVr6yz8 .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uKxcVr6yz8 .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKxcVr6yz8 .item-wrapper {
    padding: 4rem;
  }
}
.cid-uNkkwF5bvr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNkkwF5bvr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNkkwF5bvr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNkkwF5bvr .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uNkkwF5bvr .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uNkkwF5bvr .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uNkkwF5bvr .bg-twitter:hover {
  background: #0c85d0;
}
.cid-uNkkwF5bvr .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uNkkwF5bvr .bg-pinterest:hover {
  background: #b3001b;
}
.cid-uNkkwF5bvr .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uNkkwF5bvr .bg-instagram:hover {
  background: #bd005c;
}
.cid-uNkkwF5bvr .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-uNkkwF5bvr .bg-linkedin:hover {
  background: #005582;
}
.cid-uNkkwF5bvr .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-uNkkwF5bvr .bg-tiktok:hover {
  background: #000000;
}
.cid-uNkkwF5bvr .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uNkkwF5bvr [class^="socicon-"]:before,
.cid-uNkkwF5bvr [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uNkkwF5bvr .mbr-section-title,
.cid-uNkkwF5bvr .social-list {
  color: #ffffff;
}
.cid-uKxcVrpvKy {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #0a0071;
}
.cid-uKxcVrpvKy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKxcVrpvKy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKxcVrpvKy .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uKxcVrpvKy .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKxcVrpvKy .row {
    flex-direction: column-reverse !important;
  }
  .cid-uKxcVrpvKy .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uKxcVrpvKy .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uKxcVrpvKy .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uKxcVrpvKy .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uKxcVrpvKy .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uKxcVrpvKy .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uKxcVrpvKy .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uKxcVrpvKy .copyright {
    text-align: center;
  }
}
.cid-uF2gATf0oG {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uF2gATf0oG .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uF2gATf0oG .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uF2gATf0oG .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF2gATf0oG .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uF2gATf0oG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF2gATf0oG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF2gATf0oG .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uF2gATf0oG .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uF2gATf0oG .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uF2gATf0oG .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uF2gATf0oG .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uF2gATf0oG .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uF2gATf0oG .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uF2gATf0oG .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uF2gATf0oG .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uF2gATf0oG .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uF2gATf0oG .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uF2gATf0oG .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uF2gATf0oG .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uF2gATf0oG .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uF2gATf0oG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uF2gATf0oG .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uF2gATf0oG .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uF2gATf0oG .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uF2gATf0oG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uF2gATf0oG .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
  border-radius: 4px !important;
}
.cid-uF2gATf0oG .nav-item:focus,
.cid-uF2gATf0oG .nav-link:focus {
  outline: none;
}
.cid-uF2gATf0oG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uF2gATf0oG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF2gATf0oG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uF2gATf0oG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF2gATf0oG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF2gATf0oG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF2gATf0oG .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uF2gATf0oG .navbar.opened {
  transition: all 0.3s;
}
.cid-uF2gATf0oG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uF2gATf0oG .navbar .navbar-logo img {
  width: auto;
}
.cid-uF2gATf0oG .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uF2gATf0oG .navbar.collapsed {
  justify-content: center;
}
.cid-uF2gATf0oG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF2gATf0oG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uF2gATf0oG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uF2gATf0oG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF2gATf0oG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF2gATf0oG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uF2gATf0oG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF2gATf0oG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uF2gATf0oG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uF2gATf0oG .navbar {
    min-height: 72px;
  }
  .cid-uF2gATf0oG .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uF2gATf0oG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF2gATf0oG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF2gATf0oG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF2gATf0oG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uF2gATf0oG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uF2gATf0oG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uF2gATf0oG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uF2gATf0oG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uF2gATf0oG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uF2gATf0oG .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uF2gATf0oG .dropdown-item.active,
.cid-uF2gATf0oG .dropdown-item:active {
  background-color: transparent;
}
.cid-uF2gATf0oG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF2gATf0oG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF2gATf0oG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF2gATf0oG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uF2gATf0oG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uF2gATf0oG .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uF2gATf0oG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uF2gATf0oG .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uF2gATf0oG .navbar-buttons {
    text-align: left;
  }
}
.cid-uF2gATf0oG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uF2gATf0oG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uF2gATf0oG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uF2gATf0oG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF2gATf0oG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF2gATf0oG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uF2gATf0oG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF2gATf0oG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uF2gATf0oG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uF2gATf0oG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF2gATf0oG .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uF2gATf0oG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uF2gATf0oG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uF2gATf0oG .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF2gATf0oG .navbar {
    height: 70px;
  }
  .cid-uF2gATf0oG .navbar.opened {
    height: auto;
  }
  .cid-uF2gATf0oG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF2gATf0oG .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uF2gATf0oG .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uF2gATf0oG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uF2gATf0oG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uF2gATf0oG .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uF2gATf0oG .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uF2gATf0oG .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uF2gATf0oG .navbar-brand {
    margin-right: auto;
  }
  .cid-uF2gATf0oG .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uF2gATf0oG .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uF2gATf0oG .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uF2gATf0oG .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uF2gATf0oG .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uF2gATf0oG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uF2gATf0oG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uF2gATf0oG .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uF2gATf0oG .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uF2gATf0oG .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uF2gATf0oG .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uF2xxyuuP7 {
  display: flex;
  background-image: url("../../../assets/images/team-buddy-tshirt-idee-yellow-bachground.webp-2000x1125.webp");
}
.cid-uF2xxyuuP7 .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
}
.cid-uF2xxyuuP7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF2xxyuuP7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF2xxyuuP7 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uF2xxyuuP7 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uF2xxyuuP7 {
    align-items: center;
  }
  .cid-uF2xxyuuP7 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uF2xxyuuP7 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uF2xxyuuP7 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uF2xxyuuP7 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uF2xxyuuP7 .content-wrap {
    width: 100%;
  }
}
.cid-uF2xxyuuP7 .mbr-section-title {
  text-align: center;
}
.cid-uF2xxyuuP7 .mbr-text,
.cid-uF2xxyuuP7 .mbr-section-btn {
  text-align: center;
}
.cid-uKxqhQc6ex {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0a0071;
}
.cid-uKxqhQc6ex .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKxqhQc6ex .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKxqhQc6ex .row {
  justify-content: center;
}
.cid-uKxqhQc6ex .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uKxqhQc6ex .item {
    margin-bottom: 1rem;
  }
}
.cid-uKxqhQc6ex .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uKxqhQc6ex .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uKxqhQc6ex .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uKxqhQc6ex .content-head {
  max-width: 800px;
}
.cid-uKxqhQc6ex .card-title {
  color: #000000;
}
.cid-uKxqhQc6ex .mbr-section-title {
  color: #ffffff;
}
.cid-uNkKIZbBJP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0071;
}
.cid-uNkKIZbBJP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNkKIZbBJP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNkKIZbBJP .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uNkKIZbBJP .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uNkKIZbBJP .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uNkKIZbBJP .bg-twitter:hover {
  background: #0c85d0;
}
.cid-uNkKIZbBJP .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uNkKIZbBJP .bg-pinterest:hover {
  background: #b3001b;
}
.cid-uNkKIZbBJP .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uNkKIZbBJP .bg-instagram:hover {
  background: #bd005c;
}
.cid-uNkKIZbBJP .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-uNkKIZbBJP .bg-linkedin:hover {
  background: #005582;
}
.cid-uNkKIZbBJP .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-uNkKIZbBJP .bg-tiktok:hover {
  background: #000000;
}
.cid-uNkKIZbBJP .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uNkKIZbBJP [class^="socicon-"]:before,
.cid-uNkKIZbBJP [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uNkKIZbBJP .mbr-section-title,
.cid-uNkKIZbBJP .social-list {
  color: #ffffff;
}
.cid-uF2gAWwjbV {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #0a0071;
}
.cid-uF2gAWwjbV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF2gAWwjbV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF2gAWwjbV .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uF2gAWwjbV .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uF2gAWwjbV .row {
    flex-direction: column-reverse !important;
  }
  .cid-uF2gAWwjbV .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uF2gAWwjbV .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uF2gAWwjbV .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uF2gAWwjbV .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uF2gAWwjbV .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uF2gAWwjbV .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uF2gAWwjbV .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uF2gAWwjbV .copyright {
    text-align: center;
  }
}
.cid-uLL9U4dHz3 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uLL9U4dHz3 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uLL9U4dHz3 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uLL9U4dHz3 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLL9U4dHz3 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uLL9U4dHz3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLL9U4dHz3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLL9U4dHz3 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uLL9U4dHz3 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uLL9U4dHz3 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uLL9U4dHz3 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uLL9U4dHz3 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uLL9U4dHz3 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uLL9U4dHz3 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uLL9U4dHz3 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uLL9U4dHz3 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uLL9U4dHz3 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uLL9U4dHz3 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uLL9U4dHz3 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uLL9U4dHz3 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uLL9U4dHz3 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uLL9U4dHz3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uLL9U4dHz3 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uLL9U4dHz3 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLL9U4dHz3 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uLL9U4dHz3 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLL9U4dHz3 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
  border-radius: 4px !important;
}
.cid-uLL9U4dHz3 .nav-item:focus,
.cid-uLL9U4dHz3 .nav-link:focus {
  outline: none;
}
.cid-uLL9U4dHz3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLL9U4dHz3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLL9U4dHz3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLL9U4dHz3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLL9U4dHz3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLL9U4dHz3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLL9U4dHz3 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uLL9U4dHz3 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLL9U4dHz3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLL9U4dHz3 .navbar .navbar-logo img {
  width: auto;
}
.cid-uLL9U4dHz3 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uLL9U4dHz3 .navbar.collapsed {
  justify-content: center;
}
.cid-uLL9U4dHz3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLL9U4dHz3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLL9U4dHz3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uLL9U4dHz3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLL9U4dHz3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLL9U4dHz3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uLL9U4dHz3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLL9U4dHz3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLL9U4dHz3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uLL9U4dHz3 .navbar {
    min-height: 72px;
  }
  .cid-uLL9U4dHz3 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uLL9U4dHz3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLL9U4dHz3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLL9U4dHz3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLL9U4dHz3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLL9U4dHz3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uLL9U4dHz3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLL9U4dHz3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uLL9U4dHz3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLL9U4dHz3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLL9U4dHz3 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uLL9U4dHz3 .dropdown-item.active,
.cid-uLL9U4dHz3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLL9U4dHz3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLL9U4dHz3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLL9U4dHz3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLL9U4dHz3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLL9U4dHz3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uLL9U4dHz3 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uLL9U4dHz3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLL9U4dHz3 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uLL9U4dHz3 .navbar-buttons {
    text-align: left;
  }
}
.cid-uLL9U4dHz3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLL9U4dHz3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uLL9U4dHz3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLL9U4dHz3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLL9U4dHz3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLL9U4dHz3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLL9U4dHz3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLL9U4dHz3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLL9U4dHz3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLL9U4dHz3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLL9U4dHz3 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uLL9U4dHz3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLL9U4dHz3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uLL9U4dHz3 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLL9U4dHz3 .navbar {
    height: 70px;
  }
  .cid-uLL9U4dHz3 .navbar.opened {
    height: auto;
  }
  .cid-uLL9U4dHz3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLL9U4dHz3 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uLL9U4dHz3 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uLL9U4dHz3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uLL9U4dHz3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uLL9U4dHz3 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uLL9U4dHz3 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uLL9U4dHz3 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uLL9U4dHz3 .navbar-brand {
    margin-right: auto;
  }
  .cid-uLL9U4dHz3 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uLL9U4dHz3 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uLL9U4dHz3 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uLL9U4dHz3 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uLL9U4dHz3 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uLL9U4dHz3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uLL9U4dHz3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uLL9U4dHz3 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uLL9U4dHz3 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uLL9U4dHz3 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uLL9U4dHz3 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uLL9U4xpKJ {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLL9U4xpKJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLL9U4xpKJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uLL9U4xpKJ .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uLL9U4xpKJ .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uLL9U4xpKJ .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-uLL9U4xpKJ .card-wrapper {
  background: #ffffff;
}
.cid-uLL9U4xpKJ .mbr-text,
.cid-uLL9U4xpKJ .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uLL9U4xpKJ .card-title,
.cid-uLL9U4xpKJ .card-box {
  text-align: left;
  color: #f58079;
}
.cid-uLL9U4xpKJ .mbr-section-subtitle {
  color: #000000;
}
.cid-uLL9U4VtZR {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f7f6fe;
}
.cid-uLL9U4VtZR .row {
  flex-direction: row-reverse;
}
.cid-uLL9U4VtZR .justify-content-center {
  align-items: center;
}
.cid-uLL9U4VtZR .mbr-section-title {
  text-align: center;
  color: #f58079;
}
.cid-uLL9U4VtZR .mbr-text,
.cid-uLL9U4VtZR .mbr-section-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uLL9U4VtZR .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uLL9U4VtZR .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLL9U4VtZR .item-wrapper {
    padding: 4rem;
  }
}
.cid-uLNrW8KF2M {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uLNrW8KF2M .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uLNrW8KF2M img,
.cid-uLNrW8KF2M .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uLNrW8KF2M .item:focus,
.cid-uLNrW8KF2M span:focus {
  outline: none;
}
.cid-uLNrW8KF2M .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uLNrW8KF2M .item {
    margin-bottom: 1rem;
  }
}
.cid-uLNrW8KF2M .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uLNrW8KF2M .mbr-section-title {
  color: #f58079;
}
.cid-uLNrW8KF2M .mbr-text,
.cid-uLNrW8KF2M .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-uLNrW8KF2M .item-title {
  color: #0a0071;
  text-align: center;
}
.cid-uLNrW8KF2M .content-head {
  max-width: 800px;
}
.cid-uLNrW8KF2M .mbr-section-subtitle {
  color: #000000;
}
.cid-uNq7z50uyi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0071;
}
.cid-uNq7z50uyi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNq7z50uyi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNq7z50uyi .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uNq7z50uyi .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uNq7z50uyi .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uNq7z50uyi .bg-twitter:hover {
  background: #0c85d0;
}
.cid-uNq7z50uyi .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uNq7z50uyi .bg-pinterest:hover {
  background: #b3001b;
}
.cid-uNq7z50uyi .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uNq7z50uyi .bg-instagram:hover {
  background: #bd005c;
}
.cid-uNq7z50uyi .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-uNq7z50uyi .bg-linkedin:hover {
  background: #005582;
}
.cid-uNq7z50uyi .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-uNq7z50uyi .bg-tiktok:hover {
  background: #000000;
}
.cid-uNq7z50uyi .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uNq7z50uyi [class^="socicon-"]:before,
.cid-uNq7z50uyi [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uNq7z50uyi .mbr-section-title,
.cid-uNq7z50uyi .social-list {
  color: #ffffff;
}
.cid-uLL9U5qx6O {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #0a0071;
}
.cid-uLL9U5qx6O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLL9U5qx6O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLL9U5qx6O .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uLL9U5qx6O .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uLL9U5qx6O .row {
    flex-direction: column-reverse !important;
  }
  .cid-uLL9U5qx6O .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uLL9U5qx6O .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uLL9U5qx6O .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uLL9U5qx6O .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uLL9U5qx6O .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uLL9U5qx6O .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uLL9U5qx6O .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uLL9U5qx6O .copyright {
    text-align: center;
  }
}
.cid-uNkMWsuerX {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uNkMWsuerX .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uNkMWsuerX .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uNkMWsuerX .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uNkMWsuerX .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uNkMWsuerX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNkMWsuerX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNkMWsuerX .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uNkMWsuerX .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uNkMWsuerX .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uNkMWsuerX .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uNkMWsuerX .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uNkMWsuerX .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uNkMWsuerX .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uNkMWsuerX .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uNkMWsuerX .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uNkMWsuerX .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uNkMWsuerX .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uNkMWsuerX .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uNkMWsuerX .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uNkMWsuerX .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uNkMWsuerX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uNkMWsuerX .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uNkMWsuerX .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uNkMWsuerX .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uNkMWsuerX .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uNkMWsuerX .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
  border-radius: 4px !important;
}
.cid-uNkMWsuerX .nav-item:focus,
.cid-uNkMWsuerX .nav-link:focus {
  outline: none;
}
.cid-uNkMWsuerX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNkMWsuerX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNkMWsuerX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNkMWsuerX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNkMWsuerX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNkMWsuerX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNkMWsuerX .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uNkMWsuerX .navbar.opened {
  transition: all 0.3s;
}
.cid-uNkMWsuerX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uNkMWsuerX .navbar .navbar-logo img {
  width: auto;
}
.cid-uNkMWsuerX .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uNkMWsuerX .navbar.collapsed {
  justify-content: center;
}
.cid-uNkMWsuerX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNkMWsuerX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNkMWsuerX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uNkMWsuerX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNkMWsuerX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNkMWsuerX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uNkMWsuerX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNkMWsuerX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNkMWsuerX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uNkMWsuerX .navbar {
    min-height: 72px;
  }
  .cid-uNkMWsuerX .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uNkMWsuerX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNkMWsuerX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNkMWsuerX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNkMWsuerX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNkMWsuerX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uNkMWsuerX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNkMWsuerX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uNkMWsuerX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNkMWsuerX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uNkMWsuerX .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uNkMWsuerX .dropdown-item.active,
.cid-uNkMWsuerX .dropdown-item:active {
  background-color: transparent;
}
.cid-uNkMWsuerX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNkMWsuerX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNkMWsuerX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNkMWsuerX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uNkMWsuerX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uNkMWsuerX .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uNkMWsuerX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNkMWsuerX .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uNkMWsuerX .navbar-buttons {
    text-align: left;
  }
}
.cid-uNkMWsuerX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uNkMWsuerX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uNkMWsuerX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNkMWsuerX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNkMWsuerX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNkMWsuerX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNkMWsuerX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNkMWsuerX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNkMWsuerX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNkMWsuerX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNkMWsuerX .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uNkMWsuerX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNkMWsuerX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uNkMWsuerX .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNkMWsuerX .navbar {
    height: 70px;
  }
  .cid-uNkMWsuerX .navbar.opened {
    height: auto;
  }
  .cid-uNkMWsuerX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNkMWsuerX .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uNkMWsuerX .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uNkMWsuerX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uNkMWsuerX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uNkMWsuerX .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uNkMWsuerX .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uNkMWsuerX .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uNkMWsuerX .navbar-brand {
    margin-right: auto;
  }
  .cid-uNkMWsuerX .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uNkMWsuerX .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uNkMWsuerX .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uNkMWsuerX .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uNkMWsuerX .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uNkMWsuerX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uNkMWsuerX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uNkMWsuerX .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uNkMWsuerX .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uNkMWsuerX .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uNkMWsuerX .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uNkMWsKmvN {
  display: flex;
  background-image: url("../../../assets/images/team-buddy-tshirt-idee-yellow-bachground.webp-2000x1125.webp");
}
.cid-uNkMWsKmvN .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
}
.cid-uNkMWsKmvN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNkMWsKmvN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNkMWsKmvN .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uNkMWsKmvN .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uNkMWsKmvN {
    align-items: center;
  }
  .cid-uNkMWsKmvN .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uNkMWsKmvN .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uNkMWsKmvN {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uNkMWsKmvN .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uNkMWsKmvN .content-wrap {
    width: 100%;
  }
}
.cid-uNkMWsKmvN .mbr-section-title {
  text-align: center;
}
.cid-uNkMWsKmvN .mbr-text,
.cid-uNkMWsKmvN .mbr-section-btn {
  text-align: center;
}
.cid-uNkMWsWYTO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0a0071;
}
.cid-uNkMWsWYTO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNkMWsWYTO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNkMWsWYTO .row {
  justify-content: center;
}
.cid-uNkMWsWYTO .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uNkMWsWYTO .item {
    margin-bottom: 1rem;
  }
}
.cid-uNkMWsWYTO .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uNkMWsWYTO .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uNkMWsWYTO .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uNkMWsWYTO .content-head {
  max-width: 800px;
}
.cid-uNkMWsWYTO .card-title {
  color: #000000;
}
.cid-uNkMWsWYTO .mbr-section-title {
  color: #ffffff;
}
.cid-uNq6b5YNMk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0071;
}
.cid-uNq6b5YNMk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNq6b5YNMk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNq6b5YNMk .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uNq6b5YNMk .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uNq6b5YNMk .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uNq6b5YNMk .bg-twitter:hover {
  background: #0c85d0;
}
.cid-uNq6b5YNMk .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uNq6b5YNMk .bg-pinterest:hover {
  background: #b3001b;
}
.cid-uNq6b5YNMk .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uNq6b5YNMk .bg-instagram:hover {
  background: #bd005c;
}
.cid-uNq6b5YNMk .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-uNq6b5YNMk .bg-linkedin:hover {
  background: #005582;
}
.cid-uNq6b5YNMk .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-uNq6b5YNMk .bg-tiktok:hover {
  background: #000000;
}
.cid-uNq6b5YNMk .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uNq6b5YNMk [class^="socicon-"]:before,
.cid-uNq6b5YNMk [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uNq6b5YNMk .mbr-section-title,
.cid-uNq6b5YNMk .social-list {
  color: #ffffff;
}
.cid-uNkMWttA7M {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #0a0071;
}
.cid-uNkMWttA7M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNkMWttA7M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNkMWttA7M .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uNkMWttA7M .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uNkMWttA7M .row {
    flex-direction: column-reverse !important;
  }
  .cid-uNkMWttA7M .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uNkMWttA7M .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uNkMWttA7M .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uNkMWttA7M .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uNkMWttA7M .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uNkMWttA7M .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uNkMWttA7M .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uNkMWttA7M .copyright {
    text-align: center;
  }
}
.cid-uNpYrBvnZl {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uNpYrBvnZl .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uNpYrBvnZl .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uNpYrBvnZl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uNpYrBvnZl .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uNpYrBvnZl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNpYrBvnZl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNpYrBvnZl .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uNpYrBvnZl .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uNpYrBvnZl .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uNpYrBvnZl .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uNpYrBvnZl .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uNpYrBvnZl .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uNpYrBvnZl .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uNpYrBvnZl .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uNpYrBvnZl .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uNpYrBvnZl .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uNpYrBvnZl .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uNpYrBvnZl .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uNpYrBvnZl .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uNpYrBvnZl .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uNpYrBvnZl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uNpYrBvnZl .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uNpYrBvnZl .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uNpYrBvnZl .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uNpYrBvnZl .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uNpYrBvnZl .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
  border-radius: 4px !important;
}
.cid-uNpYrBvnZl .nav-item:focus,
.cid-uNpYrBvnZl .nav-link:focus {
  outline: none;
}
.cid-uNpYrBvnZl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNpYrBvnZl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNpYrBvnZl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNpYrBvnZl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNpYrBvnZl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNpYrBvnZl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNpYrBvnZl .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uNpYrBvnZl .navbar.opened {
  transition: all 0.3s;
}
.cid-uNpYrBvnZl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uNpYrBvnZl .navbar .navbar-logo img {
  width: auto;
}
.cid-uNpYrBvnZl .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uNpYrBvnZl .navbar.collapsed {
  justify-content: center;
}
.cid-uNpYrBvnZl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNpYrBvnZl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNpYrBvnZl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uNpYrBvnZl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNpYrBvnZl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNpYrBvnZl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uNpYrBvnZl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNpYrBvnZl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNpYrBvnZl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uNpYrBvnZl .navbar {
    min-height: 72px;
  }
  .cid-uNpYrBvnZl .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uNpYrBvnZl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNpYrBvnZl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNpYrBvnZl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNpYrBvnZl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNpYrBvnZl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uNpYrBvnZl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNpYrBvnZl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uNpYrBvnZl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNpYrBvnZl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uNpYrBvnZl .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uNpYrBvnZl .dropdown-item.active,
.cid-uNpYrBvnZl .dropdown-item:active {
  background-color: transparent;
}
.cid-uNpYrBvnZl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNpYrBvnZl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNpYrBvnZl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNpYrBvnZl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uNpYrBvnZl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uNpYrBvnZl .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uNpYrBvnZl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNpYrBvnZl .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uNpYrBvnZl .navbar-buttons {
    text-align: left;
  }
}
.cid-uNpYrBvnZl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uNpYrBvnZl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uNpYrBvnZl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNpYrBvnZl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNpYrBvnZl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNpYrBvnZl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNpYrBvnZl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNpYrBvnZl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNpYrBvnZl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNpYrBvnZl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNpYrBvnZl .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uNpYrBvnZl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNpYrBvnZl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uNpYrBvnZl .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNpYrBvnZl .navbar {
    height: 70px;
  }
  .cid-uNpYrBvnZl .navbar.opened {
    height: auto;
  }
  .cid-uNpYrBvnZl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNpYrBvnZl .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uNpYrBvnZl .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uNpYrBvnZl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uNpYrBvnZl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uNpYrBvnZl .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uNpYrBvnZl .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uNpYrBvnZl .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uNpYrBvnZl .navbar-brand {
    margin-right: auto;
  }
  .cid-uNpYrBvnZl .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uNpYrBvnZl .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uNpYrBvnZl .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uNpYrBvnZl .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uNpYrBvnZl .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uNpYrBvnZl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uNpYrBvnZl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uNpYrBvnZl .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uNpYrBvnZl .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uNpYrBvnZl .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uNpYrBvnZl .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uNpYrBOAaj {
  display: flex;
  background-image: url("../../../assets/images/etudiants-livre1-re-trouve-ta-voie-pro.webp-1472x832.webp");
}
.cid-uNpYrBOAaj .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-uNpYrBOAaj {
    align-items: flex-end;
  }
  .cid-uNpYrBOAaj .row {
    justify-content: flex-start;
  }
  .cid-uNpYrBOAaj .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uNpYrBOAaj .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uNpYrBOAaj {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uNpYrBOAaj .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uNpYrBOAaj .content-wrap {
    width: 100%;
  }
}
.cid-uNpYrBOAaj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNpYrBOAaj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNpYrBOAaj .mbr-section-title,
.cid-uNpYrBOAaj .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uNpYrBOAaj .mbr-text,
.cid-uNpYrBOAaj .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uNpYrBOAaj .mbr-section-subtitle {
  color: #eba683;
}
.cid-uNpYrBOAaj .mbr-section-title {
  color: #ffffff;
}
.cid-uNpYrC3Nh0 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uNpYrC3Nh0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNpYrC3Nh0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uNpYrC3Nh0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uNpYrC3Nh0 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uNpYrC3Nh0 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uNpYrC3Nh0 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uNpYrC3Nh0 .mbr-section-title {
  color: #000000;
}
.cid-uNpYrC3Nh0 .mbr-text,
.cid-uNpYrC3Nh0 .mbr-section-btn {
  color: #000000;
}
.cid-uNq6irT2lV {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f7f6fe;
}
.cid-uNq6irT2lV .row {
  flex-direction: row-reverse;
}
.cid-uNq6irT2lV .justify-content-center {
  align-items: center;
}
.cid-uNq6irT2lV .mbr-section-title {
  text-align: right;
  color: #f58079;
}
.cid-uNq6irT2lV .mbr-text,
.cid-uNq6irT2lV .mbr-section-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uNq6irT2lV .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uNq6irT2lV .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uNq6irT2lV .item-wrapper {
    padding: 4rem;
  }
}
.cid-uNpYrCJRq4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNpYrCJRq4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNpYrCJRq4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNpYrCJRq4 .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uNpYrCJRq4 .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uNpYrCJRq4 .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uNpYrCJRq4 .bg-twitter:hover {
  background: #0c85d0;
}
.cid-uNpYrCJRq4 .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uNpYrCJRq4 .bg-pinterest:hover {
  background: #b3001b;
}
.cid-uNpYrCJRq4 .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uNpYrCJRq4 .bg-instagram:hover {
  background: #bd005c;
}
.cid-uNpYrCJRq4 .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-uNpYrCJRq4 .bg-linkedin:hover {
  background: #005582;
}
.cid-uNpYrCJRq4 .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-uNpYrCJRq4 .bg-tiktok:hover {
  background: #000000;
}
.cid-uNpYrCJRq4 .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uNpYrCJRq4 [class^="socicon-"]:before,
.cid-uNpYrCJRq4 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uNpYrCJRq4 .mbr-section-title,
.cid-uNpYrCJRq4 .social-list {
  color: #ffffff;
}
.cid-uNpYrD0VZ5 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #0a0071;
}
.cid-uNpYrD0VZ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNpYrD0VZ5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNpYrD0VZ5 .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uNpYrD0VZ5 .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uNpYrD0VZ5 .row {
    flex-direction: column-reverse !important;
  }
  .cid-uNpYrD0VZ5 .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uNpYrD0VZ5 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uNpYrD0VZ5 .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uNpYrD0VZ5 .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uNpYrD0VZ5 .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uNpYrD0VZ5 .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uNpYrD0VZ5 .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uNpYrD0VZ5 .copyright {
    text-align: center;
  }
}
.cid-uLILfV104j {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uLILfV104j .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uLILfV104j .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uLILfV104j .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLILfV104j .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uLILfV104j .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLILfV104j .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLILfV104j .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uLILfV104j .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uLILfV104j .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uLILfV104j .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uLILfV104j .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uLILfV104j .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uLILfV104j .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uLILfV104j .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uLILfV104j .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uLILfV104j .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uLILfV104j .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uLILfV104j .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uLILfV104j .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uLILfV104j .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uLILfV104j .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uLILfV104j .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uLILfV104j .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLILfV104j .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uLILfV104j .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLILfV104j .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
  border-radius: 4px !important;
}
.cid-uLILfV104j .nav-item:focus,
.cid-uLILfV104j .nav-link:focus {
  outline: none;
}
.cid-uLILfV104j .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLILfV104j .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLILfV104j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLILfV104j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLILfV104j .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLILfV104j .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLILfV104j .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uLILfV104j .navbar.opened {
  transition: all 0.3s;
}
.cid-uLILfV104j .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLILfV104j .navbar .navbar-logo img {
  width: auto;
}
.cid-uLILfV104j .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uLILfV104j .navbar.collapsed {
  justify-content: center;
}
.cid-uLILfV104j .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLILfV104j .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLILfV104j .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uLILfV104j .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLILfV104j .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLILfV104j .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uLILfV104j .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLILfV104j .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLILfV104j .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uLILfV104j .navbar {
    min-height: 72px;
  }
  .cid-uLILfV104j .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uLILfV104j .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLILfV104j .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLILfV104j .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLILfV104j .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLILfV104j .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uLILfV104j .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLILfV104j .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uLILfV104j .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLILfV104j .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLILfV104j .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uLILfV104j .dropdown-item.active,
.cid-uLILfV104j .dropdown-item:active {
  background-color: transparent;
}
.cid-uLILfV104j .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLILfV104j .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLILfV104j .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLILfV104j .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLILfV104j .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uLILfV104j .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uLILfV104j ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLILfV104j .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uLILfV104j .navbar-buttons {
    text-align: left;
  }
}
.cid-uLILfV104j button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLILfV104j button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uLILfV104j button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLILfV104j button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLILfV104j button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLILfV104j button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLILfV104j nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLILfV104j nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLILfV104j nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLILfV104j nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLILfV104j .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uLILfV104j a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLILfV104j .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uLILfV104j .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLILfV104j .navbar {
    height: 70px;
  }
  .cid-uLILfV104j .navbar.opened {
    height: auto;
  }
  .cid-uLILfV104j .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLILfV104j .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uLILfV104j .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uLILfV104j .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uLILfV104j .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uLILfV104j .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uLILfV104j .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uLILfV104j .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uLILfV104j .navbar-brand {
    margin-right: auto;
  }
  .cid-uLILfV104j .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uLILfV104j .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uLILfV104j .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uLILfV104j .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uLILfV104j .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uLILfV104j .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uLILfV104j .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uLILfV104j .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uLILfV104j .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uLILfV104j .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uLILfV104j .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uLILfVhnhN {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLILfVhnhN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLILfVhnhN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uLILfVhnhN .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uLILfVhnhN .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uLILfVhnhN .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-uLILfVhnhN .card-wrapper {
  background: #ffffff;
}
.cid-uLILfVhnhN .mbr-text,
.cid-uLILfVhnhN .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uLILfVhnhN .card-title,
.cid-uLILfVhnhN .card-box {
  text-align: left;
  color: #f58079;
}
.cid-uLILfVhnhN .mbr-section-subtitle {
  color: #000000;
}
.cid-uLILfVAuJp {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f7f6fe;
}
.cid-uLILfVAuJp .row {
  flex-direction: row-reverse;
}
.cid-uLILfVAuJp .justify-content-center {
  align-items: center;
}
.cid-uLILfVAuJp .mbr-section-title {
  text-align: center;
  color: #f58079;
}
.cid-uLILfVAuJp .mbr-text,
.cid-uLILfVAuJp .mbr-section-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uLILfVAuJp .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uLILfVAuJp .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLILfVAuJp .item-wrapper {
    padding: 4rem;
  }
}
.cid-uLNsV4wIK2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uLNsV4wIK2 .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uLNsV4wIK2 img,
.cid-uLNsV4wIK2 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uLNsV4wIK2 .item:focus,
.cid-uLNsV4wIK2 span:focus {
  outline: none;
}
.cid-uLNsV4wIK2 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uLNsV4wIK2 .item {
    margin-bottom: 1rem;
  }
}
.cid-uLNsV4wIK2 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uLNsV4wIK2 .mbr-section-title {
  color: #f58079;
}
.cid-uLNsV4wIK2 .mbr-text,
.cid-uLNsV4wIK2 .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-uLNsV4wIK2 .item-title {
  color: #0a0071;
  text-align: center;
}
.cid-uLNsV4wIK2 .content-head {
  max-width: 800px;
}
.cid-uLNsV4wIK2 .mbr-section-subtitle {
  color: #000000;
}
.cid-uNl10qb5bJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0071;
}
.cid-uNl10qb5bJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNl10qb5bJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNl10qb5bJ .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uNl10qb5bJ .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uNl10qb5bJ .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uNl10qb5bJ .bg-twitter:hover {
  background: #0c85d0;
}
.cid-uNl10qb5bJ .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uNl10qb5bJ .bg-pinterest:hover {
  background: #b3001b;
}
.cid-uNl10qb5bJ .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uNl10qb5bJ .bg-instagram:hover {
  background: #bd005c;
}
.cid-uNl10qb5bJ .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-uNl10qb5bJ .bg-linkedin:hover {
  background: #005582;
}
.cid-uNl10qb5bJ .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-uNl10qb5bJ .bg-tiktok:hover {
  background: #000000;
}
.cid-uNl10qb5bJ .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uNl10qb5bJ [class^="socicon-"]:before,
.cid-uNl10qb5bJ [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uNl10qb5bJ .mbr-section-title,
.cid-uNl10qb5bJ .social-list {
  color: #ffffff;
}
.cid-uLILfW1BzW {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #0a0071;
}
.cid-uLILfW1BzW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLILfW1BzW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLILfW1BzW .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uLILfW1BzW .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uLILfW1BzW .row {
    flex-direction: column-reverse !important;
  }
  .cid-uLILfW1BzW .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uLILfW1BzW .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uLILfW1BzW .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uLILfW1BzW .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uLILfW1BzW .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uLILfW1BzW .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uLILfW1BzW .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uLILfW1BzW .copyright {
    text-align: center;
  }
}
.cid-uLILyru42M {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uLILyru42M .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uLILyru42M .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uLILyru42M .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLILyru42M .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uLILyru42M .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLILyru42M .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLILyru42M .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uLILyru42M .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uLILyru42M .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uLILyru42M .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uLILyru42M .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uLILyru42M .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uLILyru42M .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uLILyru42M .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uLILyru42M .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uLILyru42M .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uLILyru42M .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uLILyru42M .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uLILyru42M .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uLILyru42M .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uLILyru42M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uLILyru42M .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uLILyru42M .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLILyru42M .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uLILyru42M .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLILyru42M .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
  border-radius: 4px !important;
}
.cid-uLILyru42M .nav-item:focus,
.cid-uLILyru42M .nav-link:focus {
  outline: none;
}
.cid-uLILyru42M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLILyru42M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLILyru42M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLILyru42M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLILyru42M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLILyru42M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLILyru42M .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uLILyru42M .navbar.opened {
  transition: all 0.3s;
}
.cid-uLILyru42M .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLILyru42M .navbar .navbar-logo img {
  width: auto;
}
.cid-uLILyru42M .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uLILyru42M .navbar.collapsed {
  justify-content: center;
}
.cid-uLILyru42M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLILyru42M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLILyru42M .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uLILyru42M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLILyru42M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLILyru42M .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uLILyru42M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLILyru42M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLILyru42M .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uLILyru42M .navbar {
    min-height: 72px;
  }
  .cid-uLILyru42M .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uLILyru42M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLILyru42M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLILyru42M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLILyru42M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLILyru42M .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uLILyru42M .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLILyru42M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uLILyru42M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLILyru42M .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLILyru42M .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uLILyru42M .dropdown-item.active,
.cid-uLILyru42M .dropdown-item:active {
  background-color: transparent;
}
.cid-uLILyru42M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLILyru42M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLILyru42M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLILyru42M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLILyru42M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uLILyru42M .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uLILyru42M ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLILyru42M .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uLILyru42M .navbar-buttons {
    text-align: left;
  }
}
.cid-uLILyru42M button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLILyru42M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uLILyru42M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLILyru42M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLILyru42M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLILyru42M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLILyru42M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLILyru42M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLILyru42M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLILyru42M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLILyru42M .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uLILyru42M a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLILyru42M .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uLILyru42M .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLILyru42M .navbar {
    height: 70px;
  }
  .cid-uLILyru42M .navbar.opened {
    height: auto;
  }
  .cid-uLILyru42M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLILyru42M .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uLILyru42M .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uLILyru42M .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uLILyru42M .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uLILyru42M .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uLILyru42M .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uLILyru42M .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uLILyru42M .navbar-brand {
    margin-right: auto;
  }
  .cid-uLILyru42M .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uLILyru42M .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uLILyru42M .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uLILyru42M .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uLILyru42M .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uLILyru42M .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uLILyru42M .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uLILyru42M .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uLILyru42M .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uLILyru42M .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uLILyru42M .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uLILyrK7fW {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLILyrK7fW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLILyrK7fW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uLILyrK7fW .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uLILyrK7fW .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uLILyrK7fW .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-uLILyrK7fW .card-wrapper {
  background: #ffffff;
}
.cid-uLILyrK7fW .mbr-text,
.cid-uLILyrK7fW .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uLILyrK7fW .card-title,
.cid-uLILyrK7fW .card-box {
  text-align: left;
  color: #f58079;
}
.cid-uLILyrK7fW .mbr-section-subtitle {
  color: #000000;
}
.cid-uLILys4g6o {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f7f6fe;
}
.cid-uLILys4g6o .row {
  flex-direction: row-reverse;
}
.cid-uLILys4g6o .justify-content-center {
  align-items: center;
}
.cid-uLILys4g6o .mbr-section-title {
  text-align: center;
  color: #f58079;
}
.cid-uLILys4g6o .mbr-text,
.cid-uLILys4g6o .mbr-section-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uLILys4g6o .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uLILys4g6o .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLILys4g6o .item-wrapper {
    padding: 4rem;
  }
}
.cid-uLNrHOTIK5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uLNrHOTIK5 .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uLNrHOTIK5 img,
.cid-uLNrHOTIK5 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uLNrHOTIK5 .item:focus,
.cid-uLNrHOTIK5 span:focus {
  outline: none;
}
.cid-uLNrHOTIK5 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uLNrHOTIK5 .item {
    margin-bottom: 1rem;
  }
}
.cid-uLNrHOTIK5 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uLNrHOTIK5 .mbr-section-title {
  color: #f58079;
}
.cid-uLNrHOTIK5 .mbr-text,
.cid-uLNrHOTIK5 .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-uLNrHOTIK5 .item-title {
  color: #0a0071;
  text-align: center;
}
.cid-uLNrHOTIK5 .content-head {
  max-width: 800px;
}
.cid-uLNrHOTIK5 .mbr-section-subtitle {
  color: #000000;
}
.cid-uNks1nhjiG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0071;
}
.cid-uNks1nhjiG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNks1nhjiG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNks1nhjiG .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uNks1nhjiG .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uNks1nhjiG .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uNks1nhjiG .bg-twitter:hover {
  background: #0c85d0;
}
.cid-uNks1nhjiG .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uNks1nhjiG .bg-pinterest:hover {
  background: #b3001b;
}
.cid-uNks1nhjiG .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uNks1nhjiG .bg-instagram:hover {
  background: #bd005c;
}
.cid-uNks1nhjiG .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-uNks1nhjiG .bg-linkedin:hover {
  background: #005582;
}
.cid-uNks1nhjiG .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-uNks1nhjiG .bg-tiktok:hover {
  background: #000000;
}
.cid-uNks1nhjiG .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uNks1nhjiG [class^="socicon-"]:before,
.cid-uNks1nhjiG [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uNks1nhjiG .mbr-section-title,
.cid-uNks1nhjiG .social-list {
  color: #ffffff;
}
.cid-uLILysv211 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #0a0071;
}
.cid-uLILysv211 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLILysv211 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLILysv211 .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uLILysv211 .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uLILysv211 .row {
    flex-direction: column-reverse !important;
  }
  .cid-uLILysv211 .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uLILysv211 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uLILysv211 .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uLILysv211 .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uLILysv211 .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uLILysv211 .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uLILysv211 .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uLILysv211 .copyright {
    text-align: center;
  }
}
.cid-uNya6BBeUe {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uNya6BBeUe .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uNya6BBeUe .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uNya6BBeUe .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uNya6BBeUe .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uNya6BBeUe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNya6BBeUe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNya6BBeUe .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uNya6BBeUe .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uNya6BBeUe .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uNya6BBeUe .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uNya6BBeUe .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uNya6BBeUe .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uNya6BBeUe .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uNya6BBeUe .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uNya6BBeUe .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uNya6BBeUe .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uNya6BBeUe .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uNya6BBeUe .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uNya6BBeUe .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uNya6BBeUe .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uNya6BBeUe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uNya6BBeUe .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uNya6BBeUe .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uNya6BBeUe .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uNya6BBeUe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uNya6BBeUe .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
  border-radius: 4px !important;
}
.cid-uNya6BBeUe .nav-item:focus,
.cid-uNya6BBeUe .nav-link:focus {
  outline: none;
}
.cid-uNya6BBeUe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNya6BBeUe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNya6BBeUe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNya6BBeUe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNya6BBeUe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNya6BBeUe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNya6BBeUe .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uNya6BBeUe .navbar.opened {
  transition: all 0.3s;
}
.cid-uNya6BBeUe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uNya6BBeUe .navbar .navbar-logo img {
  width: auto;
}
.cid-uNya6BBeUe .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uNya6BBeUe .navbar.collapsed {
  justify-content: center;
}
.cid-uNya6BBeUe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNya6BBeUe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNya6BBeUe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uNya6BBeUe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNya6BBeUe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNya6BBeUe .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uNya6BBeUe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNya6BBeUe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNya6BBeUe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uNya6BBeUe .navbar {
    min-height: 72px;
  }
  .cid-uNya6BBeUe .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uNya6BBeUe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNya6BBeUe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNya6BBeUe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNya6BBeUe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNya6BBeUe .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uNya6BBeUe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNya6BBeUe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uNya6BBeUe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNya6BBeUe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uNya6BBeUe .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uNya6BBeUe .dropdown-item.active,
.cid-uNya6BBeUe .dropdown-item:active {
  background-color: transparent;
}
.cid-uNya6BBeUe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNya6BBeUe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNya6BBeUe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNya6BBeUe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uNya6BBeUe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uNya6BBeUe .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uNya6BBeUe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNya6BBeUe .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uNya6BBeUe .navbar-buttons {
    text-align: left;
  }
}
.cid-uNya6BBeUe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uNya6BBeUe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uNya6BBeUe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNya6BBeUe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNya6BBeUe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNya6BBeUe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNya6BBeUe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNya6BBeUe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNya6BBeUe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNya6BBeUe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNya6BBeUe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uNya6BBeUe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNya6BBeUe .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uNya6BBeUe .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNya6BBeUe .navbar {
    height: 70px;
  }
  .cid-uNya6BBeUe .navbar.opened {
    height: auto;
  }
  .cid-uNya6BBeUe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNya6BBeUe .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uNya6BBeUe .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uNya6BBeUe .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uNya6BBeUe .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uNya6BBeUe .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uNya6BBeUe .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uNya6BBeUe .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uNya6BBeUe .navbar-brand {
    margin-right: auto;
  }
  .cid-uNya6BBeUe .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uNya6BBeUe .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uNya6BBeUe .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uNya6BBeUe .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uNya6BBeUe .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uNya6BBeUe .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uNya6BBeUe .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uNya6BBeUe .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uNya6BBeUe .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uNya6BBeUe .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uNya6BBeUe .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uNya6BR3Wk {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uNya6BR3Wk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNya6BR3Wk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uNya6BR3Wk .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uNya6BR3Wk .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uNya6BR3Wk .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-uNya6BR3Wk .card-wrapper {
  background: #ffffff;
}
.cid-uNya6BR3Wk .mbr-text,
.cid-uNya6BR3Wk .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uNya6BR3Wk .card-title,
.cid-uNya6BR3Wk .card-box {
  text-align: left;
  color: #f58079;
}
.cid-uNya6BR3Wk .mbr-section-subtitle {
  color: #000000;
}
.cid-uNya6CbwxH {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f7f6fe;
}
.cid-uNya6CbwxH .row {
  flex-direction: row-reverse;
}
.cid-uNya6CbwxH .justify-content-center {
  align-items: center;
}
.cid-uNya6CbwxH .mbr-section-title {
  text-align: center;
  color: #f58079;
}
.cid-uNya6CbwxH .mbr-text,
.cid-uNya6CbwxH .mbr-section-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uNya6CbwxH .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uNya6CbwxH .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uNya6CbwxH .item-wrapper {
    padding: 4rem;
  }
}
.cid-uNya6CpbmA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uNya6CpbmA .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uNya6CpbmA img,
.cid-uNya6CpbmA .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uNya6CpbmA .item:focus,
.cid-uNya6CpbmA span:focus {
  outline: none;
}
.cid-uNya6CpbmA .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uNya6CpbmA .item {
    margin-bottom: 1rem;
  }
}
.cid-uNya6CpbmA .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uNya6CpbmA .mbr-section-title {
  color: #f58079;
}
.cid-uNya6CpbmA .mbr-text,
.cid-uNya6CpbmA .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-uNya6CpbmA .item-title {
  color: #0a0071;
  text-align: center;
}
.cid-uNya6CpbmA .content-head {
  max-width: 800px;
}
.cid-uNya6CpbmA .mbr-section-subtitle {
  color: #000000;
}
.cid-uNya6CGi6T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0071;
}
.cid-uNya6CGi6T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNya6CGi6T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNya6CGi6T .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uNya6CGi6T .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uNya6CGi6T .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uNya6CGi6T .bg-twitter:hover {
  background: #0c85d0;
}
.cid-uNya6CGi6T .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uNya6CGi6T .bg-pinterest:hover {
  background: #b3001b;
}
.cid-uNya6CGi6T .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uNya6CGi6T .bg-instagram:hover {
  background: #bd005c;
}
.cid-uNya6CGi6T .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-uNya6CGi6T .bg-linkedin:hover {
  background: #005582;
}
.cid-uNya6CGi6T .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-uNya6CGi6T .bg-tiktok:hover {
  background: #000000;
}
.cid-uNya6CGi6T .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uNya6CGi6T [class^="socicon-"]:before,
.cid-uNya6CGi6T [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uNya6CGi6T .mbr-section-title,
.cid-uNya6CGi6T .social-list {
  color: #ffffff;
}
.cid-uNya6D2V9H {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #0a0071;
}
.cid-uNya6D2V9H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNya6D2V9H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNya6D2V9H .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uNya6D2V9H .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uNya6D2V9H .row {
    flex-direction: column-reverse !important;
  }
  .cid-uNya6D2V9H .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uNya6D2V9H .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uNya6D2V9H .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uNya6D2V9H .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uNya6D2V9H .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uNya6D2V9H .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uNya6D2V9H .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uNya6D2V9H .copyright {
    text-align: center;
  }
}
.cid-uNBIVBqdp8 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uNBIVBqdp8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uNBIVBqdp8 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uNBIVBqdp8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uNBIVBqdp8 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uNBIVBqdp8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNBIVBqdp8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNBIVBqdp8 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uNBIVBqdp8 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uNBIVBqdp8 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uNBIVBqdp8 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uNBIVBqdp8 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uNBIVBqdp8 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uNBIVBqdp8 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uNBIVBqdp8 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uNBIVBqdp8 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uNBIVBqdp8 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uNBIVBqdp8 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uNBIVBqdp8 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uNBIVBqdp8 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uNBIVBqdp8 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uNBIVBqdp8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uNBIVBqdp8 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uNBIVBqdp8 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uNBIVBqdp8 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uNBIVBqdp8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uNBIVBqdp8 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
  border-radius: 4px !important;
}
.cid-uNBIVBqdp8 .nav-item:focus,
.cid-uNBIVBqdp8 .nav-link:focus {
  outline: none;
}
.cid-uNBIVBqdp8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNBIVBqdp8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNBIVBqdp8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNBIVBqdp8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNBIVBqdp8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNBIVBqdp8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNBIVBqdp8 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uNBIVBqdp8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uNBIVBqdp8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uNBIVBqdp8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uNBIVBqdp8 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uNBIVBqdp8 .navbar.collapsed {
  justify-content: center;
}
.cid-uNBIVBqdp8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNBIVBqdp8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNBIVBqdp8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uNBIVBqdp8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNBIVBqdp8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNBIVBqdp8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uNBIVBqdp8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNBIVBqdp8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNBIVBqdp8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uNBIVBqdp8 .navbar {
    min-height: 72px;
  }
  .cid-uNBIVBqdp8 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uNBIVBqdp8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNBIVBqdp8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNBIVBqdp8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNBIVBqdp8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNBIVBqdp8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uNBIVBqdp8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNBIVBqdp8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uNBIVBqdp8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNBIVBqdp8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uNBIVBqdp8 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uNBIVBqdp8 .dropdown-item.active,
.cid-uNBIVBqdp8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uNBIVBqdp8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNBIVBqdp8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNBIVBqdp8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNBIVBqdp8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uNBIVBqdp8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uNBIVBqdp8 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uNBIVBqdp8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNBIVBqdp8 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uNBIVBqdp8 .navbar-buttons {
    text-align: left;
  }
}
.cid-uNBIVBqdp8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uNBIVBqdp8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uNBIVBqdp8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNBIVBqdp8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNBIVBqdp8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNBIVBqdp8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNBIVBqdp8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNBIVBqdp8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNBIVBqdp8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNBIVBqdp8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNBIVBqdp8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uNBIVBqdp8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNBIVBqdp8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uNBIVBqdp8 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNBIVBqdp8 .navbar {
    height: 70px;
  }
  .cid-uNBIVBqdp8 .navbar.opened {
    height: auto;
  }
  .cid-uNBIVBqdp8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNBIVBqdp8 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uNBIVBqdp8 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uNBIVBqdp8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uNBIVBqdp8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uNBIVBqdp8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uNBIVBqdp8 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uNBIVBqdp8 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uNBIVBqdp8 .navbar-brand {
    margin-right: auto;
  }
  .cid-uNBIVBqdp8 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uNBIVBqdp8 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uNBIVBqdp8 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uNBIVBqdp8 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uNBIVBqdp8 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uNBIVBqdp8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uNBIVBqdp8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uNBIVBqdp8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uNBIVBqdp8 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uNBIVBqdp8 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uNBIVBqdp8 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uNBIVBJoOH {
  display: flex;
  background-image: url("../../../assets/images/team-buddy-sitting-yellow-background.webp-2000x1125.webp");
}
.cid-uNBIVBJoOH .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-uNBIVBJoOH {
    align-items: flex-end;
  }
  .cid-uNBIVBJoOH .row {
    justify-content: flex-start;
  }
  .cid-uNBIVBJoOH .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uNBIVBJoOH .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uNBIVBJoOH {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uNBIVBJoOH .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uNBIVBJoOH .content-wrap {
    width: 100%;
  }
}
.cid-uNBIVBJoOH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNBIVBJoOH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNBIVBJoOH .mbr-section-title,
.cid-uNBIVBJoOH .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uNBIVBJoOH .mbr-text,
.cid-uNBIVBJoOH .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uNBIVBJoOH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uNBIVBJoOH .mbr-section-title {
  color: #ffffff;
}
.cid-uNBIVCe0wm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0a0071;
}
.cid-uNBIVCe0wm img,
.cid-uNBIVCe0wm .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uNBIVCe0wm .item:focus,
.cid-uNBIVCe0wm span:focus {
  outline: none;
}
.cid-uNBIVCe0wm .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uNBIVCe0wm .item {
    margin-bottom: 1rem;
  }
}
.cid-uNBIVCe0wm .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uNBIVCe0wm .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uNBIVCe0wm .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uNBIVCe0wm .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uNBIVCe0wm .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uNBIVCe0wm .mbr-section-title {
  color: #ffffff;
}
.cid-uNBIVCe0wm .item-title {
  text-align: left;
  color: #0a0071;
}
.cid-uNBIVCe0wm .item-subtitle {
  text-align: left;
}
.cid-uNBIVCe0wm .mbr-text,
.cid-uNBIVCe0wm .item .mbr-section-btn {
  text-align: left;
}
.cid-uNBIVCe0wm .content-head {
  max-width: 800px;
}
.cid-uNBIVCe0wm .mbr-section-subtitle,
.cid-uNBIVCe0wm .mbr-section-head .mbr-section-btn {
  color: #ffffff;
}
.cid-uNBIVCvOHS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f7f6fd;
}
.cid-uNBIVCvOHS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNBIVCvOHS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uNBIVCvOHS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uNBIVCvOHS .row {
  flex-direction: row-reverse;
}
.cid-uNBIVCvOHS .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uNBIVCvOHS .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uNBIVCvOHS .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uNBIVCvOHS .mbr-section-title {
  color: #000000;
}
.cid-uNBIVCvOHS .mbr-text,
.cid-uNBIVCvOHS .mbr-section-btn {
  color: #000000;
}
.cid-uNBIVCJ2m5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/profitable-business-strategy-1-2000x1125.webp");
}
.cid-uNBIVCJ2m5 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uNBIVCJ2m5 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uNBIVCJ2m5 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uNBIVCJ2m5 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uNBIVCJ2m5 .mbr-section-title {
  color: #000000;
}
.cid-uNBIVCJ2m5 .mbr-section-subtitle {
  color: #000000;
}
.cid-uNBIVD0w6n {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0a0071;
}
.cid-uNBIVD0w6n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNBIVD0w6n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNBIVD0w6n .row {
  justify-content: center;
}
.cid-uNBIVD0w6n .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uNBIVD0w6n .item {
    margin-bottom: 1rem;
  }
}
.cid-uNBIVD0w6n .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uNBIVD0w6n .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uNBIVD0w6n .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uNBIVD0w6n .content-head {
  max-width: 800px;
}
.cid-uNBIVD0w6n .card-title {
  color: #000000;
}
.cid-uNBIVD0w6n .mbr-section-title {
  color: #ffffff;
}
.cid-uNBIVDiZ83 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0071;
}
.cid-uNBIVDiZ83 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNBIVDiZ83 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNBIVDiZ83 .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uNBIVDiZ83 .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uNBIVDiZ83 .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uNBIVDiZ83 .bg-twitter:hover {
  background: #0c85d0;
}
.cid-uNBIVDiZ83 .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uNBIVDiZ83 .bg-pinterest:hover {
  background: #b3001b;
}
.cid-uNBIVDiZ83 .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uNBIVDiZ83 .bg-instagram:hover {
  background: #bd005c;
}
.cid-uNBIVDiZ83 .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-uNBIVDiZ83 .bg-linkedin:hover {
  background: #005582;
}
.cid-uNBIVDiZ83 .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-uNBIVDiZ83 .bg-tiktok:hover {
  background: #000000;
}
.cid-uNBIVDiZ83 .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uNBIVDiZ83 [class^="socicon-"]:before,
.cid-uNBIVDiZ83 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uNBIVDiZ83 .mbr-section-title,
.cid-uNBIVDiZ83 .social-list {
  color: #ffffff;
}
.cid-uNBIVDDASE {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #0a0071;
}
.cid-uNBIVDDASE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNBIVDDASE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNBIVDDASE .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uNBIVDDASE .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uNBIVDDASE .row {
    flex-direction: column-reverse !important;
  }
  .cid-uNBIVDDASE .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uNBIVDDASE .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uNBIVDDASE .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uNBIVDDASE .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uNBIVDDASE .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uNBIVDDASE .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uNBIVDDASE .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uNBIVDDASE .copyright {
    text-align: center;
  }
}
.cid-uW0490tmoI {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uW0490tmoI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uW0490tmoI .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uW0490tmoI .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uW0490tmoI .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uW0490tmoI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uW0490tmoI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uW0490tmoI .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uW0490tmoI .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uW0490tmoI .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uW0490tmoI .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uW0490tmoI .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uW0490tmoI .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uW0490tmoI .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uW0490tmoI .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uW0490tmoI .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uW0490tmoI .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uW0490tmoI .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uW0490tmoI .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uW0490tmoI .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uW0490tmoI .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uW0490tmoI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uW0490tmoI .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uW0490tmoI .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uW0490tmoI .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uW0490tmoI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uW0490tmoI .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
  border-radius: 4px !important;
}
.cid-uW0490tmoI .nav-item:focus,
.cid-uW0490tmoI .nav-link:focus {
  outline: none;
}
.cid-uW0490tmoI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uW0490tmoI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uW0490tmoI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uW0490tmoI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uW0490tmoI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uW0490tmoI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uW0490tmoI .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uW0490tmoI .navbar.opened {
  transition: all 0.3s;
}
.cid-uW0490tmoI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uW0490tmoI .navbar .navbar-logo img {
  width: auto;
}
.cid-uW0490tmoI .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uW0490tmoI .navbar.collapsed {
  justify-content: center;
}
.cid-uW0490tmoI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uW0490tmoI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uW0490tmoI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uW0490tmoI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uW0490tmoI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uW0490tmoI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uW0490tmoI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uW0490tmoI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uW0490tmoI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uW0490tmoI .navbar {
    min-height: 72px;
  }
  .cid-uW0490tmoI .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uW0490tmoI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uW0490tmoI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uW0490tmoI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uW0490tmoI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uW0490tmoI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uW0490tmoI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uW0490tmoI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uW0490tmoI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uW0490tmoI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uW0490tmoI .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uW0490tmoI .dropdown-item.active,
.cid-uW0490tmoI .dropdown-item:active {
  background-color: transparent;
}
.cid-uW0490tmoI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uW0490tmoI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uW0490tmoI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uW0490tmoI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uW0490tmoI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uW0490tmoI .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uW0490tmoI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uW0490tmoI .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uW0490tmoI .navbar-buttons {
    text-align: left;
  }
}
.cid-uW0490tmoI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uW0490tmoI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uW0490tmoI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uW0490tmoI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uW0490tmoI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uW0490tmoI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uW0490tmoI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uW0490tmoI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uW0490tmoI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uW0490tmoI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uW0490tmoI .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uW0490tmoI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uW0490tmoI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uW0490tmoI .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uW0490tmoI .navbar {
    height: 70px;
  }
  .cid-uW0490tmoI .navbar.opened {
    height: auto;
  }
  .cid-uW0490tmoI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uW0490tmoI .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uW0490tmoI .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uW0490tmoI .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uW0490tmoI .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uW0490tmoI .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uW0490tmoI .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uW0490tmoI .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uW0490tmoI .navbar-brand {
    margin-right: auto;
  }
  .cid-uW0490tmoI .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uW0490tmoI .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uW0490tmoI .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uW0490tmoI .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uW0490tmoI .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uW0490tmoI .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uW0490tmoI .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uW0490tmoI .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uW0490tmoI .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uW0490tmoI .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uW0490tmoI .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uW0490Ltfr {
  display: flex;
  background-image: url("../../../assets/images/team-buddy-tshirt-idee-yellow-bachground.webp-2000x1125.webp");
}
.cid-uW0490Ltfr .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
}
.cid-uW0490Ltfr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW0490Ltfr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW0490Ltfr .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uW0490Ltfr .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uW0490Ltfr {
    align-items: center;
  }
  .cid-uW0490Ltfr .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uW0490Ltfr .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uW0490Ltfr {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uW0490Ltfr .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uW0490Ltfr .content-wrap {
    width: 100%;
  }
}
.cid-uW0490Ltfr .mbr-section-title {
  text-align: center;
}
.cid-uW0490Ltfr .mbr-text,
.cid-uW0490Ltfr .mbr-section-btn {
  text-align: center;
}
.cid-uW0490XIt3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0a0071;
}
.cid-uW0490XIt3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW0490XIt3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW0490XIt3 .row {
  justify-content: center;
}
.cid-uW0490XIt3 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uW0490XIt3 .item {
    margin-bottom: 1rem;
  }
}
.cid-uW0490XIt3 .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uW0490XIt3 .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uW0490XIt3 .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uW0490XIt3 .content-head {
  max-width: 800px;
}
.cid-uW0490XIt3 .card-title {
  color: #000000;
}
.cid-uW0490XIt3 .mbr-section-title {
  color: #ffffff;
}
.cid-uW0491dJzI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0071;
}
.cid-uW0491dJzI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW0491dJzI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW0491dJzI .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uW0491dJzI .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uW0491dJzI .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uW0491dJzI .bg-twitter:hover {
  background: #0c85d0;
}
.cid-uW0491dJzI .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uW0491dJzI .bg-pinterest:hover {
  background: #b3001b;
}
.cid-uW0491dJzI .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uW0491dJzI .bg-instagram:hover {
  background: #bd005c;
}
.cid-uW0491dJzI .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-uW0491dJzI .bg-linkedin:hover {
  background: #005582;
}
.cid-uW0491dJzI .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-uW0491dJzI .bg-tiktok:hover {
  background: #000000;
}
.cid-uW0491dJzI .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uW0491dJzI [class^="socicon-"]:before,
.cid-uW0491dJzI [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uW0491dJzI .mbr-section-title,
.cid-uW0491dJzI .social-list {
  color: #ffffff;
}
.cid-uW0491uqCd {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #0a0071;
}
.cid-uW0491uqCd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW0491uqCd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW0491uqCd .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uW0491uqCd .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uW0491uqCd .row {
    flex-direction: column-reverse !important;
  }
  .cid-uW0491uqCd .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uW0491uqCd .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uW0491uqCd .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uW0491uqCd .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uW0491uqCd .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uW0491uqCd .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uW0491uqCd .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uW0491uqCd .copyright {
    text-align: center;
  }
}
.cid-uN8Kd5PyPk {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uN8Kd5PyPk .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uN8Kd5PyPk .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uN8Kd5PyPk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uN8Kd5PyPk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uN8Kd5PyPk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uN8Kd5PyPk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uN8Kd5PyPk .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uN8Kd5PyPk .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uN8Kd5PyPk .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uN8Kd5PyPk .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uN8Kd5PyPk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uN8Kd5PyPk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uN8Kd5PyPk .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uN8Kd5PyPk .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uN8Kd5PyPk .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uN8Kd5PyPk .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uN8Kd5PyPk .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uN8Kd5PyPk .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uN8Kd5PyPk .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uN8Kd5PyPk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uN8Kd5PyPk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uN8Kd5PyPk .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uN8Kd5PyPk .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uN8Kd5PyPk .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uN8Kd5PyPk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uN8Kd5PyPk .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
  border-radius: 4px !important;
}
.cid-uN8Kd5PyPk .nav-item:focus,
.cid-uN8Kd5PyPk .nav-link:focus {
  outline: none;
}
.cid-uN8Kd5PyPk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uN8Kd5PyPk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uN8Kd5PyPk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uN8Kd5PyPk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uN8Kd5PyPk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uN8Kd5PyPk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uN8Kd5PyPk .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uN8Kd5PyPk .navbar.opened {
  transition: all 0.3s;
}
.cid-uN8Kd5PyPk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uN8Kd5PyPk .navbar .navbar-logo img {
  width: auto;
}
.cid-uN8Kd5PyPk .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uN8Kd5PyPk .navbar.collapsed {
  justify-content: center;
}
.cid-uN8Kd5PyPk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uN8Kd5PyPk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uN8Kd5PyPk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uN8Kd5PyPk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uN8Kd5PyPk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uN8Kd5PyPk .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uN8Kd5PyPk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uN8Kd5PyPk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uN8Kd5PyPk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uN8Kd5PyPk .navbar {
    min-height: 72px;
  }
  .cid-uN8Kd5PyPk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uN8Kd5PyPk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uN8Kd5PyPk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uN8Kd5PyPk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uN8Kd5PyPk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uN8Kd5PyPk .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uN8Kd5PyPk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uN8Kd5PyPk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uN8Kd5PyPk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uN8Kd5PyPk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uN8Kd5PyPk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uN8Kd5PyPk .dropdown-item.active,
.cid-uN8Kd5PyPk .dropdown-item:active {
  background-color: transparent;
}
.cid-uN8Kd5PyPk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uN8Kd5PyPk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uN8Kd5PyPk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uN8Kd5PyPk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uN8Kd5PyPk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uN8Kd5PyPk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uN8Kd5PyPk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uN8Kd5PyPk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uN8Kd5PyPk .navbar-buttons {
    text-align: left;
  }
}
.cid-uN8Kd5PyPk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uN8Kd5PyPk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uN8Kd5PyPk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uN8Kd5PyPk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uN8Kd5PyPk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uN8Kd5PyPk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uN8Kd5PyPk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uN8Kd5PyPk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uN8Kd5PyPk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uN8Kd5PyPk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uN8Kd5PyPk .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uN8Kd5PyPk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uN8Kd5PyPk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uN8Kd5PyPk .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uN8Kd5PyPk .navbar {
    height: 70px;
  }
  .cid-uN8Kd5PyPk .navbar.opened {
    height: auto;
  }
  .cid-uN8Kd5PyPk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uN8Kd5PyPk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uN8Kd5PyPk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uN8Kd5PyPk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uN8Kd5PyPk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uN8Kd5PyPk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uN8Kd5PyPk .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uN8Kd5PyPk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uN8Kd5PyPk .navbar-brand {
    margin-right: auto;
  }
  .cid-uN8Kd5PyPk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uN8Kd5PyPk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uN8Kd5PyPk .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uN8Kd5PyPk .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uN8Kd5PyPk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uN8Kd5PyPk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uN8Kd5PyPk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uN8Kd5PyPk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uN8Kd5PyPk .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uN8Kd5PyPk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uN8Kd5PyPk .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uWmbVWE08X {
  background-color: #ffffff;
}
.cid-uWmbVWE08X .content-head {
  max-width: 800px;
}
.cid-uN8Kd6lIJS {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #f7f6fe;
}
.cid-uN8Kd6lIJS .mbr-text {
  color: #000000;
}
.cid-uN8Kd6lIJS .mbr-section-subtitle {
  color: #000000;
}
.cid-uN8Kd6lIJS .mbr-section-title {
  color: #000000;
}
.cid-uWmc8m7Qsb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uWmc8m7Qsb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWmc8m7Qsb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWmc8m7Qsb .mbr-description {
  text-align: left;
}
.cid-uWmc8m7Qsb .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-uWmc8m7Qsb .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uWmc8m7Qsb .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uWmc8m7Qsb .card-title,
.cid-uWmc8m7Qsb .iconfont-wrapper {
  color: #000000;
}
.cid-uWmc8m7Qsb .card-text {
  color: #000000;
}
.cid-uWmc8m7Qsb .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uWmc8m7Qsb .mbr-number {
  color: #9fe870;
}
.cid-uWmc8m7Qsb .mbr-text,
.cid-uWmc8m7Qsb .mbr-section-btn {
  text-align: center;
}
.cid-uWmc8m7Qsb .card-text,
.cid-uWmc8m7Qsb .item .mbr-section-btn {
  text-align: left;
}
.cid-uWmc8m7Qsb .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uWmc8m7Qsb .image-wrapper {
  margin-bottom: 0rem;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uWmc8m7Qsb .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uWmc8m7Qsb .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
.cid-uWmc8m7Qsb .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uWmc8m7Qsb .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWmc8m7Qsb .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uWmc8m7Qsb .card-title {
  text-align: left;
}
.cid-uWmc8m7Qsb .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uWmc8m7Qsb .item-content .item-footer {
  margin-top: auto;
}
.cid-uWmcdMIbAV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uWmcdMIbAV h6 {
  line-height: 1.2;
}
.cid-uWmcdMIbAV img,
.cid-uWmcdMIbAV .item-img {
  width: 100%;
}
.cid-uWmcdMIbAV .item:focus,
.cid-uWmcdMIbAV span:focus {
  outline: none;
}
.cid-uWmcdMIbAV .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWmcdMIbAV .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uWmcdMIbAV .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-uWmcdMIbAV .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uWmcdMIbAV .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uWmcdMIbAV .mbr-section-title {
  color: #000000;
}
.cid-uWmcdMIbAV .mbr-text,
.cid-uWmcdMIbAV .mbr-section-btn {
  color: #000000;
}
.cid-uWmcdMIbAV .item-title {
  color: #000000;
  text-align: center;
}
.cid-uWmcdMIbAV .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uWmcdMIbAV .item-text {
  color: #000000;
  text-align: center;
}
.cid-uWmcdMIbAV .content-head {
  max-width: 800px;
}
.cid-uWmcf8a8Gb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uWmcf8a8Gb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWmcf8a8Gb .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-uWmcf8a8Gb .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uWmcf8a8Gb .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uWmcf8a8Gb .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uWmcf8a8Gb .media-content,
.cid-uWmcf8a8Gb .mbr-figure {
  align-self: center;
}
.cid-uWmcf8a8Gb .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uWmcf8a8Gb .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uWmcf8a8Gb .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uWmch6J65B {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7f6fe;
}
.cid-uWmch6J65B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWmch6J65B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uWmch6J65B .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWmch6J65B .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uWmch6J65B .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uWmch6J65B .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uWmch6J65B .mbr-section-title {
  color: #000000;
}
.cid-uWmch6J65B .mbr-text,
.cid-uWmch6J65B .mbr-section-btn {
  color: #000000;
}
.cid-uWmcQs0cSp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #444c5a;
}
.cid-uWmcQs0cSp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWmcQs0cSp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWmcQs0cSp .mbr-section-title {
  color: #ffffff;
}
.cid-uWmcQs0cSp .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uN8Kd7PPoV {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f7f6fe;
}
.cid-uN8Kd7PPoV .row {
  flex-direction: row-reverse;
}
.cid-uN8Kd7PPoV .justify-content-center {
  align-items: center;
}
.cid-uN8Kd7PPoV .mbr-section-title {
  text-align: center;
  color: #f58079;
}
.cid-uN8Kd7PPoV .mbr-text,
.cid-uN8Kd7PPoV .mbr-section-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uN8Kd7PPoV .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uN8Kd7PPoV .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uN8Kd7PPoV .item-wrapper {
    padding: 4rem;
  }
}
.cid-uNwuriYnIw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0071;
}
.cid-uNwuriYnIw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNwuriYnIw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNwuriYnIw .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uNwuriYnIw .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uNwuriYnIw .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uNwuriYnIw .bg-twitter:hover {
  background: #0c85d0;
}
.cid-uNwuriYnIw .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uNwuriYnIw .bg-pinterest:hover {
  background: #b3001b;
}
.cid-uNwuriYnIw .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uNwuriYnIw .bg-instagram:hover {
  background: #bd005c;
}
.cid-uNwuriYnIw .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-uNwuriYnIw .bg-linkedin:hover {
  background: #005582;
}
.cid-uNwuriYnIw .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-uNwuriYnIw .bg-tiktok:hover {
  background: #000000;
}
.cid-uNwuriYnIw .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uNwuriYnIw [class^="socicon-"]:before,
.cid-uNwuriYnIw [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uNwuriYnIw .mbr-section-title,
.cid-uNwuriYnIw .social-list {
  color: #ffffff;
}
.cid-uN8Kd84FX8 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #0a0071;
}
.cid-uN8Kd84FX8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN8Kd84FX8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN8Kd84FX8 .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uN8Kd84FX8 .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uN8Kd84FX8 .row {
    flex-direction: column-reverse !important;
  }
  .cid-uN8Kd84FX8 .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uN8Kd84FX8 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uN8Kd84FX8 .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uN8Kd84FX8 .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uN8Kd84FX8 .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uN8Kd84FX8 .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uN8Kd84FX8 .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uN8Kd84FX8 .copyright {
    text-align: center;
  }
}
.cid-uWkn91G16Q {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uWkn91G16Q .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uWkn91G16Q .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uWkn91G16Q .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWkn91G16Q .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uWkn91G16Q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWkn91G16Q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWkn91G16Q .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uWkn91G16Q .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uWkn91G16Q .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uWkn91G16Q .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uWkn91G16Q .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uWkn91G16Q .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uWkn91G16Q .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uWkn91G16Q .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uWkn91G16Q .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uWkn91G16Q .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uWkn91G16Q .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uWkn91G16Q .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uWkn91G16Q .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uWkn91G16Q .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uWkn91G16Q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uWkn91G16Q .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uWkn91G16Q .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uWkn91G16Q .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uWkn91G16Q .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uWkn91G16Q .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
  border-radius: 4px !important;
}
.cid-uWkn91G16Q .nav-item:focus,
.cid-uWkn91G16Q .nav-link:focus {
  outline: none;
}
.cid-uWkn91G16Q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWkn91G16Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWkn91G16Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWkn91G16Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWkn91G16Q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWkn91G16Q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWkn91G16Q .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uWkn91G16Q .navbar.opened {
  transition: all 0.3s;
}
.cid-uWkn91G16Q .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWkn91G16Q .navbar .navbar-logo img {
  width: auto;
}
.cid-uWkn91G16Q .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uWkn91G16Q .navbar.collapsed {
  justify-content: center;
}
.cid-uWkn91G16Q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWkn91G16Q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWkn91G16Q .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uWkn91G16Q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWkn91G16Q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWkn91G16Q .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uWkn91G16Q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWkn91G16Q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWkn91G16Q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uWkn91G16Q .navbar {
    min-height: 72px;
  }
  .cid-uWkn91G16Q .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uWkn91G16Q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWkn91G16Q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWkn91G16Q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWkn91G16Q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWkn91G16Q .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uWkn91G16Q .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWkn91G16Q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uWkn91G16Q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWkn91G16Q .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWkn91G16Q .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uWkn91G16Q .dropdown-item.active,
.cid-uWkn91G16Q .dropdown-item:active {
  background-color: transparent;
}
.cid-uWkn91G16Q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWkn91G16Q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWkn91G16Q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWkn91G16Q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uWkn91G16Q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uWkn91G16Q .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uWkn91G16Q ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWkn91G16Q .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uWkn91G16Q .navbar-buttons {
    text-align: left;
  }
}
.cid-uWkn91G16Q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWkn91G16Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uWkn91G16Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWkn91G16Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWkn91G16Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWkn91G16Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWkn91G16Q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWkn91G16Q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWkn91G16Q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWkn91G16Q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWkn91G16Q .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWkn91G16Q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWkn91G16Q .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uWkn91G16Q .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uWkn91G16Q .navbar {
    height: 70px;
  }
  .cid-uWkn91G16Q .navbar.opened {
    height: auto;
  }
  .cid-uWkn91G16Q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWkn91G16Q .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uWkn91G16Q .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uWkn91G16Q .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uWkn91G16Q .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uWkn91G16Q .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uWkn91G16Q .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uWkn91G16Q .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uWkn91G16Q .navbar-brand {
    margin-right: auto;
  }
  .cid-uWkn91G16Q .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uWkn91G16Q .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uWkn91G16Q .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uWkn91G16Q .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uWkn91G16Q .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uWkn91G16Q .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uWkn91G16Q .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uWkn91G16Q .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uWkn91G16Q .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uWkn91G16Q .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uWkn91G16Q .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uWnI89k8Sc {
  display: flex;
  background-image: url("../../../assets/images/csam-leadership-toyota-buddycreatif-2.webp-2000x1125.webp");
}
.cid-uWnI89k8Sc .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uWnI89k8Sc {
    align-items: flex-end;
  }
  .cid-uWnI89k8Sc .row {
    justify-content: center;
  }
  .cid-uWnI89k8Sc .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uWnI89k8Sc .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uWnI89k8Sc {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uWnI89k8Sc .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uWnI89k8Sc .content-wrap {
    width: 100%;
  }
}
.cid-uWnI89k8Sc .mbr-section-title,
.cid-uWnI89k8Sc .mbr-section-subtitle {
  text-align: center;
}
.cid-uWnI89k8Sc .mbr-text,
.cid-uWnI89k8Sc .mbr-section-btn {
  text-align: center;
}
.cid-uWoXh7LWqE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f6fe;
}
.cid-uWoXh7LWqE img,
.cid-uWoXh7LWqE .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uWoXh7LWqE .item:focus,
.cid-uWoXh7LWqE span:focus {
  outline: none;
}
.cid-uWoXh7LWqE .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWoXh7LWqE .item {
    margin-bottom: 1rem;
  }
}
.cid-uWoXh7LWqE .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uWoXh7LWqE .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uWoXh7LWqE .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uWoXh7LWqE .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uWoXh7LWqE .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uWoXh7LWqE .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-uWoXh7LWqE .mbr-section-title {
  color: #232323;
}
.cid-uWoXh7LWqE .mbr-text,
.cid-uWoXh7LWqE .mbr-section-btn {
  text-align: center;
}
.cid-uWoXh7LWqE .item-title {
  text-align: left;
}
.cid-uWoXh7LWqE .content-head {
  max-width: 800px;
}
.cid-uWoXh7LWqE .mbr-text,
.cid-uWoXh7LWqE .item-wrapper .mbr-section-btn {
  text-align: center;
}
.cid-uWp7uzDYPM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f6fe;
}
.cid-uWp7uzDYPM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWp7uzDYPM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWp7uzDYPM .card-wrapper {
  overflow: hidden;
  background: #f7f6fe;
}
.cid-uWp7uzDYPM .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uWp7uzDYPM .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uWp7uzDYPM .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uWp7uzDYPM .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uWp7uzDYPM .row {
  flex-direction: row-reverse;
}
.cid-uWp7uzDYPM .image-wrapper {
  padding: 0 1rem;
}
.cid-uWp7uzDYPM img,
.cid-uWp7uzDYPM .image-wrapper {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uWp7uzDYPM img,
  .cid-uWp7uzDYPM .image-wrapper {
    max-height: 350px;
  }
}
.cid-uWp7uzDYPM .mbr-section-title {
  color: #000000;
}
.cid-uWp7uzDYPM .mbr-text {
  color: #000000;
}
.cid-uXsppsbk4W {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uXsppsbk4W .row {
  flex-direction: row-reverse;
}
.cid-uXsppsbk4W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXsppsbk4W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXsppsbk4W .mbr-description {
  text-align: left;
}
.cid-uXsppsbk4W .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uXsppsbk4W .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uXsppsbk4W .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uXsppsbk4W .card-title,
.cid-uXsppsbk4W .iconfont-wrapper {
  color: #000000;
}
.cid-uXsppsbk4W .card-text {
  color: #000000;
}
.cid-uXsppsbk4W .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uXsppsbk4W .mbr-text,
.cid-uXsppsbk4W .mbr-section-btn {
  text-align: center;
}
.cid-uXsppsbk4W .card-text,
.cid-uXsppsbk4W .item .mbr-section-btn {
  text-align: left;
}
.cid-uXsppsbk4W .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uXsppsbk4W .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uXsppsbk4W .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #51c2e0;
  background-color: #51c2e0;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uXsppsbk4W .mbr-text UL {
  text-align: left;
}
.cid-uWpV3WJSni {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f6fe;
}
.cid-uWpV3WJSni .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWpV3WJSni .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWpV3WJSni .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 2rem;
  color: #0a0071;
  width: 40px;
  justify-content: center;
  align-items: center;
}
.cid-uWpV3WJSni .card-title,
.cid-uWpV3WJSni .iconfont-wrapper {
  color: #232323;
}
.cid-uWpV3WJSni .card-text {
  color: #232323;
}
.cid-uWpV3WJSni .mbr-section-title {
  color: #232323;
}
.cid-uWpV3WJSni .mbr-section-subtitle {
  color: #232323;
}
.cid-uWpV3WJSni .content-head {
  max-width: 800px;
}
.cid-uWkn94xwUG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uWkn94xwUG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWkn94xwUG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uWkn94xwUG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWkn94xwUG .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uWkn94xwUG .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uWkn94xwUG .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uWkn94xwUG .mbr-section-title {
  color: #000000;
}
.cid-uWkn94xwUG .mbr-text,
.cid-uWkn94xwUG .mbr-section-btn {
  color: #000000;
}
.cid-uWkn95eJlM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #444c5a;
}
.cid-uWkn95eJlM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWkn95eJlM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWkn95eJlM .mbr-section-title {
  color: #ffffff;
}
.cid-uWkn95eJlM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uWkn95zVQi {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f7f6fe;
}
.cid-uWkn95zVQi .row {
  flex-direction: row-reverse;
}
.cid-uWkn95zVQi .justify-content-center {
  align-items: center;
}
.cid-uWkn95zVQi .mbr-section-title {
  text-align: center;
  color: #f58079;
}
.cid-uWkn95zVQi .mbr-text,
.cid-uWkn95zVQi .mbr-section-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uWkn95zVQi .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uWkn95zVQi .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uWkn95zVQi .item-wrapper {
    padding: 4rem;
  }
}
.cid-uWkn95W9oi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0071;
}
.cid-uWkn95W9oi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWkn95W9oi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWkn95W9oi .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uWkn95W9oi .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uWkn95W9oi .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uWkn95W9oi .bg-twitter:hover {
  background: #0c85d0;
}
.cid-uWkn95W9oi .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uWkn95W9oi .bg-pinterest:hover {
  background: #b3001b;
}
.cid-uWkn95W9oi .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uWkn95W9oi .bg-instagram:hover {
  background: #bd005c;
}
.cid-uWkn95W9oi .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-uWkn95W9oi .bg-linkedin:hover {
  background: #005582;
}
.cid-uWkn95W9oi .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-uWkn95W9oi .bg-tiktok:hover {
  background: #000000;
}
.cid-uWkn95W9oi .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uWkn95W9oi [class^="socicon-"]:before,
.cid-uWkn95W9oi [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uWkn95W9oi .mbr-section-title,
.cid-uWkn95W9oi .social-list {
  color: #ffffff;
}
.cid-uWkn96lEfQ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #0a0071;
}
.cid-uWkn96lEfQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWkn96lEfQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWkn96lEfQ .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uWkn96lEfQ .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uWkn96lEfQ .row {
    flex-direction: column-reverse !important;
  }
  .cid-uWkn96lEfQ .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uWkn96lEfQ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uWkn96lEfQ .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uWkn96lEfQ .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uWkn96lEfQ .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uWkn96lEfQ .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uWkn96lEfQ .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uWkn96lEfQ .copyright {
    text-align: center;
  }
}
.cid-uWko3gGfxj {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uWko3gGfxj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uWko3gGfxj .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uWko3gGfxj .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWko3gGfxj .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uWko3gGfxj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWko3gGfxj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWko3gGfxj .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uWko3gGfxj .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uWko3gGfxj .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uWko3gGfxj .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uWko3gGfxj .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uWko3gGfxj .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uWko3gGfxj .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uWko3gGfxj .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uWko3gGfxj .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uWko3gGfxj .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uWko3gGfxj .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uWko3gGfxj .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uWko3gGfxj .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uWko3gGfxj .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uWko3gGfxj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uWko3gGfxj .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uWko3gGfxj .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uWko3gGfxj .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uWko3gGfxj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uWko3gGfxj .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
  border-radius: 4px !important;
}
.cid-uWko3gGfxj .nav-item:focus,
.cid-uWko3gGfxj .nav-link:focus {
  outline: none;
}
.cid-uWko3gGfxj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWko3gGfxj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWko3gGfxj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWko3gGfxj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWko3gGfxj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWko3gGfxj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWko3gGfxj .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uWko3gGfxj .navbar.opened {
  transition: all 0.3s;
}
.cid-uWko3gGfxj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWko3gGfxj .navbar .navbar-logo img {
  width: auto;
}
.cid-uWko3gGfxj .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uWko3gGfxj .navbar.collapsed {
  justify-content: center;
}
.cid-uWko3gGfxj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWko3gGfxj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWko3gGfxj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uWko3gGfxj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWko3gGfxj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWko3gGfxj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uWko3gGfxj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWko3gGfxj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWko3gGfxj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uWko3gGfxj .navbar {
    min-height: 72px;
  }
  .cid-uWko3gGfxj .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uWko3gGfxj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWko3gGfxj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWko3gGfxj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWko3gGfxj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWko3gGfxj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uWko3gGfxj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWko3gGfxj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uWko3gGfxj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWko3gGfxj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWko3gGfxj .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uWko3gGfxj .dropdown-item.active,
.cid-uWko3gGfxj .dropdown-item:active {
  background-color: transparent;
}
.cid-uWko3gGfxj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWko3gGfxj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWko3gGfxj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWko3gGfxj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uWko3gGfxj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uWko3gGfxj .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uWko3gGfxj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWko3gGfxj .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uWko3gGfxj .navbar-buttons {
    text-align: left;
  }
}
.cid-uWko3gGfxj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWko3gGfxj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uWko3gGfxj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWko3gGfxj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWko3gGfxj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWko3gGfxj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWko3gGfxj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWko3gGfxj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWko3gGfxj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWko3gGfxj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWko3gGfxj .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWko3gGfxj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWko3gGfxj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uWko3gGfxj .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uWko3gGfxj .navbar {
    height: 70px;
  }
  .cid-uWko3gGfxj .navbar.opened {
    height: auto;
  }
  .cid-uWko3gGfxj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWko3gGfxj .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uWko3gGfxj .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uWko3gGfxj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uWko3gGfxj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uWko3gGfxj .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uWko3gGfxj .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uWko3gGfxj .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uWko3gGfxj .navbar-brand {
    margin-right: auto;
  }
  .cid-uWko3gGfxj .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uWko3gGfxj .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uWko3gGfxj .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uWko3gGfxj .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uWko3gGfxj .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uWko3gGfxj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uWko3gGfxj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uWko3gGfxj .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uWko3gGfxj .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uWko3gGfxj .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uWko3gGfxj .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uWko3he1sC {
  background-color: #ffffff;
}
.cid-uWko3he1sC .content-head {
  max-width: 800px;
}
.cid-uWko3hJfKn {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #f7f6fe;
}
.cid-uWko3hJfKn .mbr-text {
  color: #000000;
}
.cid-uWko3hJfKn .mbr-section-subtitle {
  color: #000000;
}
.cid-uWko3hJfKn .mbr-section-title {
  color: #000000;
}
.cid-uWko3i7Nra {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uWko3i7Nra .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWko3i7Nra .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWko3i7Nra .mbr-description {
  text-align: left;
}
.cid-uWko3i7Nra .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-uWko3i7Nra .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uWko3i7Nra .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uWko3i7Nra .card-title,
.cid-uWko3i7Nra .iconfont-wrapper {
  color: #000000;
}
.cid-uWko3i7Nra .card-text {
  color: #000000;
}
.cid-uWko3i7Nra .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uWko3i7Nra .mbr-number {
  color: #9fe870;
}
.cid-uWko3i7Nra .mbr-text,
.cid-uWko3i7Nra .mbr-section-btn {
  text-align: center;
}
.cid-uWko3i7Nra .card-text,
.cid-uWko3i7Nra .item .mbr-section-btn {
  text-align: left;
}
.cid-uWko3i7Nra .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uWko3i7Nra .image-wrapper {
  margin-bottom: 0rem;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uWko3i7Nra .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uWko3i7Nra .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
.cid-uWko3i7Nra .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uWko3i7Nra .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWko3i7Nra .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uWko3i7Nra .card-title {
  text-align: left;
}
.cid-uWko3i7Nra .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uWko3i7Nra .item-content .item-footer {
  margin-top: auto;
}
.cid-uWko3izPdk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uWko3izPdk h6 {
  line-height: 1.2;
}
.cid-uWko3izPdk img,
.cid-uWko3izPdk .item-img {
  width: 100%;
}
.cid-uWko3izPdk .item:focus,
.cid-uWko3izPdk span:focus {
  outline: none;
}
.cid-uWko3izPdk .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWko3izPdk .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uWko3izPdk .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-uWko3izPdk .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uWko3izPdk .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uWko3izPdk .mbr-section-title {
  color: #000000;
}
.cid-uWko3izPdk .mbr-text,
.cid-uWko3izPdk .mbr-section-btn {
  color: #000000;
}
.cid-uWko3izPdk .item-title {
  color: #000000;
  text-align: center;
}
.cid-uWko3izPdk .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uWko3izPdk .item-text {
  color: #000000;
  text-align: center;
}
.cid-uWko3izPdk .content-head {
  max-width: 800px;
}
.cid-uWko3j9b3x {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uWko3j9b3x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWko3j9b3x .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-uWko3j9b3x .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uWko3j9b3x .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uWko3j9b3x .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uWko3j9b3x .media-content,
.cid-uWko3j9b3x .mbr-figure {
  align-self: center;
}
.cid-uWko3j9b3x .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uWko3j9b3x .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uWko3j9b3x .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uWko3juneb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7f6fe;
}
.cid-uWko3juneb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWko3juneb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uWko3juneb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWko3juneb .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uWko3juneb .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uWko3juneb .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uWko3juneb .mbr-section-title {
  color: #000000;
}
.cid-uWko3juneb .mbr-text,
.cid-uWko3juneb .mbr-section-btn {
  color: #000000;
}
.cid-uWko3jNNlF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0a0071;
}
.cid-uWko3jNNlF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWko3jNNlF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWko3jNNlF .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uWko3jNNlF .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uWko3jNNlF .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uWko3kfoxo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #444c5a;
}
.cid-uWko3kfoxo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWko3kfoxo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWko3kfoxo .mbr-section-title {
  color: #ffffff;
}
.cid-uWko3kfoxo .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uWko3kApZ6 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f7f6fe;
}
.cid-uWko3kApZ6 .row {
  flex-direction: row-reverse;
}
.cid-uWko3kApZ6 .justify-content-center {
  align-items: center;
}
.cid-uWko3kApZ6 .mbr-section-title {
  text-align: center;
  color: #f58079;
}
.cid-uWko3kApZ6 .mbr-text,
.cid-uWko3kApZ6 .mbr-section-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uWko3kApZ6 .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uWko3kApZ6 .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uWko3kApZ6 .item-wrapper {
    padding: 4rem;
  }
}
.cid-uWko3kWpWY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0071;
}
.cid-uWko3kWpWY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWko3kWpWY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWko3kWpWY .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uWko3kWpWY .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uWko3kWpWY .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uWko3kWpWY .bg-twitter:hover {
  background: #0c85d0;
}
.cid-uWko3kWpWY .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uWko3kWpWY .bg-pinterest:hover {
  background: #b3001b;
}
.cid-uWko3kWpWY .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uWko3kWpWY .bg-instagram:hover {
  background: #bd005c;
}
.cid-uWko3kWpWY .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-uWko3kWpWY .bg-linkedin:hover {
  background: #005582;
}
.cid-uWko3kWpWY .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-uWko3kWpWY .bg-tiktok:hover {
  background: #000000;
}
.cid-uWko3kWpWY .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uWko3kWpWY [class^="socicon-"]:before,
.cid-uWko3kWpWY [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uWko3kWpWY .mbr-section-title,
.cid-uWko3kWpWY .social-list {
  color: #ffffff;
}
.cid-uWko3llt4K {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #0a0071;
}
.cid-uWko3llt4K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWko3llt4K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWko3llt4K .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uWko3llt4K .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uWko3llt4K .row {
    flex-direction: column-reverse !important;
  }
  .cid-uWko3llt4K .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uWko3llt4K .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uWko3llt4K .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uWko3llt4K .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uWko3llt4K .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uWko3llt4K .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uWko3llt4K .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uWko3llt4K .copyright {
    text-align: center;
  }
}
.cid-uWFnh0Gtru {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uWFnh0Gtru .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uWFnh0Gtru .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uWFnh0Gtru .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWFnh0Gtru .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uWFnh0Gtru .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWFnh0Gtru .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWFnh0Gtru .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uWFnh0Gtru .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uWFnh0Gtru .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uWFnh0Gtru .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uWFnh0Gtru .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uWFnh0Gtru .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uWFnh0Gtru .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uWFnh0Gtru .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uWFnh0Gtru .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uWFnh0Gtru .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uWFnh0Gtru .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uWFnh0Gtru .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uWFnh0Gtru .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uWFnh0Gtru .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uWFnh0Gtru .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uWFnh0Gtru .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uWFnh0Gtru .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uWFnh0Gtru .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uWFnh0Gtru .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uWFnh0Gtru .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
  border-radius: 4px !important;
}
.cid-uWFnh0Gtru .nav-item:focus,
.cid-uWFnh0Gtru .nav-link:focus {
  outline: none;
}
.cid-uWFnh0Gtru .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWFnh0Gtru .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWFnh0Gtru .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWFnh0Gtru .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWFnh0Gtru .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWFnh0Gtru .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWFnh0Gtru .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uWFnh0Gtru .navbar.opened {
  transition: all 0.3s;
}
.cid-uWFnh0Gtru .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWFnh0Gtru .navbar .navbar-logo img {
  width: auto;
}
.cid-uWFnh0Gtru .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uWFnh0Gtru .navbar.collapsed {
  justify-content: center;
}
.cid-uWFnh0Gtru .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWFnh0Gtru .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWFnh0Gtru .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uWFnh0Gtru .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWFnh0Gtru .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWFnh0Gtru .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uWFnh0Gtru .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWFnh0Gtru .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWFnh0Gtru .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uWFnh0Gtru .navbar {
    min-height: 72px;
  }
  .cid-uWFnh0Gtru .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uWFnh0Gtru .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWFnh0Gtru .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWFnh0Gtru .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWFnh0Gtru .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWFnh0Gtru .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uWFnh0Gtru .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWFnh0Gtru .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uWFnh0Gtru .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWFnh0Gtru .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWFnh0Gtru .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uWFnh0Gtru .dropdown-item.active,
.cid-uWFnh0Gtru .dropdown-item:active {
  background-color: transparent;
}
.cid-uWFnh0Gtru .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWFnh0Gtru .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWFnh0Gtru .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWFnh0Gtru .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uWFnh0Gtru .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uWFnh0Gtru .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uWFnh0Gtru ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWFnh0Gtru .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uWFnh0Gtru .navbar-buttons {
    text-align: left;
  }
}
.cid-uWFnh0Gtru button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWFnh0Gtru button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uWFnh0Gtru button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWFnh0Gtru button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWFnh0Gtru button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWFnh0Gtru button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWFnh0Gtru nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWFnh0Gtru nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWFnh0Gtru nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWFnh0Gtru nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWFnh0Gtru .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWFnh0Gtru a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWFnh0Gtru .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uWFnh0Gtru .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uWFnh0Gtru .navbar {
    height: 70px;
  }
  .cid-uWFnh0Gtru .navbar.opened {
    height: auto;
  }
  .cid-uWFnh0Gtru .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWFnh0Gtru .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uWFnh0Gtru .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uWFnh0Gtru .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uWFnh0Gtru .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uWFnh0Gtru .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uWFnh0Gtru .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uWFnh0Gtru .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uWFnh0Gtru .navbar-brand {
    margin-right: auto;
  }
  .cid-uWFnh0Gtru .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uWFnh0Gtru .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uWFnh0Gtru .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uWFnh0Gtru .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uWFnh0Gtru .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uWFnh0Gtru .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uWFnh0Gtru .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uWFnh0Gtru .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uWFnh0Gtru .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uWFnh0Gtru .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uWFnh0Gtru .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uWKl08XkBi {
  display: flex;
  background-image: url("../../../assets/images/image-methode-csam.webp-2000x1000.webp");
}
.cid-uWKl08XkBi .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-uWKl08XkBi {
    align-items: center;
  }
  .cid-uWKl08XkBi .row {
    justify-content: center;
  }
  .cid-uWKl08XkBi .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uWKl08XkBi .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uWKl08XkBi {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uWKl08XkBi .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uWKl08XkBi .content-wrap {
    width: 100%;
  }
}
.cid-uWKl08XkBi .mbr-section-title,
.cid-uWKl08XkBi .mbr-section-subtitle {
  text-align: center;
}
.cid-uWKl08XkBi .mbr-text,
.cid-uWKl08XkBi .mbr-section-btn {
  text-align: center;
}
.cid-uWKl08XkBi .mbr-section-title {
  color: #ffffff;
}
.cid-uWPnpl6BOz {
  background-color: #ffffff;
}
.cid-uWPnpl6BOz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWPnpl6BOz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWPnpl6BOz .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uWPnpl6BOz .image-wrap img {
    display: block;
    margin: auto;
    width: 120%;
  }
}
.cid-uWPnpl6BOz .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uWPnpl6BOz .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uWPnpl6BOz .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uWPnpl6BOz .header-menu li p {
  margin: 0;
}
.cid-uWPnpl6BOz .content-head {
  max-width: 800px;
}
.cid-uWReZrcUw9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0a0071;
}
.cid-uWReZrcUw9 .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uWReZrcUw9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWReZrcUw9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWReZrcUw9 .item-wrapper {
  background: #ffffff;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-uWReZrcUw9 .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uWReZrcUw9 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0.5rem;
  }
}
.cid-uWReZrcUw9 .card-title,
.cid-uWReZrcUw9 .iconfont-wrapper {
  color: #000000;
}
.cid-uWReZrcUw9 .content-head {
  max-width: 800px;
}
.cid-uWReZrcUw9 .mbr-section-title {
  color: #ffffff;
}
.cid-uWReZrcUw9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uWReZrcUw9 .card-text {
  color: #000000;
}
.cid-uWReZrcUw9 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWReZrcUw9 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uWReMh38T4 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uWReMh38T4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWReMh38T4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWReMh38T4 .mbr-description {
  text-align: left;
}
.cid-uWReMh38T4 .item-wrapper {
  background: #0a0071;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uWReMh38T4 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uWReMh38T4 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uWReMh38T4 .card-title,
.cid-uWReMh38T4 .iconfont-wrapper {
  color: #000000;
}
.cid-uWReMh38T4 .card-text {
  color: #000000;
}
.cid-uWReMh38T4 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uWReMh38T4 .mbr-number {
  color: #9fe870;
}
.cid-uWReMh38T4 .mbr-text,
.cid-uWReMh38T4 .mbr-section-btn {
  text-align: center;
}
.cid-uWReMh38T4 .card-text,
.cid-uWReMh38T4 .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uXw4T1Oad6 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXw4T1Oad6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXw4T1Oad6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXw4T1Oad6 .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 2rem;
  color: #0a0071;
  width: 40px;
  justify-content: center;
  align-items: center;
}
.cid-uXw4T1Oad6 .card-title,
.cid-uXw4T1Oad6 .iconfont-wrapper {
  color: #232323;
}
.cid-uXw4T1Oad6 .card-text {
  color: #232323;
}
.cid-uXw4T1Oad6 .mbr-section-title {
  color: #232323;
}
.cid-uXw4T1Oad6 .mbr-section-subtitle {
  color: #232323;
}
.cid-uXw4T1Oad6 .content-head {
  max-width: 800px;
}
.cid-uWRfmU4oIJ {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #f7f6fe;
}
.cid-uWRfmU4oIJ img,
.cid-uWRfmU4oIJ .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uWRfmU4oIJ .item:focus,
.cid-uWRfmU4oIJ span:focus {
  outline: none;
}
.cid-uWRfmU4oIJ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWRfmU4oIJ .item {
    margin-bottom: 1rem;
  }
}
.cid-uWRfmU4oIJ .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uWRfmU4oIJ .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uWRfmU4oIJ .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uWRfmU4oIJ .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uWRfmU4oIJ .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uWRfmU4oIJ .mbr-section-title {
  color: #000000;
}
.cid-uWRfmU4oIJ .item-title {
  text-align: left;
}
.cid-uWRfmU4oIJ .item-subtitle {
  text-align: left;
}
.cid-uWRfmU4oIJ .mbr-text,
.cid-uWRfmU4oIJ .item .mbr-section-btn {
  text-align: left;
}
.cid-uWRfmU4oIJ .content-head {
  max-width: 800px;
}
.cid-uWQCb5UKdh {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uWQCb5UKdh .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: center;
}
.cid-uWQCb5UKdh img,
.cid-uWQCb5UKdh .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uWQCb5UKdh .item:focus,
.cid-uWQCb5UKdh span:focus {
  outline: none;
}
.cid-uWQCb5UKdh .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWQCb5UKdh .item {
    margin-bottom: 1rem;
  }
}
.cid-uWQCb5UKdh .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uWQCb5UKdh .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uWQCb5UKdh .mbr-section-title {
  color: #232323;
}
.cid-uWQCb5UKdh .mbr-text,
.cid-uWQCb5UKdh .mbr-section-btn {
  color: #a6a99c;
  text-align: center;
}
.cid-uWQCb5UKdh .item-title {
  color: #232323;
  text-align: center;
}
.cid-uWQCb5UKdh .content-head {
  max-width: 800px;
}
.cid-uWFnh3psRg {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f7f6fe;
}
.cid-uWFnh3psRg .row {
  flex-direction: row-reverse;
}
.cid-uWFnh3psRg .justify-content-center {
  align-items: center;
}
.cid-uWFnh3psRg .mbr-section-title {
  text-align: center;
  color: #f58079;
}
.cid-uWFnh3psRg .mbr-text,
.cid-uWFnh3psRg .mbr-section-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uWFnh3psRg .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uWFnh3psRg .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uWFnh3psRg .item-wrapper {
    padding: 4rem;
  }
}
.cid-uWFnh3JMWl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0071;
}
.cid-uWFnh3JMWl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWFnh3JMWl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWFnh3JMWl .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uWFnh3JMWl .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uWFnh3JMWl .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uWFnh3JMWl .bg-twitter:hover {
  background: #0c85d0;
}
.cid-uWFnh3JMWl .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uWFnh3JMWl .bg-pinterest:hover {
  background: #b3001b;
}
.cid-uWFnh3JMWl .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uWFnh3JMWl .bg-instagram:hover {
  background: #bd005c;
}
.cid-uWFnh3JMWl .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-uWFnh3JMWl .bg-linkedin:hover {
  background: #005582;
}
.cid-uWFnh3JMWl .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-uWFnh3JMWl .bg-tiktok:hover {
  background: #000000;
}
.cid-uWFnh3JMWl .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uWFnh3JMWl [class^="socicon-"]:before,
.cid-uWFnh3JMWl [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uWFnh3JMWl .mbr-section-title,
.cid-uWFnh3JMWl .social-list {
  color: #ffffff;
}
.cid-uWFnh44nTr {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #0a0071;
}
.cid-uWFnh44nTr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWFnh44nTr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWFnh44nTr .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uWFnh44nTr .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uWFnh44nTr .row {
    flex-direction: column-reverse !important;
  }
  .cid-uWFnh44nTr .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uWFnh44nTr .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uWFnh44nTr .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uWFnh44nTr .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uWFnh44nTr .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uWFnh44nTr .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uWFnh44nTr .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uWFnh44nTr .copyright {
    text-align: center;
  }
}
.cid-uWPeSo5Lxe {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uWPeSo5Lxe .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uWPeSo5Lxe .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uWPeSo5Lxe .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWPeSo5Lxe .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uWPeSo5Lxe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWPeSo5Lxe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWPeSo5Lxe .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uWPeSo5Lxe .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uWPeSo5Lxe .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uWPeSo5Lxe .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uWPeSo5Lxe .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uWPeSo5Lxe .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uWPeSo5Lxe .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uWPeSo5Lxe .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uWPeSo5Lxe .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uWPeSo5Lxe .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uWPeSo5Lxe .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uWPeSo5Lxe .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uWPeSo5Lxe .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uWPeSo5Lxe .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uWPeSo5Lxe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uWPeSo5Lxe .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uWPeSo5Lxe .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uWPeSo5Lxe .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uWPeSo5Lxe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uWPeSo5Lxe .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
  border-radius: 4px !important;
}
.cid-uWPeSo5Lxe .nav-item:focus,
.cid-uWPeSo5Lxe .nav-link:focus {
  outline: none;
}
.cid-uWPeSo5Lxe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWPeSo5Lxe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWPeSo5Lxe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWPeSo5Lxe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWPeSo5Lxe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWPeSo5Lxe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWPeSo5Lxe .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uWPeSo5Lxe .navbar.opened {
  transition: all 0.3s;
}
.cid-uWPeSo5Lxe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWPeSo5Lxe .navbar .navbar-logo img {
  width: auto;
}
.cid-uWPeSo5Lxe .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uWPeSo5Lxe .navbar.collapsed {
  justify-content: center;
}
.cid-uWPeSo5Lxe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWPeSo5Lxe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWPeSo5Lxe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uWPeSo5Lxe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWPeSo5Lxe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWPeSo5Lxe .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uWPeSo5Lxe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWPeSo5Lxe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWPeSo5Lxe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uWPeSo5Lxe .navbar {
    min-height: 72px;
  }
  .cid-uWPeSo5Lxe .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uWPeSo5Lxe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWPeSo5Lxe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWPeSo5Lxe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWPeSo5Lxe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWPeSo5Lxe .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uWPeSo5Lxe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWPeSo5Lxe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uWPeSo5Lxe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWPeSo5Lxe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWPeSo5Lxe .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uWPeSo5Lxe .dropdown-item.active,
.cid-uWPeSo5Lxe .dropdown-item:active {
  background-color: transparent;
}
.cid-uWPeSo5Lxe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWPeSo5Lxe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWPeSo5Lxe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWPeSo5Lxe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uWPeSo5Lxe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uWPeSo5Lxe .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uWPeSo5Lxe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWPeSo5Lxe .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uWPeSo5Lxe .navbar-buttons {
    text-align: left;
  }
}
.cid-uWPeSo5Lxe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWPeSo5Lxe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uWPeSo5Lxe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWPeSo5Lxe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWPeSo5Lxe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWPeSo5Lxe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWPeSo5Lxe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWPeSo5Lxe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWPeSo5Lxe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWPeSo5Lxe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWPeSo5Lxe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWPeSo5Lxe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWPeSo5Lxe .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uWPeSo5Lxe .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uWPeSo5Lxe .navbar {
    height: 70px;
  }
  .cid-uWPeSo5Lxe .navbar.opened {
    height: auto;
  }
  .cid-uWPeSo5Lxe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWPeSo5Lxe .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uWPeSo5Lxe .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uWPeSo5Lxe .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uWPeSo5Lxe .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uWPeSo5Lxe .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uWPeSo5Lxe .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uWPeSo5Lxe .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uWPeSo5Lxe .navbar-brand {
    margin-right: auto;
  }
  .cid-uWPeSo5Lxe .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uWPeSo5Lxe .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uWPeSo5Lxe .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uWPeSo5Lxe .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uWPeSo5Lxe .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uWPeSo5Lxe .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uWPeSo5Lxe .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uWPeSo5Lxe .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uWPeSo5Lxe .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uWPeSo5Lxe .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uWPeSo5Lxe .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uWPeSozpjr {
  display: flex;
  background-image: url("../../../assets/images/image-quiz-csam-clarte-pro.webp-2000x1125.webp");
}
.cid-uWPeSozpjr .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uWPeSozpjr {
    align-items: flex-end;
  }
  .cid-uWPeSozpjr .row {
    justify-content: center;
  }
  .cid-uWPeSozpjr .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uWPeSozpjr .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uWPeSozpjr {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uWPeSozpjr .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uWPeSozpjr .content-wrap {
    width: 100%;
  }
}
.cid-uWPeSozpjr .mbr-section-title,
.cid-uWPeSozpjr .mbr-section-subtitle {
  text-align: center;
}
.cid-uWPeSozpjr .mbr-text,
.cid-uWPeSozpjr .mbr-section-btn {
  text-align: center;
}
.cid-uWPeSozpjr .mbr-section-title {
  color: #ffffff;
}
.cid-uWPeSrnB8U {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f7f6fe;
}
.cid-uWPeSrnB8U .row {
  flex-direction: row-reverse;
}
.cid-uWPeSrnB8U .justify-content-center {
  align-items: center;
}
.cid-uWPeSrnB8U .mbr-section-title {
  text-align: center;
  color: #f58079;
}
.cid-uWPeSrnB8U .mbr-text,
.cid-uWPeSrnB8U .mbr-section-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uWPeSrnB8U .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uWPeSrnB8U .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uWPeSrnB8U .item-wrapper {
    padding: 4rem;
  }
}
.cid-uWPeSrP0xw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0071;
}
.cid-uWPeSrP0xw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWPeSrP0xw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWPeSrP0xw .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uWPeSrP0xw .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uWPeSrP0xw .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uWPeSrP0xw .bg-twitter:hover {
  background: #0c85d0;
}
.cid-uWPeSrP0xw .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uWPeSrP0xw .bg-pinterest:hover {
  background: #b3001b;
}
.cid-uWPeSrP0xw .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uWPeSrP0xw .bg-instagram:hover {
  background: #bd005c;
}
.cid-uWPeSrP0xw .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-uWPeSrP0xw .bg-linkedin:hover {
  background: #005582;
}
.cid-uWPeSrP0xw .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-uWPeSrP0xw .bg-tiktok:hover {
  background: #000000;
}
.cid-uWPeSrP0xw .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uWPeSrP0xw [class^="socicon-"]:before,
.cid-uWPeSrP0xw [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uWPeSrP0xw .mbr-section-title,
.cid-uWPeSrP0xw .social-list {
  color: #ffffff;
}
.cid-uWPeSsfztQ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #0a0071;
}
.cid-uWPeSsfztQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWPeSsfztQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWPeSsfztQ .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uWPeSsfztQ .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uWPeSsfztQ .row {
    flex-direction: column-reverse !important;
  }
  .cid-uWPeSsfztQ .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uWPeSsfztQ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uWPeSsfztQ .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uWPeSsfztQ .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uWPeSsfztQ .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uWPeSsfztQ .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uWPeSsfztQ .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uWPeSsfztQ .copyright {
    text-align: center;
  }
}
.cid-uWPfofQvCf {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uWPfofQvCf .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uWPfofQvCf .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uWPfofQvCf .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWPfofQvCf .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uWPfofQvCf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWPfofQvCf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWPfofQvCf .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uWPfofQvCf .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uWPfofQvCf .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uWPfofQvCf .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uWPfofQvCf .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uWPfofQvCf .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uWPfofQvCf .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uWPfofQvCf .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uWPfofQvCf .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uWPfofQvCf .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uWPfofQvCf .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uWPfofQvCf .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uWPfofQvCf .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uWPfofQvCf .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uWPfofQvCf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uWPfofQvCf .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uWPfofQvCf .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uWPfofQvCf .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uWPfofQvCf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uWPfofQvCf .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
  border-radius: 4px !important;
}
.cid-uWPfofQvCf .nav-item:focus,
.cid-uWPfofQvCf .nav-link:focus {
  outline: none;
}
.cid-uWPfofQvCf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWPfofQvCf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWPfofQvCf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWPfofQvCf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWPfofQvCf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWPfofQvCf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWPfofQvCf .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uWPfofQvCf .navbar.opened {
  transition: all 0.3s;
}
.cid-uWPfofQvCf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWPfofQvCf .navbar .navbar-logo img {
  width: auto;
}
.cid-uWPfofQvCf .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uWPfofQvCf .navbar.collapsed {
  justify-content: center;
}
.cid-uWPfofQvCf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWPfofQvCf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWPfofQvCf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uWPfofQvCf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWPfofQvCf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWPfofQvCf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uWPfofQvCf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWPfofQvCf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWPfofQvCf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uWPfofQvCf .navbar {
    min-height: 72px;
  }
  .cid-uWPfofQvCf .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uWPfofQvCf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWPfofQvCf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWPfofQvCf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWPfofQvCf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWPfofQvCf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uWPfofQvCf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWPfofQvCf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uWPfofQvCf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWPfofQvCf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWPfofQvCf .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uWPfofQvCf .dropdown-item.active,
.cid-uWPfofQvCf .dropdown-item:active {
  background-color: transparent;
}
.cid-uWPfofQvCf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWPfofQvCf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWPfofQvCf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWPfofQvCf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uWPfofQvCf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uWPfofQvCf .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uWPfofQvCf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWPfofQvCf .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uWPfofQvCf .navbar-buttons {
    text-align: left;
  }
}
.cid-uWPfofQvCf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWPfofQvCf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uWPfofQvCf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWPfofQvCf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWPfofQvCf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWPfofQvCf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWPfofQvCf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWPfofQvCf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWPfofQvCf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWPfofQvCf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWPfofQvCf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWPfofQvCf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWPfofQvCf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uWPfofQvCf .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uWPfofQvCf .navbar {
    height: 70px;
  }
  .cid-uWPfofQvCf .navbar.opened {
    height: auto;
  }
  .cid-uWPfofQvCf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWPfofQvCf .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uWPfofQvCf .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uWPfofQvCf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uWPfofQvCf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uWPfofQvCf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uWPfofQvCf .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uWPfofQvCf .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uWPfofQvCf .navbar-brand {
    margin-right: auto;
  }
  .cid-uWPfofQvCf .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uWPfofQvCf .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uWPfofQvCf .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uWPfofQvCf .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uWPfofQvCf .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uWPfofQvCf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uWPfofQvCf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uWPfofQvCf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uWPfofQvCf .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uWPfofQvCf .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uWPfofQvCf .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uWPfoggPXY {
  display: flex;
  background-image: url("../../../assets/images/image-produit-csam-clarte-school.webp-2000x1125.webp");
}
.cid-uWPfoggPXY .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .cid-uWPfoggPXY {
    align-items: flex-end;
  }
  .cid-uWPfoggPXY .row {
    justify-content: center;
  }
  .cid-uWPfoggPXY .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uWPfoggPXY .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uWPfoggPXY {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uWPfoggPXY .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uWPfoggPXY .content-wrap {
    width: 100%;
  }
}
.cid-uWPfoggPXY .mbr-section-title,
.cid-uWPfoggPXY .mbr-section-subtitle {
  text-align: center;
}
.cid-uWPfoggPXY .mbr-text,
.cid-uWPfoggPXY .mbr-section-btn {
  text-align: center;
}
.cid-uWPfoggPXY .mbr-section-title {
  color: #ffffff;
}
.cid-uWPfogOQUf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uWPfogOQUf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWPfogOQUf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWPfogOQUf .mbr-description {
  text-align: left;
}
.cid-uWPfogOQUf .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-uWPfogOQUf .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uWPfogOQUf .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uWPfogOQUf .card-title,
.cid-uWPfogOQUf .iconfont-wrapper {
  color: #000000;
}
.cid-uWPfogOQUf .card-text {
  color: #000000;
}
.cid-uWPfogOQUf .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uWPfogOQUf .mbr-number {
  color: #9fe870;
}
.cid-uWPfogOQUf .mbr-text,
.cid-uWPfogOQUf .mbr-section-btn {
  text-align: center;
}
.cid-uWPfogOQUf .card-text,
.cid-uWPfogOQUf .item .mbr-section-btn {
  text-align: left;
}
.cid-uWPfogOQUf .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uWPfogOQUf .image-wrapper {
  margin-bottom: 0rem;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uWPfogOQUf .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uWPfogOQUf .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
.cid-uWPfogOQUf .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uWPfogOQUf .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWPfogOQUf .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uWPfogOQUf .card-title {
  text-align: left;
}
.cid-uWPfogOQUf .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uWPfogOQUf .item-content .item-footer {
  margin-top: auto;
}
.cid-uWPfoh9tBX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uWPfoh9tBX h6 {
  line-height: 1.2;
}
.cid-uWPfoh9tBX img,
.cid-uWPfoh9tBX .item-img {
  width: 100%;
}
.cid-uWPfoh9tBX .item:focus,
.cid-uWPfoh9tBX span:focus {
  outline: none;
}
.cid-uWPfoh9tBX .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWPfoh9tBX .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uWPfoh9tBX .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-uWPfoh9tBX .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uWPfoh9tBX .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uWPfoh9tBX .mbr-section-title {
  color: #000000;
}
.cid-uWPfoh9tBX .mbr-text,
.cid-uWPfoh9tBX .mbr-section-btn {
  color: #000000;
}
.cid-uWPfoh9tBX .item-title {
  color: #000000;
  text-align: center;
}
.cid-uWPfoh9tBX .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uWPfoh9tBX .item-text {
  color: #000000;
  text-align: center;
}
.cid-uWPfoh9tBX .content-head {
  max-width: 800px;
}
.cid-uWPfohCh3T {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uWPfohCh3T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWPfohCh3T .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-uWPfohCh3T .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uWPfohCh3T .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uWPfohCh3T .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uWPfohCh3T .media-content,
.cid-uWPfohCh3T .mbr-figure {
  align-self: center;
}
.cid-uWPfohCh3T .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uWPfohCh3T .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uWPfohCh3T .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uWPfohYuKm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7f6fe;
}
.cid-uWPfohYuKm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWPfohYuKm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uWPfohYuKm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWPfohYuKm .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uWPfohYuKm .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uWPfohYuKm .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uWPfohYuKm .mbr-section-title {
  color: #000000;
}
.cid-uWPfohYuKm .mbr-text,
.cid-uWPfohYuKm .mbr-section-btn {
  color: #000000;
}
.cid-uWPfoijpOF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0a0071;
}
.cid-uWPfoijpOF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWPfoijpOF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWPfoijpOF .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uWPfoijpOF .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uWPfoijpOF .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uWPfoiCi9Q {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #444c5a;
}
.cid-uWPfoiCi9Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWPfoiCi9Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWPfoiCi9Q .mbr-section-title {
  color: #ffffff;
}
.cid-uWPfoiCi9Q .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uWPfoiTM11 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f7f6fe;
}
.cid-uWPfoiTM11 .row {
  flex-direction: row-reverse;
}
.cid-uWPfoiTM11 .justify-content-center {
  align-items: center;
}
.cid-uWPfoiTM11 .mbr-section-title {
  text-align: center;
  color: #f58079;
}
.cid-uWPfoiTM11 .mbr-text,
.cid-uWPfoiTM11 .mbr-section-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uWPfoiTM11 .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uWPfoiTM11 .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uWPfoiTM11 .item-wrapper {
    padding: 4rem;
  }
}
.cid-uWPfojcYS7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0071;
}
.cid-uWPfojcYS7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWPfojcYS7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWPfojcYS7 .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uWPfojcYS7 .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uWPfojcYS7 .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uWPfojcYS7 .bg-twitter:hover {
  background: #0c85d0;
}
.cid-uWPfojcYS7 .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uWPfojcYS7 .bg-pinterest:hover {
  background: #b3001b;
}
.cid-uWPfojcYS7 .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uWPfojcYS7 .bg-instagram:hover {
  background: #bd005c;
}
.cid-uWPfojcYS7 .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-uWPfojcYS7 .bg-linkedin:hover {
  background: #005582;
}
.cid-uWPfojcYS7 .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-uWPfojcYS7 .bg-tiktok:hover {
  background: #000000;
}
.cid-uWPfojcYS7 .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uWPfojcYS7 [class^="socicon-"]:before,
.cid-uWPfojcYS7 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uWPfojcYS7 .mbr-section-title,
.cid-uWPfojcYS7 .social-list {
  color: #ffffff;
}
.cid-uWPfojCH4R {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #0a0071;
}
.cid-uWPfojCH4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWPfojCH4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWPfojCH4R .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uWPfojCH4R .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uWPfojCH4R .row {
    flex-direction: column-reverse !important;
  }
  .cid-uWPfojCH4R .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uWPfojCH4R .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uWPfojCH4R .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uWPfojCH4R .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uWPfojCH4R .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uWPfojCH4R .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uWPfojCH4R .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uWPfojCH4R .copyright {
    text-align: center;
  }
}
.cid-uWFoocxLoZ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uWFoocxLoZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uWFoocxLoZ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uWFoocxLoZ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWFoocxLoZ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uWFoocxLoZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWFoocxLoZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWFoocxLoZ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uWFoocxLoZ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uWFoocxLoZ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uWFoocxLoZ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uWFoocxLoZ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uWFoocxLoZ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uWFoocxLoZ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uWFoocxLoZ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uWFoocxLoZ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uWFoocxLoZ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uWFoocxLoZ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uWFoocxLoZ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uWFoocxLoZ .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uWFoocxLoZ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uWFoocxLoZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uWFoocxLoZ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uWFoocxLoZ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uWFoocxLoZ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uWFoocxLoZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uWFoocxLoZ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
  border-radius: 4px !important;
}
.cid-uWFoocxLoZ .nav-item:focus,
.cid-uWFoocxLoZ .nav-link:focus {
  outline: none;
}
.cid-uWFoocxLoZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWFoocxLoZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWFoocxLoZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWFoocxLoZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWFoocxLoZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWFoocxLoZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWFoocxLoZ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uWFoocxLoZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uWFoocxLoZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWFoocxLoZ .navbar .navbar-logo img {
  width: auto;
}
.cid-uWFoocxLoZ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uWFoocxLoZ .navbar.collapsed {
  justify-content: center;
}
.cid-uWFoocxLoZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWFoocxLoZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWFoocxLoZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uWFoocxLoZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWFoocxLoZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWFoocxLoZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uWFoocxLoZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWFoocxLoZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWFoocxLoZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uWFoocxLoZ .navbar {
    min-height: 72px;
  }
  .cid-uWFoocxLoZ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uWFoocxLoZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWFoocxLoZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWFoocxLoZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWFoocxLoZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWFoocxLoZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uWFoocxLoZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWFoocxLoZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uWFoocxLoZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWFoocxLoZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWFoocxLoZ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uWFoocxLoZ .dropdown-item.active,
.cid-uWFoocxLoZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uWFoocxLoZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWFoocxLoZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWFoocxLoZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWFoocxLoZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uWFoocxLoZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uWFoocxLoZ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uWFoocxLoZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWFoocxLoZ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uWFoocxLoZ .navbar-buttons {
    text-align: left;
  }
}
.cid-uWFoocxLoZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWFoocxLoZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uWFoocxLoZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWFoocxLoZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWFoocxLoZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWFoocxLoZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWFoocxLoZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWFoocxLoZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWFoocxLoZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWFoocxLoZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWFoocxLoZ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWFoocxLoZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWFoocxLoZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uWFoocxLoZ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uWFoocxLoZ .navbar {
    height: 70px;
  }
  .cid-uWFoocxLoZ .navbar.opened {
    height: auto;
  }
  .cid-uWFoocxLoZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWFoocxLoZ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uWFoocxLoZ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uWFoocxLoZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uWFoocxLoZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uWFoocxLoZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uWFoocxLoZ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uWFoocxLoZ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uWFoocxLoZ .navbar-brand {
    margin-right: auto;
  }
  .cid-uWFoocxLoZ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uWFoocxLoZ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uWFoocxLoZ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uWFoocxLoZ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uWFoocxLoZ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uWFoocxLoZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uWFoocxLoZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uWFoocxLoZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uWFoocxLoZ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uWFoocxLoZ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uWFoocxLoZ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uWFoocPf3y {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/logo-produit-csam.webp-432x301.webp");
}
.cid-uWFoocPf3y .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uWFoocPf3y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWFoocPf3y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWFoocPf3y .item-wrapper {
  background: #ffffff;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-uWFoocPf3y .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uWFoocPf3y .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0.5rem;
  }
}
.cid-uWFoocPf3y .card-title,
.cid-uWFoocPf3y .iconfont-wrapper {
  color: #000000;
}
.cid-uWFoocPf3y .content-head {
  max-width: 800px;
}
.cid-uWFoocPf3y .mbr-section-title {
  color: #9fe870;
}
.cid-uWFoocPf3y .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uWFoocPf3y .card-text {
  color: #000000;
}
.cid-uWFoocPf3y .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWFoocPf3y .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uWFood7eqf {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #f7f6fe;
}
.cid-uWFood7eqf .mbr-text {
  color: #000000;
}
.cid-uWFood7eqf .mbr-section-subtitle {
  color: #000000;
}
.cid-uWFood7eqf .mbr-section-title {
  color: #000000;
}
.cid-uWFoodj8VW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uWFoodj8VW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWFoodj8VW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWFoodj8VW .mbr-description {
  text-align: left;
}
.cid-uWFoodj8VW .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-uWFoodj8VW .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uWFoodj8VW .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uWFoodj8VW .card-title,
.cid-uWFoodj8VW .iconfont-wrapper {
  color: #000000;
}
.cid-uWFoodj8VW .card-text {
  color: #000000;
}
.cid-uWFoodj8VW .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uWFoodj8VW .mbr-number {
  color: #9fe870;
}
.cid-uWFoodj8VW .mbr-text,
.cid-uWFoodj8VW .mbr-section-btn {
  text-align: center;
}
.cid-uWFoodj8VW .card-text,
.cid-uWFoodj8VW .item .mbr-section-btn {
  text-align: left;
}
.cid-uWFoodj8VW .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uWFoodj8VW .image-wrapper {
  margin-bottom: 0rem;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uWFoodj8VW .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uWFoodj8VW .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
.cid-uWFoodj8VW .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uWFoodj8VW .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWFoodj8VW .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uWFoodj8VW .card-title {
  text-align: left;
}
.cid-uWFoodj8VW .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uWFoodj8VW .item-content .item-footer {
  margin-top: auto;
}
.cid-uWFoodBIMc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uWFoodBIMc h6 {
  line-height: 1.2;
}
.cid-uWFoodBIMc img,
.cid-uWFoodBIMc .item-img {
  width: 100%;
}
.cid-uWFoodBIMc .item:focus,
.cid-uWFoodBIMc span:focus {
  outline: none;
}
.cid-uWFoodBIMc .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWFoodBIMc .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uWFoodBIMc .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-uWFoodBIMc .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uWFoodBIMc .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uWFoodBIMc .mbr-section-title {
  color: #000000;
}
.cid-uWFoodBIMc .mbr-text,
.cid-uWFoodBIMc .mbr-section-btn {
  color: #000000;
}
.cid-uWFoodBIMc .item-title {
  color: #000000;
  text-align: center;
}
.cid-uWFoodBIMc .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uWFoodBIMc .item-text {
  color: #000000;
  text-align: center;
}
.cid-uWFoodBIMc .content-head {
  max-width: 800px;
}
.cid-uWFoodXx55 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uWFoodXx55 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWFoodXx55 .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-uWFoodXx55 .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uWFoodXx55 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uWFoodXx55 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uWFoodXx55 .media-content,
.cid-uWFoodXx55 .mbr-figure {
  align-self: center;
}
.cid-uWFoodXx55 .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uWFoodXx55 .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uWFoodXx55 .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uWFooehkd3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7f6fe;
}
.cid-uWFooehkd3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWFooehkd3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uWFooehkd3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWFooehkd3 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uWFooehkd3 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uWFooehkd3 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uWFooehkd3 .mbr-section-title {
  color: #000000;
}
.cid-uWFooehkd3 .mbr-text,
.cid-uWFooehkd3 .mbr-section-btn {
  color: #000000;
}
.cid-uWFooeD7AW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0a0071;
}
.cid-uWFooeD7AW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWFooeD7AW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWFooeD7AW .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uWFooeD7AW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uWFooeD7AW .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uWFoof0bmj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #444c5a;
}
.cid-uWFoof0bmj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWFoof0bmj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWFoof0bmj .mbr-section-title {
  color: #ffffff;
}
.cid-uWFoof0bmj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uWFoofjbfP {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f7f6fe;
}
.cid-uWFoofjbfP .row {
  flex-direction: row-reverse;
}
.cid-uWFoofjbfP .justify-content-center {
  align-items: center;
}
.cid-uWFoofjbfP .mbr-section-title {
  text-align: center;
  color: #f58079;
}
.cid-uWFoofjbfP .mbr-text,
.cid-uWFoofjbfP .mbr-section-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uWFoofjbfP .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uWFoofjbfP .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uWFoofjbfP .item-wrapper {
    padding: 4rem;
  }
}
.cid-uWFoofA90D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0071;
}
.cid-uWFoofA90D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWFoofA90D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWFoofA90D .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uWFoofA90D .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uWFoofA90D .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uWFoofA90D .bg-twitter:hover {
  background: #0c85d0;
}
.cid-uWFoofA90D .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uWFoofA90D .bg-pinterest:hover {
  background: #b3001b;
}
.cid-uWFoofA90D .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uWFoofA90D .bg-instagram:hover {
  background: #bd005c;
}
.cid-uWFoofA90D .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-uWFoofA90D .bg-linkedin:hover {
  background: #005582;
}
.cid-uWFoofA90D .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-uWFoofA90D .bg-tiktok:hover {
  background: #000000;
}
.cid-uWFoofA90D .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uWFoofA90D [class^="socicon-"]:before,
.cid-uWFoofA90D [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uWFoofA90D .mbr-section-title,
.cid-uWFoofA90D .social-list {
  color: #ffffff;
}
.cid-uWFoofW3eV {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #0a0071;
}
.cid-uWFoofW3eV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWFoofW3eV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWFoofW3eV .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uWFoofW3eV .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uWFoofW3eV .row {
    flex-direction: column-reverse !important;
  }
  .cid-uWFoofW3eV .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uWFoofW3eV .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uWFoofW3eV .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uWFoofW3eV .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uWFoofW3eV .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uWFoofW3eV .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uWFoofW3eV .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uWFoofW3eV .copyright {
    text-align: center;
  }
}
.cid-uX2eZTlaiv {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uX2eZTlaiv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uX2eZTlaiv .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uX2eZTlaiv .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uX2eZTlaiv .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uX2eZTlaiv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uX2eZTlaiv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uX2eZTlaiv .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uX2eZTlaiv .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uX2eZTlaiv .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uX2eZTlaiv .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uX2eZTlaiv .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uX2eZTlaiv .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uX2eZTlaiv .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uX2eZTlaiv .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uX2eZTlaiv .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uX2eZTlaiv .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uX2eZTlaiv .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uX2eZTlaiv .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uX2eZTlaiv .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uX2eZTlaiv .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uX2eZTlaiv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uX2eZTlaiv .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uX2eZTlaiv .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uX2eZTlaiv .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uX2eZTlaiv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uX2eZTlaiv .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
  border-radius: 4px !important;
}
.cid-uX2eZTlaiv .nav-item:focus,
.cid-uX2eZTlaiv .nav-link:focus {
  outline: none;
}
.cid-uX2eZTlaiv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uX2eZTlaiv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uX2eZTlaiv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uX2eZTlaiv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uX2eZTlaiv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uX2eZTlaiv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uX2eZTlaiv .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uX2eZTlaiv .navbar.opened {
  transition: all 0.3s;
}
.cid-uX2eZTlaiv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uX2eZTlaiv .navbar .navbar-logo img {
  width: auto;
}
.cid-uX2eZTlaiv .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uX2eZTlaiv .navbar.collapsed {
  justify-content: center;
}
.cid-uX2eZTlaiv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uX2eZTlaiv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uX2eZTlaiv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uX2eZTlaiv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uX2eZTlaiv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uX2eZTlaiv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uX2eZTlaiv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uX2eZTlaiv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uX2eZTlaiv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uX2eZTlaiv .navbar {
    min-height: 72px;
  }
  .cid-uX2eZTlaiv .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uX2eZTlaiv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uX2eZTlaiv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uX2eZTlaiv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uX2eZTlaiv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uX2eZTlaiv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uX2eZTlaiv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uX2eZTlaiv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uX2eZTlaiv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uX2eZTlaiv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uX2eZTlaiv .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uX2eZTlaiv .dropdown-item.active,
.cid-uX2eZTlaiv .dropdown-item:active {
  background-color: transparent;
}
.cid-uX2eZTlaiv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uX2eZTlaiv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uX2eZTlaiv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uX2eZTlaiv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uX2eZTlaiv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uX2eZTlaiv .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uX2eZTlaiv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uX2eZTlaiv .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uX2eZTlaiv .navbar-buttons {
    text-align: left;
  }
}
.cid-uX2eZTlaiv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uX2eZTlaiv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uX2eZTlaiv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uX2eZTlaiv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uX2eZTlaiv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uX2eZTlaiv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uX2eZTlaiv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uX2eZTlaiv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uX2eZTlaiv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uX2eZTlaiv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uX2eZTlaiv .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uX2eZTlaiv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uX2eZTlaiv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uX2eZTlaiv .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uX2eZTlaiv .navbar {
    height: 70px;
  }
  .cid-uX2eZTlaiv .navbar.opened {
    height: auto;
  }
  .cid-uX2eZTlaiv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uX2eZTlaiv .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uX2eZTlaiv .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uX2eZTlaiv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uX2eZTlaiv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uX2eZTlaiv .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uX2eZTlaiv .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uX2eZTlaiv .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uX2eZTlaiv .navbar-brand {
    margin-right: auto;
  }
  .cid-uX2eZTlaiv .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uX2eZTlaiv .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uX2eZTlaiv .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uX2eZTlaiv .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uX2eZTlaiv .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uX2eZTlaiv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uX2eZTlaiv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uX2eZTlaiv .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uX2eZTlaiv .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uX2eZTlaiv .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uX2eZTlaiv .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uX2eZTA6yv {
  background-color: #ffffff;
}
.cid-uX2eZTA6yv .content-head {
  max-width: 800px;
}
.cid-uX2eZTMkTk {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #f7f6fe;
}
.cid-uX2eZTMkTk .mbr-text {
  color: #000000;
}
.cid-uX2eZTMkTk .mbr-section-subtitle {
  color: #000000;
}
.cid-uX2eZTMkTk .mbr-section-title {
  color: #000000;
}
.cid-uX2eZTXhOW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uX2eZTXhOW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX2eZTXhOW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX2eZTXhOW .mbr-description {
  text-align: left;
}
.cid-uX2eZTXhOW .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-uX2eZTXhOW .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uX2eZTXhOW .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uX2eZTXhOW .card-title,
.cid-uX2eZTXhOW .iconfont-wrapper {
  color: #000000;
}
.cid-uX2eZTXhOW .card-text {
  color: #000000;
}
.cid-uX2eZTXhOW .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uX2eZTXhOW .mbr-number {
  color: #9fe870;
}
.cid-uX2eZTXhOW .mbr-text,
.cid-uX2eZTXhOW .mbr-section-btn {
  text-align: center;
}
.cid-uX2eZTXhOW .card-text,
.cid-uX2eZTXhOW .item .mbr-section-btn {
  text-align: left;
}
.cid-uX2eZTXhOW .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uX2eZTXhOW .image-wrapper {
  margin-bottom: 0rem;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uX2eZTXhOW .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uX2eZTXhOW .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
.cid-uX2eZTXhOW .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uX2eZTXhOW .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uX2eZTXhOW .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uX2eZTXhOW .card-title {
  text-align: left;
}
.cid-uX2eZTXhOW .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uX2eZTXhOW .item-content .item-footer {
  margin-top: auto;
}
.cid-uX2eZUfB0H {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uX2eZUfB0H h6 {
  line-height: 1.2;
}
.cid-uX2eZUfB0H img,
.cid-uX2eZUfB0H .item-img {
  width: 100%;
}
.cid-uX2eZUfB0H .item:focus,
.cid-uX2eZUfB0H span:focus {
  outline: none;
}
.cid-uX2eZUfB0H .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uX2eZUfB0H .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uX2eZUfB0H .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-uX2eZUfB0H .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uX2eZUfB0H .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uX2eZUfB0H .mbr-section-title {
  color: #000000;
}
.cid-uX2eZUfB0H .mbr-text,
.cid-uX2eZUfB0H .mbr-section-btn {
  color: #000000;
}
.cid-uX2eZUfB0H .item-title {
  color: #000000;
  text-align: center;
}
.cid-uX2eZUfB0H .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uX2eZUfB0H .item-text {
  color: #000000;
  text-align: center;
}
.cid-uX2eZUfB0H .content-head {
  max-width: 800px;
}
.cid-uX2eZUAivi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uX2eZUAivi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX2eZUAivi .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-uX2eZUAivi .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uX2eZUAivi .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uX2eZUAivi .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uX2eZUAivi .media-content,
.cid-uX2eZUAivi .mbr-figure {
  align-self: center;
}
.cid-uX2eZUAivi .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uX2eZUAivi .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uX2eZUAivi .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uX2eZUOkwo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7f6fe;
}
.cid-uX2eZUOkwo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX2eZUOkwo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uX2eZUOkwo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uX2eZUOkwo .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uX2eZUOkwo .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uX2eZUOkwo .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uX2eZUOkwo .mbr-section-title {
  color: #000000;
}
.cid-uX2eZUOkwo .mbr-text,
.cid-uX2eZUOkwo .mbr-section-btn {
  color: #000000;
}
.cid-uX2eZV2Gl2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #444c5a;
}
.cid-uX2eZV2Gl2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX2eZV2Gl2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX2eZV2Gl2 .mbr-section-title {
  color: #ffffff;
}
.cid-uX2eZV2Gl2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uX2eZVgyfu {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f7f6fe;
}
.cid-uX2eZVgyfu .row {
  flex-direction: row-reverse;
}
.cid-uX2eZVgyfu .justify-content-center {
  align-items: center;
}
.cid-uX2eZVgyfu .mbr-section-title {
  text-align: center;
  color: #f58079;
}
.cid-uX2eZVgyfu .mbr-text,
.cid-uX2eZVgyfu .mbr-section-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uX2eZVgyfu .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uX2eZVgyfu .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uX2eZVgyfu .item-wrapper {
    padding: 4rem;
  }
}
.cid-uX2eZVwKu1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0071;
}
.cid-uX2eZVwKu1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX2eZVwKu1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX2eZVwKu1 .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uX2eZVwKu1 .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uX2eZVwKu1 .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uX2eZVwKu1 .bg-twitter:hover {
  background: #0c85d0;
}
.cid-uX2eZVwKu1 .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uX2eZVwKu1 .bg-pinterest:hover {
  background: #b3001b;
}
.cid-uX2eZVwKu1 .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uX2eZVwKu1 .bg-instagram:hover {
  background: #bd005c;
}
.cid-uX2eZVwKu1 .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-uX2eZVwKu1 .bg-linkedin:hover {
  background: #005582;
}
.cid-uX2eZVwKu1 .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-uX2eZVwKu1 .bg-tiktok:hover {
  background: #000000;
}
.cid-uX2eZVwKu1 .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uX2eZVwKu1 [class^="socicon-"]:before,
.cid-uX2eZVwKu1 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uX2eZVwKu1 .mbr-section-title,
.cid-uX2eZVwKu1 .social-list {
  color: #ffffff;
}
.cid-uX2eZVUur7 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #0a0071;
}
.cid-uX2eZVUur7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX2eZVUur7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX2eZVUur7 .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uX2eZVUur7 .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uX2eZVUur7 .row {
    flex-direction: column-reverse !important;
  }
  .cid-uX2eZVUur7 .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uX2eZVUur7 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uX2eZVUur7 .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uX2eZVUur7 .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uX2eZVUur7 .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uX2eZVUur7 .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uX2eZVUur7 .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uX2eZVUur7 .copyright {
    text-align: center;
  }
}
.cid-uX2eR799L1 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uX2eR799L1 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uX2eR799L1 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uX2eR799L1 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uX2eR799L1 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uX2eR799L1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uX2eR799L1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uX2eR799L1 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uX2eR799L1 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uX2eR799L1 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uX2eR799L1 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uX2eR799L1 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uX2eR799L1 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uX2eR799L1 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uX2eR799L1 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uX2eR799L1 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uX2eR799L1 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uX2eR799L1 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uX2eR799L1 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uX2eR799L1 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uX2eR799L1 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uX2eR799L1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uX2eR799L1 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uX2eR799L1 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uX2eR799L1 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uX2eR799L1 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uX2eR799L1 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
  border-radius: 4px !important;
}
.cid-uX2eR799L1 .nav-item:focus,
.cid-uX2eR799L1 .nav-link:focus {
  outline: none;
}
.cid-uX2eR799L1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uX2eR799L1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uX2eR799L1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uX2eR799L1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uX2eR799L1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uX2eR799L1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uX2eR799L1 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uX2eR799L1 .navbar.opened {
  transition: all 0.3s;
}
.cid-uX2eR799L1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uX2eR799L1 .navbar .navbar-logo img {
  width: auto;
}
.cid-uX2eR799L1 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uX2eR799L1 .navbar.collapsed {
  justify-content: center;
}
.cid-uX2eR799L1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uX2eR799L1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uX2eR799L1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uX2eR799L1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uX2eR799L1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uX2eR799L1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uX2eR799L1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uX2eR799L1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uX2eR799L1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uX2eR799L1 .navbar {
    min-height: 72px;
  }
  .cid-uX2eR799L1 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uX2eR799L1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uX2eR799L1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uX2eR799L1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uX2eR799L1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uX2eR799L1 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uX2eR799L1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uX2eR799L1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uX2eR799L1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uX2eR799L1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uX2eR799L1 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uX2eR799L1 .dropdown-item.active,
.cid-uX2eR799L1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uX2eR799L1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uX2eR799L1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uX2eR799L1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uX2eR799L1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uX2eR799L1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uX2eR799L1 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uX2eR799L1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uX2eR799L1 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uX2eR799L1 .navbar-buttons {
    text-align: left;
  }
}
.cid-uX2eR799L1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uX2eR799L1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uX2eR799L1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uX2eR799L1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uX2eR799L1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uX2eR799L1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uX2eR799L1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uX2eR799L1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uX2eR799L1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uX2eR799L1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uX2eR799L1 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uX2eR799L1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uX2eR799L1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uX2eR799L1 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uX2eR799L1 .navbar {
    height: 70px;
  }
  .cid-uX2eR799L1 .navbar.opened {
    height: auto;
  }
  .cid-uX2eR799L1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uX2eR799L1 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uX2eR799L1 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uX2eR799L1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uX2eR799L1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uX2eR799L1 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uX2eR799L1 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uX2eR799L1 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uX2eR799L1 .navbar-brand {
    margin-right: auto;
  }
  .cid-uX2eR799L1 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uX2eR799L1 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uX2eR799L1 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uX2eR799L1 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uX2eR799L1 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uX2eR799L1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uX2eR799L1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uX2eR799L1 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uX2eR799L1 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uX2eR799L1 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uX2eR799L1 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uX2eR7t3Qz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/logo-produit-csam.webp-432x301.webp");
}
.cid-uX2eR7t3Qz .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uX2eR7t3Qz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX2eR7t3Qz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX2eR7t3Qz .item-wrapper {
  background: #ffffff;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-uX2eR7t3Qz .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uX2eR7t3Qz .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0.5rem;
  }
}
.cid-uX2eR7t3Qz .card-title,
.cid-uX2eR7t3Qz .iconfont-wrapper {
  color: #000000;
}
.cid-uX2eR7t3Qz .content-head {
  max-width: 800px;
}
.cid-uX2eR7t3Qz .mbr-section-title {
  color: #9fe870;
}
.cid-uX2eR7t3Qz .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uX2eR7t3Qz .card-text {
  color: #000000;
}
.cid-uX2eR7t3Qz .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uX2eR7t3Qz .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uX2eR7Me2Z {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #f7f6fe;
}
.cid-uX2eR7Me2Z .mbr-text {
  color: #000000;
}
.cid-uX2eR7Me2Z .mbr-section-subtitle {
  color: #000000;
}
.cid-uX2eR7Me2Z .mbr-section-title {
  color: #000000;
}
.cid-uX2eR7X9Em {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uX2eR7X9Em .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX2eR7X9Em .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX2eR7X9Em .mbr-description {
  text-align: left;
}
.cid-uX2eR7X9Em .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-uX2eR7X9Em .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uX2eR7X9Em .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uX2eR7X9Em .card-title,
.cid-uX2eR7X9Em .iconfont-wrapper {
  color: #000000;
}
.cid-uX2eR7X9Em .card-text {
  color: #000000;
}
.cid-uX2eR7X9Em .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uX2eR7X9Em .mbr-number {
  color: #9fe870;
}
.cid-uX2eR7X9Em .mbr-text,
.cid-uX2eR7X9Em .mbr-section-btn {
  text-align: center;
}
.cid-uX2eR7X9Em .card-text,
.cid-uX2eR7X9Em .item .mbr-section-btn {
  text-align: left;
}
.cid-uX2eR7X9Em .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uX2eR7X9Em .image-wrapper {
  margin-bottom: 0rem;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uX2eR7X9Em .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uX2eR7X9Em .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
.cid-uX2eR7X9Em .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uX2eR7X9Em .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uX2eR7X9Em .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uX2eR7X9Em .card-title {
  text-align: left;
}
.cid-uX2eR7X9Em .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uX2eR7X9Em .item-content .item-footer {
  margin-top: auto;
}
.cid-uX2eR8eYtL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uX2eR8eYtL h6 {
  line-height: 1.2;
}
.cid-uX2eR8eYtL img,
.cid-uX2eR8eYtL .item-img {
  width: 100%;
}
.cid-uX2eR8eYtL .item:focus,
.cid-uX2eR8eYtL span:focus {
  outline: none;
}
.cid-uX2eR8eYtL .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uX2eR8eYtL .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uX2eR8eYtL .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-uX2eR8eYtL .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uX2eR8eYtL .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uX2eR8eYtL .mbr-section-title {
  color: #000000;
}
.cid-uX2eR8eYtL .mbr-text,
.cid-uX2eR8eYtL .mbr-section-btn {
  color: #000000;
}
.cid-uX2eR8eYtL .item-title {
  color: #000000;
  text-align: center;
}
.cid-uX2eR8eYtL .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uX2eR8eYtL .item-text {
  color: #000000;
  text-align: center;
}
.cid-uX2eR8eYtL .content-head {
  max-width: 800px;
}
.cid-uX2eR8yrNx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uX2eR8yrNx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX2eR8yrNx .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-uX2eR8yrNx .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uX2eR8yrNx .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uX2eR8yrNx .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uX2eR8yrNx .media-content,
.cid-uX2eR8yrNx .mbr-figure {
  align-self: center;
}
.cid-uX2eR8yrNx .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uX2eR8yrNx .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uX2eR8yrNx .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uX2eR8RAzu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7f6fe;
}
.cid-uX2eR8RAzu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX2eR8RAzu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uX2eR8RAzu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uX2eR8RAzu .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uX2eR8RAzu .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uX2eR8RAzu .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uX2eR8RAzu .mbr-section-title {
  color: #000000;
}
.cid-uX2eR8RAzu .mbr-text,
.cid-uX2eR8RAzu .mbr-section-btn {
  color: #000000;
}
.cid-uX2eR95k0x {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0a0071;
}
.cid-uX2eR95k0x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX2eR95k0x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX2eR95k0x .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uX2eR95k0x .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uX2eR95k0x .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uX2eR9ne9h {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #444c5a;
}
.cid-uX2eR9ne9h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX2eR9ne9h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX2eR9ne9h .mbr-section-title {
  color: #ffffff;
}
.cid-uX2eR9ne9h .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uX2eR9Csyy {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f7f6fe;
}
.cid-uX2eR9Csyy .row {
  flex-direction: row-reverse;
}
.cid-uX2eR9Csyy .justify-content-center {
  align-items: center;
}
.cid-uX2eR9Csyy .mbr-section-title {
  text-align: center;
  color: #f58079;
}
.cid-uX2eR9Csyy .mbr-text,
.cid-uX2eR9Csyy .mbr-section-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uX2eR9Csyy .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uX2eR9Csyy .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uX2eR9Csyy .item-wrapper {
    padding: 4rem;
  }
}
.cid-uX2eR9SUEq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0071;
}
.cid-uX2eR9SUEq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX2eR9SUEq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX2eR9SUEq .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uX2eR9SUEq .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uX2eR9SUEq .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uX2eR9SUEq .bg-twitter:hover {
  background: #0c85d0;
}
.cid-uX2eR9SUEq .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uX2eR9SUEq .bg-pinterest:hover {
  background: #b3001b;
}
.cid-uX2eR9SUEq .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uX2eR9SUEq .bg-instagram:hover {
  background: #bd005c;
}
.cid-uX2eR9SUEq .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-uX2eR9SUEq .bg-linkedin:hover {
  background: #005582;
}
.cid-uX2eR9SUEq .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-uX2eR9SUEq .bg-tiktok:hover {
  background: #000000;
}
.cid-uX2eR9SUEq .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uX2eR9SUEq [class^="socicon-"]:before,
.cid-uX2eR9SUEq [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uX2eR9SUEq .mbr-section-title,
.cid-uX2eR9SUEq .social-list {
  color: #ffffff;
}
.cid-uX2eRadOQ8 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #0a0071;
}
.cid-uX2eRadOQ8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX2eRadOQ8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX2eRadOQ8 .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uX2eRadOQ8 .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uX2eRadOQ8 .row {
    flex-direction: column-reverse !important;
  }
  .cid-uX2eRadOQ8 .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uX2eRadOQ8 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uX2eRadOQ8 .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uX2eRadOQ8 .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uX2eRadOQ8 .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uX2eRadOQ8 .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uX2eRadOQ8 .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uX2eRadOQ8 .copyright {
    text-align: center;
  }
}
.cid-uWkIrCBqTg {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uWkIrCBqTg .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uWkIrCBqTg .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uWkIrCBqTg .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWkIrCBqTg .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uWkIrCBqTg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWkIrCBqTg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWkIrCBqTg .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uWkIrCBqTg .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uWkIrCBqTg .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uWkIrCBqTg .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uWkIrCBqTg .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uWkIrCBqTg .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uWkIrCBqTg .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uWkIrCBqTg .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uWkIrCBqTg .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uWkIrCBqTg .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uWkIrCBqTg .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uWkIrCBqTg .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uWkIrCBqTg .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uWkIrCBqTg .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uWkIrCBqTg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uWkIrCBqTg .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uWkIrCBqTg .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uWkIrCBqTg .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uWkIrCBqTg .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uWkIrCBqTg .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
  border-radius: 4px !important;
}
.cid-uWkIrCBqTg .nav-item:focus,
.cid-uWkIrCBqTg .nav-link:focus {
  outline: none;
}
.cid-uWkIrCBqTg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWkIrCBqTg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWkIrCBqTg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWkIrCBqTg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWkIrCBqTg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWkIrCBqTg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWkIrCBqTg .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uWkIrCBqTg .navbar.opened {
  transition: all 0.3s;
}
.cid-uWkIrCBqTg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWkIrCBqTg .navbar .navbar-logo img {
  width: auto;
}
.cid-uWkIrCBqTg .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uWkIrCBqTg .navbar.collapsed {
  justify-content: center;
}
.cid-uWkIrCBqTg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWkIrCBqTg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWkIrCBqTg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uWkIrCBqTg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWkIrCBqTg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWkIrCBqTg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uWkIrCBqTg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWkIrCBqTg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWkIrCBqTg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uWkIrCBqTg .navbar {
    min-height: 72px;
  }
  .cid-uWkIrCBqTg .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uWkIrCBqTg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWkIrCBqTg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWkIrCBqTg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWkIrCBqTg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWkIrCBqTg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uWkIrCBqTg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWkIrCBqTg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uWkIrCBqTg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWkIrCBqTg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWkIrCBqTg .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uWkIrCBqTg .dropdown-item.active,
.cid-uWkIrCBqTg .dropdown-item:active {
  background-color: transparent;
}
.cid-uWkIrCBqTg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWkIrCBqTg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWkIrCBqTg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWkIrCBqTg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uWkIrCBqTg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uWkIrCBqTg .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uWkIrCBqTg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWkIrCBqTg .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uWkIrCBqTg .navbar-buttons {
    text-align: left;
  }
}
.cid-uWkIrCBqTg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWkIrCBqTg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uWkIrCBqTg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWkIrCBqTg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWkIrCBqTg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWkIrCBqTg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWkIrCBqTg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWkIrCBqTg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWkIrCBqTg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWkIrCBqTg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWkIrCBqTg .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWkIrCBqTg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWkIrCBqTg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uWkIrCBqTg .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uWkIrCBqTg .navbar {
    height: 70px;
  }
  .cid-uWkIrCBqTg .navbar.opened {
    height: auto;
  }
  .cid-uWkIrCBqTg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWkIrCBqTg .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uWkIrCBqTg .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uWkIrCBqTg .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uWkIrCBqTg .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uWkIrCBqTg .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uWkIrCBqTg .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uWkIrCBqTg .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uWkIrCBqTg .navbar-brand {
    margin-right: auto;
  }
  .cid-uWkIrCBqTg .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uWkIrCBqTg .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uWkIrCBqTg .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uWkIrCBqTg .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uWkIrCBqTg .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uWkIrCBqTg .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uWkIrCBqTg .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uWkIrCBqTg .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uWkIrCBqTg .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uWkIrCBqTg .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uWkIrCBqTg .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uXHpPAqGRG {
  display: flex;
  background-image: url("../../../assets/images/rjbc-alignement-accompagnement-ideation-2025-7.webp-1600x655.webp");
}
.cid-uXHpPAqGRG .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-uXHpPAqGRG {
    align-items: center;
  }
  .cid-uXHpPAqGRG .row {
    justify-content: center;
  }
  .cid-uXHpPAqGRG .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uXHpPAqGRG .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uXHpPAqGRG {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uXHpPAqGRG .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uXHpPAqGRG .content-wrap {
    width: 100%;
  }
}
.cid-uXHpPAqGRG .mbr-section-title,
.cid-uXHpPAqGRG .mbr-section-subtitle {
  text-align: center;
}
.cid-uXHpPAqGRG .mbr-text,
.cid-uXHpPAqGRG .mbr-section-btn {
  text-align: center;
}
.cid-uWkIrDmxsb {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #f7f6fe;
}
.cid-uWkIrDmxsb .mbr-text {
  color: #000000;
}
.cid-uWkIrDmxsb .mbr-section-subtitle {
  color: #000000;
}
.cid-uWkIrDmxsb .mbr-section-title {
  color: #000000;
}
.cid-uWkIrESw8j {
  background-color: #0a0071;
}
.cid-uWkIrESw8j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWkIrESw8j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWkIrESw8j .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uWkIrESw8j .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWkIrESw8j .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uWkIrESw8j .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uWkIrESw8j .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uWkIrESw8j .mbr-section-title {
  color: #ffffff;
}
.cid-uWkIrESw8j .mbr-text,
.cid-uWkIrESw8j .mbr-section-btn {
  color: #000000;
}
.cid-uWkIrG6XtC {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f7f6fe;
}
.cid-uWkIrG6XtC .row {
  flex-direction: row-reverse;
}
.cid-uWkIrG6XtC .justify-content-center {
  align-items: center;
}
.cid-uWkIrG6XtC .mbr-section-title {
  text-align: center;
  color: #f58079;
}
.cid-uWkIrG6XtC .mbr-text,
.cid-uWkIrG6XtC .mbr-section-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uWkIrG6XtC .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uWkIrG6XtC .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uWkIrG6XtC .item-wrapper {
    padding: 4rem;
  }
}
.cid-uWkIrGAYQj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0071;
}
.cid-uWkIrGAYQj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWkIrGAYQj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWkIrGAYQj .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uWkIrGAYQj .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uWkIrGAYQj .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uWkIrGAYQj .bg-twitter:hover {
  background: #0c85d0;
}
.cid-uWkIrGAYQj .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uWkIrGAYQj .bg-pinterest:hover {
  background: #b3001b;
}
.cid-uWkIrGAYQj .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uWkIrGAYQj .bg-instagram:hover {
  background: #bd005c;
}
.cid-uWkIrGAYQj .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-uWkIrGAYQj .bg-linkedin:hover {
  background: #005582;
}
.cid-uWkIrGAYQj .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-uWkIrGAYQj .bg-tiktok:hover {
  background: #000000;
}
.cid-uWkIrGAYQj .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uWkIrGAYQj [class^="socicon-"]:before,
.cid-uWkIrGAYQj [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uWkIrGAYQj .mbr-section-title,
.cid-uWkIrGAYQj .social-list {
  color: #ffffff;
}
.cid-uWkIrH0l9M {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #0a0071;
}
.cid-uWkIrH0l9M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWkIrH0l9M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWkIrH0l9M .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uWkIrH0l9M .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uWkIrH0l9M .row {
    flex-direction: column-reverse !important;
  }
  .cid-uWkIrH0l9M .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uWkIrH0l9M .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uWkIrH0l9M .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uWkIrH0l9M .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uWkIrH0l9M .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uWkIrH0l9M .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uWkIrH0l9M .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uWkIrH0l9M .copyright {
    text-align: center;
  }
}
.cid-uX2fmfq59Y {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uX2fmfq59Y .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uX2fmfq59Y .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uX2fmfq59Y .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uX2fmfq59Y .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uX2fmfq59Y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uX2fmfq59Y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uX2fmfq59Y .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uX2fmfq59Y .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uX2fmfq59Y .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uX2fmfq59Y .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uX2fmfq59Y .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uX2fmfq59Y .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uX2fmfq59Y .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uX2fmfq59Y .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uX2fmfq59Y .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uX2fmfq59Y .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uX2fmfq59Y .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uX2fmfq59Y .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uX2fmfq59Y .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uX2fmfq59Y .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uX2fmfq59Y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uX2fmfq59Y .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uX2fmfq59Y .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uX2fmfq59Y .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uX2fmfq59Y .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uX2fmfq59Y .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
  border-radius: 4px !important;
}
.cid-uX2fmfq59Y .nav-item:focus,
.cid-uX2fmfq59Y .nav-link:focus {
  outline: none;
}
.cid-uX2fmfq59Y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uX2fmfq59Y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uX2fmfq59Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uX2fmfq59Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uX2fmfq59Y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uX2fmfq59Y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uX2fmfq59Y .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uX2fmfq59Y .navbar.opened {
  transition: all 0.3s;
}
.cid-uX2fmfq59Y .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uX2fmfq59Y .navbar .navbar-logo img {
  width: auto;
}
.cid-uX2fmfq59Y .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uX2fmfq59Y .navbar.collapsed {
  justify-content: center;
}
.cid-uX2fmfq59Y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uX2fmfq59Y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uX2fmfq59Y .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uX2fmfq59Y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uX2fmfq59Y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uX2fmfq59Y .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uX2fmfq59Y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uX2fmfq59Y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uX2fmfq59Y .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uX2fmfq59Y .navbar {
    min-height: 72px;
  }
  .cid-uX2fmfq59Y .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uX2fmfq59Y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uX2fmfq59Y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uX2fmfq59Y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uX2fmfq59Y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uX2fmfq59Y .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uX2fmfq59Y .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uX2fmfq59Y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uX2fmfq59Y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uX2fmfq59Y .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uX2fmfq59Y .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uX2fmfq59Y .dropdown-item.active,
.cid-uX2fmfq59Y .dropdown-item:active {
  background-color: transparent;
}
.cid-uX2fmfq59Y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uX2fmfq59Y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uX2fmfq59Y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uX2fmfq59Y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uX2fmfq59Y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uX2fmfq59Y .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uX2fmfq59Y ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uX2fmfq59Y .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uX2fmfq59Y .navbar-buttons {
    text-align: left;
  }
}
.cid-uX2fmfq59Y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uX2fmfq59Y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uX2fmfq59Y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uX2fmfq59Y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uX2fmfq59Y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uX2fmfq59Y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uX2fmfq59Y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uX2fmfq59Y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uX2fmfq59Y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uX2fmfq59Y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uX2fmfq59Y .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uX2fmfq59Y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uX2fmfq59Y .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uX2fmfq59Y .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uX2fmfq59Y .navbar {
    height: 70px;
  }
  .cid-uX2fmfq59Y .navbar.opened {
    height: auto;
  }
  .cid-uX2fmfq59Y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uX2fmfq59Y .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uX2fmfq59Y .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uX2fmfq59Y .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uX2fmfq59Y .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uX2fmfq59Y .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uX2fmfq59Y .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uX2fmfq59Y .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uX2fmfq59Y .navbar-brand {
    margin-right: auto;
  }
  .cid-uX2fmfq59Y .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uX2fmfq59Y .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uX2fmfq59Y .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uX2fmfq59Y .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uX2fmfq59Y .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uX2fmfq59Y .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uX2fmfq59Y .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uX2fmfq59Y .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uX2fmfq59Y .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uX2fmfq59Y .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uX2fmfq59Y .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uXHLYu1Z3J {
  display: flex;
  background-image: url("../../../assets/images/rjbc-alignement-accompagnement-ideation-2025-7.webp-1600x655.webp");
}
.cid-uXHLYu1Z3J .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-uXHLYu1Z3J {
    align-items: flex-end;
  }
  .cid-uXHLYu1Z3J .row {
    justify-content: center;
  }
  .cid-uXHLYu1Z3J .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uXHLYu1Z3J .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uXHLYu1Z3J {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uXHLYu1Z3J .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uXHLYu1Z3J .content-wrap {
    width: 100%;
  }
}
.cid-uXHLYu1Z3J .mbr-section-title,
.cid-uXHLYu1Z3J .mbr-section-subtitle {
  text-align: center;
}
.cid-uXHLYu1Z3J .mbr-text,
.cid-uXHLYu1Z3J .mbr-section-btn {
  text-align: center;
}
.cid-uX2fmfW1tI {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #f7f6fe;
}
.cid-uX2fmfW1tI .mbr-text {
  color: #000000;
}
.cid-uX2fmfW1tI .mbr-section-subtitle {
  color: #000000;
}
.cid-uX2fmfW1tI .mbr-section-title {
  color: #000000;
}
.cid-uX2fmhcFsp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7f6fe;
}
.cid-uX2fmhcFsp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX2fmhcFsp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uX2fmhcFsp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uX2fmhcFsp .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uX2fmhcFsp .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uX2fmhcFsp .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uX2fmhcFsp .mbr-section-title {
  color: #000000;
}
.cid-uX2fmhcFsp .mbr-text,
.cid-uX2fmhcFsp .mbr-section-btn {
  color: #000000;
}
.cid-uX2fmhu58G {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #444c5a;
}
.cid-uX2fmhu58G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX2fmhu58G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX2fmhu58G .mbr-section-title {
  color: #ffffff;
}
.cid-uX2fmhu58G .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uX2fmhK396 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f7f6fe;
}
.cid-uX2fmhK396 .row {
  flex-direction: row-reverse;
}
.cid-uX2fmhK396 .justify-content-center {
  align-items: center;
}
.cid-uX2fmhK396 .mbr-section-title {
  text-align: center;
  color: #f58079;
}
.cid-uX2fmhK396 .mbr-text,
.cid-uX2fmhK396 .mbr-section-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uX2fmhK396 .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uX2fmhK396 .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uX2fmhK396 .item-wrapper {
    padding: 4rem;
  }
}
.cid-uX2fmi1yjz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0071;
}
.cid-uX2fmi1yjz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX2fmi1yjz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX2fmi1yjz .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uX2fmi1yjz .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uX2fmi1yjz .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uX2fmi1yjz .bg-twitter:hover {
  background: #0c85d0;
}
.cid-uX2fmi1yjz .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uX2fmi1yjz .bg-pinterest:hover {
  background: #b3001b;
}
.cid-uX2fmi1yjz .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uX2fmi1yjz .bg-instagram:hover {
  background: #bd005c;
}
.cid-uX2fmi1yjz .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-uX2fmi1yjz .bg-linkedin:hover {
  background: #005582;
}
.cid-uX2fmi1yjz .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-uX2fmi1yjz .bg-tiktok:hover {
  background: #000000;
}
.cid-uX2fmi1yjz .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uX2fmi1yjz [class^="socicon-"]:before,
.cid-uX2fmi1yjz [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uX2fmi1yjz .mbr-section-title,
.cid-uX2fmi1yjz .social-list {
  color: #ffffff;
}
.cid-uX2fmioQZ7 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #0a0071;
}
.cid-uX2fmioQZ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX2fmioQZ7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX2fmioQZ7 .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uX2fmioQZ7 .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uX2fmioQZ7 .row {
    flex-direction: column-reverse !important;
  }
  .cid-uX2fmioQZ7 .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uX2fmioQZ7 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uX2fmioQZ7 .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uX2fmioQZ7 .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uX2fmioQZ7 .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uX2fmioQZ7 .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uX2fmioQZ7 .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uX2fmioQZ7 .copyright {
    text-align: center;
  }
}
.cid-uXt6tn6tgd {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uXt6tn6tgd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uXt6tn6tgd .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uXt6tn6tgd .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uXt6tn6tgd .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uXt6tn6tgd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXt6tn6tgd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXt6tn6tgd .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uXt6tn6tgd .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uXt6tn6tgd .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uXt6tn6tgd .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uXt6tn6tgd .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uXt6tn6tgd .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uXt6tn6tgd .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uXt6tn6tgd .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uXt6tn6tgd .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uXt6tn6tgd .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uXt6tn6tgd .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uXt6tn6tgd .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uXt6tn6tgd .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uXt6tn6tgd .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uXt6tn6tgd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uXt6tn6tgd .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uXt6tn6tgd .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uXt6tn6tgd .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uXt6tn6tgd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXt6tn6tgd .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
  border-radius: 4px !important;
}
.cid-uXt6tn6tgd .nav-item:focus,
.cid-uXt6tn6tgd .nav-link:focus {
  outline: none;
}
.cid-uXt6tn6tgd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXt6tn6tgd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXt6tn6tgd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXt6tn6tgd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXt6tn6tgd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXt6tn6tgd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXt6tn6tgd .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uXt6tn6tgd .navbar.opened {
  transition: all 0.3s;
}
.cid-uXt6tn6tgd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXt6tn6tgd .navbar .navbar-logo img {
  width: auto;
}
.cid-uXt6tn6tgd .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uXt6tn6tgd .navbar.collapsed {
  justify-content: center;
}
.cid-uXt6tn6tgd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXt6tn6tgd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXt6tn6tgd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uXt6tn6tgd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXt6tn6tgd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXt6tn6tgd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uXt6tn6tgd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXt6tn6tgd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXt6tn6tgd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uXt6tn6tgd .navbar {
    min-height: 72px;
  }
  .cid-uXt6tn6tgd .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uXt6tn6tgd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXt6tn6tgd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXt6tn6tgd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXt6tn6tgd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXt6tn6tgd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uXt6tn6tgd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXt6tn6tgd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uXt6tn6tgd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXt6tn6tgd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXt6tn6tgd .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uXt6tn6tgd .dropdown-item.active,
.cid-uXt6tn6tgd .dropdown-item:active {
  background-color: transparent;
}
.cid-uXt6tn6tgd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXt6tn6tgd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXt6tn6tgd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXt6tn6tgd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXt6tn6tgd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uXt6tn6tgd .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uXt6tn6tgd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXt6tn6tgd .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uXt6tn6tgd .navbar-buttons {
    text-align: left;
  }
}
.cid-uXt6tn6tgd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXt6tn6tgd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uXt6tn6tgd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXt6tn6tgd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXt6tn6tgd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXt6tn6tgd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXt6tn6tgd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXt6tn6tgd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXt6tn6tgd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXt6tn6tgd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXt6tn6tgd .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uXt6tn6tgd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXt6tn6tgd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uXt6tn6tgd .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXt6tn6tgd .navbar {
    height: 70px;
  }
  .cid-uXt6tn6tgd .navbar.opened {
    height: auto;
  }
  .cid-uXt6tn6tgd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXt6tn6tgd .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uXt6tn6tgd .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uXt6tn6tgd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uXt6tn6tgd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uXt6tn6tgd .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uXt6tn6tgd .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uXt6tn6tgd .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uXt6tn6tgd .navbar-brand {
    margin-right: auto;
  }
  .cid-uXt6tn6tgd .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uXt6tn6tgd .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uXt6tn6tgd .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uXt6tn6tgd .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uXt6tn6tgd .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uXt6tn6tgd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uXt6tn6tgd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uXt6tn6tgd .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uXt6tn6tgd .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uXt6tn6tgd .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uXt6tn6tgd .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uXt6tnsOG6 {
  background-image: url("../../../assets/images/20250517-094912.webp-2418x990.webp");
}
.cid-uXt6tnsOG6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXt6tnsOG6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uXt6tnsOG6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXt6tnsOG6 .row {
  flex-direction: row-reverse;
}
.cid-uXt6tnsOG6 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uXt6tnsOG6 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uXt6tnsOG6 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uXt6tnsOG6 .mbr-section-title {
  color: #000000;
}
.cid-uXt6tnsOG6 .mbr-text,
.cid-uXt6tnsOG6 .mbr-section-btn {
  color: #232323;
}
.cid-uXt6tnLQhQ {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #0a0071;
}
.cid-uXt6tnLQhQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXt6tnLQhQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXt6tnLQhQ .mbr-text {
  color: #000000;
}
.cid-uXt6tnLQhQ .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uXt6tnLQhQ .item-wrapper {
  background: #ffffff;
  margin-bottom: 0rem;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-uXt6tnLQhQ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uXt6tnLQhQ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
.cid-uXt6tnLQhQ .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uXt6tnLQhQ .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uXt6tnLQhQ .mbr-number {
  color: #9fe870;
  text-align: left;
}
.cid-uXt6tnLQhQ .mbr-section-title {
  color: #ffffff;
}
.cid-uXt6tnLQhQ .card-text,
.cid-uXt6tnLQhQ .item .mbr-section-btn {
  text-align: left;
}
.cid-uXt6tnLQhQ .card-title,
.cid-uXt6tnLQhQ .iconfont-wrapper {
  text-align: left;
}
.cid-uXt6tnLQhQ .mbr-section-subtitle,
.cid-uXt6tnLQhQ .main-button {
  text-align: left;
  color: #000000;
}
.cid-uXt6tnLQhQ .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uXt6tnLQhQ .item-content .item-footer {
  margin-top: auto;
}
.cid-uXt6tnLQhQ .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uXt6tnLQhQ .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uXt6tnLQhQ .side-features {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-uXt6tnLQhQ .side-features .item {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-uXt6to3MGG {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #0a0071;
}
.cid-uXt6to3MGG .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uXt6to3MGG .mbr-section-subtitle {
  color: #000000;
}
.cid-uXt6to3MGG .mbr-section-title {
  color: #ffffff;
}
.cid-uXt6toiP2I {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f6fe;
}
.cid-uXt6toiP2I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXt6toiP2I .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uXt6toiP2I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXt6toiP2I .item-wrapper {
  background: #ffffff;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uXt6toiP2I .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uXt6toiP2I .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uXt6toiP2I .card-title,
.cid-uXt6toiP2I .iconfont-wrapper {
  color: #000000;
}
.cid-uXt6toiP2I .card-text {
  color: #000000;
}
.cid-uXt6toiP2I .content-head {
  max-width: 800px;
}
.cid-uXt6toiP2I .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uXt6toiP2I .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uXt6toiP2I .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uXt6toiP2I .mbr-section-subtitle {
  text-align: center;
}
.cid-uXt6toBOYA {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #0a0071;
}
.cid-uXt6toBOYA .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uXt6toBOYA .mbr-section-subtitle {
  color: #000000;
}
.cid-uXt6toBOYA .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXt6toQjM3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f6fe;
}
.cid-uXt6toQjM3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXt6toQjM3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXt6toQjM3 .mbr-description {
  text-align: left;
}
.cid-uXt6toQjM3 .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-uXt6toQjM3 .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uXt6toQjM3 .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uXt6toQjM3 .card-title,
.cid-uXt6toQjM3 .iconfont-wrapper {
  color: #000000;
}
.cid-uXt6toQjM3 .card-text {
  color: #000000;
}
.cid-uXt6toQjM3 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uXt6toQjM3 .mbr-number {
  color: #000000;
}
.cid-uXt6toQjM3 .mbr-text,
.cid-uXt6toQjM3 .mbr-section-btn {
  text-align: center;
}
.cid-uXt6toQjM3 .card-text,
.cid-uXt6toQjM3 .item .mbr-section-btn {
  text-align: left;
}
.cid-uXt6toQjM3 .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uXt6toQjM3 .image-wrapper {
  margin-bottom: 0rem;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uXt6toQjM3 .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uXt6toQjM3 .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
.cid-uXt6toQjM3 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uXt6toQjM3 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uXt6toQjM3 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uXt6toQjM3 .card-title {
  text-align: left;
}
.cid-uXt6toQjM3 .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uXt6toQjM3 .item-content .item-footer {
  margin-top: auto;
}
.cid-uXt6tpCX5s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0071;
}
.cid-uXt6tpCX5s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXt6tpCX5s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXt6tpCX5s .mbr-text {
  color: #000000;
}
.cid-uXt6tpCX5s .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uXt6tpCX5s .item-wrapper {
  background: #ffffff;
  margin-bottom: 0rem;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-uXt6tpCX5s .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uXt6tpCX5s .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
.cid-uXt6tpCX5s .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uXt6tpCX5s .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uXt6tpCX5s .mbr-number {
  color: #9fe870;
  text-align: left;
}
.cid-uXt6tpCX5s .mbr-section-title {
  color: #ffffff;
}
.cid-uXt6tpCX5s .card-text,
.cid-uXt6tpCX5s .item .mbr-section-btn {
  text-align: left;
}
.cid-uXt6tpCX5s .card-title,
.cid-uXt6tpCX5s .iconfont-wrapper {
  text-align: left;
}
.cid-uXt6tpCX5s .mbr-section-subtitle,
.cid-uXt6tpCX5s .main-button {
  text-align: left;
  color: #ffffff;
}
.cid-uXt6tpCX5s .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uXt6tpCX5s .item-content .item-footer {
  margin-top: auto;
}
.cid-uXt6tpCX5s .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uXt6tpCX5s .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uXt6tpCX5s .side-features {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-uXt6tpCX5s .side-features .item {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-uXw6H7617U {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f6fe;
}
.cid-uXw6H7617U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXw6H7617U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXw6H7617U .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 2rem;
  color: #0a0071;
  width: 40px;
  justify-content: center;
  align-items: center;
}
.cid-uXw6H7617U .card-title,
.cid-uXw6H7617U .iconfont-wrapper {
  color: #232323;
}
.cid-uXw6H7617U .card-text {
  color: #232323;
}
.cid-uXw6H7617U .mbr-section-title {
  color: #232323;
}
.cid-uXw6H7617U .mbr-section-subtitle {
  color: #232323;
}
.cid-uXw6H7617U .content-head {
  max-width: 800px;
}
.cid-uXt6tqjh07 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0a0071;
}
.cid-uXt6tqjh07 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXt6tqjh07 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXt6tqjh07 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXt6tqjh07 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uXt6tqjh07 .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uXt6tqC3tz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/coaching-individuel-buddycreatif.webp-432x288.webp");
}
.cid-uXt6tqC3tz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXt6tqC3tz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXt6tqC3tz .card-wrapper {
  background: #f7f6fe;
}
@media (max-width: 767px) {
  .cid-uXt6tqC3tz .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uXt6tqC3tz .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uXt6tqC3tz .card-wrapper {
    padding: 9rem 4rem;
  }
}
.cid-uXt6tqC3tz .mbr-text,
.cid-uXt6tqC3tz .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uXt6tqC3tz .card-title,
.cid-uXt6tqC3tz .card-box {
  text-align: center;
  color: #0a0071;
}
.cid-uXt6tqZXYE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uXt6tqZXYE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXt6tqZXYE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXt6tqZXYE .mbr-section-title {
  color: #ffffff;
}
.cid-uXt6tqZXYE .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uXt6trjy36 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f7f6fe;
}
.cid-uXt6trjy36 .row {
  flex-direction: row-reverse;
}
.cid-uXt6trjy36 .justify-content-center {
  align-items: center;
}
.cid-uXt6trjy36 .mbr-section-title {
  text-align: center;
  color: #f58079;
}
.cid-uXt6trjy36 .mbr-text,
.cid-uXt6trjy36 .mbr-section-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uXt6trjy36 .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uXt6trjy36 .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uXt6trjy36 .item-wrapper {
    padding: 4rem;
  }
}
.cid-uXt6trIANJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0071;
}
.cid-uXt6trIANJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXt6trIANJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXt6trIANJ .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uXt6trIANJ .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uXt6trIANJ .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uXt6trIANJ .bg-twitter:hover {
  background: #0c85d0;
}
.cid-uXt6trIANJ .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uXt6trIANJ .bg-pinterest:hover {
  background: #b3001b;
}
.cid-uXt6trIANJ .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uXt6trIANJ .bg-instagram:hover {
  background: #bd005c;
}
.cid-uXt6trIANJ .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-uXt6trIANJ .bg-linkedin:hover {
  background: #005582;
}
.cid-uXt6trIANJ .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-uXt6trIANJ .bg-tiktok:hover {
  background: #000000;
}
.cid-uXt6trIANJ .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uXt6trIANJ [class^="socicon-"]:before,
.cid-uXt6trIANJ [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uXt6trIANJ .mbr-section-title,
.cid-uXt6trIANJ .social-list {
  color: #ffffff;
}
.cid-uXt6ts9Ed5 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #0a0071;
}
.cid-uXt6ts9Ed5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXt6ts9Ed5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXt6ts9Ed5 .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uXt6ts9Ed5 .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uXt6ts9Ed5 .row {
    flex-direction: column-reverse !important;
  }
  .cid-uXt6ts9Ed5 .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uXt6ts9Ed5 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uXt6ts9Ed5 .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uXt6ts9Ed5 .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uXt6ts9Ed5 .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uXt6ts9Ed5 .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uXt6ts9Ed5 .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uXt6ts9Ed5 .copyright {
    text-align: center;
  }
}
.cid-uWkGxMBGl6 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uWkGxMBGl6 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uWkGxMBGl6 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uWkGxMBGl6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWkGxMBGl6 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uWkGxMBGl6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWkGxMBGl6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWkGxMBGl6 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uWkGxMBGl6 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uWkGxMBGl6 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uWkGxMBGl6 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uWkGxMBGl6 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uWkGxMBGl6 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uWkGxMBGl6 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uWkGxMBGl6 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uWkGxMBGl6 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uWkGxMBGl6 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uWkGxMBGl6 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uWkGxMBGl6 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uWkGxMBGl6 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uWkGxMBGl6 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uWkGxMBGl6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uWkGxMBGl6 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uWkGxMBGl6 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uWkGxMBGl6 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uWkGxMBGl6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uWkGxMBGl6 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
  border-radius: 4px !important;
}
.cid-uWkGxMBGl6 .nav-item:focus,
.cid-uWkGxMBGl6 .nav-link:focus {
  outline: none;
}
.cid-uWkGxMBGl6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWkGxMBGl6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWkGxMBGl6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWkGxMBGl6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWkGxMBGl6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWkGxMBGl6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWkGxMBGl6 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uWkGxMBGl6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uWkGxMBGl6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWkGxMBGl6 .navbar .navbar-logo img {
  width: auto;
}
.cid-uWkGxMBGl6 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uWkGxMBGl6 .navbar.collapsed {
  justify-content: center;
}
.cid-uWkGxMBGl6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWkGxMBGl6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWkGxMBGl6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uWkGxMBGl6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWkGxMBGl6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWkGxMBGl6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uWkGxMBGl6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWkGxMBGl6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWkGxMBGl6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uWkGxMBGl6 .navbar {
    min-height: 72px;
  }
  .cid-uWkGxMBGl6 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uWkGxMBGl6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWkGxMBGl6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWkGxMBGl6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWkGxMBGl6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWkGxMBGl6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uWkGxMBGl6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWkGxMBGl6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uWkGxMBGl6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWkGxMBGl6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWkGxMBGl6 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uWkGxMBGl6 .dropdown-item.active,
.cid-uWkGxMBGl6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uWkGxMBGl6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWkGxMBGl6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWkGxMBGl6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWkGxMBGl6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uWkGxMBGl6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uWkGxMBGl6 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uWkGxMBGl6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWkGxMBGl6 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uWkGxMBGl6 .navbar-buttons {
    text-align: left;
  }
}
.cid-uWkGxMBGl6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWkGxMBGl6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uWkGxMBGl6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWkGxMBGl6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWkGxMBGl6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWkGxMBGl6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWkGxMBGl6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWkGxMBGl6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWkGxMBGl6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWkGxMBGl6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWkGxMBGl6 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWkGxMBGl6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWkGxMBGl6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uWkGxMBGl6 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uWkGxMBGl6 .navbar {
    height: 70px;
  }
  .cid-uWkGxMBGl6 .navbar.opened {
    height: auto;
  }
  .cid-uWkGxMBGl6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWkGxMBGl6 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uWkGxMBGl6 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uWkGxMBGl6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uWkGxMBGl6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uWkGxMBGl6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uWkGxMBGl6 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uWkGxMBGl6 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uWkGxMBGl6 .navbar-brand {
    margin-right: auto;
  }
  .cid-uWkGxMBGl6 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uWkGxMBGl6 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uWkGxMBGl6 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uWkGxMBGl6 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uWkGxMBGl6 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uWkGxMBGl6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uWkGxMBGl6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uWkGxMBGl6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uWkGxMBGl6 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uWkGxMBGl6 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uWkGxMBGl6 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v0IsnBUWqt {
  display: flex;
  background-image: url("../../../assets/images/image-solutions-csam-clarte-pro.png-1-2000x1125.png");
}
.cid-v0IsnBUWqt .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-v0IsnBUWqt {
    align-items: flex-end;
  }
  .cid-v0IsnBUWqt .row {
    justify-content: flex-start;
  }
  .cid-v0IsnBUWqt .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v0IsnBUWqt .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v0IsnBUWqt {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v0IsnBUWqt .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v0IsnBUWqt .content-wrap {
    width: 100%;
  }
}
.cid-v0IsnBUWqt .mbr-section-title,
.cid-v0IsnBUWqt .mbr-section-subtitle {
  text-align: center;
}
.cid-v0IsnBUWqt .mbr-text,
.cid-v0IsnBUWqt .mbr-section-btn {
  text-align: center;
}
.cid-uWkGxQjx5t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0071;
}
.cid-uWkGxQjx5t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWkGxQjx5t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWkGxQjx5t .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uWkGxQjx5t .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uWkGxQjx5t .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uWkGxQjx5t .bg-twitter:hover {
  background: #0c85d0;
}
.cid-uWkGxQjx5t .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uWkGxQjx5t .bg-pinterest:hover {
  background: #b3001b;
}
.cid-uWkGxQjx5t .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uWkGxQjx5t .bg-instagram:hover {
  background: #bd005c;
}
.cid-uWkGxQjx5t .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-uWkGxQjx5t .bg-linkedin:hover {
  background: #005582;
}
.cid-uWkGxQjx5t .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-uWkGxQjx5t .bg-tiktok:hover {
  background: #000000;
}
.cid-uWkGxQjx5t .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uWkGxQjx5t [class^="socicon-"]:before,
.cid-uWkGxQjx5t [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uWkGxQjx5t .mbr-section-title,
.cid-uWkGxQjx5t .social-list {
  color: #ffffff;
}
.cid-uWkGxQINo7 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #0a0071;
}
.cid-uWkGxQINo7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWkGxQINo7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWkGxQINo7 .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uWkGxQINo7 .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uWkGxQINo7 .row {
    flex-direction: column-reverse !important;
  }
  .cid-uWkGxQINo7 .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uWkGxQINo7 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uWkGxQINo7 .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uWkGxQINo7 .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uWkGxQINo7 .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uWkGxQINo7 .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uWkGxQINo7 .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uWkGxQINo7 .copyright {
    text-align: center;
  }
}
.cid-uXwiHUPglv {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uXwiHUPglv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uXwiHUPglv .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uXwiHUPglv .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uXwiHUPglv .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uXwiHUPglv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXwiHUPglv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXwiHUPglv .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uXwiHUPglv .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uXwiHUPglv .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uXwiHUPglv .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uXwiHUPglv .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uXwiHUPglv .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uXwiHUPglv .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uXwiHUPglv .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uXwiHUPglv .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uXwiHUPglv .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uXwiHUPglv .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uXwiHUPglv .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uXwiHUPglv .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uXwiHUPglv .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uXwiHUPglv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uXwiHUPglv .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uXwiHUPglv .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uXwiHUPglv .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uXwiHUPglv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXwiHUPglv .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
  border-radius: 4px !important;
}
.cid-uXwiHUPglv .nav-item:focus,
.cid-uXwiHUPglv .nav-link:focus {
  outline: none;
}
.cid-uXwiHUPglv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXwiHUPglv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXwiHUPglv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXwiHUPglv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXwiHUPglv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXwiHUPglv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXwiHUPglv .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uXwiHUPglv .navbar.opened {
  transition: all 0.3s;
}
.cid-uXwiHUPglv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXwiHUPglv .navbar .navbar-logo img {
  width: auto;
}
.cid-uXwiHUPglv .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uXwiHUPglv .navbar.collapsed {
  justify-content: center;
}
.cid-uXwiHUPglv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXwiHUPglv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXwiHUPglv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uXwiHUPglv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXwiHUPglv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXwiHUPglv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uXwiHUPglv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXwiHUPglv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXwiHUPglv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uXwiHUPglv .navbar {
    min-height: 72px;
  }
  .cid-uXwiHUPglv .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uXwiHUPglv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXwiHUPglv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXwiHUPglv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXwiHUPglv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXwiHUPglv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uXwiHUPglv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXwiHUPglv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uXwiHUPglv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXwiHUPglv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXwiHUPglv .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uXwiHUPglv .dropdown-item.active,
.cid-uXwiHUPglv .dropdown-item:active {
  background-color: transparent;
}
.cid-uXwiHUPglv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXwiHUPglv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXwiHUPglv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXwiHUPglv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXwiHUPglv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uXwiHUPglv .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uXwiHUPglv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXwiHUPglv .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uXwiHUPglv .navbar-buttons {
    text-align: left;
  }
}
.cid-uXwiHUPglv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXwiHUPglv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uXwiHUPglv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXwiHUPglv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXwiHUPglv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXwiHUPglv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXwiHUPglv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXwiHUPglv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXwiHUPglv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXwiHUPglv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXwiHUPglv .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uXwiHUPglv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXwiHUPglv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uXwiHUPglv .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXwiHUPglv .navbar {
    height: 70px;
  }
  .cid-uXwiHUPglv .navbar.opened {
    height: auto;
  }
  .cid-uXwiHUPglv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXwiHUPglv .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uXwiHUPglv .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uXwiHUPglv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uXwiHUPglv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uXwiHUPglv .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uXwiHUPglv .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uXwiHUPglv .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uXwiHUPglv .navbar-brand {
    margin-right: auto;
  }
  .cid-uXwiHUPglv .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uXwiHUPglv .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uXwiHUPglv .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uXwiHUPglv .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uXwiHUPglv .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uXwiHUPglv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uXwiHUPglv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uXwiHUPglv .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uXwiHUPglv .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uXwiHUPglv .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uXwiHUPglv .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uXwiHV75ck {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background-image-illustration-bc.webp-2000x1125.webp");
}
.cid-uXwiHV75ck .content-head {
  max-width: 800px;
}
.cid-uXwiHVkVqV {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXwiHVkVqV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXwiHVkVqV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXwiHVkVqV .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uXwiHVkVqV .image-wrap img {
    display: block;
    margin: auto;
  }
}
.cid-uXwiHVkVqV .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uXwiHVkVqV .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uXwiHVkVqV .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uXwiHVkVqV .header-menu li p {
  margin: 0;
}
.cid-uXwiHVkVqV .mbr-section-title {
  color: #51c2e0;
}
.cid-uXwiHVkVqV .header-menu-item {
  color: #ffffff;
}
.cid-uXwiHVkVqV .mbr-text,
.cid-uXwiHVkVqV .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uXwiHVkVqV .content-head {
  max-width: 800px;
}
.cid-uXwiHVzadk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background-image-illustration-bc.webp-2000x1125.webp");
}
.cid-uXwiHVzadk .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uXwiHVzadk img,
.cid-uXwiHVzadk .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uXwiHVzadk .item:focus,
.cid-uXwiHVzadk span:focus {
  outline: none;
}
.cid-uXwiHVzadk .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uXwiHVzadk .item {
    margin-bottom: 1rem;
  }
}
.cid-uXwiHVzadk .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uXwiHVzadk .mbr-section-title {
  color: #51c2e0;
}
.cid-uXwiHVzadk .mbr-text,
.cid-uXwiHVzadk .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uXwiHVzadk .item-title {
  color: #0a0071;
  text-align: left;
}
.cid-uXwiHVzadk .content-head {
  max-width: 800px;
}
.cid-uXwiHVzadk .mbr-section-subtitle {
  color: #000000;
}
.cid-uXwiHVUwE3 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f7f6fe;
}
.cid-uXwiHVUwE3 .row {
  flex-direction: row-reverse;
}
.cid-uXwiHVUwE3 .justify-content-center {
  align-items: center;
}
.cid-uXwiHVUwE3 .mbr-section-title {
  text-align: right;
  color: #f58079;
}
.cid-uXwiHVUwE3 .mbr-text,
.cid-uXwiHVUwE3 .mbr-section-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uXwiHVUwE3 .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uXwiHVUwE3 .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uXwiHVUwE3 .item-wrapper {
    padding: 4rem;
  }
}
.cid-uXwiHW9tG5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0071;
}
.cid-uXwiHW9tG5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXwiHW9tG5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXwiHW9tG5 .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uXwiHW9tG5 .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uXwiHW9tG5 .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uXwiHW9tG5 .bg-twitter:hover {
  background: #0c85d0;
}
.cid-uXwiHW9tG5 .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uXwiHW9tG5 .bg-pinterest:hover {
  background: #b3001b;
}
.cid-uXwiHW9tG5 .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uXwiHW9tG5 .bg-instagram:hover {
  background: #bd005c;
}
.cid-uXwiHW9tG5 .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-uXwiHW9tG5 .bg-linkedin:hover {
  background: #005582;
}
.cid-uXwiHW9tG5 .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-uXwiHW9tG5 .bg-tiktok:hover {
  background: #000000;
}
.cid-uXwiHW9tG5 .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uXwiHW9tG5 [class^="socicon-"]:before,
.cid-uXwiHW9tG5 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uXwiHW9tG5 .mbr-section-title,
.cid-uXwiHW9tG5 .social-list {
  color: #ffffff;
}
.cid-uXwiHWsq31 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #0a0071;
}
.cid-uXwiHWsq31 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXwiHWsq31 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXwiHWsq31 .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uXwiHWsq31 .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uXwiHWsq31 .row {
    flex-direction: column-reverse !important;
  }
  .cid-uXwiHWsq31 .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uXwiHWsq31 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uXwiHWsq31 .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uXwiHWsq31 .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uXwiHWsq31 .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uXwiHWsq31 .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uXwiHWsq31 .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uXwiHWsq31 .copyright {
    text-align: center;
  }
}
.cid-uXwiMTdjDB {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uXwiMTdjDB .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uXwiMTdjDB .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uXwiMTdjDB .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uXwiMTdjDB .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uXwiMTdjDB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXwiMTdjDB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXwiMTdjDB .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uXwiMTdjDB .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uXwiMTdjDB .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uXwiMTdjDB .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uXwiMTdjDB .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uXwiMTdjDB .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uXwiMTdjDB .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uXwiMTdjDB .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uXwiMTdjDB .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uXwiMTdjDB .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uXwiMTdjDB .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uXwiMTdjDB .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uXwiMTdjDB .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uXwiMTdjDB .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uXwiMTdjDB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uXwiMTdjDB .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uXwiMTdjDB .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uXwiMTdjDB .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uXwiMTdjDB .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXwiMTdjDB .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
  border-radius: 4px !important;
}
.cid-uXwiMTdjDB .nav-item:focus,
.cid-uXwiMTdjDB .nav-link:focus {
  outline: none;
}
.cid-uXwiMTdjDB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXwiMTdjDB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXwiMTdjDB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXwiMTdjDB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXwiMTdjDB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXwiMTdjDB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXwiMTdjDB .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uXwiMTdjDB .navbar.opened {
  transition: all 0.3s;
}
.cid-uXwiMTdjDB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXwiMTdjDB .navbar .navbar-logo img {
  width: auto;
}
.cid-uXwiMTdjDB .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uXwiMTdjDB .navbar.collapsed {
  justify-content: center;
}
.cid-uXwiMTdjDB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXwiMTdjDB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXwiMTdjDB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uXwiMTdjDB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXwiMTdjDB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXwiMTdjDB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uXwiMTdjDB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXwiMTdjDB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXwiMTdjDB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uXwiMTdjDB .navbar {
    min-height: 72px;
  }
  .cid-uXwiMTdjDB .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uXwiMTdjDB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXwiMTdjDB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXwiMTdjDB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXwiMTdjDB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXwiMTdjDB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uXwiMTdjDB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXwiMTdjDB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uXwiMTdjDB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXwiMTdjDB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXwiMTdjDB .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uXwiMTdjDB .dropdown-item.active,
.cid-uXwiMTdjDB .dropdown-item:active {
  background-color: transparent;
}
.cid-uXwiMTdjDB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXwiMTdjDB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXwiMTdjDB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXwiMTdjDB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXwiMTdjDB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uXwiMTdjDB .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uXwiMTdjDB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXwiMTdjDB .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uXwiMTdjDB .navbar-buttons {
    text-align: left;
  }
}
.cid-uXwiMTdjDB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXwiMTdjDB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uXwiMTdjDB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXwiMTdjDB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXwiMTdjDB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXwiMTdjDB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXwiMTdjDB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXwiMTdjDB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXwiMTdjDB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXwiMTdjDB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXwiMTdjDB .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uXwiMTdjDB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXwiMTdjDB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uXwiMTdjDB .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXwiMTdjDB .navbar {
    height: 70px;
  }
  .cid-uXwiMTdjDB .navbar.opened {
    height: auto;
  }
  .cid-uXwiMTdjDB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXwiMTdjDB .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uXwiMTdjDB .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uXwiMTdjDB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uXwiMTdjDB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uXwiMTdjDB .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uXwiMTdjDB .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uXwiMTdjDB .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uXwiMTdjDB .navbar-brand {
    margin-right: auto;
  }
  .cid-uXwiMTdjDB .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uXwiMTdjDB .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uXwiMTdjDB .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uXwiMTdjDB .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uXwiMTdjDB .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uXwiMTdjDB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uXwiMTdjDB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uXwiMTdjDB .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uXwiMTdjDB .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uXwiMTdjDB .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uXwiMTdjDB .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uXwiMTuN3y {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background-image-illustration-bc.webp-2000x1125.webp");
}
.cid-uXwiMTuN3y .content-head {
  max-width: 800px;
}
.cid-uXwiMTGnH3 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXwiMTGnH3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXwiMTGnH3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXwiMTGnH3 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uXwiMTGnH3 .image-wrap img {
    display: block;
    margin: auto;
  }
}
.cid-uXwiMTGnH3 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uXwiMTGnH3 .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uXwiMTGnH3 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uXwiMTGnH3 .header-menu li p {
  margin: 0;
}
.cid-uXwiMTGnH3 .mbr-section-title {
  color: #51c2e0;
}
.cid-uXwiMTGnH3 .header-menu-item {
  color: #ffffff;
}
.cid-uXwiMTGnH3 .mbr-text,
.cid-uXwiMTGnH3 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uXwiMTGnH3 .content-head {
  max-width: 800px;
}
.cid-uXwiMUli3A {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f7f6fe;
}
.cid-uXwiMUli3A .row {
  flex-direction: row-reverse;
}
.cid-uXwiMUli3A .justify-content-center {
  align-items: center;
}
.cid-uXwiMUli3A .mbr-section-title {
  text-align: right;
  color: #f58079;
}
.cid-uXwiMUli3A .mbr-text,
.cid-uXwiMUli3A .mbr-section-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uXwiMUli3A .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uXwiMUli3A .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uXwiMUli3A .item-wrapper {
    padding: 4rem;
  }
}
.cid-uXwiMUBE6H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0071;
}
.cid-uXwiMUBE6H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXwiMUBE6H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXwiMUBE6H .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uXwiMUBE6H .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uXwiMUBE6H .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uXwiMUBE6H .bg-twitter:hover {
  background: #0c85d0;
}
.cid-uXwiMUBE6H .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uXwiMUBE6H .bg-pinterest:hover {
  background: #b3001b;
}
.cid-uXwiMUBE6H .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uXwiMUBE6H .bg-instagram:hover {
  background: #bd005c;
}
.cid-uXwiMUBE6H .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-uXwiMUBE6H .bg-linkedin:hover {
  background: #005582;
}
.cid-uXwiMUBE6H .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-uXwiMUBE6H .bg-tiktok:hover {
  background: #000000;
}
.cid-uXwiMUBE6H .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uXwiMUBE6H [class^="socicon-"]:before,
.cid-uXwiMUBE6H [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uXwiMUBE6H .mbr-section-title,
.cid-uXwiMUBE6H .social-list {
  color: #ffffff;
}
.cid-uXwiMUUa75 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #0a0071;
}
.cid-uXwiMUUa75 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXwiMUUa75 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXwiMUUa75 .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uXwiMUUa75 .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uXwiMUUa75 .row {
    flex-direction: column-reverse !important;
  }
  .cid-uXwiMUUa75 .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uXwiMUUa75 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uXwiMUUa75 .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uXwiMUUa75 .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uXwiMUUa75 .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uXwiMUUa75 .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uXwiMUUa75 .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uXwiMUUa75 .copyright {
    text-align: center;
  }
}
.cid-uXCP7isOjO {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uXCP7isOjO .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uXCP7isOjO .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uXCP7isOjO .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uXCP7isOjO .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uXCP7isOjO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXCP7isOjO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXCP7isOjO .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uXCP7isOjO .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uXCP7isOjO .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uXCP7isOjO .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uXCP7isOjO .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uXCP7isOjO .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uXCP7isOjO .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uXCP7isOjO .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uXCP7isOjO .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uXCP7isOjO .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uXCP7isOjO .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uXCP7isOjO .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uXCP7isOjO .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uXCP7isOjO .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uXCP7isOjO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uXCP7isOjO .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uXCP7isOjO .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uXCP7isOjO .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uXCP7isOjO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXCP7isOjO .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
  border-radius: 4px !important;
}
.cid-uXCP7isOjO .nav-item:focus,
.cid-uXCP7isOjO .nav-link:focus {
  outline: none;
}
.cid-uXCP7isOjO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXCP7isOjO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXCP7isOjO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXCP7isOjO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXCP7isOjO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXCP7isOjO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXCP7isOjO .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uXCP7isOjO .navbar.opened {
  transition: all 0.3s;
}
.cid-uXCP7isOjO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXCP7isOjO .navbar .navbar-logo img {
  width: auto;
}
.cid-uXCP7isOjO .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uXCP7isOjO .navbar.collapsed {
  justify-content: center;
}
.cid-uXCP7isOjO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXCP7isOjO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXCP7isOjO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uXCP7isOjO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXCP7isOjO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXCP7isOjO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uXCP7isOjO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXCP7isOjO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXCP7isOjO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uXCP7isOjO .navbar {
    min-height: 72px;
  }
  .cid-uXCP7isOjO .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uXCP7isOjO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXCP7isOjO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXCP7isOjO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXCP7isOjO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXCP7isOjO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uXCP7isOjO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXCP7isOjO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uXCP7isOjO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXCP7isOjO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXCP7isOjO .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uXCP7isOjO .dropdown-item.active,
.cid-uXCP7isOjO .dropdown-item:active {
  background-color: transparent;
}
.cid-uXCP7isOjO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXCP7isOjO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXCP7isOjO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXCP7isOjO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXCP7isOjO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uXCP7isOjO .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uXCP7isOjO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXCP7isOjO .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uXCP7isOjO .navbar-buttons {
    text-align: left;
  }
}
.cid-uXCP7isOjO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXCP7isOjO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uXCP7isOjO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXCP7isOjO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXCP7isOjO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXCP7isOjO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXCP7isOjO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXCP7isOjO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXCP7isOjO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXCP7isOjO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXCP7isOjO .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uXCP7isOjO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXCP7isOjO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uXCP7isOjO .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXCP7isOjO .navbar {
    height: 70px;
  }
  .cid-uXCP7isOjO .navbar.opened {
    height: auto;
  }
  .cid-uXCP7isOjO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXCP7isOjO .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uXCP7isOjO .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uXCP7isOjO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uXCP7isOjO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uXCP7isOjO .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uXCP7isOjO .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uXCP7isOjO .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uXCP7isOjO .navbar-brand {
    margin-right: auto;
  }
  .cid-uXCP7isOjO .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uXCP7isOjO .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uXCP7isOjO .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uXCP7isOjO .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uXCP7isOjO .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uXCP7isOjO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uXCP7isOjO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uXCP7isOjO .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uXCP7isOjO .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uXCP7isOjO .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uXCP7isOjO .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uXDZXQMQuE {
  display: flex;
}
@media (min-width: 768px) {
  .cid-uXDZXQMQuE {
    align-items: flex-end;
  }
  .cid-uXDZXQMQuE .row {
    justify-content: flex-start;
  }
  .cid-uXDZXQMQuE .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uXDZXQMQuE .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uXDZXQMQuE {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uXDZXQMQuE .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uXDZXQMQuE .content-wrap {
    width: 100%;
  }
}
.cid-uXDZXQMQuE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXDZXQMQuE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/phr-2024-buddycreatif.webp-2000x1125.webp");
}
.cid-uXDZXQMQuE .mbr-section-title,
.cid-uXDZXQMQuE .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uXDZXQMQuE .mbr-text,
.cid-uXDZXQMQuE .mbr-section-btn {
  text-align: left;
}
.cid-uXDZXQMQuE .mbr-section-title {
  color: #ffffff;
}
.cid-uXDZXQMQuE .mbr-section-subtitle {
  color: #51c2e0;
}
.cid-uXEbpl085A {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uXEbpl085A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXEbpl085A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uXEbpl085A .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXEbpl085A .row {
  flex-direction: row-reverse;
}
.cid-uXEbpl085A .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uXEbpl085A .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uXEbpl085A .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uXEbpl085A .mbr-section-title {
  color: #000000;
}
.cid-uXEbpl085A .mbr-text,
.cid-uXEbpl085A .mbr-section-btn {
  color: #000000;
}
.cid-uXCP7jixTa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0a0071;
}
.cid-uXCP7jixTa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXCP7jixTa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXCP7jixTa .mbr-description {
  text-align: left;
}
.cid-uXCP7jixTa .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-uXCP7jixTa .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uXCP7jixTa .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uXCP7jixTa .card-title,
.cid-uXCP7jixTa .iconfont-wrapper {
  color: #000000;
}
.cid-uXCP7jixTa .card-text {
  color: #000000;
}
.cid-uXCP7jixTa .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXCP7jixTa .mbr-number {
  color: #9fe870;
}
.cid-uXCP7jixTa .mbr-text,
.cid-uXCP7jixTa .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uXCP7jixTa .card-text,
.cid-uXCP7jixTa .item .mbr-section-btn {
  text-align: left;
}
.cid-uXCP7jixTa .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uXCP7jixTa .image-wrapper {
  margin-bottom: 0rem;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uXCP7jixTa .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uXCP7jixTa .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
.cid-uXCP7jixTa .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uXCP7jixTa .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uXCP7jixTa .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uXCP7jixTa .card-title {
  text-align: left;
}
.cid-uXCP7jixTa .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uXCP7jixTa .item-content .item-footer {
  margin-top: auto;
}
.cid-uXE3PuskPN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f6fe;
}
.cid-uXE3PuskPN .row {
  flex-direction: row-reverse;
}
.cid-uXE3PuskPN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXE3PuskPN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXE3PuskPN .mbr-description {
  text-align: left;
}
.cid-uXE3PuskPN .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uXE3PuskPN .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uXE3PuskPN .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uXE3PuskPN .card-title,
.cid-uXE3PuskPN .iconfont-wrapper {
  color: #000000;
}
.cid-uXE3PuskPN .card-text {
  color: #000000;
}
.cid-uXE3PuskPN .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uXE3PuskPN .mbr-text,
.cid-uXE3PuskPN .mbr-section-btn {
  text-align: center;
}
.cid-uXE3PuskPN .card-text,
.cid-uXE3PuskPN .item .mbr-section-btn {
  text-align: left;
}
.cid-uXE3PuskPN .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uXE3PuskPN .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uXE3PuskPN .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #51c2e0;
  background-color: #51c2e0;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uXE3PuskPN .mbr-text UL {
  text-align: left;
}
.cid-uXE3QLMPd7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXE3QLMPd7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXE3QLMPd7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uXE3QLMPd7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXE3QLMPd7 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uXE3QLMPd7 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uXE3QLMPd7 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uXE3QLMPd7 .mbr-section-title {
  color: #000000;
}
.cid-uXE3QLMPd7 .mbr-text,
.cid-uXE3QLMPd7 .mbr-section-btn {
  color: #000000;
}
.cid-uXE3NVEKGx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f6fe;
}
.cid-uXE3NVEKGx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXE3NVEKGx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXE3NVEKGx .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 2rem;
  color: #0a0071;
  width: 40px;
  justify-content: center;
  align-items: center;
}
.cid-uXE3NVEKGx .card-title,
.cid-uXE3NVEKGx .iconfont-wrapper {
  color: #232323;
}
.cid-uXE3NVEKGx .card-text {
  color: #232323;
}
.cid-uXE3NVEKGx .mbr-section-title {
  color: #232323;
}
.cid-uXE3NVEKGx .mbr-section-subtitle {
  color: #232323;
}
.cid-uXE3NVEKGx .content-head {
  max-width: 800px;
}
.cid-uXCP7kCofI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0a0071;
}
.cid-uXCP7kCofI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXCP7kCofI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXCP7kCofI .mbr-section-title {
  color: #ffffff;
}
.cid-uXCP7kCofI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uXCP7iMC5s {
  background-color: #ffffff;
}
.cid-uXCP7iMC5s .content-head {
  max-width: 800px;
}
.cid-uXEsoflRis {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0a0071;
}
.cid-uXEsoflRis .mbr-text {
  color: #000000;
}
.cid-uXEsoflRis .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uXEsoflRis .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXEsoflRis .mbr-text,
.cid-uXEsoflRis .item .mbr-section-btn {
  text-align: left;
}
.cid-uXEsoflRis .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uXEsoflRis .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uXEsoflRis .item-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uXEsoflRis .item-wrapper {
    padding: 4rem;
  }
}
.cid-uXEsoflRis .details-icon {
  color: #0cc0df;
  padding-right: 0.5rem;
}
.cid-uXEsoflRis .mbr-card-subtitle {
  color: #232323;
  text-align: left;
}
.cid-uXEsoflRis .details .details-item {
  display: inline-flex;
  padding-right: 1rem;
}
.cid-uXEsoflRis .mbr-tag,
.cid-uXEsoflRis .tags-wrapper {
  color: #000000;
}
.cid-uXCP7kUP0P {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f7f6fe;
}
.cid-uXCP7kUP0P .row {
  flex-direction: row-reverse;
}
.cid-uXCP7kUP0P .justify-content-center {
  align-items: center;
}
.cid-uXCP7kUP0P .mbr-section-title {
  text-align: center;
  color: #f58079;
}
.cid-uXCP7kUP0P .mbr-text,
.cid-uXCP7kUP0P .mbr-section-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uXCP7kUP0P .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uXCP7kUP0P .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uXCP7kUP0P .item-wrapper {
    padding: 4rem;
  }
}
.cid-uXCP7lcZir {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0071;
}
.cid-uXCP7lcZir .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXCP7lcZir .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXCP7lcZir .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uXCP7lcZir .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uXCP7lcZir .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uXCP7lcZir .bg-twitter:hover {
  background: #0c85d0;
}
.cid-uXCP7lcZir .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uXCP7lcZir .bg-pinterest:hover {
  background: #b3001b;
}
.cid-uXCP7lcZir .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uXCP7lcZir .bg-instagram:hover {
  background: #bd005c;
}
.cid-uXCP7lcZir .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-uXCP7lcZir .bg-linkedin:hover {
  background: #005582;
}
.cid-uXCP7lcZir .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-uXCP7lcZir .bg-tiktok:hover {
  background: #000000;
}
.cid-uXCP7lcZir .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uXCP7lcZir [class^="socicon-"]:before,
.cid-uXCP7lcZir [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uXCP7lcZir .mbr-section-title,
.cid-uXCP7lcZir .social-list {
  color: #ffffff;
}
.cid-uXCP7lz4Xh {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #0a0071;
}
.cid-uXCP7lz4Xh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXCP7lz4Xh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXCP7lz4Xh .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uXCP7lz4Xh .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uXCP7lz4Xh .row {
    flex-direction: column-reverse !important;
  }
  .cid-uXCP7lz4Xh .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uXCP7lz4Xh .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uXCP7lz4Xh .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uXCP7lz4Xh .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uXCP7lz4Xh .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uXCP7lz4Xh .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uXCP7lz4Xh .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uXCP7lz4Xh .copyright {
    text-align: center;
  }
}
.cid-uXHbPBg4pA {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uXHbPBg4pA .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uXHbPBg4pA .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uXHbPBg4pA .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uXHbPBg4pA .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uXHbPBg4pA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXHbPBg4pA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXHbPBg4pA .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uXHbPBg4pA .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uXHbPBg4pA .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uXHbPBg4pA .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uXHbPBg4pA .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uXHbPBg4pA .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uXHbPBg4pA .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uXHbPBg4pA .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uXHbPBg4pA .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uXHbPBg4pA .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uXHbPBg4pA .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uXHbPBg4pA .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uXHbPBg4pA .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uXHbPBg4pA .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uXHbPBg4pA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uXHbPBg4pA .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uXHbPBg4pA .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uXHbPBg4pA .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uXHbPBg4pA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXHbPBg4pA .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
  border-radius: 4px !important;
}
.cid-uXHbPBg4pA .nav-item:focus,
.cid-uXHbPBg4pA .nav-link:focus {
  outline: none;
}
.cid-uXHbPBg4pA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXHbPBg4pA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXHbPBg4pA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXHbPBg4pA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXHbPBg4pA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXHbPBg4pA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXHbPBg4pA .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uXHbPBg4pA .navbar.opened {
  transition: all 0.3s;
}
.cid-uXHbPBg4pA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXHbPBg4pA .navbar .navbar-logo img {
  width: auto;
}
.cid-uXHbPBg4pA .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uXHbPBg4pA .navbar.collapsed {
  justify-content: center;
}
.cid-uXHbPBg4pA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXHbPBg4pA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXHbPBg4pA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uXHbPBg4pA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXHbPBg4pA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXHbPBg4pA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uXHbPBg4pA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXHbPBg4pA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXHbPBg4pA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uXHbPBg4pA .navbar {
    min-height: 72px;
  }
  .cid-uXHbPBg4pA .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uXHbPBg4pA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXHbPBg4pA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXHbPBg4pA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXHbPBg4pA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXHbPBg4pA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uXHbPBg4pA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXHbPBg4pA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uXHbPBg4pA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXHbPBg4pA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXHbPBg4pA .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uXHbPBg4pA .dropdown-item.active,
.cid-uXHbPBg4pA .dropdown-item:active {
  background-color: transparent;
}
.cid-uXHbPBg4pA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXHbPBg4pA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXHbPBg4pA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXHbPBg4pA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXHbPBg4pA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uXHbPBg4pA .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uXHbPBg4pA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXHbPBg4pA .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uXHbPBg4pA .navbar-buttons {
    text-align: left;
  }
}
.cid-uXHbPBg4pA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXHbPBg4pA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uXHbPBg4pA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXHbPBg4pA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXHbPBg4pA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXHbPBg4pA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXHbPBg4pA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXHbPBg4pA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXHbPBg4pA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXHbPBg4pA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXHbPBg4pA .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uXHbPBg4pA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXHbPBg4pA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uXHbPBg4pA .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXHbPBg4pA .navbar {
    height: 70px;
  }
  .cid-uXHbPBg4pA .navbar.opened {
    height: auto;
  }
  .cid-uXHbPBg4pA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXHbPBg4pA .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uXHbPBg4pA .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uXHbPBg4pA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uXHbPBg4pA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uXHbPBg4pA .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uXHbPBg4pA .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uXHbPBg4pA .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uXHbPBg4pA .navbar-brand {
    margin-right: auto;
  }
  .cid-uXHbPBg4pA .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uXHbPBg4pA .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uXHbPBg4pA .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uXHbPBg4pA .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uXHbPBg4pA .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uXHbPBg4pA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uXHbPBg4pA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uXHbPBg4pA .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uXHbPBg4pA .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uXHbPBg4pA .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uXHbPBg4pA .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uXHbPBElQA {
  display: flex;
  background-image: url("../../../assets/images/atelier-solution-phr-2024.webp-2000x1333.webp");
}
.cid-uXHbPBElQA .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-uXHbPBElQA {
    align-items: flex-end;
  }
  .cid-uXHbPBElQA .row {
    justify-content: flex-start;
  }
  .cid-uXHbPBElQA .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uXHbPBElQA .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uXHbPBElQA {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uXHbPBElQA .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uXHbPBElQA .content-wrap {
    width: 100%;
  }
}
.cid-uXHbPBElQA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXHbPBElQA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXHbPBElQA .mbr-section-title,
.cid-uXHbPBElQA .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uXHbPBElQA .mbr-text,
.cid-uXHbPBElQA .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uXHbPBElQA .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uXHbPBElQA .mbr-section-title {
  color: #ffffff;
}
.cid-uXHbPBZ88d {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0a0071;
}
.cid-uXHbPBZ88d img,
.cid-uXHbPBZ88d .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uXHbPBZ88d .item:focus,
.cid-uXHbPBZ88d span:focus {
  outline: none;
}
.cid-uXHbPBZ88d .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uXHbPBZ88d .item {
    margin-bottom: 1rem;
  }
}
.cid-uXHbPBZ88d .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uXHbPBZ88d .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uXHbPBZ88d .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uXHbPBZ88d .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uXHbPBZ88d .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uXHbPBZ88d .mbr-section-title {
  color: #ffffff;
}
.cid-uXHbPBZ88d .item-title {
  text-align: left;
  color: #0a0071;
}
.cid-uXHbPBZ88d .item-subtitle {
  text-align: left;
}
.cid-uXHbPBZ88d .mbr-text,
.cid-uXHbPBZ88d .item .mbr-section-btn {
  text-align: left;
}
.cid-uXHbPBZ88d .content-head {
  max-width: 800px;
}
.cid-uXHbPBZ88d .mbr-section-subtitle,
.cid-uXHbPBZ88d .mbr-section-head .mbr-section-btn {
  color: #ffffff;
}
.cid-uZdxm9zIOk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7f6fe;
}
.cid-uZdxm9zIOk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZdxm9zIOk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uZdxm9zIOk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZdxm9zIOk .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uZdxm9zIOk .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uZdxm9zIOk .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uZdxm9zIOk .mbr-section-title {
  color: #000000;
}
.cid-uZdxm9zIOk .mbr-text,
.cid-uZdxm9zIOk .mbr-section-btn {
  color: #000000;
}
.cid-uXHbPCpD9S {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f7f6fd;
}
.cid-uXHbPCpD9S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXHbPCpD9S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uXHbPCpD9S .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXHbPCpD9S .row {
  flex-direction: row-reverse;
}
.cid-uXHbPCpD9S .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uXHbPCpD9S .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uXHbPCpD9S .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uXHbPCpD9S .mbr-section-title {
  color: #000000;
}
.cid-uXHbPCpD9S .mbr-text,
.cid-uXHbPCpD9S .mbr-section-btn {
  color: #000000;
}
.cid-uXHbPCHC3x {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/profitable-business-strategy-1-2000x1125.webp");
}
.cid-uXHbPCHC3x .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uXHbPCHC3x form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uXHbPCHC3x form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uXHbPCHC3x form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uXHbPCHC3x .mbr-section-title {
  color: #000000;
}
.cid-uXHbPCHC3x .mbr-section-subtitle {
  color: #000000;
}
.cid-uXHbPCYrIW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0a0071;
}
.cid-uXHbPCYrIW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXHbPCYrIW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXHbPCYrIW .row {
  justify-content: center;
}
.cid-uXHbPCYrIW .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uXHbPCYrIW .item {
    margin-bottom: 1rem;
  }
}
.cid-uXHbPCYrIW .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uXHbPCYrIW .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uXHbPCYrIW .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uXHbPCYrIW .content-head {
  max-width: 800px;
}
.cid-uXHbPCYrIW .card-title {
  color: #000000;
}
.cid-uXHbPCYrIW .mbr-section-title {
  color: #ffffff;
}
.cid-uXHbPDgnHx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0071;
}
.cid-uXHbPDgnHx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXHbPDgnHx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXHbPDgnHx .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uXHbPDgnHx .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uXHbPDgnHx .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uXHbPDgnHx .bg-twitter:hover {
  background: #0c85d0;
}
.cid-uXHbPDgnHx .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uXHbPDgnHx .bg-pinterest:hover {
  background: #b3001b;
}
.cid-uXHbPDgnHx .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uXHbPDgnHx .bg-instagram:hover {
  background: #bd005c;
}
.cid-uXHbPDgnHx .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-uXHbPDgnHx .bg-linkedin:hover {
  background: #005582;
}
.cid-uXHbPDgnHx .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-uXHbPDgnHx .bg-tiktok:hover {
  background: #000000;
}
.cid-uXHbPDgnHx .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uXHbPDgnHx [class^="socicon-"]:before,
.cid-uXHbPDgnHx [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uXHbPDgnHx .mbr-section-title,
.cid-uXHbPDgnHx .social-list {
  color: #ffffff;
}
.cid-uXHbPDE8mx {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #0a0071;
}
.cid-uXHbPDE8mx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXHbPDE8mx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXHbPDE8mx .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uXHbPDE8mx .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uXHbPDE8mx .row {
    flex-direction: column-reverse !important;
  }
  .cid-uXHbPDE8mx .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uXHbPDE8mx .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uXHbPDE8mx .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uXHbPDE8mx .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uXHbPDE8mx .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uXHbPDE8mx .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uXHbPDE8mx .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uXHbPDE8mx .copyright {
    text-align: center;
  }
}
.cid-uXHkRJpaTQ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uXHkRJpaTQ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uXHkRJpaTQ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uXHkRJpaTQ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uXHkRJpaTQ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uXHkRJpaTQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXHkRJpaTQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXHkRJpaTQ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uXHkRJpaTQ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uXHkRJpaTQ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uXHkRJpaTQ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uXHkRJpaTQ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uXHkRJpaTQ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uXHkRJpaTQ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uXHkRJpaTQ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uXHkRJpaTQ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uXHkRJpaTQ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uXHkRJpaTQ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uXHkRJpaTQ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uXHkRJpaTQ .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uXHkRJpaTQ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uXHkRJpaTQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uXHkRJpaTQ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uXHkRJpaTQ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uXHkRJpaTQ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uXHkRJpaTQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXHkRJpaTQ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
  border-radius: 4px !important;
}
.cid-uXHkRJpaTQ .nav-item:focus,
.cid-uXHkRJpaTQ .nav-link:focus {
  outline: none;
}
.cid-uXHkRJpaTQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXHkRJpaTQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXHkRJpaTQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXHkRJpaTQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXHkRJpaTQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXHkRJpaTQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXHkRJpaTQ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uXHkRJpaTQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uXHkRJpaTQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXHkRJpaTQ .navbar .navbar-logo img {
  width: auto;
}
.cid-uXHkRJpaTQ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uXHkRJpaTQ .navbar.collapsed {
  justify-content: center;
}
.cid-uXHkRJpaTQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXHkRJpaTQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXHkRJpaTQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uXHkRJpaTQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXHkRJpaTQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXHkRJpaTQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uXHkRJpaTQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXHkRJpaTQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXHkRJpaTQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uXHkRJpaTQ .navbar {
    min-height: 72px;
  }
  .cid-uXHkRJpaTQ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uXHkRJpaTQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXHkRJpaTQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXHkRJpaTQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXHkRJpaTQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXHkRJpaTQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uXHkRJpaTQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXHkRJpaTQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uXHkRJpaTQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXHkRJpaTQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXHkRJpaTQ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uXHkRJpaTQ .dropdown-item.active,
.cid-uXHkRJpaTQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uXHkRJpaTQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXHkRJpaTQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXHkRJpaTQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXHkRJpaTQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXHkRJpaTQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uXHkRJpaTQ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uXHkRJpaTQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXHkRJpaTQ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uXHkRJpaTQ .navbar-buttons {
    text-align: left;
  }
}
.cid-uXHkRJpaTQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXHkRJpaTQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uXHkRJpaTQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXHkRJpaTQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXHkRJpaTQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXHkRJpaTQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXHkRJpaTQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXHkRJpaTQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXHkRJpaTQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXHkRJpaTQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXHkRJpaTQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uXHkRJpaTQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXHkRJpaTQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uXHkRJpaTQ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXHkRJpaTQ .navbar {
    height: 70px;
  }
  .cid-uXHkRJpaTQ .navbar.opened {
    height: auto;
  }
  .cid-uXHkRJpaTQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXHkRJpaTQ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uXHkRJpaTQ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uXHkRJpaTQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uXHkRJpaTQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uXHkRJpaTQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uXHkRJpaTQ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uXHkRJpaTQ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uXHkRJpaTQ .navbar-brand {
    margin-right: auto;
  }
  .cid-uXHkRJpaTQ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uXHkRJpaTQ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uXHkRJpaTQ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uXHkRJpaTQ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uXHkRJpaTQ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uXHkRJpaTQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uXHkRJpaTQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uXHkRJpaTQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uXHkRJpaTQ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uXHkRJpaTQ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uXHkRJpaTQ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uXHkRJHaNZ {
  display: flex;
  background-image: url("../../../assets/images/team-buddy-sitting-yellow-background.webp-2000x1125.webp");
}
.cid-uXHkRJHaNZ .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-uXHkRJHaNZ {
    align-items: flex-end;
  }
  .cid-uXHkRJHaNZ .row {
    justify-content: flex-start;
  }
  .cid-uXHkRJHaNZ .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uXHkRJHaNZ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uXHkRJHaNZ {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uXHkRJHaNZ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uXHkRJHaNZ .content-wrap {
    width: 100%;
  }
}
.cid-uXHkRJHaNZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXHkRJHaNZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXHkRJHaNZ .mbr-section-title,
.cid-uXHkRJHaNZ .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uXHkRJHaNZ .mbr-text,
.cid-uXHkRJHaNZ .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uXHkRJHaNZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uXHkRJHaNZ .mbr-section-title {
  color: #ffffff;
}
.cid-uXHkRJV527 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0a0071;
}
.cid-uXHkRJV527 img,
.cid-uXHkRJV527 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uXHkRJV527 .item:focus,
.cid-uXHkRJV527 span:focus {
  outline: none;
}
.cid-uXHkRJV527 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uXHkRJV527 .item {
    margin-bottom: 1rem;
  }
}
.cid-uXHkRJV527 .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uXHkRJV527 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uXHkRJV527 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uXHkRJV527 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uXHkRJV527 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uXHkRJV527 .mbr-section-title {
  color: #ffffff;
}
.cid-uXHkRJV527 .item-title {
  text-align: left;
  color: #0a0071;
}
.cid-uXHkRJV527 .item-subtitle {
  text-align: left;
}
.cid-uXHkRJV527 .mbr-text,
.cid-uXHkRJV527 .item .mbr-section-btn {
  text-align: left;
}
.cid-uXHkRJV527 .content-head {
  max-width: 800px;
}
.cid-uXHkRJV527 .mbr-section-subtitle,
.cid-uXHkRJV527 .mbr-section-head .mbr-section-btn {
  color: #ffffff;
}
.cid-uXHkRKnEPv {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f7f6fd;
}
.cid-uXHkRKnEPv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXHkRKnEPv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uXHkRKnEPv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXHkRKnEPv .row {
  flex-direction: row-reverse;
}
.cid-uXHkRKnEPv .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uXHkRKnEPv .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uXHkRKnEPv .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uXHkRKnEPv .mbr-section-title {
  color: #000000;
}
.cid-uXHkRKnEPv .mbr-text,
.cid-uXHkRKnEPv .mbr-section-btn {
  color: #000000;
}
.cid-uXHkRKDgfM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/profitable-business-strategy-1-2000x1125.webp");
}
.cid-uXHkRKDgfM .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uXHkRKDgfM form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uXHkRKDgfM form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uXHkRKDgfM form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uXHkRKDgfM .mbr-section-title {
  color: #000000;
}
.cid-uXHkRKDgfM .mbr-section-subtitle {
  color: #000000;
}
.cid-uXHkRKUQR9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0a0071;
}
.cid-uXHkRKUQR9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXHkRKUQR9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXHkRKUQR9 .row {
  justify-content: center;
}
.cid-uXHkRKUQR9 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uXHkRKUQR9 .item {
    margin-bottom: 1rem;
  }
}
.cid-uXHkRKUQR9 .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uXHkRKUQR9 .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uXHkRKUQR9 .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uXHkRKUQR9 .content-head {
  max-width: 800px;
}
.cid-uXHkRKUQR9 .card-title {
  color: #000000;
}
.cid-uXHkRKUQR9 .mbr-section-title {
  color: #ffffff;
}
.cid-uXHkRLbwwe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0071;
}
.cid-uXHkRLbwwe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXHkRLbwwe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXHkRLbwwe .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uXHkRLbwwe .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uXHkRLbwwe .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uXHkRLbwwe .bg-twitter:hover {
  background: #0c85d0;
}
.cid-uXHkRLbwwe .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uXHkRLbwwe .bg-pinterest:hover {
  background: #b3001b;
}
.cid-uXHkRLbwwe .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uXHkRLbwwe .bg-instagram:hover {
  background: #bd005c;
}
.cid-uXHkRLbwwe .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-uXHkRLbwwe .bg-linkedin:hover {
  background: #005582;
}
.cid-uXHkRLbwwe .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-uXHkRLbwwe .bg-tiktok:hover {
  background: #000000;
}
.cid-uXHkRLbwwe .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uXHkRLbwwe [class^="socicon-"]:before,
.cid-uXHkRLbwwe [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uXHkRLbwwe .mbr-section-title,
.cid-uXHkRLbwwe .social-list {
  color: #ffffff;
}
.cid-uXHkRLtZiT {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #0a0071;
}
.cid-uXHkRLtZiT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXHkRLtZiT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXHkRLtZiT .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uXHkRLtZiT .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uXHkRLtZiT .row {
    flex-direction: column-reverse !important;
  }
  .cid-uXHkRLtZiT .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uXHkRLtZiT .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uXHkRLtZiT .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uXHkRLtZiT .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uXHkRLtZiT .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uXHkRLtZiT .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uXHkRLtZiT .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uXHkRLtZiT .copyright {
    text-align: center;
  }
}
.cid-uXHmjpGP0q {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uXHmjpGP0q .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uXHmjpGP0q .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uXHmjpGP0q .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uXHmjpGP0q .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uXHmjpGP0q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXHmjpGP0q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXHmjpGP0q .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uXHmjpGP0q .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uXHmjpGP0q .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uXHmjpGP0q .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uXHmjpGP0q .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uXHmjpGP0q .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uXHmjpGP0q .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uXHmjpGP0q .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uXHmjpGP0q .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uXHmjpGP0q .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uXHmjpGP0q .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uXHmjpGP0q .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uXHmjpGP0q .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uXHmjpGP0q .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uXHmjpGP0q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uXHmjpGP0q .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uXHmjpGP0q .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uXHmjpGP0q .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uXHmjpGP0q .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXHmjpGP0q .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
  border-radius: 4px !important;
}
.cid-uXHmjpGP0q .nav-item:focus,
.cid-uXHmjpGP0q .nav-link:focus {
  outline: none;
}
.cid-uXHmjpGP0q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXHmjpGP0q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXHmjpGP0q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXHmjpGP0q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXHmjpGP0q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXHmjpGP0q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXHmjpGP0q .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uXHmjpGP0q .navbar.opened {
  transition: all 0.3s;
}
.cid-uXHmjpGP0q .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXHmjpGP0q .navbar .navbar-logo img {
  width: auto;
}
.cid-uXHmjpGP0q .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uXHmjpGP0q .navbar.collapsed {
  justify-content: center;
}
.cid-uXHmjpGP0q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXHmjpGP0q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXHmjpGP0q .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uXHmjpGP0q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXHmjpGP0q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXHmjpGP0q .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uXHmjpGP0q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXHmjpGP0q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXHmjpGP0q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uXHmjpGP0q .navbar {
    min-height: 72px;
  }
  .cid-uXHmjpGP0q .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uXHmjpGP0q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXHmjpGP0q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXHmjpGP0q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXHmjpGP0q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXHmjpGP0q .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uXHmjpGP0q .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXHmjpGP0q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uXHmjpGP0q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXHmjpGP0q .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXHmjpGP0q .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uXHmjpGP0q .dropdown-item.active,
.cid-uXHmjpGP0q .dropdown-item:active {
  background-color: transparent;
}
.cid-uXHmjpGP0q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXHmjpGP0q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXHmjpGP0q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXHmjpGP0q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXHmjpGP0q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uXHmjpGP0q .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uXHmjpGP0q ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXHmjpGP0q .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uXHmjpGP0q .navbar-buttons {
    text-align: left;
  }
}
.cid-uXHmjpGP0q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXHmjpGP0q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uXHmjpGP0q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXHmjpGP0q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXHmjpGP0q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXHmjpGP0q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXHmjpGP0q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXHmjpGP0q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXHmjpGP0q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXHmjpGP0q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXHmjpGP0q .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uXHmjpGP0q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXHmjpGP0q .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uXHmjpGP0q .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXHmjpGP0q .navbar {
    height: 70px;
  }
  .cid-uXHmjpGP0q .navbar.opened {
    height: auto;
  }
  .cid-uXHmjpGP0q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXHmjpGP0q .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uXHmjpGP0q .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uXHmjpGP0q .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uXHmjpGP0q .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uXHmjpGP0q .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uXHmjpGP0q .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uXHmjpGP0q .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uXHmjpGP0q .navbar-brand {
    margin-right: auto;
  }
  .cid-uXHmjpGP0q .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uXHmjpGP0q .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uXHmjpGP0q .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uXHmjpGP0q .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uXHmjpGP0q .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uXHmjpGP0q .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uXHmjpGP0q .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uXHmjpGP0q .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uXHmjpGP0q .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uXHmjpGP0q .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uXHmjpGP0q .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uXHmjpY1ka {
  display: flex;
  background-image: url("../../../assets/images/image-drone-phr-2024-buddycreatif.webp-2000x1125.webp");
}
.cid-uXHmjpY1ka .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-uXHmjpY1ka {
    align-items: flex-end;
  }
  .cid-uXHmjpY1ka .row {
    justify-content: flex-start;
  }
  .cid-uXHmjpY1ka .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uXHmjpY1ka .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uXHmjpY1ka {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uXHmjpY1ka .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uXHmjpY1ka .content-wrap {
    width: 100%;
  }
}
.cid-uXHmjpY1ka .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXHmjpY1ka .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXHmjpY1ka .mbr-section-title,
.cid-uXHmjpY1ka .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uXHmjpY1ka .mbr-text,
.cid-uXHmjpY1ka .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uXHmjpY1ka .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uXHmjpY1ka .mbr-section-title {
  color: #ffffff;
}
.cid-uXHmjqcsDu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0a0071;
}
.cid-uXHmjqcsDu img,
.cid-uXHmjqcsDu .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uXHmjqcsDu .item:focus,
.cid-uXHmjqcsDu span:focus {
  outline: none;
}
.cid-uXHmjqcsDu .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uXHmjqcsDu .item {
    margin-bottom: 1rem;
  }
}
.cid-uXHmjqcsDu .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uXHmjqcsDu .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uXHmjqcsDu .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uXHmjqcsDu .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uXHmjqcsDu .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uXHmjqcsDu .mbr-section-title {
  color: #ffffff;
}
.cid-uXHmjqcsDu .item-title {
  text-align: left;
  color: #0a0071;
}
.cid-uXHmjqcsDu .item-subtitle {
  text-align: left;
}
.cid-uXHmjqcsDu .mbr-text,
.cid-uXHmjqcsDu .item .mbr-section-btn {
  text-align: left;
}
.cid-uXHmjqcsDu .content-head {
  max-width: 800px;
}
.cid-uXHmjqcsDu .mbr-section-subtitle,
.cid-uXHmjqcsDu .mbr-section-head .mbr-section-btn {
  color: #ffffff;
}
.cid-uXHmjquF5k {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f7f6fd;
}
.cid-uXHmjquF5k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXHmjquF5k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uXHmjquF5k .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXHmjquF5k .row {
  flex-direction: row-reverse;
}
.cid-uXHmjquF5k .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uXHmjquF5k .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uXHmjquF5k .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uXHmjquF5k .mbr-section-title {
  color: #000000;
}
.cid-uXHmjquF5k .mbr-text,
.cid-uXHmjquF5k .mbr-section-btn {
  color: #000000;
}
.cid-uXHmjqJL22 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/profitable-business-strategy-1-2000x1125.webp");
}
.cid-uXHmjqJL22 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uXHmjqJL22 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uXHmjqJL22 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uXHmjqJL22 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uXHmjqJL22 .mbr-section-title {
  color: #000000;
}
.cid-uXHmjqJL22 .mbr-section-subtitle {
  color: #000000;
}
.cid-uXHmjqYJYK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0a0071;
}
.cid-uXHmjqYJYK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXHmjqYJYK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXHmjqYJYK .row {
  justify-content: center;
}
.cid-uXHmjqYJYK .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uXHmjqYJYK .item {
    margin-bottom: 1rem;
  }
}
.cid-uXHmjqYJYK .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uXHmjqYJYK .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uXHmjqYJYK .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uXHmjqYJYK .content-head {
  max-width: 800px;
}
.cid-uXHmjqYJYK .card-title {
  color: #000000;
}
.cid-uXHmjqYJYK .mbr-section-title {
  color: #ffffff;
}
.cid-uXHmjrft2C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0071;
}
.cid-uXHmjrft2C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXHmjrft2C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXHmjrft2C .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uXHmjrft2C .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uXHmjrft2C .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uXHmjrft2C .bg-twitter:hover {
  background: #0c85d0;
}
.cid-uXHmjrft2C .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uXHmjrft2C .bg-pinterest:hover {
  background: #b3001b;
}
.cid-uXHmjrft2C .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uXHmjrft2C .bg-instagram:hover {
  background: #bd005c;
}
.cid-uXHmjrft2C .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-uXHmjrft2C .bg-linkedin:hover {
  background: #005582;
}
.cid-uXHmjrft2C .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-uXHmjrft2C .bg-tiktok:hover {
  background: #000000;
}
.cid-uXHmjrft2C .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uXHmjrft2C [class^="socicon-"]:before,
.cid-uXHmjrft2C [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uXHmjrft2C .mbr-section-title,
.cid-uXHmjrft2C .social-list {
  color: #ffffff;
}
.cid-uXHmjrxVq3 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #0a0071;
}
.cid-uXHmjrxVq3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXHmjrxVq3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXHmjrxVq3 .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uXHmjrxVq3 .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uXHmjrxVq3 .row {
    flex-direction: column-reverse !important;
  }
  .cid-uXHmjrxVq3 .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uXHmjrxVq3 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uXHmjrxVq3 .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uXHmjrxVq3 .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uXHmjrxVq3 .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uXHmjrxVq3 .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uXHmjrxVq3 .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uXHmjrxVq3 .copyright {
    text-align: center;
  }
}
.cid-uXHmsXoDzc {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uXHmsXoDzc .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uXHmsXoDzc .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uXHmsXoDzc .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uXHmsXoDzc .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uXHmsXoDzc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXHmsXoDzc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXHmsXoDzc .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uXHmsXoDzc .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uXHmsXoDzc .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uXHmsXoDzc .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uXHmsXoDzc .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uXHmsXoDzc .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uXHmsXoDzc .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uXHmsXoDzc .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uXHmsXoDzc .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uXHmsXoDzc .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uXHmsXoDzc .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uXHmsXoDzc .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uXHmsXoDzc .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uXHmsXoDzc .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uXHmsXoDzc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uXHmsXoDzc .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uXHmsXoDzc .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uXHmsXoDzc .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uXHmsXoDzc .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXHmsXoDzc .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
  border-radius: 4px !important;
}
.cid-uXHmsXoDzc .nav-item:focus,
.cid-uXHmsXoDzc .nav-link:focus {
  outline: none;
}
.cid-uXHmsXoDzc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXHmsXoDzc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXHmsXoDzc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXHmsXoDzc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXHmsXoDzc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXHmsXoDzc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXHmsXoDzc .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uXHmsXoDzc .navbar.opened {
  transition: all 0.3s;
}
.cid-uXHmsXoDzc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXHmsXoDzc .navbar .navbar-logo img {
  width: auto;
}
.cid-uXHmsXoDzc .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uXHmsXoDzc .navbar.collapsed {
  justify-content: center;
}
.cid-uXHmsXoDzc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXHmsXoDzc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXHmsXoDzc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uXHmsXoDzc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXHmsXoDzc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXHmsXoDzc .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uXHmsXoDzc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXHmsXoDzc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXHmsXoDzc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uXHmsXoDzc .navbar {
    min-height: 72px;
  }
  .cid-uXHmsXoDzc .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uXHmsXoDzc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXHmsXoDzc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXHmsXoDzc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXHmsXoDzc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXHmsXoDzc .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uXHmsXoDzc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXHmsXoDzc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uXHmsXoDzc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXHmsXoDzc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXHmsXoDzc .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uXHmsXoDzc .dropdown-item.active,
.cid-uXHmsXoDzc .dropdown-item:active {
  background-color: transparent;
}
.cid-uXHmsXoDzc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXHmsXoDzc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXHmsXoDzc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXHmsXoDzc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXHmsXoDzc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uXHmsXoDzc .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uXHmsXoDzc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXHmsXoDzc .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uXHmsXoDzc .navbar-buttons {
    text-align: left;
  }
}
.cid-uXHmsXoDzc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXHmsXoDzc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uXHmsXoDzc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXHmsXoDzc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXHmsXoDzc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXHmsXoDzc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXHmsXoDzc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXHmsXoDzc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXHmsXoDzc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXHmsXoDzc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXHmsXoDzc .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uXHmsXoDzc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXHmsXoDzc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uXHmsXoDzc .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXHmsXoDzc .navbar {
    height: 70px;
  }
  .cid-uXHmsXoDzc .navbar.opened {
    height: auto;
  }
  .cid-uXHmsXoDzc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXHmsXoDzc .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uXHmsXoDzc .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uXHmsXoDzc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uXHmsXoDzc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uXHmsXoDzc .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uXHmsXoDzc .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uXHmsXoDzc .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uXHmsXoDzc .navbar-brand {
    margin-right: auto;
  }
  .cid-uXHmsXoDzc .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uXHmsXoDzc .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uXHmsXoDzc .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uXHmsXoDzc .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uXHmsXoDzc .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uXHmsXoDzc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uXHmsXoDzc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uXHmsXoDzc .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uXHmsXoDzc .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uXHmsXoDzc .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uXHmsXoDzc .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uXHmsXFYi1 {
  display: flex;
  background-image: url("../../../assets/images/phr-2024-intervenant-coachs-mentors-buddycreatif.webp-2000x1125.webp");
}
.cid-uXHmsXFYi1 .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-uXHmsXFYi1 {
    align-items: flex-end;
  }
  .cid-uXHmsXFYi1 .row {
    justify-content: flex-start;
  }
  .cid-uXHmsXFYi1 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uXHmsXFYi1 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uXHmsXFYi1 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uXHmsXFYi1 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uXHmsXFYi1 .content-wrap {
    width: 100%;
  }
}
.cid-uXHmsXFYi1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXHmsXFYi1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXHmsXFYi1 .mbr-section-title,
.cid-uXHmsXFYi1 .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uXHmsXFYi1 .mbr-text,
.cid-uXHmsXFYi1 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uXHmsXFYi1 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uXHmsXFYi1 .mbr-section-title {
  color: #ffffff;
}
.cid-uXHmsXTjyd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0a0071;
}
.cid-uXHmsXTjyd img,
.cid-uXHmsXTjyd .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uXHmsXTjyd .item:focus,
.cid-uXHmsXTjyd span:focus {
  outline: none;
}
.cid-uXHmsXTjyd .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uXHmsXTjyd .item {
    margin-bottom: 1rem;
  }
}
.cid-uXHmsXTjyd .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uXHmsXTjyd .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uXHmsXTjyd .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uXHmsXTjyd .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uXHmsXTjyd .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uXHmsXTjyd .mbr-section-title {
  color: #ffffff;
}
.cid-uXHmsXTjyd .item-title {
  text-align: left;
  color: #0a0071;
}
.cid-uXHmsXTjyd .item-subtitle {
  text-align: left;
}
.cid-uXHmsXTjyd .mbr-text,
.cid-uXHmsXTjyd .item .mbr-section-btn {
  text-align: left;
}
.cid-uXHmsXTjyd .content-head {
  max-width: 800px;
}
.cid-uXHmsXTjyd .mbr-section-subtitle,
.cid-uXHmsXTjyd .mbr-section-head .mbr-section-btn {
  color: #ffffff;
}
.cid-uXHmsYaQ3k {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f7f6fd;
}
.cid-uXHmsYaQ3k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXHmsYaQ3k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uXHmsYaQ3k .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXHmsYaQ3k .row {
  flex-direction: row-reverse;
}
.cid-uXHmsYaQ3k .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uXHmsYaQ3k .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uXHmsYaQ3k .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uXHmsYaQ3k .mbr-section-title {
  color: #000000;
}
.cid-uXHmsYaQ3k .mbr-text,
.cid-uXHmsYaQ3k .mbr-section-btn {
  color: #000000;
}
.cid-uXHmsYmPo8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/profitable-business-strategy-1-2000x1125.webp");
}
.cid-uXHmsYmPo8 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uXHmsYmPo8 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uXHmsYmPo8 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uXHmsYmPo8 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uXHmsYmPo8 .mbr-section-title {
  color: #000000;
}
.cid-uXHmsYmPo8 .mbr-section-subtitle {
  color: #000000;
}
.cid-uXHmsYBHJy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0a0071;
}
.cid-uXHmsYBHJy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXHmsYBHJy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXHmsYBHJy .row {
  justify-content: center;
}
.cid-uXHmsYBHJy .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uXHmsYBHJy .item {
    margin-bottom: 1rem;
  }
}
.cid-uXHmsYBHJy .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uXHmsYBHJy .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uXHmsYBHJy .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uXHmsYBHJy .content-head {
  max-width: 800px;
}
.cid-uXHmsYBHJy .card-title {
  color: #000000;
}
.cid-uXHmsYBHJy .mbr-section-title {
  color: #ffffff;
}
.cid-uXHmsYQBe1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0071;
}
.cid-uXHmsYQBe1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXHmsYQBe1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXHmsYQBe1 .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uXHmsYQBe1 .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uXHmsYQBe1 .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uXHmsYQBe1 .bg-twitter:hover {
  background: #0c85d0;
}
.cid-uXHmsYQBe1 .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uXHmsYQBe1 .bg-pinterest:hover {
  background: #b3001b;
}
.cid-uXHmsYQBe1 .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uXHmsYQBe1 .bg-instagram:hover {
  background: #bd005c;
}
.cid-uXHmsYQBe1 .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-uXHmsYQBe1 .bg-linkedin:hover {
  background: #005582;
}
.cid-uXHmsYQBe1 .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-uXHmsYQBe1 .bg-tiktok:hover {
  background: #000000;
}
.cid-uXHmsYQBe1 .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uXHmsYQBe1 [class^="socicon-"]:before,
.cid-uXHmsYQBe1 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uXHmsYQBe1 .mbr-section-title,
.cid-uXHmsYQBe1 .social-list {
  color: #ffffff;
}
.cid-uXHmsZ85hG {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #0a0071;
}
.cid-uXHmsZ85hG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXHmsZ85hG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXHmsZ85hG .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uXHmsZ85hG .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uXHmsZ85hG .row {
    flex-direction: column-reverse !important;
  }
  .cid-uXHmsZ85hG .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uXHmsZ85hG .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uXHmsZ85hG .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uXHmsZ85hG .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uXHmsZ85hG .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uXHmsZ85hG .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uXHmsZ85hG .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uXHmsZ85hG .copyright {
    text-align: center;
  }
}
.cid-uXHKdK4fYW {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uXHKdK4fYW .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uXHKdK4fYW .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uXHKdK4fYW .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uXHKdK4fYW .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uXHKdK4fYW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXHKdK4fYW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXHKdK4fYW .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uXHKdK4fYW .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uXHKdK4fYW .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uXHKdK4fYW .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uXHKdK4fYW .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uXHKdK4fYW .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uXHKdK4fYW .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uXHKdK4fYW .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uXHKdK4fYW .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uXHKdK4fYW .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uXHKdK4fYW .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uXHKdK4fYW .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uXHKdK4fYW .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uXHKdK4fYW .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uXHKdK4fYW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uXHKdK4fYW .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uXHKdK4fYW .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uXHKdK4fYW .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uXHKdK4fYW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXHKdK4fYW .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
  border-radius: 4px !important;
}
.cid-uXHKdK4fYW .nav-item:focus,
.cid-uXHKdK4fYW .nav-link:focus {
  outline: none;
}
.cid-uXHKdK4fYW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXHKdK4fYW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXHKdK4fYW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXHKdK4fYW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXHKdK4fYW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXHKdK4fYW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXHKdK4fYW .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uXHKdK4fYW .navbar.opened {
  transition: all 0.3s;
}
.cid-uXHKdK4fYW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXHKdK4fYW .navbar .navbar-logo img {
  width: auto;
}
.cid-uXHKdK4fYW .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uXHKdK4fYW .navbar.collapsed {
  justify-content: center;
}
.cid-uXHKdK4fYW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXHKdK4fYW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXHKdK4fYW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uXHKdK4fYW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXHKdK4fYW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXHKdK4fYW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uXHKdK4fYW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXHKdK4fYW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXHKdK4fYW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uXHKdK4fYW .navbar {
    min-height: 72px;
  }
  .cid-uXHKdK4fYW .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uXHKdK4fYW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXHKdK4fYW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXHKdK4fYW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXHKdK4fYW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXHKdK4fYW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uXHKdK4fYW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXHKdK4fYW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uXHKdK4fYW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXHKdK4fYW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXHKdK4fYW .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uXHKdK4fYW .dropdown-item.active,
.cid-uXHKdK4fYW .dropdown-item:active {
  background-color: transparent;
}
.cid-uXHKdK4fYW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXHKdK4fYW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXHKdK4fYW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXHKdK4fYW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXHKdK4fYW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uXHKdK4fYW .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uXHKdK4fYW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXHKdK4fYW .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uXHKdK4fYW .navbar-buttons {
    text-align: left;
  }
}
.cid-uXHKdK4fYW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXHKdK4fYW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uXHKdK4fYW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXHKdK4fYW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXHKdK4fYW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXHKdK4fYW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXHKdK4fYW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXHKdK4fYW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXHKdK4fYW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXHKdK4fYW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXHKdK4fYW .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uXHKdK4fYW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXHKdK4fYW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uXHKdK4fYW .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXHKdK4fYW .navbar {
    height: 70px;
  }
  .cid-uXHKdK4fYW .navbar.opened {
    height: auto;
  }
  .cid-uXHKdK4fYW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXHKdK4fYW .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uXHKdK4fYW .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uXHKdK4fYW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uXHKdK4fYW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uXHKdK4fYW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uXHKdK4fYW .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uXHKdK4fYW .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uXHKdK4fYW .navbar-brand {
    margin-right: auto;
  }
  .cid-uXHKdK4fYW .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uXHKdK4fYW .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uXHKdK4fYW .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uXHKdK4fYW .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uXHKdK4fYW .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uXHKdK4fYW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uXHKdK4fYW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uXHKdK4fYW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uXHKdK4fYW .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uXHKdK4fYW .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uXHKdK4fYW .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uXHMQEXExs {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/rjbc-alignement-accompagnement-ideation-2025-7.webp-1600x655.webp");
}
.cid-uXHMQEXExs .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-uXHMQEXExs {
    align-items: flex-end;
  }
  .cid-uXHMQEXExs .row {
    justify-content: flex-start;
  }
  .cid-uXHMQEXExs .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uXHMQEXExs .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uXHMQEXExs {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uXHMQEXExs .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uXHMQEXExs .content-wrap {
    width: 100%;
  }
}
.cid-uXHMQEXExs .mbr-section-title,
.cid-uXHMQEXExs .mbr-section-subtitle {
  text-align: center;
}
.cid-uXHMQEXExs .mbr-text,
.cid-uXHMQEXExs .mbr-section-btn {
  text-align: center;
}
.cid-uXHNGI10MJ {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uXHNGI10MJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXHNGI10MJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uXHNGI10MJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXHNGI10MJ .row {
  flex-direction: row-reverse;
}
.cid-uXHNGI10MJ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uXHNGI10MJ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uXHNGI10MJ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uXHNGI10MJ .mbr-section-title {
  color: #000000;
}
.cid-uXHNGI10MJ .mbr-text,
.cid-uXHNGI10MJ .mbr-section-btn {
  color: #000000;
}
.cid-uXHKdKVk1m {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uXHKdKVk1m img,
.cid-uXHKdKVk1m .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uXHKdKVk1m .item:focus,
.cid-uXHKdKVk1m span:focus {
  outline: none;
}
.cid-uXHKdKVk1m .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uXHKdKVk1m .item {
    margin-bottom: 1rem;
  }
}
.cid-uXHKdKVk1m .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uXHKdKVk1m .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uXHKdKVk1m .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uXHKdKVk1m .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uXHKdKVk1m .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uXHKdKVk1m .mbr-section-title {
  color: #000000;
}
.cid-uXHKdKVk1m .item-title {
  text-align: center;
}
.cid-uXHKdKVk1m .item-subtitle {
  text-align: left;
}
.cid-uXHKdKVk1m .mbr-text,
.cid-uXHKdKVk1m .item .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uXHKdKVk1m .content-head {
  max-width: 800px;
}
.cid-uXHKdLftLp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uXHKdLftLp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXHKdLftLp .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-uXHKdLftLp .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uXHKdLftLp .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uXHKdLftLp .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uXHKdLftLp .media-content,
.cid-uXHKdLftLp .mbr-figure {
  align-self: center;
}
.cid-uXHKdLftLp .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uXHKdLftLp .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uXHKdLftLp .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uXHKdLsVep {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7f6fe;
}
.cid-uXHKdLsVep .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXHKdLsVep .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uXHKdLsVep .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXHKdLsVep .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uXHKdLsVep .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uXHKdLsVep .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uXHKdLsVep .mbr-section-title {
  color: #000000;
}
.cid-uXHKdLsVep .mbr-text,
.cid-uXHKdLsVep .mbr-section-btn {
  color: #000000;
}
.cid-uXHKdLGTaj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #444c5a;
}
.cid-uXHKdLGTaj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXHKdLGTaj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXHKdLGTaj .mbr-section-title {
  color: #ffffff;
}
.cid-uXHKdLGTaj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uXHKdLUOWr {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f7f6fe;
}
.cid-uXHKdLUOWr .row {
  flex-direction: row-reverse;
}
.cid-uXHKdLUOWr .justify-content-center {
  align-items: center;
}
.cid-uXHKdLUOWr .mbr-section-title {
  text-align: center;
  color: #f58079;
}
.cid-uXHKdLUOWr .mbr-text,
.cid-uXHKdLUOWr .mbr-section-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uXHKdLUOWr .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uXHKdLUOWr .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uXHKdLUOWr .item-wrapper {
    padding: 4rem;
  }
}
.cid-uXHKdMaRHx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0071;
}
.cid-uXHKdMaRHx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXHKdMaRHx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXHKdMaRHx .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uXHKdMaRHx .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uXHKdMaRHx .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uXHKdMaRHx .bg-twitter:hover {
  background: #0c85d0;
}
.cid-uXHKdMaRHx .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uXHKdMaRHx .bg-pinterest:hover {
  background: #b3001b;
}
.cid-uXHKdMaRHx .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uXHKdMaRHx .bg-instagram:hover {
  background: #bd005c;
}
.cid-uXHKdMaRHx .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-uXHKdMaRHx .bg-linkedin:hover {
  background: #005582;
}
.cid-uXHKdMaRHx .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-uXHKdMaRHx .bg-tiktok:hover {
  background: #000000;
}
.cid-uXHKdMaRHx .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uXHKdMaRHx [class^="socicon-"]:before,
.cid-uXHKdMaRHx [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uXHKdMaRHx .mbr-section-title,
.cid-uXHKdMaRHx .social-list {
  color: #ffffff;
}
.cid-uXHKdMvtCG {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #0a0071;
}
.cid-uXHKdMvtCG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXHKdMvtCG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXHKdMvtCG .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uXHKdMvtCG .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uXHKdMvtCG .row {
    flex-direction: column-reverse !important;
  }
  .cid-uXHKdMvtCG .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uXHKdMvtCG .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uXHKdMvtCG .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uXHKdMvtCG .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uXHKdMvtCG .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uXHKdMvtCG .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uXHKdMvtCG .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uXHKdMvtCG .copyright {
    text-align: center;
  }
}
.cid-uY2v55WPwi {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uY2v55WPwi .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uY2v55WPwi .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uY2v55WPwi .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uY2v55WPwi .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uY2v55WPwi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uY2v55WPwi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uY2v55WPwi .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uY2v55WPwi .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uY2v55WPwi .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uY2v55WPwi .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uY2v55WPwi .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uY2v55WPwi .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uY2v55WPwi .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uY2v55WPwi .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uY2v55WPwi .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uY2v55WPwi .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uY2v55WPwi .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uY2v55WPwi .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uY2v55WPwi .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uY2v55WPwi .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uY2v55WPwi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uY2v55WPwi .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uY2v55WPwi .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uY2v55WPwi .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uY2v55WPwi .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uY2v55WPwi .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
  border-radius: 4px !important;
}
.cid-uY2v55WPwi .nav-item:focus,
.cid-uY2v55WPwi .nav-link:focus {
  outline: none;
}
.cid-uY2v55WPwi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uY2v55WPwi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uY2v55WPwi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uY2v55WPwi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uY2v55WPwi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uY2v55WPwi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uY2v55WPwi .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uY2v55WPwi .navbar.opened {
  transition: all 0.3s;
}
.cid-uY2v55WPwi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uY2v55WPwi .navbar .navbar-logo img {
  width: auto;
}
.cid-uY2v55WPwi .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uY2v55WPwi .navbar.collapsed {
  justify-content: center;
}
.cid-uY2v55WPwi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uY2v55WPwi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uY2v55WPwi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uY2v55WPwi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uY2v55WPwi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uY2v55WPwi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uY2v55WPwi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uY2v55WPwi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uY2v55WPwi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uY2v55WPwi .navbar {
    min-height: 72px;
  }
  .cid-uY2v55WPwi .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uY2v55WPwi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uY2v55WPwi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uY2v55WPwi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uY2v55WPwi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uY2v55WPwi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uY2v55WPwi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uY2v55WPwi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uY2v55WPwi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uY2v55WPwi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uY2v55WPwi .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uY2v55WPwi .dropdown-item.active,
.cid-uY2v55WPwi .dropdown-item:active {
  background-color: transparent;
}
.cid-uY2v55WPwi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uY2v55WPwi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uY2v55WPwi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uY2v55WPwi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uY2v55WPwi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uY2v55WPwi .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uY2v55WPwi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uY2v55WPwi .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uY2v55WPwi .navbar-buttons {
    text-align: left;
  }
}
.cid-uY2v55WPwi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uY2v55WPwi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uY2v55WPwi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uY2v55WPwi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uY2v55WPwi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uY2v55WPwi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uY2v55WPwi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uY2v55WPwi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uY2v55WPwi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uY2v55WPwi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uY2v55WPwi .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uY2v55WPwi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uY2v55WPwi .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uY2v55WPwi .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uY2v55WPwi .navbar {
    height: 70px;
  }
  .cid-uY2v55WPwi .navbar.opened {
    height: auto;
  }
  .cid-uY2v55WPwi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uY2v55WPwi .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uY2v55WPwi .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uY2v55WPwi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uY2v55WPwi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uY2v55WPwi .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uY2v55WPwi .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uY2v55WPwi .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uY2v55WPwi .navbar-brand {
    margin-right: auto;
  }
  .cid-uY2v55WPwi .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uY2v55WPwi .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uY2v55WPwi .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uY2v55WPwi .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uY2v55WPwi .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uY2v55WPwi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uY2v55WPwi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uY2v55WPwi .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uY2v55WPwi .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uY2v55WPwi .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uY2v55WPwi .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uY2v56fEqL {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uY2v56fEqL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY2v56fEqL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uY2v56fEqL .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uY2v56fEqL .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uY2v56fEqL .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-uY2v56fEqL .card-wrapper {
  background: #ffffff;
}
.cid-uY2v56fEqL .mbr-text,
.cid-uY2v56fEqL .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uY2v56fEqL .card-title,
.cid-uY2v56fEqL .card-box {
  text-align: left;
  color: #f58079;
}
.cid-uY2v56fEqL .mbr-section-subtitle {
  color: #000000;
}
.cid-uY2v56BMp8 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f7f6fe;
}
.cid-uY2v56BMp8 .row {
  flex-direction: row-reverse;
}
.cid-uY2v56BMp8 .justify-content-center {
  align-items: center;
}
.cid-uY2v56BMp8 .mbr-section-title {
  text-align: center;
  color: #f58079;
}
.cid-uY2v56BMp8 .mbr-text,
.cid-uY2v56BMp8 .mbr-section-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uY2v56BMp8 .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uY2v56BMp8 .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uY2v56BMp8 .item-wrapper {
    padding: 4rem;
  }
}
.cid-uY2v56Q53x {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uY2v56Q53x .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uY2v56Q53x img,
.cid-uY2v56Q53x .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uY2v56Q53x .item:focus,
.cid-uY2v56Q53x span:focus {
  outline: none;
}
.cid-uY2v56Q53x .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uY2v56Q53x .item {
    margin-bottom: 1rem;
  }
}
.cid-uY2v56Q53x .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uY2v56Q53x .mbr-section-title {
  color: #f58079;
}
.cid-uY2v56Q53x .mbr-text,
.cid-uY2v56Q53x .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-uY2v56Q53x .item-title {
  color: #0a0071;
  text-align: center;
}
.cid-uY2v56Q53x .content-head {
  max-width: 800px;
}
.cid-uY2v56Q53x .mbr-section-subtitle {
  color: #000000;
}
.cid-uY2v577RwE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0071;
}
.cid-uY2v577RwE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY2v577RwE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY2v577RwE .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uY2v577RwE .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uY2v577RwE .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uY2v577RwE .bg-twitter:hover {
  background: #0c85d0;
}
.cid-uY2v577RwE .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uY2v577RwE .bg-pinterest:hover {
  background: #b3001b;
}
.cid-uY2v577RwE .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uY2v577RwE .bg-instagram:hover {
  background: #bd005c;
}
.cid-uY2v577RwE .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-uY2v577RwE .bg-linkedin:hover {
  background: #005582;
}
.cid-uY2v577RwE .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-uY2v577RwE .bg-tiktok:hover {
  background: #000000;
}
.cid-uY2v577RwE .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uY2v577RwE [class^="socicon-"]:before,
.cid-uY2v577RwE [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uY2v577RwE .mbr-section-title,
.cid-uY2v577RwE .social-list {
  color: #ffffff;
}
.cid-uY2v57rqPB {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #0a0071;
}
.cid-uY2v57rqPB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY2v57rqPB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY2v57rqPB .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uY2v57rqPB .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uY2v57rqPB .row {
    flex-direction: column-reverse !important;
  }
  .cid-uY2v57rqPB .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uY2v57rqPB .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uY2v57rqPB .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uY2v57rqPB .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uY2v57rqPB .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uY2v57rqPB .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uY2v57rqPB .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uY2v57rqPB .copyright {
    text-align: center;
  }
}
.cid-uY62HdtP7U {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uY62HdtP7U .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uY62HdtP7U .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uY62HdtP7U .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uY62HdtP7U .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uY62HdtP7U .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uY62HdtP7U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uY62HdtP7U .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uY62HdtP7U .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uY62HdtP7U .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uY62HdtP7U .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uY62HdtP7U .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uY62HdtP7U .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uY62HdtP7U .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uY62HdtP7U .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uY62HdtP7U .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uY62HdtP7U .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uY62HdtP7U .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uY62HdtP7U .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uY62HdtP7U .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uY62HdtP7U .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uY62HdtP7U .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uY62HdtP7U .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uY62HdtP7U .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uY62HdtP7U .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uY62HdtP7U .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uY62HdtP7U .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
  border-radius: 4px !important;
}
.cid-uY62HdtP7U .nav-item:focus,
.cid-uY62HdtP7U .nav-link:focus {
  outline: none;
}
.cid-uY62HdtP7U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uY62HdtP7U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uY62HdtP7U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uY62HdtP7U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uY62HdtP7U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uY62HdtP7U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uY62HdtP7U .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uY62HdtP7U .navbar.opened {
  transition: all 0.3s;
}
.cid-uY62HdtP7U .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uY62HdtP7U .navbar .navbar-logo img {
  width: auto;
}
.cid-uY62HdtP7U .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uY62HdtP7U .navbar.collapsed {
  justify-content: center;
}
.cid-uY62HdtP7U .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uY62HdtP7U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uY62HdtP7U .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uY62HdtP7U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uY62HdtP7U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uY62HdtP7U .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uY62HdtP7U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uY62HdtP7U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uY62HdtP7U .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uY62HdtP7U .navbar {
    min-height: 72px;
  }
  .cid-uY62HdtP7U .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uY62HdtP7U .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uY62HdtP7U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uY62HdtP7U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uY62HdtP7U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uY62HdtP7U .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uY62HdtP7U .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uY62HdtP7U .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uY62HdtP7U .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uY62HdtP7U .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uY62HdtP7U .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uY62HdtP7U .dropdown-item.active,
.cid-uY62HdtP7U .dropdown-item:active {
  background-color: transparent;
}
.cid-uY62HdtP7U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uY62HdtP7U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uY62HdtP7U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uY62HdtP7U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uY62HdtP7U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uY62HdtP7U .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uY62HdtP7U ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uY62HdtP7U .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uY62HdtP7U .navbar-buttons {
    text-align: left;
  }
}
.cid-uY62HdtP7U button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uY62HdtP7U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uY62HdtP7U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uY62HdtP7U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uY62HdtP7U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uY62HdtP7U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uY62HdtP7U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uY62HdtP7U nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uY62HdtP7U nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uY62HdtP7U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uY62HdtP7U .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uY62HdtP7U a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uY62HdtP7U .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uY62HdtP7U .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uY62HdtP7U .navbar {
    height: 70px;
  }
  .cid-uY62HdtP7U .navbar.opened {
    height: auto;
  }
  .cid-uY62HdtP7U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uY62HdtP7U .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uY62HdtP7U .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uY62HdtP7U .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uY62HdtP7U .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uY62HdtP7U .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uY62HdtP7U .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uY62HdtP7U .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uY62HdtP7U .navbar-brand {
    margin-right: auto;
  }
  .cid-uY62HdtP7U .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uY62HdtP7U .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uY62HdtP7U .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uY62HdtP7U .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uY62HdtP7U .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uY62HdtP7U .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uY62HdtP7U .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uY62HdtP7U .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uY62HdtP7U .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uY62HdtP7U .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uY62HdtP7U .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uY62HdNVSQ {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uY62HdNVSQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY62HdNVSQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uY62HdNVSQ .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uY62HdNVSQ .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uY62HdNVSQ .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-uY62HdNVSQ .card-wrapper {
  background: #ffffff;
}
.cid-uY62HdNVSQ .mbr-text,
.cid-uY62HdNVSQ .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uY62HdNVSQ .card-title,
.cid-uY62HdNVSQ .card-box {
  text-align: left;
  color: #f58079;
}
.cid-uY62HdNVSQ .mbr-section-subtitle {
  color: #000000;
}
.cid-uY62HedU3e {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f7f6fe;
}
.cid-uY62HedU3e .row {
  flex-direction: row-reverse;
}
.cid-uY62HedU3e .justify-content-center {
  align-items: center;
}
.cid-uY62HedU3e .mbr-section-title {
  text-align: center;
  color: #f58079;
}
.cid-uY62HedU3e .mbr-text,
.cid-uY62HedU3e .mbr-section-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uY62HedU3e .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uY62HedU3e .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uY62HedU3e .item-wrapper {
    padding: 4rem;
  }
}
.cid-uY62HesL3W {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uY62HesL3W .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uY62HesL3W img,
.cid-uY62HesL3W .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uY62HesL3W .item:focus,
.cid-uY62HesL3W span:focus {
  outline: none;
}
.cid-uY62HesL3W .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uY62HesL3W .item {
    margin-bottom: 1rem;
  }
}
.cid-uY62HesL3W .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uY62HesL3W .mbr-section-title {
  color: #f58079;
}
.cid-uY62HesL3W .mbr-text,
.cid-uY62HesL3W .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-uY62HesL3W .item-title {
  color: #0a0071;
  text-align: center;
}
.cid-uY62HesL3W .content-head {
  max-width: 800px;
}
.cid-uY62HesL3W .mbr-section-subtitle {
  color: #000000;
}
.cid-uY62HeSWhv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0071;
}
.cid-uY62HeSWhv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY62HeSWhv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY62HeSWhv .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uY62HeSWhv .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uY62HeSWhv .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uY62HeSWhv .bg-twitter:hover {
  background: #0c85d0;
}
.cid-uY62HeSWhv .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uY62HeSWhv .bg-pinterest:hover {
  background: #b3001b;
}
.cid-uY62HeSWhv .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uY62HeSWhv .bg-instagram:hover {
  background: #bd005c;
}
.cid-uY62HeSWhv .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-uY62HeSWhv .bg-linkedin:hover {
  background: #005582;
}
.cid-uY62HeSWhv .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-uY62HeSWhv .bg-tiktok:hover {
  background: #000000;
}
.cid-uY62HeSWhv .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uY62HeSWhv [class^="socicon-"]:before,
.cid-uY62HeSWhv [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uY62HeSWhv .mbr-section-title,
.cid-uY62HeSWhv .social-list {
  color: #ffffff;
}
.cid-uY62HfkMF4 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #0a0071;
}
.cid-uY62HfkMF4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY62HfkMF4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY62HfkMF4 .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uY62HfkMF4 .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uY62HfkMF4 .row {
    flex-direction: column-reverse !important;
  }
  .cid-uY62HfkMF4 .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uY62HfkMF4 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uY62HfkMF4 .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uY62HfkMF4 .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uY62HfkMF4 .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uY62HfkMF4 .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uY62HfkMF4 .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uY62HfkMF4 .copyright {
    text-align: center;
  }
}
.cid-uY9amfkpOE {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uY9amfkpOE .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uY9amfkpOE .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uY9amfkpOE .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uY9amfkpOE .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uY9amfkpOE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uY9amfkpOE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uY9amfkpOE .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uY9amfkpOE .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uY9amfkpOE .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uY9amfkpOE .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uY9amfkpOE .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uY9amfkpOE .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uY9amfkpOE .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uY9amfkpOE .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uY9amfkpOE .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uY9amfkpOE .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uY9amfkpOE .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uY9amfkpOE .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uY9amfkpOE .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uY9amfkpOE .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uY9amfkpOE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uY9amfkpOE .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uY9amfkpOE .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uY9amfkpOE .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uY9amfkpOE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uY9amfkpOE .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
  border-radius: 4px !important;
}
.cid-uY9amfkpOE .nav-item:focus,
.cid-uY9amfkpOE .nav-link:focus {
  outline: none;
}
.cid-uY9amfkpOE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uY9amfkpOE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uY9amfkpOE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uY9amfkpOE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uY9amfkpOE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uY9amfkpOE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uY9amfkpOE .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uY9amfkpOE .navbar.opened {
  transition: all 0.3s;
}
.cid-uY9amfkpOE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uY9amfkpOE .navbar .navbar-logo img {
  width: auto;
}
.cid-uY9amfkpOE .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uY9amfkpOE .navbar.collapsed {
  justify-content: center;
}
.cid-uY9amfkpOE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uY9amfkpOE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uY9amfkpOE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uY9amfkpOE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uY9amfkpOE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uY9amfkpOE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uY9amfkpOE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uY9amfkpOE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uY9amfkpOE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uY9amfkpOE .navbar {
    min-height: 72px;
  }
  .cid-uY9amfkpOE .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uY9amfkpOE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uY9amfkpOE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uY9amfkpOE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uY9amfkpOE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uY9amfkpOE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uY9amfkpOE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uY9amfkpOE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uY9amfkpOE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uY9amfkpOE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uY9amfkpOE .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uY9amfkpOE .dropdown-item.active,
.cid-uY9amfkpOE .dropdown-item:active {
  background-color: transparent;
}
.cid-uY9amfkpOE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uY9amfkpOE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uY9amfkpOE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uY9amfkpOE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uY9amfkpOE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uY9amfkpOE .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uY9amfkpOE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uY9amfkpOE .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uY9amfkpOE .navbar-buttons {
    text-align: left;
  }
}
.cid-uY9amfkpOE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uY9amfkpOE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uY9amfkpOE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uY9amfkpOE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uY9amfkpOE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uY9amfkpOE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uY9amfkpOE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uY9amfkpOE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uY9amfkpOE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uY9amfkpOE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uY9amfkpOE .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uY9amfkpOE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uY9amfkpOE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uY9amfkpOE .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uY9amfkpOE .navbar {
    height: 70px;
  }
  .cid-uY9amfkpOE .navbar.opened {
    height: auto;
  }
  .cid-uY9amfkpOE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uY9amfkpOE .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uY9amfkpOE .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uY9amfkpOE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uY9amfkpOE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uY9amfkpOE .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uY9amfkpOE .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uY9amfkpOE .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uY9amfkpOE .navbar-brand {
    margin-right: auto;
  }
  .cid-uY9amfkpOE .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uY9amfkpOE .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uY9amfkpOE .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uY9amfkpOE .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uY9amfkpOE .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uY9amfkpOE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uY9amfkpOE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uY9amfkpOE .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uY9amfkpOE .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uY9amfkpOE .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uY9amfkpOE .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uY9amfBBwm {
  display: flex;
  background-image: url("../../../assets/images/team-buddy-tshirt-idee-yellow-bachground.webp-2000x1125.webp");
}
.cid-uY9amfBBwm .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
}
.cid-uY9amfBBwm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY9amfBBwm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY9amfBBwm .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uY9amfBBwm .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uY9amfBBwm {
    align-items: center;
  }
  .cid-uY9amfBBwm .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uY9amfBBwm .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uY9amfBBwm {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uY9amfBBwm .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uY9amfBBwm .content-wrap {
    width: 100%;
  }
}
.cid-uY9amfBBwm .mbr-section-title {
  text-align: center;
}
.cid-uY9amfBBwm .mbr-text,
.cid-uY9amfBBwm .mbr-section-btn {
  text-align: center;
}
.cid-uY9amfPTk9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0a0071;
}
.cid-uY9amfPTk9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY9amfPTk9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY9amfPTk9 .row {
  justify-content: center;
}
.cid-uY9amfPTk9 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uY9amfPTk9 .item {
    margin-bottom: 1rem;
  }
}
.cid-uY9amfPTk9 .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uY9amfPTk9 .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uY9amfPTk9 .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uY9amfPTk9 .content-head {
  max-width: 800px;
}
.cid-uY9amfPTk9 .card-title {
  color: #000000;
}
.cid-uY9amfPTk9 .mbr-section-title {
  color: #ffffff;
}
.cid-uY9amg3Ko4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0071;
}
.cid-uY9amg3Ko4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY9amg3Ko4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY9amg3Ko4 .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uY9amg3Ko4 .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uY9amg3Ko4 .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uY9amg3Ko4 .bg-twitter:hover {
  background: #0c85d0;
}
.cid-uY9amg3Ko4 .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uY9amg3Ko4 .bg-pinterest:hover {
  background: #b3001b;
}
.cid-uY9amg3Ko4 .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uY9amg3Ko4 .bg-instagram:hover {
  background: #bd005c;
}
.cid-uY9amg3Ko4 .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-uY9amg3Ko4 .bg-linkedin:hover {
  background: #005582;
}
.cid-uY9amg3Ko4 .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-uY9amg3Ko4 .bg-tiktok:hover {
  background: #000000;
}
.cid-uY9amg3Ko4 .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uY9amg3Ko4 [class^="socicon-"]:before,
.cid-uY9amg3Ko4 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uY9amg3Ko4 .mbr-section-title,
.cid-uY9amg3Ko4 .social-list {
  color: #ffffff;
}
.cid-uY9amgjaYM {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #0a0071;
}
.cid-uY9amgjaYM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY9amgjaYM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY9amgjaYM .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uY9amgjaYM .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uY9amgjaYM .row {
    flex-direction: column-reverse !important;
  }
  .cid-uY9amgjaYM .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uY9amgjaYM .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uY9amgjaYM .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uY9amgjaYM .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uY9amgjaYM .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uY9amgjaYM .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uY9amgjaYM .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uY9amgjaYM .copyright {
    text-align: center;
  }
}
.cid-uY9bO0ZY8C {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uY9bO0ZY8C .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uY9bO0ZY8C .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uY9bO0ZY8C .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uY9bO0ZY8C .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uY9bO0ZY8C .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uY9bO0ZY8C .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uY9bO0ZY8C .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uY9bO0ZY8C .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uY9bO0ZY8C .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uY9bO0ZY8C .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uY9bO0ZY8C .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uY9bO0ZY8C .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uY9bO0ZY8C .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uY9bO0ZY8C .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uY9bO0ZY8C .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uY9bO0ZY8C .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uY9bO0ZY8C .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uY9bO0ZY8C .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uY9bO0ZY8C .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uY9bO0ZY8C .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uY9bO0ZY8C .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uY9bO0ZY8C .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uY9bO0ZY8C .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uY9bO0ZY8C .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uY9bO0ZY8C .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uY9bO0ZY8C .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
  border-radius: 4px !important;
}
.cid-uY9bO0ZY8C .nav-item:focus,
.cid-uY9bO0ZY8C .nav-link:focus {
  outline: none;
}
.cid-uY9bO0ZY8C .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uY9bO0ZY8C .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uY9bO0ZY8C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uY9bO0ZY8C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uY9bO0ZY8C .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uY9bO0ZY8C .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uY9bO0ZY8C .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uY9bO0ZY8C .navbar.opened {
  transition: all 0.3s;
}
.cid-uY9bO0ZY8C .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uY9bO0ZY8C .navbar .navbar-logo img {
  width: auto;
}
.cid-uY9bO0ZY8C .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uY9bO0ZY8C .navbar.collapsed {
  justify-content: center;
}
.cid-uY9bO0ZY8C .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uY9bO0ZY8C .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uY9bO0ZY8C .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uY9bO0ZY8C .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uY9bO0ZY8C .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uY9bO0ZY8C .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uY9bO0ZY8C .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uY9bO0ZY8C .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uY9bO0ZY8C .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uY9bO0ZY8C .navbar {
    min-height: 72px;
  }
  .cid-uY9bO0ZY8C .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uY9bO0ZY8C .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uY9bO0ZY8C .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uY9bO0ZY8C .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uY9bO0ZY8C .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uY9bO0ZY8C .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uY9bO0ZY8C .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uY9bO0ZY8C .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uY9bO0ZY8C .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uY9bO0ZY8C .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uY9bO0ZY8C .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uY9bO0ZY8C .dropdown-item.active,
.cid-uY9bO0ZY8C .dropdown-item:active {
  background-color: transparent;
}
.cid-uY9bO0ZY8C .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uY9bO0ZY8C .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uY9bO0ZY8C .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uY9bO0ZY8C .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uY9bO0ZY8C .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uY9bO0ZY8C .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uY9bO0ZY8C ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uY9bO0ZY8C .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uY9bO0ZY8C .navbar-buttons {
    text-align: left;
  }
}
.cid-uY9bO0ZY8C button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uY9bO0ZY8C button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uY9bO0ZY8C button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uY9bO0ZY8C button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uY9bO0ZY8C button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uY9bO0ZY8C button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uY9bO0ZY8C nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uY9bO0ZY8C nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uY9bO0ZY8C nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uY9bO0ZY8C nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uY9bO0ZY8C .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uY9bO0ZY8C a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uY9bO0ZY8C .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uY9bO0ZY8C .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uY9bO0ZY8C .navbar {
    height: 70px;
  }
  .cid-uY9bO0ZY8C .navbar.opened {
    height: auto;
  }
  .cid-uY9bO0ZY8C .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uY9bO0ZY8C .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uY9bO0ZY8C .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uY9bO0ZY8C .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uY9bO0ZY8C .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uY9bO0ZY8C .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uY9bO0ZY8C .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uY9bO0ZY8C .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uY9bO0ZY8C .navbar-brand {
    margin-right: auto;
  }
  .cid-uY9bO0ZY8C .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uY9bO0ZY8C .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uY9bO0ZY8C .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uY9bO0ZY8C .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uY9bO0ZY8C .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uY9bO0ZY8C .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uY9bO0ZY8C .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uY9bO0ZY8C .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uY9bO0ZY8C .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uY9bO0ZY8C .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uY9bO0ZY8C .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uY9bO1hOsp {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background-image-illustration-bc.webp-2000x1125.webp");
}
.cid-uY9bO1hOsp .content-head {
  max-width: 800px;
}
.cid-uY9tdDiuw8 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #0a0071;
}
.cid-uY9tdDiuw8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY9tdDiuw8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY9tdDiuw8 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uY9tdDiuw8 .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #f7f6fe;
}
@media (max-width: 991px) {
  .cid-uY9tdDiuw8 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uY9tdDiuw8 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uY9tdDiuw8 .mbr-iconfont {
  font-size: 3rem;
  padding-right: 1.5rem;
  color: #0cc0df;
}
.cid-uY9tdDiuw8 .mbr-section-title {
  color: #ffffff;
}
.cid-uY9tdDiuw8 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uY9zT90TNp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0a0071;
}
.cid-uY9zT90TNp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY9zT90TNp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY9zT90TNp .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uY9zT90TNp .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uY9zT90TNp .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uY9zT90TNp .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uY9zT90TNp .mbr-iconfont {
  font-size: 3rem;
  padding-right: 1.5rem;
  color: #0cc0df;
}
.cid-uY9bO1VCNV {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f7f6fe;
}
.cid-uY9bO1VCNV .row {
  flex-direction: row-reverse;
}
.cid-uY9bO1VCNV .justify-content-center {
  align-items: center;
}
.cid-uY9bO1VCNV .mbr-section-title {
  text-align: right;
  color: #f58079;
}
.cid-uY9bO1VCNV .mbr-text,
.cid-uY9bO1VCNV .mbr-section-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uY9bO1VCNV .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uY9bO1VCNV .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uY9bO1VCNV .item-wrapper {
    padding: 4rem;
  }
}
.cid-uY9bO29JFQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0071;
}
.cid-uY9bO29JFQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY9bO29JFQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY9bO29JFQ .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uY9bO29JFQ .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uY9bO29JFQ .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uY9bO29JFQ .bg-twitter:hover {
  background: #0c85d0;
}
.cid-uY9bO29JFQ .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uY9bO29JFQ .bg-pinterest:hover {
  background: #b3001b;
}
.cid-uY9bO29JFQ .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uY9bO29JFQ .bg-instagram:hover {
  background: #bd005c;
}
.cid-uY9bO29JFQ .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-uY9bO29JFQ .bg-linkedin:hover {
  background: #005582;
}
.cid-uY9bO29JFQ .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-uY9bO29JFQ .bg-tiktok:hover {
  background: #000000;
}
.cid-uY9bO29JFQ .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uY9bO29JFQ [class^="socicon-"]:before,
.cid-uY9bO29JFQ [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uY9bO29JFQ .mbr-section-title,
.cid-uY9bO29JFQ .social-list {
  color: #ffffff;
}
.cid-uY9bO2pR1T {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #0a0071;
}
.cid-uY9bO2pR1T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY9bO2pR1T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY9bO2pR1T .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uY9bO2pR1T .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uY9bO2pR1T .row {
    flex-direction: column-reverse !important;
  }
  .cid-uY9bO2pR1T .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uY9bO2pR1T .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uY9bO2pR1T .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uY9bO2pR1T .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uY9bO2pR1T .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uY9bO2pR1T .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uY9bO2pR1T .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uY9bO2pR1T .copyright {
    text-align: center;
  }
}
.cid-uYa111e4HY {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uYa111e4HY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uYa111e4HY .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uYa111e4HY .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uYa111e4HY .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uYa111e4HY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYa111e4HY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYa111e4HY .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uYa111e4HY .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uYa111e4HY .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uYa111e4HY .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uYa111e4HY .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uYa111e4HY .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uYa111e4HY .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uYa111e4HY .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uYa111e4HY .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uYa111e4HY .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uYa111e4HY .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uYa111e4HY .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uYa111e4HY .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uYa111e4HY .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uYa111e4HY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uYa111e4HY .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uYa111e4HY .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYa111e4HY .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uYa111e4HY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYa111e4HY .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
  border-radius: 4px !important;
}
.cid-uYa111e4HY .nav-item:focus,
.cid-uYa111e4HY .nav-link:focus {
  outline: none;
}
.cid-uYa111e4HY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYa111e4HY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYa111e4HY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYa111e4HY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYa111e4HY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYa111e4HY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYa111e4HY .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uYa111e4HY .navbar.opened {
  transition: all 0.3s;
}
.cid-uYa111e4HY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYa111e4HY .navbar .navbar-logo img {
  width: auto;
}
.cid-uYa111e4HY .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uYa111e4HY .navbar.collapsed {
  justify-content: center;
}
.cid-uYa111e4HY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYa111e4HY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYa111e4HY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uYa111e4HY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYa111e4HY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYa111e4HY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uYa111e4HY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYa111e4HY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYa111e4HY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uYa111e4HY .navbar {
    min-height: 72px;
  }
  .cid-uYa111e4HY .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uYa111e4HY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYa111e4HY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYa111e4HY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYa111e4HY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYa111e4HY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uYa111e4HY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYa111e4HY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uYa111e4HY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYa111e4HY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYa111e4HY .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uYa111e4HY .dropdown-item.active,
.cid-uYa111e4HY .dropdown-item:active {
  background-color: transparent;
}
.cid-uYa111e4HY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYa111e4HY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYa111e4HY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYa111e4HY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uYa111e4HY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uYa111e4HY .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uYa111e4HY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYa111e4HY .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uYa111e4HY .navbar-buttons {
    text-align: left;
  }
}
.cid-uYa111e4HY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYa111e4HY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYa111e4HY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYa111e4HY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYa111e4HY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYa111e4HY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYa111e4HY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYa111e4HY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYa111e4HY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYa111e4HY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYa111e4HY .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYa111e4HY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYa111e4HY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYa111e4HY .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYa111e4HY .navbar {
    height: 70px;
  }
  .cid-uYa111e4HY .navbar.opened {
    height: auto;
  }
  .cid-uYa111e4HY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYa111e4HY .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uYa111e4HY .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uYa111e4HY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uYa111e4HY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uYa111e4HY .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uYa111e4HY .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uYa111e4HY .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uYa111e4HY .navbar-brand {
    margin-right: auto;
  }
  .cid-uYa111e4HY .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uYa111e4HY .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uYa111e4HY .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uYa111e4HY .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uYa111e4HY .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uYa111e4HY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uYa111e4HY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uYa111e4HY .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uYa111e4HY .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uYa111e4HY .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uYa111e4HY .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uYa111EkRk {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background-image-illustration-bc.webp-2000x1125.webp");
}
.cid-uYa111EkRk .content-head {
  max-width: 800px;
}
.cid-uYa111Ygxm {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #0a0071;
}
.cid-uYa111Ygxm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYa111Ygxm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYa111Ygxm .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uYa111Ygxm .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #f7f6fe;
}
@media (max-width: 991px) {
  .cid-uYa111Ygxm .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uYa111Ygxm .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uYa111Ygxm .mbr-iconfont {
  font-size: 3rem;
  padding-right: 1.5rem;
  color: #0cc0df;
}
.cid-uYa111Ygxm .mbr-section-title {
  color: #ffffff;
}
.cid-uYa111Ygxm .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uYa112mf15 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0a0071;
}
.cid-uYa112mf15 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYa112mf15 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYa112mf15 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uYa112mf15 .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uYa112mf15 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uYa112mf15 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uYa112mf15 .mbr-iconfont {
  font-size: 3rem;
  padding-right: 1.5rem;
  color: #0cc0df;
}
.cid-uYa112KT0H {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f7f6fe;
}
.cid-uYa112KT0H .row {
  flex-direction: row-reverse;
}
.cid-uYa112KT0H .justify-content-center {
  align-items: center;
}
.cid-uYa112KT0H .mbr-section-title {
  text-align: right;
  color: #f58079;
}
.cid-uYa112KT0H .mbr-text,
.cid-uYa112KT0H .mbr-section-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uYa112KT0H .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uYa112KT0H .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uYa112KT0H .item-wrapper {
    padding: 4rem;
  }
}
.cid-uYa1136bZ8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0071;
}
.cid-uYa1136bZ8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYa1136bZ8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYa1136bZ8 .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uYa1136bZ8 .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uYa1136bZ8 .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uYa1136bZ8 .bg-twitter:hover {
  background: #0c85d0;
}
.cid-uYa1136bZ8 .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uYa1136bZ8 .bg-pinterest:hover {
  background: #b3001b;
}
.cid-uYa1136bZ8 .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uYa1136bZ8 .bg-instagram:hover {
  background: #bd005c;
}
.cid-uYa1136bZ8 .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-uYa1136bZ8 .bg-linkedin:hover {
  background: #005582;
}
.cid-uYa1136bZ8 .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-uYa1136bZ8 .bg-tiktok:hover {
  background: #000000;
}
.cid-uYa1136bZ8 .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uYa1136bZ8 [class^="socicon-"]:before,
.cid-uYa1136bZ8 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uYa1136bZ8 .mbr-section-title,
.cid-uYa1136bZ8 .social-list {
  color: #ffffff;
}
.cid-uYa113v3fe {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #0a0071;
}
.cid-uYa113v3fe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYa113v3fe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYa113v3fe .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uYa113v3fe .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uYa113v3fe .row {
    flex-direction: column-reverse !important;
  }
  .cid-uYa113v3fe .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uYa113v3fe .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uYa113v3fe .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uYa113v3fe .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uYa113v3fe .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uYa113v3fe .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uYa113v3fe .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uYa113v3fe .copyright {
    text-align: center;
  }
}
.cid-uZdp2NuWD3 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZdp2NuWD3 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZdp2NuWD3 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZdp2NuWD3 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZdp2NuWD3 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uZdp2NuWD3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZdp2NuWD3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZdp2NuWD3 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uZdp2NuWD3 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uZdp2NuWD3 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uZdp2NuWD3 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uZdp2NuWD3 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZdp2NuWD3 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZdp2NuWD3 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uZdp2NuWD3 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uZdp2NuWD3 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uZdp2NuWD3 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZdp2NuWD3 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uZdp2NuWD3 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uZdp2NuWD3 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uZdp2NuWD3 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZdp2NuWD3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uZdp2NuWD3 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uZdp2NuWD3 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZdp2NuWD3 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZdp2NuWD3 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZdp2NuWD3 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
  border-radius: 4px !important;
}
.cid-uZdp2NuWD3 .nav-item:focus,
.cid-uZdp2NuWD3 .nav-link:focus {
  outline: none;
}
.cid-uZdp2NuWD3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZdp2NuWD3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZdp2NuWD3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZdp2NuWD3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZdp2NuWD3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZdp2NuWD3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZdp2NuWD3 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZdp2NuWD3 .navbar.opened {
  transition: all 0.3s;
}
.cid-uZdp2NuWD3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZdp2NuWD3 .navbar .navbar-logo img {
  width: auto;
}
.cid-uZdp2NuWD3 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uZdp2NuWD3 .navbar.collapsed {
  justify-content: center;
}
.cid-uZdp2NuWD3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZdp2NuWD3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZdp2NuWD3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uZdp2NuWD3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZdp2NuWD3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZdp2NuWD3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZdp2NuWD3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZdp2NuWD3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZdp2NuWD3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZdp2NuWD3 .navbar {
    min-height: 72px;
  }
  .cid-uZdp2NuWD3 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZdp2NuWD3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZdp2NuWD3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZdp2NuWD3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZdp2NuWD3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZdp2NuWD3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZdp2NuWD3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZdp2NuWD3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZdp2NuWD3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZdp2NuWD3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZdp2NuWD3 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZdp2NuWD3 .dropdown-item.active,
.cid-uZdp2NuWD3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uZdp2NuWD3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZdp2NuWD3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZdp2NuWD3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZdp2NuWD3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uZdp2NuWD3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uZdp2NuWD3 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZdp2NuWD3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZdp2NuWD3 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZdp2NuWD3 .navbar-buttons {
    text-align: left;
  }
}
.cid-uZdp2NuWD3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZdp2NuWD3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uZdp2NuWD3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZdp2NuWD3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZdp2NuWD3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZdp2NuWD3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZdp2NuWD3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZdp2NuWD3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZdp2NuWD3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZdp2NuWD3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZdp2NuWD3 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZdp2NuWD3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZdp2NuWD3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZdp2NuWD3 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZdp2NuWD3 .navbar {
    height: 70px;
  }
  .cid-uZdp2NuWD3 .navbar.opened {
    height: auto;
  }
  .cid-uZdp2NuWD3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZdp2NuWD3 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZdp2NuWD3 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uZdp2NuWD3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZdp2NuWD3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZdp2NuWD3 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZdp2NuWD3 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZdp2NuWD3 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZdp2NuWD3 .navbar-brand {
    margin-right: auto;
  }
  .cid-uZdp2NuWD3 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uZdp2NuWD3 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZdp2NuWD3 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uZdp2NuWD3 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uZdp2NuWD3 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZdp2NuWD3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZdp2NuWD3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZdp2NuWD3 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZdp2NuWD3 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uZdp2NuWD3 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZdp2NuWD3 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZdp2NPf6F {
  display: flex;
}
@media (min-width: 768px) {
  .cid-uZdp2NPf6F {
    align-items: flex-end;
  }
  .cid-uZdp2NPf6F .row {
    justify-content: flex-start;
  }
  .cid-uZdp2NPf6F .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uZdp2NPf6F .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uZdp2NPf6F {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uZdp2NPf6F .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uZdp2NPf6F .content-wrap {
    width: 100%;
  }
}
.cid-uZdp2NPf6F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZdp2NPf6F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/phr-2024-buddycreatif.webp-2000x1125.webp");
}
.cid-uZdp2NPf6F .mbr-section-title,
.cid-uZdp2NPf6F .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uZdp2NPf6F .mbr-text,
.cid-uZdp2NPf6F .mbr-section-btn {
  text-align: left;
}
.cid-uZdp2NPf6F .mbr-section-title {
  color: #ffffff;
}
.cid-uZdp2NPf6F .mbr-section-subtitle {
  color: #51c2e0;
}
.cid-uZdp2O5Vab {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uZdp2O5Vab .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZdp2O5Vab .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uZdp2O5Vab .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZdp2O5Vab .row {
  flex-direction: row-reverse;
}
.cid-uZdp2O5Vab .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uZdp2O5Vab .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uZdp2O5Vab .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uZdp2O5Vab .mbr-section-title {
  color: #000000;
}
.cid-uZdp2O5Vab .mbr-text,
.cid-uZdp2O5Vab .mbr-section-btn {
  color: #000000;
}
.cid-uZdp2OlGxF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0a0071;
}
.cid-uZdp2OlGxF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZdp2OlGxF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZdp2OlGxF .mbr-description {
  text-align: left;
}
.cid-uZdp2OlGxF .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-uZdp2OlGxF .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uZdp2OlGxF .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uZdp2OlGxF .card-title,
.cid-uZdp2OlGxF .iconfont-wrapper {
  color: #000000;
}
.cid-uZdp2OlGxF .card-text {
  color: #000000;
}
.cid-uZdp2OlGxF .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uZdp2OlGxF .mbr-number {
  color: #9fe870;
}
.cid-uZdp2OlGxF .mbr-text,
.cid-uZdp2OlGxF .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uZdp2OlGxF .card-text,
.cid-uZdp2OlGxF .item .mbr-section-btn {
  text-align: left;
}
.cid-uZdp2OlGxF .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uZdp2OlGxF .image-wrapper {
  margin-bottom: 0rem;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uZdp2OlGxF .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uZdp2OlGxF .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
.cid-uZdp2OlGxF .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uZdp2OlGxF .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZdp2OlGxF .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uZdp2OlGxF .card-title {
  text-align: left;
}
.cid-uZdp2OlGxF .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uZdp2OlGxF .item-content .item-footer {
  margin-top: auto;
}
.cid-uZdp2OCJBA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f6fe;
}
.cid-uZdp2OCJBA .row {
  flex-direction: row-reverse;
}
.cid-uZdp2OCJBA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZdp2OCJBA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZdp2OCJBA .mbr-description {
  text-align: left;
}
.cid-uZdp2OCJBA .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uZdp2OCJBA .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uZdp2OCJBA .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uZdp2OCJBA .card-title,
.cid-uZdp2OCJBA .iconfont-wrapper {
  color: #000000;
}
.cid-uZdp2OCJBA .card-text {
  color: #000000;
}
.cid-uZdp2OCJBA .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uZdp2OCJBA .mbr-text,
.cid-uZdp2OCJBA .mbr-section-btn {
  text-align: center;
}
.cid-uZdp2OCJBA .card-text,
.cid-uZdp2OCJBA .item .mbr-section-btn {
  text-align: left;
}
.cid-uZdp2OCJBA .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uZdp2OCJBA .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uZdp2OCJBA .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #51c2e0;
  background-color: #51c2e0;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uZdp2OCJBA .mbr-text UL {
  text-align: left;
}
.cid-uZdp2OSxYV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uZdp2OSxYV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZdp2OSxYV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uZdp2OSxYV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZdp2OSxYV .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uZdp2OSxYV .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uZdp2OSxYV .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uZdp2OSxYV .mbr-section-title {
  color: #000000;
}
.cid-uZdp2OSxYV .mbr-text,
.cid-uZdp2OSxYV .mbr-section-btn {
  color: #000000;
}
.cid-uZdp2P9Sdj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f6fe;
}
.cid-uZdp2P9Sdj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZdp2P9Sdj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZdp2P9Sdj .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 2rem;
  color: #0a0071;
  width: 40px;
  justify-content: center;
  align-items: center;
}
.cid-uZdp2P9Sdj .card-title,
.cid-uZdp2P9Sdj .iconfont-wrapper {
  color: #232323;
}
.cid-uZdp2P9Sdj .card-text {
  color: #232323;
}
.cid-uZdp2P9Sdj .mbr-section-title {
  color: #232323;
}
.cid-uZdp2P9Sdj .mbr-section-subtitle {
  color: #232323;
}
.cid-uZdp2P9Sdj .content-head {
  max-width: 800px;
}
.cid-uZdp2Pxy0D {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0a0071;
}
.cid-uZdp2Pxy0D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZdp2Pxy0D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZdp2Pxy0D .mbr-section-title {
  color: #ffffff;
}
.cid-uZdp2Pxy0D .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uZdp2PMAaq {
  background-color: #ffffff;
}
.cid-uZdp2PMAaq .content-head {
  max-width: 800px;
}
.cid-uZdp2Q4vz5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0a0071;
}
.cid-uZdp2Q4vz5 .mbr-text {
  color: #000000;
}
.cid-uZdp2Q4vz5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uZdp2Q4vz5 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uZdp2Q4vz5 .mbr-text,
.cid-uZdp2Q4vz5 .item .mbr-section-btn {
  text-align: left;
}
.cid-uZdp2Q4vz5 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZdp2Q4vz5 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uZdp2Q4vz5 .item-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uZdp2Q4vz5 .item-wrapper {
    padding: 4rem;
  }
}
.cid-uZdp2Q4vz5 .details-icon {
  color: #0cc0df;
  padding-right: 0.5rem;
}
.cid-uZdp2Q4vz5 .mbr-card-subtitle {
  color: #232323;
  text-align: left;
}
.cid-uZdp2Q4vz5 .details .details-item {
  display: inline-flex;
  padding-right: 1rem;
}
.cid-uZdp2Q4vz5 .mbr-tag,
.cid-uZdp2Q4vz5 .tags-wrapper {
  color: #000000;
}
.cid-uZdp2QueLh {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f7f6fe;
}
.cid-uZdp2QueLh .row {
  flex-direction: row-reverse;
}
.cid-uZdp2QueLh .justify-content-center {
  align-items: center;
}
.cid-uZdp2QueLh .mbr-section-title {
  text-align: center;
  color: #f58079;
}
.cid-uZdp2QueLh .mbr-text,
.cid-uZdp2QueLh .mbr-section-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uZdp2QueLh .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uZdp2QueLh .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uZdp2QueLh .item-wrapper {
    padding: 4rem;
  }
}
.cid-uZdp2QN3Ix {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0071;
}
.cid-uZdp2QN3Ix .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZdp2QN3Ix .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZdp2QN3Ix .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uZdp2QN3Ix .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uZdp2QN3Ix .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uZdp2QN3Ix .bg-twitter:hover {
  background: #0c85d0;
}
.cid-uZdp2QN3Ix .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uZdp2QN3Ix .bg-pinterest:hover {
  background: #b3001b;
}
.cid-uZdp2QN3Ix .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uZdp2QN3Ix .bg-instagram:hover {
  background: #bd005c;
}
.cid-uZdp2QN3Ix .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-uZdp2QN3Ix .bg-linkedin:hover {
  background: #005582;
}
.cid-uZdp2QN3Ix .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-uZdp2QN3Ix .bg-tiktok:hover {
  background: #000000;
}
.cid-uZdp2QN3Ix .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uZdp2QN3Ix [class^="socicon-"]:before,
.cid-uZdp2QN3Ix [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uZdp2QN3Ix .mbr-section-title,
.cid-uZdp2QN3Ix .social-list {
  color: #ffffff;
}
.cid-uZdp2R9El3 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #0a0071;
}
.cid-uZdp2R9El3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZdp2R9El3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZdp2R9El3 .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uZdp2R9El3 .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uZdp2R9El3 .row {
    flex-direction: column-reverse !important;
  }
  .cid-uZdp2R9El3 .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uZdp2R9El3 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uZdp2R9El3 .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uZdp2R9El3 .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uZdp2R9El3 .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uZdp2R9El3 .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uZdp2R9El3 .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uZdp2R9El3 .copyright {
    text-align: center;
  }
}
.cid-uCbKfIGbrM {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uCbKfIGbrM .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uCbKfIGbrM .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uCbKfIGbrM .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCbKfIGbrM .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uCbKfIGbrM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCbKfIGbrM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCbKfIGbrM .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uCbKfIGbrM .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uCbKfIGbrM .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uCbKfIGbrM .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uCbKfIGbrM .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uCbKfIGbrM .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uCbKfIGbrM .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uCbKfIGbrM .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uCbKfIGbrM .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uCbKfIGbrM .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uCbKfIGbrM .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uCbKfIGbrM .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uCbKfIGbrM .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uCbKfIGbrM .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uCbKfIGbrM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uCbKfIGbrM .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uCbKfIGbrM .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uCbKfIGbrM .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uCbKfIGbrM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCbKfIGbrM .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
  border-radius: 4px !important;
}
.cid-uCbKfIGbrM .nav-item:focus,
.cid-uCbKfIGbrM .nav-link:focus {
  outline: none;
}
.cid-uCbKfIGbrM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCbKfIGbrM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCbKfIGbrM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCbKfIGbrM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCbKfIGbrM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCbKfIGbrM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCbKfIGbrM .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uCbKfIGbrM .navbar.opened {
  transition: all 0.3s;
}
.cid-uCbKfIGbrM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCbKfIGbrM .navbar .navbar-logo img {
  width: auto;
}
.cid-uCbKfIGbrM .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uCbKfIGbrM .navbar.collapsed {
  justify-content: center;
}
.cid-uCbKfIGbrM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCbKfIGbrM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCbKfIGbrM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uCbKfIGbrM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCbKfIGbrM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCbKfIGbrM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uCbKfIGbrM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCbKfIGbrM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCbKfIGbrM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uCbKfIGbrM .navbar {
    min-height: 72px;
  }
  .cid-uCbKfIGbrM .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uCbKfIGbrM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCbKfIGbrM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCbKfIGbrM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCbKfIGbrM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCbKfIGbrM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uCbKfIGbrM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCbKfIGbrM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uCbKfIGbrM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCbKfIGbrM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCbKfIGbrM .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uCbKfIGbrM .dropdown-item.active,
.cid-uCbKfIGbrM .dropdown-item:active {
  background-color: transparent;
}
.cid-uCbKfIGbrM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCbKfIGbrM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCbKfIGbrM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCbKfIGbrM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCbKfIGbrM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uCbKfIGbrM .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uCbKfIGbrM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCbKfIGbrM .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uCbKfIGbrM .navbar-buttons {
    text-align: left;
  }
}
.cid-uCbKfIGbrM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCbKfIGbrM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uCbKfIGbrM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCbKfIGbrM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCbKfIGbrM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCbKfIGbrM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCbKfIGbrM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCbKfIGbrM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCbKfIGbrM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCbKfIGbrM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCbKfIGbrM .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uCbKfIGbrM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCbKfIGbrM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uCbKfIGbrM .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCbKfIGbrM .navbar {
    height: 70px;
  }
  .cid-uCbKfIGbrM .navbar.opened {
    height: auto;
  }
  .cid-uCbKfIGbrM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCbKfIGbrM .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uCbKfIGbrM .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uCbKfIGbrM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uCbKfIGbrM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uCbKfIGbrM .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uCbKfIGbrM .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uCbKfIGbrM .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uCbKfIGbrM .navbar-brand {
    margin-right: auto;
  }
  .cid-uCbKfIGbrM .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uCbKfIGbrM .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uCbKfIGbrM .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uCbKfIGbrM .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uCbKfIGbrM .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uCbKfIGbrM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uCbKfIGbrM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uCbKfIGbrM .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uCbKfIGbrM .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uCbKfIGbrM .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uCbKfIGbrM .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uCbMEugpHo {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-color: #f7f6fe;
}
.cid-uCbMEugpHo .mbr-text {
  color: #000000;
}
.cid-uCbMEugpHo .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uCbMEugpHo .mbr-section-title {
  color: #f5b857;
  text-align: left;
}
.cid-uCbMEugpHo .mbr-section-subtitle,
.cid-uCbMEugpHo .main-button {
  text-align: left;
  color: #000000;
}
.cid-uCbMEugpHo .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uCbMEugpHo .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uCbMEugpHo .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uCbMEugpHo .panel-group {
  border: none;
}
.cid-uCbMEugpHo .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uCbMEugpHo .card-header {
    padding: 0rem;
  }
}
.cid-uCbMEugpHo .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uCbMEugpHo .collapsed span {
  transform: rotate(0deg);
}
.cid-uCbMEugpHo .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uCbMEugpHo p {
  margin-bottom: 0.3rem;
}
.cid-uCbMEugpHo .panel-title-edit {
  color: #000000;
}
.cid-uCbMEugpHo .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uCbMEugpHo .card {
  background: #0cc0df;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uCbMEugpHo .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uCbMEugpHo .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uCbMEugpHo .panel-text {
  color: #000000;
  text-align: left;
}
.cid-uCbMEugpHo .panel-title-edit,
.cid-uCbMEugpHo .mbr-iconfont {
  color: #000000;
}
.cid-uCbOWJPMsV {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #0cc0df;
}
.cid-uCbOWJPMsV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCbOWJPMsV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCbOWJPMsV .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uCbOWJPMsV .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uCbOWJPMsV .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uCbOWJPMsV .card-wrapper {
    padding: 4rem;
  }
}
.cid-uCbOWJPMsV .mbr-text,
.cid-uCbOWJPMsV .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uCbOWJPMsV .card-title,
.cid-uCbOWJPMsV .card-box {
  text-align: left;
  color: #f5b857;
}
.cid-uCbOWJPMsV .mbr-section-subtitle {
  text-align: left;
}
.cid-uCbOWJPMsV .mbr-text {
  text-align: left;
}
.cid-uCbOWJPMsV .mbr-card-title {
  text-align: left;
  color: #0cc0df;
}
.cid-uCbO4I4bfw {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #0cc0df;
}
.cid-uCbO4I4bfw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCbO4I4bfw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCbO4I4bfw .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uCbO4I4bfw .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uCbO4I4bfw .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uCbO4I4bfw .card-wrapper {
    padding: 4rem;
  }
}
.cid-uCbO4I4bfw .mbr-text,
.cid-uCbO4I4bfw .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uCbO4I4bfw .card-title,
.cid-uCbO4I4bfw .card-box {
  text-align: left;
  color: #f5b857;
}
.cid-uCbO4I4bfw .mbr-section-subtitle {
  text-align: left;
}
.cid-uCbO4I4bfw .mbr-text {
  text-align: left;
}
.cid-uCbO4I4bfw .mbr-card-title {
  text-align: left;
  color: #51c2e0;
}
.cid-uCbO4I4bfw .card-title,
.cid-uCbO4I4bfw .card-box DIV {
  text-align: left;
}
.cid-uNaY4DG7fI {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #0cc0df;
}
.cid-uNaY4DG7fI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNaY4DG7fI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNaY4DG7fI .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uNaY4DG7fI .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uNaY4DG7fI .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uNaY4DG7fI .card-wrapper {
    padding: 4rem;
  }
}
.cid-uNaY4DG7fI .mbr-text,
.cid-uNaY4DG7fI .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uNaY4DG7fI .card-title,
.cid-uNaY4DG7fI .card-box {
  text-align: left;
  color: #f5b857;
}
.cid-uNaY4DG7fI .mbr-section-subtitle {
  text-align: left;
}
.cid-uNaY4DG7fI .mbr-text {
  text-align: left;
}
.cid-uNaY4DG7fI .mbr-card-title {
  text-align: left;
  color: #51c2e0;
}
.cid-uNaY4DG7fI .card-title,
.cid-uNaY4DG7fI .card-box DIV {
  text-align: left;
}
.cid-uCpmAki7Gr {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #0cc0df;
}
.cid-uCpmAki7Gr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCpmAki7Gr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCpmAki7Gr .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uCpmAki7Gr .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uCpmAki7Gr .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uCpmAki7Gr .card-wrapper {
    padding: 4rem;
  }
}
.cid-uCpmAki7Gr .mbr-text,
.cid-uCpmAki7Gr .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uCpmAki7Gr .card-title,
.cid-uCpmAki7Gr .card-box {
  text-align: left;
  color: #ffa600;
}
.cid-uCpmAki7Gr .mbr-section-subtitle {
  text-align: left;
}
.cid-uCpmAki7Gr .mbr-text {
  text-align: left;
}
.cid-uCpmAki7Gr .mbr-card-title {
  text-align: left;
  color: #51c2e0;
}
.cid-uCpmAki7Gr .card-title,
.cid-uCpmAki7Gr .card-box DIV {
  text-align: left;
}
.cid-uCpofPbpCV {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #0a0071;
}
.cid-uCpofPbpCV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCpofPbpCV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCpofPbpCV .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uCpofPbpCV .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uCpofPbpCV .row {
    flex-direction: column-reverse !important;
  }
  .cid-uCpofPbpCV .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uCpofPbpCV .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uCpofPbpCV .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uCpofPbpCV .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uCpofPbpCV .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uCpofPbpCV .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uCpofPbpCV .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uCpofPbpCV .copyright {
    text-align: center;
  }
}
.cid-v0IzOSEEqf {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v0IzOSEEqf .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v0IzOSEEqf .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v0IzOSEEqf .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0IzOSEEqf .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v0IzOSEEqf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0IzOSEEqf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0IzOSEEqf .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v0IzOSEEqf .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v0IzOSEEqf .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-v0IzOSEEqf .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v0IzOSEEqf .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v0IzOSEEqf .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v0IzOSEEqf .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-v0IzOSEEqf .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v0IzOSEEqf .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v0IzOSEEqf .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v0IzOSEEqf .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0IzOSEEqf .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v0IzOSEEqf .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v0IzOSEEqf .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v0IzOSEEqf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v0IzOSEEqf .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-v0IzOSEEqf .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v0IzOSEEqf .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v0IzOSEEqf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0IzOSEEqf .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
  border-radius: 4px !important;
}
.cid-v0IzOSEEqf .nav-item:focus,
.cid-v0IzOSEEqf .nav-link:focus {
  outline: none;
}
.cid-v0IzOSEEqf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0IzOSEEqf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0IzOSEEqf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0IzOSEEqf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0IzOSEEqf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0IzOSEEqf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0IzOSEEqf .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v0IzOSEEqf .navbar.opened {
  transition: all 0.3s;
}
.cid-v0IzOSEEqf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0IzOSEEqf .navbar .navbar-logo img {
  width: auto;
}
.cid-v0IzOSEEqf .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v0IzOSEEqf .navbar.collapsed {
  justify-content: center;
}
.cid-v0IzOSEEqf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0IzOSEEqf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0IzOSEEqf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-v0IzOSEEqf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0IzOSEEqf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0IzOSEEqf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v0IzOSEEqf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0IzOSEEqf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0IzOSEEqf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v0IzOSEEqf .navbar {
    min-height: 72px;
  }
  .cid-v0IzOSEEqf .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v0IzOSEEqf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0IzOSEEqf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0IzOSEEqf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0IzOSEEqf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0IzOSEEqf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v0IzOSEEqf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0IzOSEEqf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v0IzOSEEqf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0IzOSEEqf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0IzOSEEqf .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v0IzOSEEqf .dropdown-item.active,
.cid-v0IzOSEEqf .dropdown-item:active {
  background-color: transparent;
}
.cid-v0IzOSEEqf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0IzOSEEqf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0IzOSEEqf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0IzOSEEqf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v0IzOSEEqf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v0IzOSEEqf .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v0IzOSEEqf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0IzOSEEqf .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v0IzOSEEqf .navbar-buttons {
    text-align: left;
  }
}
.cid-v0IzOSEEqf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0IzOSEEqf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v0IzOSEEqf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0IzOSEEqf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0IzOSEEqf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0IzOSEEqf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0IzOSEEqf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0IzOSEEqf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0IzOSEEqf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0IzOSEEqf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0IzOSEEqf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v0IzOSEEqf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0IzOSEEqf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0IzOSEEqf .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0IzOSEEqf .navbar {
    height: 70px;
  }
  .cid-v0IzOSEEqf .navbar.opened {
    height: auto;
  }
  .cid-v0IzOSEEqf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0IzOSEEqf .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v0IzOSEEqf .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v0IzOSEEqf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v0IzOSEEqf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v0IzOSEEqf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v0IzOSEEqf .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v0IzOSEEqf .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v0IzOSEEqf .navbar-brand {
    margin-right: auto;
  }
  .cid-v0IzOSEEqf .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-v0IzOSEEqf .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v0IzOSEEqf .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v0IzOSEEqf .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v0IzOSEEqf .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v0IzOSEEqf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v0IzOSEEqf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v0IzOSEEqf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v0IzOSEEqf .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v0IzOSEEqf .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v0IzOSEEqf .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v0IzOTHyP3 {
  display: flex;
  background-image: url("../../../assets/images/image-solutions-csam-clarte-pro.png-2000x1125.png");
}
.cid-v0IzOTHyP3 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-v0IzOTHyP3 {
    align-items: flex-end;
  }
  .cid-v0IzOTHyP3 .row {
    justify-content: flex-start;
  }
  .cid-v0IzOTHyP3 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v0IzOTHyP3 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v0IzOTHyP3 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v0IzOTHyP3 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v0IzOTHyP3 .content-wrap {
    width: 100%;
  }
}
.cid-v0IzOTHyP3 .mbr-section-title,
.cid-v0IzOTHyP3 .mbr-section-subtitle {
  text-align: center;
}
.cid-v0IzOTHyP3 .mbr-text,
.cid-v0IzOTHyP3 .mbr-section-btn {
  text-align: center;
}
.cid-v0IzOUtncf {
  background-image: url("../../../assets/images/20250517-094912.webp-2418x990.webp");
}
.cid-v0IzOUtncf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0IzOUtncf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v0IzOUtncf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0IzOUtncf .row {
  flex-direction: row-reverse;
}
.cid-v0IzOUtncf .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v0IzOUtncf .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v0IzOUtncf .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v0IzOUtncf .mbr-section-title {
  color: #000000;
}
.cid-v0IzOUtncf .mbr-text,
.cid-v0IzOUtncf .mbr-section-btn {
  color: #232323;
}
.cid-v0IzOUXDJ9 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #0a0071;
}
.cid-v0IzOUXDJ9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0IzOUXDJ9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0IzOUXDJ9 .mbr-text {
  color: #000000;
}
.cid-v0IzOUXDJ9 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-v0IzOUXDJ9 .item-wrapper {
  background: #ffffff;
  margin-bottom: 0rem;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-v0IzOUXDJ9 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v0IzOUXDJ9 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
.cid-v0IzOUXDJ9 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v0IzOUXDJ9 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v0IzOUXDJ9 .mbr-number {
  color: #9fe870;
  text-align: left;
}
.cid-v0IzOUXDJ9 .mbr-section-title {
  color: #ffffff;
}
.cid-v0IzOUXDJ9 .card-text,
.cid-v0IzOUXDJ9 .item .mbr-section-btn {
  text-align: left;
}
.cid-v0IzOUXDJ9 .card-title,
.cid-v0IzOUXDJ9 .iconfont-wrapper {
  text-align: left;
}
.cid-v0IzOUXDJ9 .mbr-section-subtitle,
.cid-v0IzOUXDJ9 .main-button {
  text-align: left;
  color: #000000;
}
.cid-v0IzOUXDJ9 .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v0IzOUXDJ9 .item-content .item-footer {
  margin-top: auto;
}
.cid-v0IzOUXDJ9 .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v0IzOUXDJ9 .main-button {
    margin-bottom: 2rem;
  }
}
.cid-v0IzOUXDJ9 .side-features {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-v0IzOUXDJ9 .side-features .item {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-v0IzOVxWWh {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #0a0071;
}
.cid-v0IzOVxWWh .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v0IzOVxWWh .mbr-section-subtitle {
  color: #000000;
}
.cid-v0IzOVxWWh .mbr-section-title {
  color: #ffffff;
}
.cid-v0IzOVUUn0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f6fe;
}
.cid-v0IzOVUUn0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0IzOVUUn0 .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-v0IzOVUUn0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0IzOVUUn0 .item-wrapper {
  background: #ffffff;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-v0IzOVUUn0 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v0IzOVUUn0 .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-v0IzOVUUn0 .card-title,
.cid-v0IzOVUUn0 .iconfont-wrapper {
  color: #000000;
}
.cid-v0IzOVUUn0 .card-text {
  color: #000000;
}
.cid-v0IzOVUUn0 .content-head {
  max-width: 800px;
}
.cid-v0IzOVUUn0 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v0IzOVUUn0 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v0IzOVUUn0 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v0IzOVUUn0 .mbr-section-subtitle {
  text-align: center;
}
.cid-v0IzOWnZ8t {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #0a0071;
}
.cid-v0IzOWnZ8t .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v0IzOWnZ8t .mbr-section-subtitle {
  color: #000000;
}
.cid-v0IzOWnZ8t .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v0IzOWJJR1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f6fe;
}
.cid-v0IzOWJJR1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0IzOWJJR1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0IzOWJJR1 .mbr-description {
  text-align: left;
}
.cid-v0IzOWJJR1 .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-v0IzOWJJR1 .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v0IzOWJJR1 .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-v0IzOWJJR1 .card-title,
.cid-v0IzOWJJR1 .iconfont-wrapper {
  color: #000000;
}
.cid-v0IzOWJJR1 .card-text {
  color: #000000;
}
.cid-v0IzOWJJR1 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v0IzOWJJR1 .mbr-number {
  color: #000000;
}
.cid-v0IzOWJJR1 .mbr-text,
.cid-v0IzOWJJR1 .mbr-section-btn {
  text-align: center;
}
.cid-v0IzOWJJR1 .card-text,
.cid-v0IzOWJJR1 .item .mbr-section-btn {
  text-align: left;
}
.cid-v0IzOWJJR1 .mbr-section-btn {
  margin-top: 1rem;
}
.cid-v0IzOWJJR1 .image-wrapper {
  margin-bottom: 0rem;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-v0IzOWJJR1 .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v0IzOWJJR1 .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
.cid-v0IzOWJJR1 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v0IzOWJJR1 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v0IzOWJJR1 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v0IzOWJJR1 .card-title {
  text-align: left;
}
.cid-v0IzOWJJR1 .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v0IzOWJJR1 .item-content .item-footer {
  margin-top: auto;
}
.cid-v0ZMXnuY97 {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #0a0071;
}
.cid-v0ZMXnuY97 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v0ZMXnuY97 .mbr-section-subtitle {
  color: #000000;
}
.cid-v0ZMXnuY97 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v0KesBBemL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-v0KesBBemL .carousel {
    max-height: 600px;
  }
  .cid-v0KesBBemL .carousel img {
    height: 600px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v0KesBBemL .carousel {
    min-height: 390px;
  }
  .cid-v0KesBBemL .carousel img {
    height: 390px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-v0KesBBemL .carousel {
    min-height: 330px;
  }
  .cid-v0KesBBemL .carousel img {
    height: 330px;
    object-fit: cover;
  }
  .cid-v0KesBBemL .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-v0KesBBemL .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-v0KesBBemL .carousel,
.cid-v0KesBBemL .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v0KesBBemL .item-wrapper {
  width: 100%;
}
.cid-v0KesBBemL .item-menu-overlay {
  border-radius: 2rem;
}
.cid-v0KesBBemL .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-v0KesBBemL .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v0KesBBemL .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v0KesBBemL .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-v0KesBBemL .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-v0KesBBemL .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v0KesBBemL .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v0KesBBemL .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v0KesBBemL .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-v0KesBBemL .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-v0KesBBemL .carousel-indicators li.active,
.cid-v0KesBBemL .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v0KesBBemL .carousel-indicators li::after,
.cid-v0KesBBemL .carousel-indicators li::before {
  content: none;
}
.cid-v0KesBBemL .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v0KesBBemL .carousel-indicators {
    display: none !important;
  }
}
.cid-v0IzOXeVm1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0071;
}
.cid-v0IzOXeVm1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0IzOXeVm1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0IzOXeVm1 .mbr-text {
  color: #000000;
}
.cid-v0IzOXeVm1 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-v0IzOXeVm1 .item-wrapper {
  background: #ffffff;
  margin-bottom: 0rem;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-v0IzOXeVm1 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v0IzOXeVm1 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
.cid-v0IzOXeVm1 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v0IzOXeVm1 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v0IzOXeVm1 .mbr-number {
  color: #9fe870;
  text-align: left;
}
.cid-v0IzOXeVm1 .mbr-section-title {
  color: #ffffff;
}
.cid-v0IzOXeVm1 .card-text,
.cid-v0IzOXeVm1 .item .mbr-section-btn {
  text-align: left;
}
.cid-v0IzOXeVm1 .card-title,
.cid-v0IzOXeVm1 .iconfont-wrapper {
  text-align: left;
}
.cid-v0IzOXeVm1 .mbr-section-subtitle,
.cid-v0IzOXeVm1 .main-button {
  text-align: left;
  color: #ffffff;
}
.cid-v0IzOXeVm1 .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v0IzOXeVm1 .item-content .item-footer {
  margin-top: auto;
}
.cid-v0IzOXeVm1 .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v0IzOXeVm1 .main-button {
    margin-bottom: 2rem;
  }
}
.cid-v0IzOXeVm1 .side-features {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-v0IzOXeVm1 .side-features .item {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-v0IzOXGRyW {
  background-color: #f7f6fe;
}
.cid-v0IzOXGRyW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0IzOXGRyW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-v0IzOXGRyW .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #0a0071;
}
.cid-v0IzOXGRyW .mbr-section-title {
  color: #000000;
}
.cid-v0IzOXGRyW .mbr-text,
.cid-v0IzOXGRyW .mbr-section-btn {
  color: #ffffff;
}
.cid-v0IzOXGRyW .content-head {
  max-width: 800px;
}
.cid-v0IzOYbzAF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0a0071;
}
.cid-v0IzOYbzAF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0IzOYbzAF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0IzOYbzAF .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v0IzOYbzAF .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v0IzOYbzAF .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-v0IzOYELl5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/buddy-creatif-fr-article-5.webp-1200x630.webp");
}
.cid-v0IzOYELl5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0IzOYELl5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0IzOYELl5 .card-wrapper {
  background: #f7f6fe;
}
@media (max-width: 767px) {
  .cid-v0IzOYELl5 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v0IzOYELl5 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v0IzOYELl5 .card-wrapper {
    padding: 9rem 4rem;
  }
}
.cid-v0IzOYELl5 .mbr-text,
.cid-v0IzOYELl5 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v0IzOYELl5 .card-title,
.cid-v0IzOYELl5 .card-box {
  text-align: center;
  color: #0a0071;
}
.cid-v0IzOZ8Zy4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-v0IzOZ8Zy4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0IzOZ8Zy4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0IzOZ8Zy4 .mbr-section-title {
  color: #ffffff;
}
.cid-v0IzOZ8Zy4 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v0IzOZFYHS {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f7f6fe;
}
.cid-v0IzOZFYHS .row {
  flex-direction: row-reverse;
}
.cid-v0IzOZFYHS .justify-content-center {
  align-items: center;
}
.cid-v0IzOZFYHS .mbr-section-title {
  text-align: center;
  color: #f58079;
}
.cid-v0IzOZFYHS .mbr-text,
.cid-v0IzOZFYHS .mbr-section-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v0IzOZFYHS .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v0IzOZFYHS .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v0IzOZFYHS .item-wrapper {
    padding: 4rem;
  }
}
.cid-v0IzP0fw6H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0071;
}
.cid-v0IzP0fw6H .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0IzP0fw6H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0IzP0fw6H .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v0IzP0fw6H .bg-facebook:hover {
  background: #0b60cb;
}
.cid-v0IzP0fw6H .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-v0IzP0fw6H .bg-twitter:hover {
  background: #0c85d0;
}
.cid-v0IzP0fw6H .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-v0IzP0fw6H .bg-pinterest:hover {
  background: #b3001b;
}
.cid-v0IzP0fw6H .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-v0IzP0fw6H .bg-instagram:hover {
  background: #bd005c;
}
.cid-v0IzP0fw6H .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-v0IzP0fw6H .bg-linkedin:hover {
  background: #005582;
}
.cid-v0IzP0fw6H .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-v0IzP0fw6H .bg-tiktok:hover {
  background: #000000;
}
.cid-v0IzP0fw6H .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-v0IzP0fw6H [class^="socicon-"]:before,
.cid-v0IzP0fw6H [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-v0IzP0fw6H .mbr-section-title,
.cid-v0IzP0fw6H .social-list {
  color: #ffffff;
}
.cid-v0IzP0SU72 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #0a0071;
}
.cid-v0IzP0SU72 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0IzP0SU72 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0IzP0SU72 .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-v0IzP0SU72 .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v0IzP0SU72 .row {
    flex-direction: column-reverse !important;
  }
  .cid-v0IzP0SU72 .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-v0IzP0SU72 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v0IzP0SU72 .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-v0IzP0SU72 .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-v0IzP0SU72 .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-v0IzP0SU72 .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-v0IzP0SU72 .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-v0IzP0SU72 .copyright {
    text-align: center;
  }
}
.cid-v1AkdRIMhx {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-color: #f7f6fe;
}
.cid-v1AkdRIMhx .mbr-text {
  color: #000000;
}
.cid-v1AkdRIMhx .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v1AkdRIMhx .mbr-section-title {
  color: #f5b857;
  text-align: left;
}
.cid-v1AkdRIMhx .mbr-section-subtitle,
.cid-v1AkdRIMhx .main-button {
  text-align: left;
  color: #000000;
}
.cid-v1AkdRIMhx .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v1AkdRIMhx .main-button {
    margin-bottom: 2rem;
  }
}
.cid-v1AkdRIMhx .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-v1AkdRIMhx .panel-group {
  border: none;
}
.cid-v1AkdRIMhx .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-v1AkdRIMhx .card-header {
    padding: 0rem;
  }
}
.cid-v1AkdRIMhx .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-v1AkdRIMhx .collapsed span {
  transform: rotate(0deg);
}
.cid-v1AkdRIMhx .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v1AkdRIMhx p {
  margin-bottom: 0.3rem;
}
.cid-v1AkdRIMhx .panel-title-edit {
  color: #000000;
}
.cid-v1AkdRIMhx .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-v1AkdRIMhx .card {
  background: #0cc0df;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-v1AkdRIMhx .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v1AkdRIMhx .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-v1AkdRIMhx .panel-text {
  color: #000000;
  text-align: left;
}
.cid-v1AkdRIMhx .panel-title-edit,
.cid-v1AkdRIMhx .mbr-iconfont {
  color: #000000;
}
.cid-v1AjPVxQcj {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v1AjPVxQcj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v1AjPVxQcj .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v1AjPVxQcj .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1AjPVxQcj .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v1AjPVxQcj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1AjPVxQcj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1AjPVxQcj .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v1AjPVxQcj .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v1AjPVxQcj .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-v1AjPVxQcj .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v1AjPVxQcj .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v1AjPVxQcj .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v1AjPVxQcj .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-v1AjPVxQcj .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v1AjPVxQcj .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v1AjPVxQcj .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v1AjPVxQcj .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v1AjPVxQcj .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v1AjPVxQcj .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v1AjPVxQcj .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v1AjPVxQcj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v1AjPVxQcj .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-v1AjPVxQcj .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v1AjPVxQcj .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v1AjPVxQcj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v1AjPVxQcj .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
  border-radius: 4px !important;
}
.cid-v1AjPVxQcj .nav-item:focus,
.cid-v1AjPVxQcj .nav-link:focus {
  outline: none;
}
.cid-v1AjPVxQcj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1AjPVxQcj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1AjPVxQcj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1AjPVxQcj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1AjPVxQcj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1AjPVxQcj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1AjPVxQcj .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v1AjPVxQcj .navbar.opened {
  transition: all 0.3s;
}
.cid-v1AjPVxQcj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1AjPVxQcj .navbar .navbar-logo img {
  width: auto;
}
.cid-v1AjPVxQcj .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v1AjPVxQcj .navbar.collapsed {
  justify-content: center;
}
.cid-v1AjPVxQcj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1AjPVxQcj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1AjPVxQcj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-v1AjPVxQcj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1AjPVxQcj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1AjPVxQcj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v1AjPVxQcj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1AjPVxQcj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1AjPVxQcj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v1AjPVxQcj .navbar {
    min-height: 72px;
  }
  .cid-v1AjPVxQcj .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v1AjPVxQcj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1AjPVxQcj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1AjPVxQcj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1AjPVxQcj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1AjPVxQcj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v1AjPVxQcj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1AjPVxQcj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v1AjPVxQcj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1AjPVxQcj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1AjPVxQcj .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v1AjPVxQcj .dropdown-item.active,
.cid-v1AjPVxQcj .dropdown-item:active {
  background-color: transparent;
}
.cid-v1AjPVxQcj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1AjPVxQcj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1AjPVxQcj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1AjPVxQcj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v1AjPVxQcj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v1AjPVxQcj .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v1AjPVxQcj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1AjPVxQcj .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v1AjPVxQcj .navbar-buttons {
    text-align: left;
  }
}
.cid-v1AjPVxQcj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1AjPVxQcj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v1AjPVxQcj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1AjPVxQcj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1AjPVxQcj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1AjPVxQcj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1AjPVxQcj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1AjPVxQcj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1AjPVxQcj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1AjPVxQcj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1AjPVxQcj .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v1AjPVxQcj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1AjPVxQcj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v1AjPVxQcj .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1AjPVxQcj .navbar {
    height: 70px;
  }
  .cid-v1AjPVxQcj .navbar.opened {
    height: auto;
  }
  .cid-v1AjPVxQcj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1AjPVxQcj .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v1AjPVxQcj .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v1AjPVxQcj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v1AjPVxQcj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v1AjPVxQcj .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v1AjPVxQcj .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v1AjPVxQcj .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v1AjPVxQcj .navbar-brand {
    margin-right: auto;
  }
  .cid-v1AjPVxQcj .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-v1AjPVxQcj .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v1AjPVxQcj .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v1AjPVxQcj .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v1AjPVxQcj .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v1AjPVxQcj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v1AjPVxQcj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v1AjPVxQcj .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v1AjPVxQcj .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v1AjPVxQcj .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v1AjPVxQcj .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v1AkeRe3jC {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #0cc0df;
}
.cid-v1AkeRe3jC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1AkeRe3jC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1AkeRe3jC .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-v1AkeRe3jC .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v1AkeRe3jC .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v1AkeRe3jC .card-wrapper {
    padding: 4rem;
  }
}
.cid-v1AkeRe3jC .mbr-text,
.cid-v1AkeRe3jC .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v1AkeRe3jC .card-title,
.cid-v1AkeRe3jC .card-box {
  text-align: left;
  color: #f5b857;
}
.cid-v1AkeRe3jC .mbr-section-subtitle {
  text-align: left;
}
.cid-v1AkeRe3jC .mbr-text {
  text-align: left;
}
.cid-v1AkeRe3jC .mbr-card-title {
  text-align: left;
  color: #0cc0df;
}
.cid-v1AkfxRXtC {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #0cc0df;
}
.cid-v1AkfxRXtC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1AkfxRXtC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1AkfxRXtC .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-v1AkfxRXtC .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v1AkfxRXtC .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v1AkfxRXtC .card-wrapper {
    padding: 4rem;
  }
}
.cid-v1AkfxRXtC .mbr-text,
.cid-v1AkfxRXtC .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v1AkfxRXtC .card-title,
.cid-v1AkfxRXtC .card-box {
  text-align: left;
  color: #f5b857;
}
.cid-v1AkfxRXtC .mbr-section-subtitle {
  text-align: left;
}
.cid-v1AkfxRXtC .mbr-text {
  text-align: left;
}
.cid-v1AkfxRXtC .mbr-card-title {
  text-align: left;
  color: #51c2e0;
}
.cid-v1AkfxRXtC .card-title,
.cid-v1AkfxRXtC .card-box DIV {
  text-align: left;
}
.cid-v1AjPWZ2cu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0071;
}
.cid-v1AjPWZ2cu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1AjPWZ2cu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1AjPWZ2cu .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v1AjPWZ2cu .bg-facebook:hover {
  background: #0b60cb;
}
.cid-v1AjPWZ2cu .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-v1AjPWZ2cu .bg-twitter:hover {
  background: #0c85d0;
}
.cid-v1AjPWZ2cu .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-v1AjPWZ2cu .bg-pinterest:hover {
  background: #b3001b;
}
.cid-v1AjPWZ2cu .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-v1AjPWZ2cu .bg-instagram:hover {
  background: #bd005c;
}
.cid-v1AjPWZ2cu .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-v1AjPWZ2cu .bg-linkedin:hover {
  background: #005582;
}
.cid-v1AjPWZ2cu .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-v1AjPWZ2cu .bg-tiktok:hover {
  background: #000000;
}
.cid-v1AjPWZ2cu .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-v1AjPWZ2cu [class^="socicon-"]:before,
.cid-v1AjPWZ2cu [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-v1AjPWZ2cu .mbr-section-title,
.cid-v1AjPWZ2cu .social-list {
  color: #ffffff;
}
.cid-v1AjPXixmw {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #0a0071;
}
.cid-v1AjPXixmw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1AjPXixmw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1AjPXixmw .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-v1AjPXixmw .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v1AjPXixmw .row {
    flex-direction: column-reverse !important;
  }
  .cid-v1AjPXixmw .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-v1AjPXixmw .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v1AjPXixmw .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-v1AjPXixmw .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-v1AjPXixmw .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-v1AjPXixmw .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-v1AjPXixmw .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-v1AjPXixmw .copyright {
    text-align: center;
  }
}
.cid-v1AkKO593y {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #0cc0df;
}
.cid-v1AkKO593y .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1AkKO593y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1AkKO593y .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-v1AkKO593y .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v1AkKO593y .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v1AkKO593y .card-wrapper {
    padding: 4rem;
  }
}
.cid-v1AkKO593y .mbr-text,
.cid-v1AkKO593y .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v1AkKO593y .card-title,
.cid-v1AkKO593y .card-box {
  text-align: left;
  color: #f5b857;
}
.cid-v1AkKO593y .mbr-section-subtitle {
  text-align: left;
}
.cid-v1AkKO593y .mbr-text {
  text-align: left;
}
.cid-v1AkKO593y .mbr-card-title {
  text-align: left;
  color: #51c2e0;
}
.cid-v1AkKO593y .card-title,
.cid-v1AkKO593y .card-box DIV {
  text-align: left;
}
