.btn {
  border: none !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Stack Sans Notch;
}
.display-1 {
  font-family: 'Stack Sans Notch', sans-serif;
  font-size: 6.25rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.8125rem;
}
.display-2 {
  font-family: 'Stack Sans Notch', sans-serif;
  font-size: 3rem;
  line-height: 1.15;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Stack Sans Text', sans-serif;
  font-size: 1rem;
  line-height: 1.35;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Stack Sans Notch', sans-serif;
  font-size: 1.375rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 1.71875rem;
}
.display-7 {
  font-family: 'Stack Sans Text', sans-serif;
  font-size: 1.125rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- 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: 5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.375rem;
    font-size: calc( 2.8375rem + (6.25 - 2.8375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (2.8375rem + (6.25 - 2.8375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.15 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.35 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 4.375rem;
    font-size: calc( 2.8375rem + (6.25 - 2.8375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1 * (2.8375rem + (6.25 - 2.8375) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.15 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.35 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.2 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((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: #e70000 !important;
}
.bg-success {
  background-color: #55cc00 !important;
}
.bg-info {
  background-color: #f7f7f7 !important;
}
.bg-warning {
  background-color: #e76700 !important;
}
.bg-danger {
  background-color: #900000 !important;
}
.btn-primary::after {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 100%;
  transition: all .8s ease;
  z-index: -1;
  transform: scale(1);
  background-color: #ff1b1b;
  margin-left: 16px;
  pointer-events: none;
}
.btn-primary::before {
  content: '';
  position: absolute;
  right: 24px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  transition: all .8s ease;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}
.btn-primary,
.btn-primary:active {
  background-color: #e70000 !important;
  border-color: #e70000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #e70000 !important;
  border-color: #ff1b1b !important;
  box-shadow: none;
}
.btn-primary:hover::after,
.btn-primary:focus::after,
.btn-primary.focus::after,
.btn-primary.active::after {
  transform: scale(50);
  background-color: #ff1b1b !important;
}
.btn-primary:hover::before,
.btn-primary:focus::before,
.btn-primary.focus::before,
.btn-primary.active::before {
  opacity: 1;
  background-color: #ffffff;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff1b1b !important;
  border-color: #ff1b1b !important;
}
.btn-secondary::after {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 100%;
  transition: all .8s ease;
  z-index: -1;
  transform: scale(1);
  background-color: #f10000;
  margin-left: 16px;
  pointer-events: none;
}
.btn-secondary::before {
  content: '';
  position: absolute;
  right: 24px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  transition: all .8s ease;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #be0000 !important;
  border-color: #be0000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #be0000 !important;
  border-color: #f10000 !important;
  box-shadow: none;
}
.btn-secondary:hover::after,
.btn-secondary:focus::after,
.btn-secondary.focus::after,
.btn-secondary.active::after {
  transform: scale(50);
  background-color: #f10000 !important;
}
.btn-secondary:hover::before,
.btn-secondary:focus::before,
.btn-secondary.focus::before,
.btn-secondary.active::before {
  opacity: 1;
  background-color: #ffffff;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #f10000 !important;
  border-color: #f10000 !important;
}
.btn-info::after {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 100%;
  transition: all .8s ease;
  z-index: -1;
  transform: scale(1);
  background-color: #ffffff;
  margin-left: 16px;
  pointer-events: none;
}
.btn-info::before {
  content: '';
  position: absolute;
  right: 24px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  transition: all .8s ease;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}
.btn-info,
.btn-info:active {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
  color: #5e5e5e !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #f7f7f7 !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover::after,
.btn-info:focus::after,
.btn-info.focus::after,
.btn-info.active::after {
  transform: scale(50);
  background-color: #ffffff !important;
}
.btn-info:hover::before,
.btn-info:focus::before,
.btn-info.focus::before,
.btn-info.active::before {
  opacity: 1;
  background-color: #5e5e5e;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #5e5e5e !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success::after {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 100%;
  transition: all .8s ease;
  z-index: -1;
  transform: scale(1);
  background-color: #6aff00;
  margin-left: 16px;
  pointer-events: none;
}
.btn-success::before {
  content: '';
  position: absolute;
  right: 24px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  transition: all .8s ease;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}
.btn-success,
.btn-success:active {
  background-color: #55cc00 !important;
  border-color: #55cc00 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #55cc00 !important;
  border-color: #6aff00 !important;
  box-shadow: none;
}
.btn-success:hover::after,
.btn-success:focus::after,
.btn-success.focus::after,
.btn-success.active::after {
  transform: scale(50);
  background-color: #6aff00 !important;
}
.btn-success:hover::before,
.btn-success:focus::before,
.btn-success.focus::before,
.btn-success.active::before {
  opacity: 1;
  background-color: #000000;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #6aff00 !important;
  border-color: #6aff00 !important;
}
.btn-warning::after {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 100%;
  transition: all .8s ease;
  z-index: -1;
  transform: scale(1);
  background-color: #ff811b;
  margin-left: 16px;
  pointer-events: none;
}
.btn-warning::before {
  content: '';
  position: absolute;
  right: 24px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  transition: all .8s ease;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}
.btn-warning,
.btn-warning:active {
  background-color: #e76700 !important;
  border-color: #e76700 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #e76700 !important;
  border-color: #ff811b !important;
  box-shadow: none;
}
.btn-warning:hover::after,
.btn-warning:focus::after,
.btn-warning.focus::after,
.btn-warning.active::after {
  transform: scale(50);
  background-color: #ff811b !important;
}
.btn-warning:hover::before,
.btn-warning:focus::before,
.btn-warning.focus::before,
.btn-warning.active::before {
  opacity: 1;
  background-color: #ffffff;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ff811b !important;
  border-color: #ff811b !important;
}
.btn-danger::after {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 100%;
  transition: all .8s ease;
  z-index: -1;
  transform: scale(1);
  background-color: #c30000;
  margin-left: 16px;
  pointer-events: none;
}
.btn-danger::before {
  content: '';
  position: absolute;
  right: 24px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  transition: all .8s ease;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}
.btn-danger,
.btn-danger:active {
  background-color: #900000 !important;
  border-color: #900000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #900000 !important;
  border-color: #c30000 !important;
  box-shadow: none;
}
.btn-danger:hover::after,
.btn-danger:focus::after,
.btn-danger.focus::after,
.btn-danger.active::after {
  transform: scale(50);
  background-color: #c30000 !important;
}
.btn-danger:hover::before,
.btn-danger:focus::before,
.btn-danger.focus::before,
.btn-danger.active::before {
  opacity: 1;
  background-color: #ffffff;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #c30000 !important;
  border-color: #c30000 !important;
}
.btn-white::after {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 100%;
  transition: all .8s ease;
  z-index: -1;
  transform: scale(1);
  background-color: #ffffff;
  margin-left: 16px;
  pointer-events: none;
}
.btn-white::before {
  content: '';
  position: absolute;
  right: 24px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  transition: all .8s ease;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #666666 !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:hover::after,
.btn-white:focus::after,
.btn-white.focus::after,
.btn-white.active::after {
  transform: scale(50);
  background-color: #ffffff !important;
}
.btn-white:hover::before,
.btn-white:focus::before,
.btn-white.focus::before,
.btn-white.active::before {
  opacity: 1;
  background-color: #666666;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #666666 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black::after {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 100%;
  transition: all .8s ease;
  z-index: -1;
  transform: scale(1);
  background-color: #1a1a1a;
  margin-left: 16px;
  pointer-events: none;
}
.btn-black::before {
  content: '';
  position: absolute;
  right: 24px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  transition: all .8s ease;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #000000 !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-black:hover::after,
.btn-black:focus::after,
.btn-black.focus::after,
.btn-black.active::after {
  transform: scale(50);
  background-color: #1a1a1a !important;
}
.btn-black:hover::before,
.btn-black:focus::before,
.btn-black.focus::before,
.btn-black.active::before {
  opacity: 1;
  background-color: #ffffff;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e70000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #900000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e70000 !important;
  border-color: #e70000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #be0000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #670000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #be0000 !important;
  border-color: #be0000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f7f7f7;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #cccccc !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #787878 !important;
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #55cc00;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #317500 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #55cc00 !important;
  border-color: #55cc00 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e76700;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #904000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #e76700 !important;
  border-color: #e76700 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #900000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #390000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #900000 !important;
  border-color: #900000 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #e70000 !important;
}
.text-secondary {
  color: #be0000 !important;
}
.text-success {
  color: #55cc00 !important;
}
.text-info {
  color: #f7f7f7 !important;
}
.text-warning {
  color: #e76700 !important;
}
.text-danger {
  color: #900000 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #810000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #580000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #2a6600 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #c4c4c4 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #813a00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #2a0000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #e70000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f7f7f7;
}
.alert-warning {
  background-color: #e76700;
}
.alert-danger {
  background-color: #900000;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e70000;
  border-color: #e70000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e70000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffb4b4;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c3ff99;
}
.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: #ffd5b4;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ff1111;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Stack Sans Text', sans-serif;
  font-size: 1rem;
  line-height: 1.35;
  font-weight: 400;
  border-radius: 10px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #e70000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Stack Sans Text', sans-serif;
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.40625rem;
}
blockquote {
  border-color: #e70000;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e70000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #e70000;
}
.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: #e70000;
  border-bottom-color: #e70000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #e70000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #be0000 !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='%23e70000' %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;
}
html,
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn {
  will-change: transform;
}
.mbr-section-btn .btn {
  position: relative;
  z-index: 1;
  font-weight: 400;
  padding: 15px 24px;
  overflow: hidden;
  align-items: center;
  transition: all .8s ease;
  will-change: transform;
}
.mbr-section-btn .btn-white {
  color: #000000 !important;
}
.mbr-section-btn .btn-white::after {
  background-color: #e70000 !important;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn .btn-white.focus,
.mbr-section-btn .btn-white.active {
  color: #ffffff !important;
  background-color: #e70000 !important;
  border-color: #e70000 !important;
  box-shadow: none;
  transition: background-color 1s ease;
}
.mbr-section-btn .btn-white:hover::before,
.mbr-section-btn .btn-white:focus::before,
.mbr-section-btn .btn-white.focus::before,
.mbr-section-btn .btn-white.active::before {
  background-color: #ffffff !important;
}
.mbr-section-btn .btn-black {
  color: #ffffff !important;
}
.mbr-section-btn .btn-black::after {
  background-color: #e70000 !important;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn .btn-black.focus,
.mbr-section-btn .btn-black.active {
  color: #ffffff !important;
  background-color: #e70000 !important;
  border-color: #e70000 !important;
  box-shadow: none;
  transition: background-color 1s ease;
}
.mbr-section-btn .btn-black:hover::before,
.mbr-section-btn .btn-black:focus::before,
.mbr-section-btn .btn-black.focus::before,
.mbr-section-btn .btn-black.active::before {
  background-color: #ffffff !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 32px !important;
}
@media (max-width: 992px) {
  img,
  .card-wrap,
  .card-wrapper,
  .video-wrapper,
  .mbr-figure iframe,
  .google-map iframe,
  .slide-content,
  .plan,
  .card,
  .item-wrapper {
    border-radius: 16px !important;
  }
}
.large-radius {
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .large-radius {
    border-radius: 24px !important;
  }
}
.little-radius {
  border-radius: 24px !important;
}
.lit-radius {
  border-radius: 16px !important;
}
.nav-item .nav-link,
.dropdown-item {
  border-radius: 12px !important;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vgF8rVstUg .navbar-dropdown {
  position: relative !important;
}
.cid-vgF8rVstUg .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vgF8rVstUg .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vgF8rVstUg .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgF8rVstUg .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vgF8rVstUg .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-vgF8rVstUg .dropdown-item:hover,
.cid-vgF8rVstUg .dropdown-item:focus {
  background: #ffffff !important;
  color: #be0000 !important;
}
.cid-vgF8rVstUg .dropdown-item:hover span {
  color: white;
}
.cid-vgF8rVstUg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgF8rVstUg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgF8rVstUg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgF8rVstUg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vgF8rVstUg .nav-link {
  position: relative;
}
.cid-vgF8rVstUg .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vgF8rVstUg .container {
    flex-wrap: nowrap;
  }
}
.cid-vgF8rVstUg .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vgF8rVstUg .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vgF8rVstUg .dropdown-menu,
.cid-vgF8rVstUg .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-vgF8rVstUg .nav-item:focus,
.cid-vgF8rVstUg .nav-link:focus {
  outline: none;
}
.cid-vgF8rVstUg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgF8rVstUg .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vgF8rVstUg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgF8rVstUg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgF8rVstUg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgF8rVstUg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgF8rVstUg .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vgF8rVstUg .navbar.opened {
  transition: all 0.3s;
}
.cid-vgF8rVstUg .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 18px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vgF8rVstUg .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vgF8rVstUg .navbar .navbar-logo img {
  width: auto;
  border-radius: 0 !important;
}
.cid-vgF8rVstUg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgF8rVstUg .navbar.collapsed {
  justify-content: center;
}
.cid-vgF8rVstUg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgF8rVstUg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vgF8rVstUg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgF8rVstUg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgF8rVstUg .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-vgF8rVstUg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgF8rVstUg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgF8rVstUg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgF8rVstUg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgF8rVstUg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgF8rVstUg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgF8rVstUg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgF8rVstUg .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-vgF8rVstUg .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0 !important;
  }
  .cid-vgF8rVstUg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgF8rVstUg .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vgF8rVstUg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vgF8rVstUg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgF8rVstUg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgF8rVstUg .navbar.navbar-short {
  min-height: 80px;
}
.cid-vgF8rVstUg .navbar.navbar-short .navbar-brand {
  min-height: 80px;
}
.cid-vgF8rVstUg .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vgF8rVstUg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vgF8rVstUg .navbar-brand .navbar-caption:hover,
.cid-vgF8rVstUg .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}
.cid-vgF8rVstUg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgF8rVstUg .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vgF8rVstUg .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}
.cid-vgF8rVstUg .dropdown-item.active,
.cid-vgF8rVstUg .dropdown-item:active {
  background-color: transparent;
}
.cid-vgF8rVstUg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgF8rVstUg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgF8rVstUg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgF8rVstUg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vgF8rVstUg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vgF8rVstUg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vgF8rVstUg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgF8rVstUg ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vgF8rVstUg ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vgF8rVstUg .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vgF8rVstUg .navbar-buttons {
    text-align: left;
  }
}
.cid-vgF8rVstUg .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vgF8rVstUg .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vgF8rVstUg button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f7f7f7 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vgF8rVstUg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vgF8rVstUg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vgF8rVstUg button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgF8rVstUg button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgF8rVstUg button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vgF8rVstUg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgF8rVstUg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgF8rVstUg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgF8rVstUg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgF8rVstUg .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vgF8rVstUg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgF8rVstUg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgF8rVstUg .navbar {
    height: 70px;
  }
  .cid-vgF8rVstUg .navbar.opened {
    height: auto;
  }
  .cid-vgF8rVstUg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgF8rVstUg .navbar-nav {
  margin: 0 auto;
}
.cid-vgF8rVstUg .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vgF8rVstUg .nav-item .nav-link {
  padding: 8px 18px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vgF8rVstUg .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vgF8rVstUg .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #be0000 !important;
}
.cid-vgF8rVstUg .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vgF8rVstUg .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vgF8rVstUg .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vgF8rVstUg .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vgF8rVstUg .navbar {
    justify-content: flex-start !important;
  }
  .cid-vgF8rVstUg .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vgF8rVstUg .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vgF8rVstUg .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vgF8rVstUg .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vgF8rVstUg .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vgF8rVstUg .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vgF8rVstUg .content-wrap {
  min-height: 80px;
}
.cid-v3gpqUae3X {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-v3gpqUae3X .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3gpqUae3X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3gpqUae3X .card-wrapper {
  position: relative;
  padding: 120px 60px 60px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v3gpqUae3X .card-wrapper {
    padding: 40px 20px;
  }
}
.cid-v3gpqUae3X .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v3gpqUae3X .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.4;
  z-index: 1;
  pointer-events: none;
}
.cid-v3gpqUae3X .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 464px;
}
@media (max-width: 1440px) {
  .cid-v3gpqUae3X .card-wrapper .title-wrapper {
    margin-top: 240px;
  }
}
@media (max-width: 1200px) {
  .cid-v3gpqUae3X .card-wrapper .title-wrapper {
    margin-top: 120px;
  }
}
@media (max-width: 992px) {
  .cid-v3gpqUae3X .card-wrapper .title-wrapper {
    margin-top: 0;
  }
}
.cid-v3gpqUae3X .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v3gpqUae3X .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v3gpqUae3X .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v3gpqUae3X .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-v3gpqUae3X .mbr-section-title {
  color: #ffffff;
}
.cid-v3gpqUae3X .mbr-text {
  color: #ffffff;
}
.cid-vgFbEfh2XV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgFbEfh2XV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFbEfh2XV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFbEfh2XV .title-wrapper {
  margin-bottom: 40px;
}
.cid-vgFbEfh2XV .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vgFbEfh2XV .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgFbEfh2XV .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgFbEfh2XV .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgFbEfh2XV .items-wrapper {
  margin: 0 -8px;
}
.cid-vgFbEfh2XV .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vgFbEfh2XV .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vgFbEfh2XV .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgFbEfh2XV .items-wrapper .item:nth-child(3n + 2) {
  transform: translateY(80px);
}
@media (max-width: 992px) {
  .cid-vgFbEfh2XV .items-wrapper .item:nth-child(3n + 2) {
    transform: none;
  }
}
.cid-vgFbEfh2XV .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 480px;
  padding: 8px;
}
@media (max-width: 992px) {
  .cid-vgFbEfh2XV .items-wrapper .item .item-wrapper {
    min-height: 380px;
  }
}
.cid-vgFbEfh2XV .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vgFbEfh2XV .items-wrapper .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 16px;
  animation: none !important;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vgFbEfh2XV .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-vgFbEfh2XV .items-wrapper .item .item-wrapper .item-content .over-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  z-index: 1;
  pointer-events: none;
}
.cid-vgFbEfh2XV .items-wrapper .item .item-wrapper .item-content .blur-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
  z-index: 1;
}
.cid-vgFbEfh2XV .items-wrapper .item .item-wrapper .item-content .item-name {
  position: relative;
  z-index: 1;
  margin-bottom: 4px;
}
.cid-vgFbEfh2XV .items-wrapper .item .item-wrapper .item-content .item-role {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vgFbEfh2XV .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 12px;
}
.cid-vgFbEfh2XV .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgFbEfh2XV .mbr-label {
  color: #be0000;
  text-align: center;
}
.cid-vgFbEfh2XV .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vgFbEfh2XV .mbr-text,
.cid-vgFbEfh2XV .text-wrapper {
  color: #6c7179;
  text-align: center;
}
.cid-vgFbEfh2XV .item-name {
  color: #ffffff;
}
.cid-vgFbEfh2XV .item-role {
  color: #d1d3d6;
}
.cid-vgFdo35ltF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgFdo35ltF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFdo35ltF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFdo35ltF .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vgFdo35ltF .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgFdo35ltF .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vgFdo35ltF .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgFdo35ltF .mbr-label {
  color: #000000;
}
.cid-vgFdo35ltF .mbr-text {
  color: #ffffff;
}
.cid-vgFdo35ltF .mbr-text,
.cid-vgFdo35ltF .mbr-section-btn {
  color: #000000;
}
.cid-vgFdu0cQW6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgFdu0cQW6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFdu0cQW6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFdu0cQW6 .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vgFdu0cQW6 .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vgFdu0cQW6 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vgFdu0cQW6 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vgFdu0cQW6 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-vgFdu0cQW6 .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vgFdu0cQW6 .mbr-section-title {
  color: #111111;
}
.cid-vgFdu0cQW6 .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-vgFdu0cQW6 .mbr-text,
.cid-vgFdu0cQW6 .text-wrapper {
  color: #666666;
}
.cid-vgFlmLf82D .navbar-dropdown {
  position: relative !important;
}
.cid-vgFlmLf82D .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vgFlmLf82D .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vgFlmLf82D .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgFlmLf82D .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vgFlmLf82D .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-vgFlmLf82D .dropdown-item:hover,
.cid-vgFlmLf82D .dropdown-item:focus {
  background: #ffffff !important;
  color: #be0000 !important;
}
.cid-vgFlmLf82D .dropdown-item:hover span {
  color: white;
}
.cid-vgFlmLf82D .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgFlmLf82D .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgFlmLf82D .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgFlmLf82D .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vgFlmLf82D .nav-link {
  position: relative;
}
.cid-vgFlmLf82D .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vgFlmLf82D .container {
    flex-wrap: nowrap;
  }
}
.cid-vgFlmLf82D .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vgFlmLf82D .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vgFlmLf82D .dropdown-menu,
.cid-vgFlmLf82D .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-vgFlmLf82D .nav-item:focus,
.cid-vgFlmLf82D .nav-link:focus {
  outline: none;
}
.cid-vgFlmLf82D .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgFlmLf82D .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vgFlmLf82D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgFlmLf82D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgFlmLf82D .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgFlmLf82D .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgFlmLf82D .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vgFlmLf82D .navbar.opened {
  transition: all 0.3s;
}
.cid-vgFlmLf82D .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 18px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vgFlmLf82D .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vgFlmLf82D .navbar .navbar-logo img {
  width: auto;
  border-radius: 0 !important;
}
.cid-vgFlmLf82D .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgFlmLf82D .navbar.collapsed {
  justify-content: center;
}
.cid-vgFlmLf82D .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgFlmLf82D .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vgFlmLf82D .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgFlmLf82D .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgFlmLf82D .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-vgFlmLf82D .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgFlmLf82D .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgFlmLf82D .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgFlmLf82D .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgFlmLf82D .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgFlmLf82D .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgFlmLf82D .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgFlmLf82D .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-vgFlmLf82D .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0 !important;
  }
  .cid-vgFlmLf82D .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgFlmLf82D .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vgFlmLf82D .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vgFlmLf82D .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgFlmLf82D .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgFlmLf82D .navbar.navbar-short {
  min-height: 80px;
}
.cid-vgFlmLf82D .navbar.navbar-short .navbar-brand {
  min-height: 80px;
}
.cid-vgFlmLf82D .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vgFlmLf82D .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vgFlmLf82D .navbar-brand .navbar-caption:hover,
.cid-vgFlmLf82D .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}
.cid-vgFlmLf82D .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgFlmLf82D .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vgFlmLf82D .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}
.cid-vgFlmLf82D .dropdown-item.active,
.cid-vgFlmLf82D .dropdown-item:active {
  background-color: transparent;
}
.cid-vgFlmLf82D .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgFlmLf82D .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgFlmLf82D .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgFlmLf82D .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vgFlmLf82D .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vgFlmLf82D .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vgFlmLf82D .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgFlmLf82D ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vgFlmLf82D ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vgFlmLf82D .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vgFlmLf82D .navbar-buttons {
    text-align: left;
  }
}
.cid-vgFlmLf82D .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vgFlmLf82D .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vgFlmLf82D button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f7f7f7 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vgFlmLf82D button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vgFlmLf82D button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vgFlmLf82D button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgFlmLf82D button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgFlmLf82D button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vgFlmLf82D nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgFlmLf82D nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgFlmLf82D nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgFlmLf82D nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgFlmLf82D .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vgFlmLf82D a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgFlmLf82D .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgFlmLf82D .navbar {
    height: 70px;
  }
  .cid-vgFlmLf82D .navbar.opened {
    height: auto;
  }
  .cid-vgFlmLf82D .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgFlmLf82D .navbar-nav {
  margin: 0 auto;
}
.cid-vgFlmLf82D .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vgFlmLf82D .nav-item .nav-link {
  padding: 8px 18px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vgFlmLf82D .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vgFlmLf82D .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #be0000 !important;
}
.cid-vgFlmLf82D .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vgFlmLf82D .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vgFlmLf82D .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vgFlmLf82D .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vgFlmLf82D .navbar {
    justify-content: flex-start !important;
  }
  .cid-vgFlmLf82D .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vgFlmLf82D .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vgFlmLf82D .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vgFlmLf82D .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vgFlmLf82D .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vgFlmLf82D .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vgFlmLf82D .content-wrap {
  min-height: 80px;
}
.cid-vgFlmLJPIy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vgFlmLJPIy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFlmLJPIy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFlmLJPIy .card-wrapper {
  position: relative;
  padding: 120px 60px 60px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vgFlmLJPIy .card-wrapper {
    padding: 40px 20px;
  }
}
.cid-vgFlmLJPIy .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vgFlmLJPIy .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.4;
  z-index: 1;
  pointer-events: none;
}
.cid-vgFlmLJPIy .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 464px;
}
@media (max-width: 1440px) {
  .cid-vgFlmLJPIy .card-wrapper .title-wrapper {
    margin-top: 240px;
  }
}
@media (max-width: 1200px) {
  .cid-vgFlmLJPIy .card-wrapper .title-wrapper {
    margin-top: 120px;
  }
}
@media (max-width: 992px) {
  .cid-vgFlmLJPIy .card-wrapper .title-wrapper {
    margin-top: 0;
  }
}
.cid-vgFlmLJPIy .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vgFlmLJPIy .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vgFlmLJPIy .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vgFlmLJPIy .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-vgFlmLJPIy .mbr-section-title {
  color: #ffffff;
}
.cid-vgFlmLJPIy .mbr-text {
  color: #ffffff;
}
.cid-vgFlmM5GI1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgFlmM5GI1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFlmM5GI1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFlmM5GI1 .title-wrapper {
  margin-bottom: 40px;
}
.cid-vgFlmM5GI1 .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vgFlmM5GI1 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgFlmM5GI1 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgFlmM5GI1 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgFlmM5GI1 .items-wrapper {
  margin: 0 -8px;
}
.cid-vgFlmM5GI1 .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vgFlmM5GI1 .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vgFlmM5GI1 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgFlmM5GI1 .items-wrapper .item:nth-child(3n + 2) {
  transform: translateY(80px);
}
@media (max-width: 992px) {
  .cid-vgFlmM5GI1 .items-wrapper .item:nth-child(3n + 2) {
    transform: none;
  }
}
.cid-vgFlmM5GI1 .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 480px;
  padding: 8px;
}
@media (max-width: 992px) {
  .cid-vgFlmM5GI1 .items-wrapper .item .item-wrapper {
    min-height: 380px;
  }
}
.cid-vgFlmM5GI1 .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vgFlmM5GI1 .items-wrapper .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 16px;
  animation: none !important;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vgFlmM5GI1 .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-vgFlmM5GI1 .items-wrapper .item .item-wrapper .item-content .over-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  z-index: 1;
  pointer-events: none;
}
.cid-vgFlmM5GI1 .items-wrapper .item .item-wrapper .item-content .blur-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
  z-index: 1;
}
.cid-vgFlmM5GI1 .items-wrapper .item .item-wrapper .item-content .item-name {
  position: relative;
  z-index: 1;
  margin-bottom: 4px;
}
.cid-vgFlmM5GI1 .items-wrapper .item .item-wrapper .item-content .item-role {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vgFlmM5GI1 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 12px;
}
.cid-vgFlmM5GI1 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgFlmM5GI1 .mbr-label {
  color: #be0000;
  text-align: center;
}
.cid-vgFlmM5GI1 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vgFlmM5GI1 .mbr-text,
.cid-vgFlmM5GI1 .text-wrapper {
  color: #6c7179;
  text-align: center;
}
.cid-vgFlmM5GI1 .item-name {
  color: #ffffff;
}
.cid-vgFlmM5GI1 .item-role {
  color: #d1d3d6;
}
.cid-vgFlmMzpeP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgFlmMzpeP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFlmMzpeP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFlmMzpeP .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vgFlmMzpeP .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgFlmMzpeP .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vgFlmMzpeP .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgFlmMzpeP .mbr-label {
  color: #000000;
}
.cid-vgFlmMzpeP .mbr-text {
  color: #ffffff;
}
.cid-vgFlmMzpeP .mbr-text,
.cid-vgFlmMzpeP .mbr-section-btn {
  color: #000000;
}
.cid-vgFlmNaQlE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgFlmNaQlE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFlmNaQlE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFlmNaQlE .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vgFlmNaQlE .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vgFlmNaQlE .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vgFlmNaQlE .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vgFlmNaQlE .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-vgFlmNaQlE .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vgFlmNaQlE .mbr-section-title {
  color: #111111;
}
.cid-vgFlmNaQlE .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-vgFlmNaQlE .mbr-text,
.cid-vgFlmNaQlE .text-wrapper {
  color: #666666;
}
.cid-vgFlqC7Rkm .navbar-dropdown {
  position: relative !important;
}
.cid-vgFlqC7Rkm .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vgFlqC7Rkm .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vgFlqC7Rkm .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgFlqC7Rkm .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vgFlqC7Rkm .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-vgFlqC7Rkm .dropdown-item:hover,
.cid-vgFlqC7Rkm .dropdown-item:focus {
  background: #ffffff !important;
  color: #be0000 !important;
}
.cid-vgFlqC7Rkm .dropdown-item:hover span {
  color: white;
}
.cid-vgFlqC7Rkm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgFlqC7Rkm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgFlqC7Rkm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgFlqC7Rkm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vgFlqC7Rkm .nav-link {
  position: relative;
}
.cid-vgFlqC7Rkm .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vgFlqC7Rkm .container {
    flex-wrap: nowrap;
  }
}
.cid-vgFlqC7Rkm .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vgFlqC7Rkm .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vgFlqC7Rkm .dropdown-menu,
.cid-vgFlqC7Rkm .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-vgFlqC7Rkm .nav-item:focus,
.cid-vgFlqC7Rkm .nav-link:focus {
  outline: none;
}
.cid-vgFlqC7Rkm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgFlqC7Rkm .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vgFlqC7Rkm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgFlqC7Rkm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgFlqC7Rkm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgFlqC7Rkm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgFlqC7Rkm .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vgFlqC7Rkm .navbar.opened {
  transition: all 0.3s;
}
.cid-vgFlqC7Rkm .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 18px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vgFlqC7Rkm .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vgFlqC7Rkm .navbar .navbar-logo img {
  width: auto;
  border-radius: 0 !important;
}
.cid-vgFlqC7Rkm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgFlqC7Rkm .navbar.collapsed {
  justify-content: center;
}
.cid-vgFlqC7Rkm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgFlqC7Rkm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vgFlqC7Rkm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgFlqC7Rkm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgFlqC7Rkm .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-vgFlqC7Rkm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgFlqC7Rkm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgFlqC7Rkm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgFlqC7Rkm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgFlqC7Rkm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgFlqC7Rkm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgFlqC7Rkm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgFlqC7Rkm .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-vgFlqC7Rkm .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0 !important;
  }
  .cid-vgFlqC7Rkm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgFlqC7Rkm .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vgFlqC7Rkm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vgFlqC7Rkm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgFlqC7Rkm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgFlqC7Rkm .navbar.navbar-short {
  min-height: 80px;
}
.cid-vgFlqC7Rkm .navbar.navbar-short .navbar-brand {
  min-height: 80px;
}
.cid-vgFlqC7Rkm .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vgFlqC7Rkm .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vgFlqC7Rkm .navbar-brand .navbar-caption:hover,
.cid-vgFlqC7Rkm .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}
.cid-vgFlqC7Rkm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgFlqC7Rkm .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vgFlqC7Rkm .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}
.cid-vgFlqC7Rkm .dropdown-item.active,
.cid-vgFlqC7Rkm .dropdown-item:active {
  background-color: transparent;
}
.cid-vgFlqC7Rkm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgFlqC7Rkm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgFlqC7Rkm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgFlqC7Rkm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vgFlqC7Rkm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vgFlqC7Rkm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vgFlqC7Rkm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgFlqC7Rkm ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vgFlqC7Rkm ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vgFlqC7Rkm .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vgFlqC7Rkm .navbar-buttons {
    text-align: left;
  }
}
.cid-vgFlqC7Rkm .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vgFlqC7Rkm .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vgFlqC7Rkm button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f7f7f7 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vgFlqC7Rkm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vgFlqC7Rkm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vgFlqC7Rkm button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgFlqC7Rkm button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgFlqC7Rkm button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vgFlqC7Rkm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgFlqC7Rkm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgFlqC7Rkm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgFlqC7Rkm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgFlqC7Rkm .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vgFlqC7Rkm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgFlqC7Rkm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgFlqC7Rkm .navbar {
    height: 70px;
  }
  .cid-vgFlqC7Rkm .navbar.opened {
    height: auto;
  }
  .cid-vgFlqC7Rkm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgFlqC7Rkm .navbar-nav {
  margin: 0 auto;
}
.cid-vgFlqC7Rkm .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vgFlqC7Rkm .nav-item .nav-link {
  padding: 8px 18px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vgFlqC7Rkm .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vgFlqC7Rkm .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #be0000 !important;
}
.cid-vgFlqC7Rkm .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vgFlqC7Rkm .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vgFlqC7Rkm .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vgFlqC7Rkm .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vgFlqC7Rkm .navbar {
    justify-content: flex-start !important;
  }
  .cid-vgFlqC7Rkm .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vgFlqC7Rkm .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vgFlqC7Rkm .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vgFlqC7Rkm .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vgFlqC7Rkm .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vgFlqC7Rkm .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vgFlqC7Rkm .content-wrap {
  min-height: 80px;
}
.cid-vgFlqCA03i {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vgFlqCA03i .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFlqCA03i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFlqCA03i .card-wrapper {
  position: relative;
  padding: 120px 60px 60px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vgFlqCA03i .card-wrapper {
    padding: 40px 20px;
  }
}
.cid-vgFlqCA03i .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vgFlqCA03i .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.4;
  z-index: 1;
  pointer-events: none;
}
.cid-vgFlqCA03i .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 464px;
}
@media (max-width: 1440px) {
  .cid-vgFlqCA03i .card-wrapper .title-wrapper {
    margin-top: 240px;
  }
}
@media (max-width: 1200px) {
  .cid-vgFlqCA03i .card-wrapper .title-wrapper {
    margin-top: 120px;
  }
}
@media (max-width: 992px) {
  .cid-vgFlqCA03i .card-wrapper .title-wrapper {
    margin-top: 0;
  }
}
.cid-vgFlqCA03i .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vgFlqCA03i .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vgFlqCA03i .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vgFlqCA03i .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-vgFlqCA03i .mbr-section-title {
  color: #ffffff;
}
.cid-vgFlqCA03i .mbr-text {
  color: #ffffff;
}
.cid-vgFlqCYWX9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgFlqCYWX9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFlqCYWX9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFlqCYWX9 .title-wrapper {
  margin-bottom: 40px;
}
.cid-vgFlqCYWX9 .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vgFlqCYWX9 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgFlqCYWX9 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgFlqCYWX9 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgFlqCYWX9 .items-wrapper {
  margin: 0 -8px;
}
.cid-vgFlqCYWX9 .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vgFlqCYWX9 .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vgFlqCYWX9 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgFlqCYWX9 .items-wrapper .item:nth-child(3n + 2) {
  transform: translateY(80px);
}
@media (max-width: 992px) {
  .cid-vgFlqCYWX9 .items-wrapper .item:nth-child(3n + 2) {
    transform: none;
  }
}
.cid-vgFlqCYWX9 .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 480px;
  padding: 8px;
}
@media (max-width: 992px) {
  .cid-vgFlqCYWX9 .items-wrapper .item .item-wrapper {
    min-height: 380px;
  }
}
.cid-vgFlqCYWX9 .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vgFlqCYWX9 .items-wrapper .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 16px;
  animation: none !important;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vgFlqCYWX9 .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-vgFlqCYWX9 .items-wrapper .item .item-wrapper .item-content .over-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  z-index: 1;
  pointer-events: none;
}
.cid-vgFlqCYWX9 .items-wrapper .item .item-wrapper .item-content .blur-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
  z-index: 1;
}
.cid-vgFlqCYWX9 .items-wrapper .item .item-wrapper .item-content .item-name {
  position: relative;
  z-index: 1;
  margin-bottom: 4px;
}
.cid-vgFlqCYWX9 .items-wrapper .item .item-wrapper .item-content .item-role {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vgFlqCYWX9 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 12px;
}
.cid-vgFlqCYWX9 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgFlqCYWX9 .mbr-label {
  color: #be0000;
  text-align: center;
}
.cid-vgFlqCYWX9 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vgFlqCYWX9 .mbr-text,
.cid-vgFlqCYWX9 .text-wrapper {
  color: #6c7179;
  text-align: center;
}
.cid-vgFlqCYWX9 .item-name {
  color: #ffffff;
}
.cid-vgFlqCYWX9 .item-role {
  color: #d1d3d6;
}
.cid-vgFlqDtWKg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgFlqDtWKg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFlqDtWKg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFlqDtWKg .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vgFlqDtWKg .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgFlqDtWKg .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vgFlqDtWKg .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgFlqDtWKg .mbr-label {
  color: #000000;
}
.cid-vgFlqDtWKg .mbr-text {
  color: #ffffff;
}
.cid-vgFlqDtWKg .mbr-text,
.cid-vgFlqDtWKg .mbr-section-btn {
  color: #000000;
}
.cid-vgFlqE3UaO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgFlqE3UaO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFlqE3UaO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFlqE3UaO .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vgFlqE3UaO .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vgFlqE3UaO .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vgFlqE3UaO .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vgFlqE3UaO .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-vgFlqE3UaO .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vgFlqE3UaO .mbr-section-title {
  color: #111111;
}
.cid-vgFlqE3UaO .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-vgFlqE3UaO .mbr-text,
.cid-vgFlqE3UaO .text-wrapper {
  color: #666666;
}
.cid-vgFlsmAZJq .navbar-dropdown {
  position: relative !important;
}
.cid-vgFlsmAZJq .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vgFlsmAZJq .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vgFlsmAZJq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgFlsmAZJq .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vgFlsmAZJq .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-vgFlsmAZJq .dropdown-item:hover,
.cid-vgFlsmAZJq .dropdown-item:focus {
  background: #ffffff !important;
  color: #be0000 !important;
}
.cid-vgFlsmAZJq .dropdown-item:hover span {
  color: white;
}
.cid-vgFlsmAZJq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgFlsmAZJq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgFlsmAZJq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgFlsmAZJq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vgFlsmAZJq .nav-link {
  position: relative;
}
.cid-vgFlsmAZJq .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vgFlsmAZJq .container {
    flex-wrap: nowrap;
  }
}
.cid-vgFlsmAZJq .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vgFlsmAZJq .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vgFlsmAZJq .dropdown-menu,
.cid-vgFlsmAZJq .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-vgFlsmAZJq .nav-item:focus,
.cid-vgFlsmAZJq .nav-link:focus {
  outline: none;
}
.cid-vgFlsmAZJq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgFlsmAZJq .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vgFlsmAZJq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgFlsmAZJq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgFlsmAZJq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgFlsmAZJq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgFlsmAZJq .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vgFlsmAZJq .navbar.opened {
  transition: all 0.3s;
}
.cid-vgFlsmAZJq .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 18px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vgFlsmAZJq .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vgFlsmAZJq .navbar .navbar-logo img {
  width: auto;
  border-radius: 0 !important;
}
.cid-vgFlsmAZJq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgFlsmAZJq .navbar.collapsed {
  justify-content: center;
}
.cid-vgFlsmAZJq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgFlsmAZJq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vgFlsmAZJq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgFlsmAZJq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgFlsmAZJq .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-vgFlsmAZJq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgFlsmAZJq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgFlsmAZJq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgFlsmAZJq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgFlsmAZJq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgFlsmAZJq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgFlsmAZJq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgFlsmAZJq .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-vgFlsmAZJq .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0 !important;
  }
  .cid-vgFlsmAZJq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgFlsmAZJq .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vgFlsmAZJq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vgFlsmAZJq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgFlsmAZJq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgFlsmAZJq .navbar.navbar-short {
  min-height: 80px;
}
.cid-vgFlsmAZJq .navbar.navbar-short .navbar-brand {
  min-height: 80px;
}
.cid-vgFlsmAZJq .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vgFlsmAZJq .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vgFlsmAZJq .navbar-brand .navbar-caption:hover,
.cid-vgFlsmAZJq .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}
.cid-vgFlsmAZJq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgFlsmAZJq .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vgFlsmAZJq .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}
.cid-vgFlsmAZJq .dropdown-item.active,
.cid-vgFlsmAZJq .dropdown-item:active {
  background-color: transparent;
}
.cid-vgFlsmAZJq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgFlsmAZJq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgFlsmAZJq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgFlsmAZJq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vgFlsmAZJq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vgFlsmAZJq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vgFlsmAZJq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgFlsmAZJq ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vgFlsmAZJq ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vgFlsmAZJq .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vgFlsmAZJq .navbar-buttons {
    text-align: left;
  }
}
.cid-vgFlsmAZJq .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vgFlsmAZJq .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vgFlsmAZJq button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f7f7f7 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vgFlsmAZJq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vgFlsmAZJq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vgFlsmAZJq button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgFlsmAZJq button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgFlsmAZJq button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vgFlsmAZJq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgFlsmAZJq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgFlsmAZJq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgFlsmAZJq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgFlsmAZJq .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vgFlsmAZJq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgFlsmAZJq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgFlsmAZJq .navbar {
    height: 70px;
  }
  .cid-vgFlsmAZJq .navbar.opened {
    height: auto;
  }
  .cid-vgFlsmAZJq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgFlsmAZJq .navbar-nav {
  margin: 0 auto;
}
.cid-vgFlsmAZJq .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vgFlsmAZJq .nav-item .nav-link {
  padding: 8px 18px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vgFlsmAZJq .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vgFlsmAZJq .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #be0000 !important;
}
.cid-vgFlsmAZJq .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vgFlsmAZJq .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vgFlsmAZJq .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vgFlsmAZJq .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vgFlsmAZJq .navbar {
    justify-content: flex-start !important;
  }
  .cid-vgFlsmAZJq .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vgFlsmAZJq .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vgFlsmAZJq .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vgFlsmAZJq .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vgFlsmAZJq .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vgFlsmAZJq .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vgFlsmAZJq .content-wrap {
  min-height: 80px;
}
.cid-vgFlsn3vDf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vgFlsn3vDf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFlsn3vDf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFlsn3vDf .card-wrapper {
  position: relative;
  padding: 120px 60px 60px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vgFlsn3vDf .card-wrapper {
    padding: 40px 20px;
  }
}
.cid-vgFlsn3vDf .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vgFlsn3vDf .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.4;
  z-index: 1;
  pointer-events: none;
}
.cid-vgFlsn3vDf .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 464px;
}
@media (max-width: 1440px) {
  .cid-vgFlsn3vDf .card-wrapper .title-wrapper {
    margin-top: 240px;
  }
}
@media (max-width: 1200px) {
  .cid-vgFlsn3vDf .card-wrapper .title-wrapper {
    margin-top: 120px;
  }
}
@media (max-width: 992px) {
  .cid-vgFlsn3vDf .card-wrapper .title-wrapper {
    margin-top: 0;
  }
}
.cid-vgFlsn3vDf .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vgFlsn3vDf .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vgFlsn3vDf .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vgFlsn3vDf .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-vgFlsn3vDf .mbr-section-title {
  color: #ffffff;
}
.cid-vgFlsn3vDf .mbr-text {
  color: #ffffff;
}
.cid-vgFlsnoQgy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgFlsnoQgy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFlsnoQgy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFlsnoQgy .title-wrapper {
  margin-bottom: 40px;
}
.cid-vgFlsnoQgy .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vgFlsnoQgy .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgFlsnoQgy .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgFlsnoQgy .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgFlsnoQgy .items-wrapper {
  margin: 0 -8px;
}
.cid-vgFlsnoQgy .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vgFlsnoQgy .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vgFlsnoQgy .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgFlsnoQgy .items-wrapper .item:nth-child(3n + 2) {
  transform: translateY(80px);
}
@media (max-width: 992px) {
  .cid-vgFlsnoQgy .items-wrapper .item:nth-child(3n + 2) {
    transform: none;
  }
}
.cid-vgFlsnoQgy .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 480px;
  padding: 8px;
}
@media (max-width: 992px) {
  .cid-vgFlsnoQgy .items-wrapper .item .item-wrapper {
    min-height: 380px;
  }
}
.cid-vgFlsnoQgy .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vgFlsnoQgy .items-wrapper .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 16px;
  animation: none !important;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vgFlsnoQgy .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-vgFlsnoQgy .items-wrapper .item .item-wrapper .item-content .over-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  z-index: 1;
  pointer-events: none;
}
.cid-vgFlsnoQgy .items-wrapper .item .item-wrapper .item-content .blur-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
  z-index: 1;
}
.cid-vgFlsnoQgy .items-wrapper .item .item-wrapper .item-content .item-name {
  position: relative;
  z-index: 1;
  margin-bottom: 4px;
}
.cid-vgFlsnoQgy .items-wrapper .item .item-wrapper .item-content .item-role {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vgFlsnoQgy .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 12px;
}
.cid-vgFlsnoQgy .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgFlsnoQgy .mbr-label {
  color: #be0000;
  text-align: center;
}
.cid-vgFlsnoQgy .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vgFlsnoQgy .mbr-text,
.cid-vgFlsnoQgy .text-wrapper {
  color: #6c7179;
  text-align: center;
}
.cid-vgFlsnoQgy .item-name {
  color: #ffffff;
}
.cid-vgFlsnoQgy .item-role {
  color: #d1d3d6;
}
.cid-vgFlsnSYvh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgFlsnSYvh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFlsnSYvh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFlsnSYvh .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vgFlsnSYvh .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgFlsnSYvh .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vgFlsnSYvh .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgFlsnSYvh .mbr-label {
  color: #000000;
}
.cid-vgFlsnSYvh .mbr-text {
  color: #ffffff;
}
.cid-vgFlsnSYvh .mbr-text,
.cid-vgFlsnSYvh .mbr-section-btn {
  color: #000000;
}
.cid-vgFlsosJZy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgFlsosJZy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFlsosJZy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFlsosJZy .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vgFlsosJZy .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vgFlsosJZy .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vgFlsosJZy .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vgFlsosJZy .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-vgFlsosJZy .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vgFlsosJZy .mbr-section-title {
  color: #111111;
}
.cid-vgFlsosJZy .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-vgFlsosJZy .mbr-text,
.cid-vgFlsosJZy .text-wrapper {
  color: #666666;
}
.cid-vgFluTUBiC .navbar-dropdown {
  position: relative !important;
}
.cid-vgFluTUBiC .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vgFluTUBiC .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vgFluTUBiC .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgFluTUBiC .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vgFluTUBiC .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-vgFluTUBiC .dropdown-item:hover,
.cid-vgFluTUBiC .dropdown-item:focus {
  background: #ffffff !important;
  color: #be0000 !important;
}
.cid-vgFluTUBiC .dropdown-item:hover span {
  color: white;
}
.cid-vgFluTUBiC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgFluTUBiC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgFluTUBiC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgFluTUBiC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vgFluTUBiC .nav-link {
  position: relative;
}
.cid-vgFluTUBiC .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vgFluTUBiC .container {
    flex-wrap: nowrap;
  }
}
.cid-vgFluTUBiC .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vgFluTUBiC .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vgFluTUBiC .dropdown-menu,
.cid-vgFluTUBiC .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-vgFluTUBiC .nav-item:focus,
.cid-vgFluTUBiC .nav-link:focus {
  outline: none;
}
.cid-vgFluTUBiC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgFluTUBiC .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vgFluTUBiC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgFluTUBiC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgFluTUBiC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgFluTUBiC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgFluTUBiC .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vgFluTUBiC .navbar.opened {
  transition: all 0.3s;
}
.cid-vgFluTUBiC .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 18px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vgFluTUBiC .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vgFluTUBiC .navbar .navbar-logo img {
  width: auto;
  border-radius: 0 !important;
}
.cid-vgFluTUBiC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgFluTUBiC .navbar.collapsed {
  justify-content: center;
}
.cid-vgFluTUBiC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgFluTUBiC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vgFluTUBiC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgFluTUBiC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgFluTUBiC .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-vgFluTUBiC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgFluTUBiC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgFluTUBiC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgFluTUBiC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgFluTUBiC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgFluTUBiC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgFluTUBiC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgFluTUBiC .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-vgFluTUBiC .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0 !important;
  }
  .cid-vgFluTUBiC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgFluTUBiC .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vgFluTUBiC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vgFluTUBiC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgFluTUBiC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgFluTUBiC .navbar.navbar-short {
  min-height: 80px;
}
.cid-vgFluTUBiC .navbar.navbar-short .navbar-brand {
  min-height: 80px;
}
.cid-vgFluTUBiC .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vgFluTUBiC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vgFluTUBiC .navbar-brand .navbar-caption:hover,
.cid-vgFluTUBiC .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}
.cid-vgFluTUBiC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgFluTUBiC .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vgFluTUBiC .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}
.cid-vgFluTUBiC .dropdown-item.active,
.cid-vgFluTUBiC .dropdown-item:active {
  background-color: transparent;
}
.cid-vgFluTUBiC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgFluTUBiC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgFluTUBiC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgFluTUBiC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vgFluTUBiC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vgFluTUBiC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vgFluTUBiC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgFluTUBiC ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vgFluTUBiC ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vgFluTUBiC .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vgFluTUBiC .navbar-buttons {
    text-align: left;
  }
}
.cid-vgFluTUBiC .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vgFluTUBiC .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vgFluTUBiC button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f7f7f7 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vgFluTUBiC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vgFluTUBiC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vgFluTUBiC button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgFluTUBiC button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgFluTUBiC button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vgFluTUBiC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgFluTUBiC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgFluTUBiC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgFluTUBiC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgFluTUBiC .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vgFluTUBiC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgFluTUBiC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgFluTUBiC .navbar {
    height: 70px;
  }
  .cid-vgFluTUBiC .navbar.opened {
    height: auto;
  }
  .cid-vgFluTUBiC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgFluTUBiC .navbar-nav {
  margin: 0 auto;
}
.cid-vgFluTUBiC .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vgFluTUBiC .nav-item .nav-link {
  padding: 8px 18px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vgFluTUBiC .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vgFluTUBiC .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #be0000 !important;
}
.cid-vgFluTUBiC .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vgFluTUBiC .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vgFluTUBiC .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vgFluTUBiC .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vgFluTUBiC .navbar {
    justify-content: flex-start !important;
  }
  .cid-vgFluTUBiC .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vgFluTUBiC .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vgFluTUBiC .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vgFluTUBiC .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vgFluTUBiC .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vgFluTUBiC .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vgFluTUBiC .content-wrap {
  min-height: 80px;
}
.cid-vgFluUpKlE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vgFluUpKlE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFluUpKlE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFluUpKlE .card-wrapper {
  position: relative;
  padding: 120px 60px 60px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vgFluUpKlE .card-wrapper {
    padding: 40px 20px;
  }
}
.cid-vgFluUpKlE .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vgFluUpKlE .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.4;
  z-index: 1;
  pointer-events: none;
}
.cid-vgFluUpKlE .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 464px;
}
@media (max-width: 1440px) {
  .cid-vgFluUpKlE .card-wrapper .title-wrapper {
    margin-top: 240px;
  }
}
@media (max-width: 1200px) {
  .cid-vgFluUpKlE .card-wrapper .title-wrapper {
    margin-top: 120px;
  }
}
@media (max-width: 992px) {
  .cid-vgFluUpKlE .card-wrapper .title-wrapper {
    margin-top: 0;
  }
}
.cid-vgFluUpKlE .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vgFluUpKlE .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vgFluUpKlE .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vgFluUpKlE .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-vgFluUpKlE .mbr-section-title {
  color: #ffffff;
}
.cid-vgFluUpKlE .mbr-text {
  color: #ffffff;
}
.cid-vgFluUJPvX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgFluUJPvX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFluUJPvX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFluUJPvX .title-wrapper {
  margin-bottom: 40px;
}
.cid-vgFluUJPvX .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vgFluUJPvX .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgFluUJPvX .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgFluUJPvX .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgFluUJPvX .items-wrapper {
  margin: 0 -8px;
}
.cid-vgFluUJPvX .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vgFluUJPvX .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vgFluUJPvX .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgFluUJPvX .items-wrapper .item:nth-child(3n + 2) {
  transform: translateY(80px);
}
@media (max-width: 992px) {
  .cid-vgFluUJPvX .items-wrapper .item:nth-child(3n + 2) {
    transform: none;
  }
}
.cid-vgFluUJPvX .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 480px;
  padding: 8px;
}
@media (max-width: 992px) {
  .cid-vgFluUJPvX .items-wrapper .item .item-wrapper {
    min-height: 380px;
  }
}
.cid-vgFluUJPvX .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vgFluUJPvX .items-wrapper .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 16px;
  animation: none !important;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vgFluUJPvX .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-vgFluUJPvX .items-wrapper .item .item-wrapper .item-content .over-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  z-index: 1;
  pointer-events: none;
}
.cid-vgFluUJPvX .items-wrapper .item .item-wrapper .item-content .blur-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
  z-index: 1;
}
.cid-vgFluUJPvX .items-wrapper .item .item-wrapper .item-content .item-name {
  position: relative;
  z-index: 1;
  margin-bottom: 4px;
}
.cid-vgFluUJPvX .items-wrapper .item .item-wrapper .item-content .item-role {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vgFluUJPvX .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 12px;
}
.cid-vgFluUJPvX .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgFluUJPvX .mbr-label {
  color: #be0000;
  text-align: center;
}
.cid-vgFluUJPvX .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vgFluUJPvX .mbr-text,
.cid-vgFluUJPvX .text-wrapper {
  color: #6c7179;
  text-align: center;
}
.cid-vgFluUJPvX .item-name {
  color: #ffffff;
}
.cid-vgFluUJPvX .item-role {
  color: #d1d3d6;
}
.cid-vgFluVaQrh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgFluVaQrh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFluVaQrh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFluVaQrh .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vgFluVaQrh .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgFluVaQrh .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vgFluVaQrh .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgFluVaQrh .mbr-label {
  color: #000000;
}
.cid-vgFluVaQrh .mbr-text {
  color: #ffffff;
}
.cid-vgFluVaQrh .mbr-text,
.cid-vgFluVaQrh .mbr-section-btn {
  color: #000000;
}
.cid-vgFluVKE8c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgFluVKE8c .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFluVKE8c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFluVKE8c .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vgFluVKE8c .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vgFluVKE8c .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vgFluVKE8c .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vgFluVKE8c .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-vgFluVKE8c .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vgFluVKE8c .mbr-section-title {
  color: #111111;
}
.cid-vgFluVKE8c .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-vgFluVKE8c .mbr-text,
.cid-vgFluVKE8c .text-wrapper {
  color: #666666;
}
.cid-vgFlDyj7wv .navbar-dropdown {
  position: relative !important;
}
.cid-vgFlDyj7wv .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vgFlDyj7wv .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vgFlDyj7wv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgFlDyj7wv .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vgFlDyj7wv .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-vgFlDyj7wv .dropdown-item:hover,
.cid-vgFlDyj7wv .dropdown-item:focus {
  background: #ffffff !important;
  color: #be0000 !important;
}
.cid-vgFlDyj7wv .dropdown-item:hover span {
  color: white;
}
.cid-vgFlDyj7wv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgFlDyj7wv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgFlDyj7wv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgFlDyj7wv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vgFlDyj7wv .nav-link {
  position: relative;
}
.cid-vgFlDyj7wv .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vgFlDyj7wv .container {
    flex-wrap: nowrap;
  }
}
.cid-vgFlDyj7wv .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vgFlDyj7wv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vgFlDyj7wv .dropdown-menu,
.cid-vgFlDyj7wv .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-vgFlDyj7wv .nav-item:focus,
.cid-vgFlDyj7wv .nav-link:focus {
  outline: none;
}
.cid-vgFlDyj7wv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgFlDyj7wv .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vgFlDyj7wv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgFlDyj7wv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgFlDyj7wv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgFlDyj7wv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgFlDyj7wv .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vgFlDyj7wv .navbar.opened {
  transition: all 0.3s;
}
.cid-vgFlDyj7wv .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 18px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vgFlDyj7wv .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vgFlDyj7wv .navbar .navbar-logo img {
  width: auto;
  border-radius: 0 !important;
}
.cid-vgFlDyj7wv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgFlDyj7wv .navbar.collapsed {
  justify-content: center;
}
.cid-vgFlDyj7wv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgFlDyj7wv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vgFlDyj7wv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgFlDyj7wv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgFlDyj7wv .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-vgFlDyj7wv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgFlDyj7wv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgFlDyj7wv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgFlDyj7wv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgFlDyj7wv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgFlDyj7wv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgFlDyj7wv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgFlDyj7wv .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-vgFlDyj7wv .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0 !important;
  }
  .cid-vgFlDyj7wv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgFlDyj7wv .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vgFlDyj7wv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vgFlDyj7wv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgFlDyj7wv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgFlDyj7wv .navbar.navbar-short {
  min-height: 80px;
}
.cid-vgFlDyj7wv .navbar.navbar-short .navbar-brand {
  min-height: 80px;
}
.cid-vgFlDyj7wv .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vgFlDyj7wv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vgFlDyj7wv .navbar-brand .navbar-caption:hover,
.cid-vgFlDyj7wv .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}
.cid-vgFlDyj7wv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgFlDyj7wv .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vgFlDyj7wv .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}
.cid-vgFlDyj7wv .dropdown-item.active,
.cid-vgFlDyj7wv .dropdown-item:active {
  background-color: transparent;
}
.cid-vgFlDyj7wv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgFlDyj7wv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgFlDyj7wv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgFlDyj7wv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vgFlDyj7wv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vgFlDyj7wv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vgFlDyj7wv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgFlDyj7wv ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vgFlDyj7wv ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vgFlDyj7wv .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vgFlDyj7wv .navbar-buttons {
    text-align: left;
  }
}
.cid-vgFlDyj7wv .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vgFlDyj7wv .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vgFlDyj7wv button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f7f7f7 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vgFlDyj7wv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vgFlDyj7wv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vgFlDyj7wv button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgFlDyj7wv button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgFlDyj7wv button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vgFlDyj7wv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgFlDyj7wv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgFlDyj7wv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgFlDyj7wv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgFlDyj7wv .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vgFlDyj7wv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgFlDyj7wv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgFlDyj7wv .navbar {
    height: 70px;
  }
  .cid-vgFlDyj7wv .navbar.opened {
    height: auto;
  }
  .cid-vgFlDyj7wv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgFlDyj7wv .navbar-nav {
  margin: 0 auto;
}
.cid-vgFlDyj7wv .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vgFlDyj7wv .nav-item .nav-link {
  padding: 8px 18px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vgFlDyj7wv .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vgFlDyj7wv .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #be0000 !important;
}
.cid-vgFlDyj7wv .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vgFlDyj7wv .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vgFlDyj7wv .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vgFlDyj7wv .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vgFlDyj7wv .navbar {
    justify-content: flex-start !important;
  }
  .cid-vgFlDyj7wv .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vgFlDyj7wv .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vgFlDyj7wv .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vgFlDyj7wv .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vgFlDyj7wv .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vgFlDyj7wv .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vgFlDyj7wv .content-wrap {
  min-height: 80px;
}
.cid-vgFlDyMJog {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vgFlDyMJog .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFlDyMJog .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFlDyMJog .card-wrapper {
  position: relative;
  padding: 120px 60px 60px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vgFlDyMJog .card-wrapper {
    padding: 40px 20px;
  }
}
.cid-vgFlDyMJog .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vgFlDyMJog .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.4;
  z-index: 1;
  pointer-events: none;
}
.cid-vgFlDyMJog .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 464px;
}
@media (max-width: 1440px) {
  .cid-vgFlDyMJog .card-wrapper .title-wrapper {
    margin-top: 240px;
  }
}
@media (max-width: 1200px) {
  .cid-vgFlDyMJog .card-wrapper .title-wrapper {
    margin-top: 120px;
  }
}
@media (max-width: 992px) {
  .cid-vgFlDyMJog .card-wrapper .title-wrapper {
    margin-top: 0;
  }
}
.cid-vgFlDyMJog .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vgFlDyMJog .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vgFlDyMJog .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vgFlDyMJog .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-vgFlDyMJog .mbr-section-title {
  color: #ffffff;
}
.cid-vgFlDyMJog .mbr-text {
  color: #ffffff;
}
.cid-vgFlDz9ZZu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgFlDz9ZZu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFlDz9ZZu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFlDz9ZZu .title-wrapper {
  margin-bottom: 40px;
}
.cid-vgFlDz9ZZu .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vgFlDz9ZZu .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgFlDz9ZZu .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgFlDz9ZZu .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgFlDz9ZZu .items-wrapper {
  margin: 0 -8px;
}
.cid-vgFlDz9ZZu .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vgFlDz9ZZu .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vgFlDz9ZZu .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgFlDz9ZZu .items-wrapper .item:nth-child(3n + 2) {
  transform: translateY(80px);
}
@media (max-width: 992px) {
  .cid-vgFlDz9ZZu .items-wrapper .item:nth-child(3n + 2) {
    transform: none;
  }
}
.cid-vgFlDz9ZZu .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 480px;
  padding: 8px;
}
@media (max-width: 992px) {
  .cid-vgFlDz9ZZu .items-wrapper .item .item-wrapper {
    min-height: 380px;
  }
}
.cid-vgFlDz9ZZu .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vgFlDz9ZZu .items-wrapper .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 16px;
  animation: none !important;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vgFlDz9ZZu .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-vgFlDz9ZZu .items-wrapper .item .item-wrapper .item-content .over-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  z-index: 1;
  pointer-events: none;
}
.cid-vgFlDz9ZZu .items-wrapper .item .item-wrapper .item-content .blur-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
  z-index: 1;
}
.cid-vgFlDz9ZZu .items-wrapper .item .item-wrapper .item-content .item-name {
  position: relative;
  z-index: 1;
  margin-bottom: 4px;
}
.cid-vgFlDz9ZZu .items-wrapper .item .item-wrapper .item-content .item-role {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vgFlDz9ZZu .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 12px;
}
.cid-vgFlDz9ZZu .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgFlDz9ZZu .mbr-label {
  color: #be0000;
  text-align: center;
}
.cid-vgFlDz9ZZu .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vgFlDz9ZZu .mbr-text,
.cid-vgFlDz9ZZu .text-wrapper {
  color: #6c7179;
  text-align: center;
}
.cid-vgFlDz9ZZu .item-name {
  color: #ffffff;
}
.cid-vgFlDz9ZZu .item-role {
  color: #d1d3d6;
}
.cid-vgFlDzD48o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgFlDzD48o .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFlDzD48o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFlDzD48o .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vgFlDzD48o .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgFlDzD48o .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vgFlDzD48o .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgFlDzD48o .mbr-label {
  color: #000000;
}
.cid-vgFlDzD48o .mbr-text {
  color: #ffffff;
}
.cid-vgFlDzD48o .mbr-text,
.cid-vgFlDzD48o .mbr-section-btn {
  color: #000000;
}
.cid-vgFlDAcYXm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgFlDAcYXm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFlDAcYXm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFlDAcYXm .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vgFlDAcYXm .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vgFlDAcYXm .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vgFlDAcYXm .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vgFlDAcYXm .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-vgFlDAcYXm .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vgFlDAcYXm .mbr-section-title {
  color: #111111;
}
.cid-vgFlDAcYXm .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-vgFlDAcYXm .mbr-text,
.cid-vgFlDAcYXm .text-wrapper {
  color: #666666;
}
.cid-vgFlFRFWGn .navbar-dropdown {
  position: relative !important;
}
.cid-vgFlFRFWGn .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vgFlFRFWGn .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vgFlFRFWGn .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgFlFRFWGn .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vgFlFRFWGn .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-vgFlFRFWGn .dropdown-item:hover,
.cid-vgFlFRFWGn .dropdown-item:focus {
  background: #ffffff !important;
  color: #be0000 !important;
}
.cid-vgFlFRFWGn .dropdown-item:hover span {
  color: white;
}
.cid-vgFlFRFWGn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgFlFRFWGn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgFlFRFWGn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgFlFRFWGn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vgFlFRFWGn .nav-link {
  position: relative;
}
.cid-vgFlFRFWGn .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vgFlFRFWGn .container {
    flex-wrap: nowrap;
  }
}
.cid-vgFlFRFWGn .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vgFlFRFWGn .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vgFlFRFWGn .dropdown-menu,
.cid-vgFlFRFWGn .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-vgFlFRFWGn .nav-item:focus,
.cid-vgFlFRFWGn .nav-link:focus {
  outline: none;
}
.cid-vgFlFRFWGn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgFlFRFWGn .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vgFlFRFWGn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgFlFRFWGn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgFlFRFWGn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgFlFRFWGn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgFlFRFWGn .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vgFlFRFWGn .navbar.opened {
  transition: all 0.3s;
}
.cid-vgFlFRFWGn .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 18px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vgFlFRFWGn .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vgFlFRFWGn .navbar .navbar-logo img {
  width: auto;
  border-radius: 0 !important;
}
.cid-vgFlFRFWGn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgFlFRFWGn .navbar.collapsed {
  justify-content: center;
}
.cid-vgFlFRFWGn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgFlFRFWGn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vgFlFRFWGn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgFlFRFWGn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgFlFRFWGn .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-vgFlFRFWGn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgFlFRFWGn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgFlFRFWGn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgFlFRFWGn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgFlFRFWGn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgFlFRFWGn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgFlFRFWGn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgFlFRFWGn .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-vgFlFRFWGn .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0 !important;
  }
  .cid-vgFlFRFWGn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgFlFRFWGn .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vgFlFRFWGn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vgFlFRFWGn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgFlFRFWGn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgFlFRFWGn .navbar.navbar-short {
  min-height: 80px;
}
.cid-vgFlFRFWGn .navbar.navbar-short .navbar-brand {
  min-height: 80px;
}
.cid-vgFlFRFWGn .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vgFlFRFWGn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vgFlFRFWGn .navbar-brand .navbar-caption:hover,
.cid-vgFlFRFWGn .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}
.cid-vgFlFRFWGn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgFlFRFWGn .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vgFlFRFWGn .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}
.cid-vgFlFRFWGn .dropdown-item.active,
.cid-vgFlFRFWGn .dropdown-item:active {
  background-color: transparent;
}
.cid-vgFlFRFWGn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgFlFRFWGn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgFlFRFWGn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgFlFRFWGn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vgFlFRFWGn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vgFlFRFWGn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vgFlFRFWGn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgFlFRFWGn ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vgFlFRFWGn ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vgFlFRFWGn .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vgFlFRFWGn .navbar-buttons {
    text-align: left;
  }
}
.cid-vgFlFRFWGn .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vgFlFRFWGn .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vgFlFRFWGn button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f7f7f7 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vgFlFRFWGn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vgFlFRFWGn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vgFlFRFWGn button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgFlFRFWGn button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgFlFRFWGn button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vgFlFRFWGn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgFlFRFWGn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgFlFRFWGn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgFlFRFWGn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgFlFRFWGn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vgFlFRFWGn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgFlFRFWGn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgFlFRFWGn .navbar {
    height: 70px;
  }
  .cid-vgFlFRFWGn .navbar.opened {
    height: auto;
  }
  .cid-vgFlFRFWGn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgFlFRFWGn .navbar-nav {
  margin: 0 auto;
}
.cid-vgFlFRFWGn .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vgFlFRFWGn .nav-item .nav-link {
  padding: 8px 18px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vgFlFRFWGn .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vgFlFRFWGn .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #be0000 !important;
}
.cid-vgFlFRFWGn .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vgFlFRFWGn .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vgFlFRFWGn .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vgFlFRFWGn .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vgFlFRFWGn .navbar {
    justify-content: flex-start !important;
  }
  .cid-vgFlFRFWGn .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vgFlFRFWGn .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vgFlFRFWGn .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vgFlFRFWGn .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vgFlFRFWGn .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vgFlFRFWGn .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vgFlFRFWGn .content-wrap {
  min-height: 80px;
}
.cid-vgFlFS8Mzw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vgFlFS8Mzw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFlFS8Mzw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFlFS8Mzw .card-wrapper {
  position: relative;
  padding: 120px 60px 60px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vgFlFS8Mzw .card-wrapper {
    padding: 40px 20px;
  }
}
.cid-vgFlFS8Mzw .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vgFlFS8Mzw .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.4;
  z-index: 1;
  pointer-events: none;
}
.cid-vgFlFS8Mzw .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 464px;
}
@media (max-width: 1440px) {
  .cid-vgFlFS8Mzw .card-wrapper .title-wrapper {
    margin-top: 240px;
  }
}
@media (max-width: 1200px) {
  .cid-vgFlFS8Mzw .card-wrapper .title-wrapper {
    margin-top: 120px;
  }
}
@media (max-width: 992px) {
  .cid-vgFlFS8Mzw .card-wrapper .title-wrapper {
    margin-top: 0;
  }
}
.cid-vgFlFS8Mzw .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vgFlFS8Mzw .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vgFlFS8Mzw .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vgFlFS8Mzw .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-vgFlFS8Mzw .mbr-section-title {
  color: #ffffff;
}
.cid-vgFlFS8Mzw .mbr-text {
  color: #ffffff;
}
.cid-vgFlFSu9I6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgFlFSu9I6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFlFSu9I6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFlFSu9I6 .title-wrapper {
  margin-bottom: 40px;
}
.cid-vgFlFSu9I6 .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vgFlFSu9I6 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgFlFSu9I6 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgFlFSu9I6 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgFlFSu9I6 .items-wrapper {
  margin: 0 -8px;
}
.cid-vgFlFSu9I6 .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vgFlFSu9I6 .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vgFlFSu9I6 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgFlFSu9I6 .items-wrapper .item:nth-child(3n + 2) {
  transform: translateY(80px);
}
@media (max-width: 992px) {
  .cid-vgFlFSu9I6 .items-wrapper .item:nth-child(3n + 2) {
    transform: none;
  }
}
.cid-vgFlFSu9I6 .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 480px;
  padding: 8px;
}
@media (max-width: 992px) {
  .cid-vgFlFSu9I6 .items-wrapper .item .item-wrapper {
    min-height: 380px;
  }
}
.cid-vgFlFSu9I6 .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vgFlFSu9I6 .items-wrapper .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 16px;
  animation: none !important;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vgFlFSu9I6 .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-vgFlFSu9I6 .items-wrapper .item .item-wrapper .item-content .over-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  z-index: 1;
  pointer-events: none;
}
.cid-vgFlFSu9I6 .items-wrapper .item .item-wrapper .item-content .blur-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
  z-index: 1;
}
.cid-vgFlFSu9I6 .items-wrapper .item .item-wrapper .item-content .item-name {
  position: relative;
  z-index: 1;
  margin-bottom: 4px;
}
.cid-vgFlFSu9I6 .items-wrapper .item .item-wrapper .item-content .item-role {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vgFlFSu9I6 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 12px;
}
.cid-vgFlFSu9I6 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgFlFSu9I6 .mbr-label {
  color: #be0000;
  text-align: center;
}
.cid-vgFlFSu9I6 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vgFlFSu9I6 .mbr-text,
.cid-vgFlFSu9I6 .text-wrapper {
  color: #6c7179;
  text-align: center;
}
.cid-vgFlFSu9I6 .item-name {
  color: #ffffff;
}
.cid-vgFlFSu9I6 .item-role {
  color: #d1d3d6;
}
.cid-vgFlFSYzvU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgFlFSYzvU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFlFSYzvU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFlFSYzvU .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vgFlFSYzvU .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgFlFSYzvU .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vgFlFSYzvU .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgFlFSYzvU .mbr-label {
  color: #000000;
}
.cid-vgFlFSYzvU .mbr-text {
  color: #ffffff;
}
.cid-vgFlFSYzvU .mbr-text,
.cid-vgFlFSYzvU .mbr-section-btn {
  color: #000000;
}
.cid-vgFlFTztxU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgFlFTztxU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFlFTztxU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFlFTztxU .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vgFlFTztxU .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vgFlFTztxU .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vgFlFTztxU .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vgFlFTztxU .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-vgFlFTztxU .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vgFlFTztxU .mbr-section-title {
  color: #111111;
}
.cid-vgFlFTztxU .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-vgFlFTztxU .mbr-text,
.cid-vgFlFTztxU .text-wrapper {
  color: #666666;
}
.cid-vgFlHh2eFq .navbar-dropdown {
  position: relative !important;
}
.cid-vgFlHh2eFq .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vgFlHh2eFq .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vgFlHh2eFq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgFlHh2eFq .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vgFlHh2eFq .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-vgFlHh2eFq .dropdown-item:hover,
.cid-vgFlHh2eFq .dropdown-item:focus {
  background: #ffffff !important;
  color: #be0000 !important;
}
.cid-vgFlHh2eFq .dropdown-item:hover span {
  color: white;
}
.cid-vgFlHh2eFq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgFlHh2eFq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgFlHh2eFq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgFlHh2eFq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vgFlHh2eFq .nav-link {
  position: relative;
}
.cid-vgFlHh2eFq .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vgFlHh2eFq .container {
    flex-wrap: nowrap;
  }
}
.cid-vgFlHh2eFq .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vgFlHh2eFq .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vgFlHh2eFq .dropdown-menu,
.cid-vgFlHh2eFq .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-vgFlHh2eFq .nav-item:focus,
.cid-vgFlHh2eFq .nav-link:focus {
  outline: none;
}
.cid-vgFlHh2eFq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgFlHh2eFq .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vgFlHh2eFq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgFlHh2eFq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgFlHh2eFq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgFlHh2eFq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgFlHh2eFq .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vgFlHh2eFq .navbar.opened {
  transition: all 0.3s;
}
.cid-vgFlHh2eFq .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 18px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vgFlHh2eFq .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vgFlHh2eFq .navbar .navbar-logo img {
  width: auto;
  border-radius: 0 !important;
}
.cid-vgFlHh2eFq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgFlHh2eFq .navbar.collapsed {
  justify-content: center;
}
.cid-vgFlHh2eFq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgFlHh2eFq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vgFlHh2eFq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgFlHh2eFq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgFlHh2eFq .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-vgFlHh2eFq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgFlHh2eFq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgFlHh2eFq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgFlHh2eFq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgFlHh2eFq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgFlHh2eFq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgFlHh2eFq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgFlHh2eFq .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-vgFlHh2eFq .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0 !important;
  }
  .cid-vgFlHh2eFq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgFlHh2eFq .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vgFlHh2eFq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vgFlHh2eFq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgFlHh2eFq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgFlHh2eFq .navbar.navbar-short {
  min-height: 80px;
}
.cid-vgFlHh2eFq .navbar.navbar-short .navbar-brand {
  min-height: 80px;
}
.cid-vgFlHh2eFq .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vgFlHh2eFq .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vgFlHh2eFq .navbar-brand .navbar-caption:hover,
.cid-vgFlHh2eFq .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}
.cid-vgFlHh2eFq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgFlHh2eFq .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vgFlHh2eFq .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}
.cid-vgFlHh2eFq .dropdown-item.active,
.cid-vgFlHh2eFq .dropdown-item:active {
  background-color: transparent;
}
.cid-vgFlHh2eFq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgFlHh2eFq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgFlHh2eFq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgFlHh2eFq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vgFlHh2eFq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vgFlHh2eFq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vgFlHh2eFq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgFlHh2eFq ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vgFlHh2eFq ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vgFlHh2eFq .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vgFlHh2eFq .navbar-buttons {
    text-align: left;
  }
}
.cid-vgFlHh2eFq .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vgFlHh2eFq .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vgFlHh2eFq button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f7f7f7 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vgFlHh2eFq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vgFlHh2eFq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vgFlHh2eFq button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgFlHh2eFq button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgFlHh2eFq button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vgFlHh2eFq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgFlHh2eFq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgFlHh2eFq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgFlHh2eFq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgFlHh2eFq .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vgFlHh2eFq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgFlHh2eFq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgFlHh2eFq .navbar {
    height: 70px;
  }
  .cid-vgFlHh2eFq .navbar.opened {
    height: auto;
  }
  .cid-vgFlHh2eFq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgFlHh2eFq .navbar-nav {
  margin: 0 auto;
}
.cid-vgFlHh2eFq .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vgFlHh2eFq .nav-item .nav-link {
  padding: 8px 18px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vgFlHh2eFq .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vgFlHh2eFq .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #be0000 !important;
}
.cid-vgFlHh2eFq .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vgFlHh2eFq .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vgFlHh2eFq .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vgFlHh2eFq .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vgFlHh2eFq .navbar {
    justify-content: flex-start !important;
  }
  .cid-vgFlHh2eFq .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vgFlHh2eFq .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vgFlHh2eFq .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vgFlHh2eFq .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vgFlHh2eFq .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vgFlHh2eFq .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vgFlHh2eFq .content-wrap {
  min-height: 80px;
}
.cid-vgFlHhu407 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vgFlHhu407 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFlHhu407 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFlHhu407 .card-wrapper {
  position: relative;
  padding: 120px 60px 60px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vgFlHhu407 .card-wrapper {
    padding: 40px 20px;
  }
}
.cid-vgFlHhu407 .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vgFlHhu407 .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.4;
  z-index: 1;
  pointer-events: none;
}
.cid-vgFlHhu407 .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 464px;
}
@media (max-width: 1440px) {
  .cid-vgFlHhu407 .card-wrapper .title-wrapper {
    margin-top: 240px;
  }
}
@media (max-width: 1200px) {
  .cid-vgFlHhu407 .card-wrapper .title-wrapper {
    margin-top: 120px;
  }
}
@media (max-width: 992px) {
  .cid-vgFlHhu407 .card-wrapper .title-wrapper {
    margin-top: 0;
  }
}
.cid-vgFlHhu407 .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vgFlHhu407 .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vgFlHhu407 .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vgFlHhu407 .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-vgFlHhu407 .mbr-section-title {
  color: #ffffff;
}
.cid-vgFlHhu407 .mbr-text {
  color: #ffffff;
}
.cid-vgFlHhQD2z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgFlHhQD2z .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFlHhQD2z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFlHhQD2z .title-wrapper {
  margin-bottom: 40px;
}
.cid-vgFlHhQD2z .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vgFlHhQD2z .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgFlHhQD2z .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgFlHhQD2z .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgFlHhQD2z .items-wrapper {
  margin: 0 -8px;
}
.cid-vgFlHhQD2z .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vgFlHhQD2z .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vgFlHhQD2z .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgFlHhQD2z .items-wrapper .item:nth-child(3n + 2) {
  transform: translateY(80px);
}
@media (max-width: 992px) {
  .cid-vgFlHhQD2z .items-wrapper .item:nth-child(3n + 2) {
    transform: none;
  }
}
.cid-vgFlHhQD2z .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 480px;
  padding: 8px;
}
@media (max-width: 992px) {
  .cid-vgFlHhQD2z .items-wrapper .item .item-wrapper {
    min-height: 380px;
  }
}
.cid-vgFlHhQD2z .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vgFlHhQD2z .items-wrapper .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 16px;
  animation: none !important;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vgFlHhQD2z .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-vgFlHhQD2z .items-wrapper .item .item-wrapper .item-content .over-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  z-index: 1;
  pointer-events: none;
}
.cid-vgFlHhQD2z .items-wrapper .item .item-wrapper .item-content .blur-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
  z-index: 1;
}
.cid-vgFlHhQD2z .items-wrapper .item .item-wrapper .item-content .item-name {
  position: relative;
  z-index: 1;
  margin-bottom: 4px;
}
.cid-vgFlHhQD2z .items-wrapper .item .item-wrapper .item-content .item-role {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vgFlHhQD2z .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 12px;
}
.cid-vgFlHhQD2z .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgFlHhQD2z .mbr-label {
  color: #be0000;
  text-align: center;
}
.cid-vgFlHhQD2z .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vgFlHhQD2z .mbr-text,
.cid-vgFlHhQD2z .text-wrapper {
  color: #6c7179;
  text-align: center;
}
.cid-vgFlHhQD2z .item-name {
  color: #ffffff;
}
.cid-vgFlHhQD2z .item-role {
  color: #d1d3d6;
}
.cid-vgFlHij2Fh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgFlHij2Fh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFlHij2Fh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFlHij2Fh .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vgFlHij2Fh .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgFlHij2Fh .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vgFlHij2Fh .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgFlHij2Fh .mbr-label {
  color: #000000;
}
.cid-vgFlHij2Fh .mbr-text {
  color: #ffffff;
}
.cid-vgFlHij2Fh .mbr-text,
.cid-vgFlHij2Fh .mbr-section-btn {
  color: #000000;
}
.cid-vgFlHiTmEM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgFlHiTmEM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFlHiTmEM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFlHiTmEM .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vgFlHiTmEM .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vgFlHiTmEM .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vgFlHiTmEM .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vgFlHiTmEM .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-vgFlHiTmEM .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vgFlHiTmEM .mbr-section-title {
  color: #111111;
}
.cid-vgFlHiTmEM .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-vgFlHiTmEM .mbr-text,
.cid-vgFlHiTmEM .text-wrapper {
  color: #666666;
}
.cid-vgFlJAVPE8 .navbar-dropdown {
  position: relative !important;
}
.cid-vgFlJAVPE8 .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vgFlJAVPE8 .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vgFlJAVPE8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgFlJAVPE8 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vgFlJAVPE8 .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-vgFlJAVPE8 .dropdown-item:hover,
.cid-vgFlJAVPE8 .dropdown-item:focus {
  background: #ffffff !important;
  color: #be0000 !important;
}
.cid-vgFlJAVPE8 .dropdown-item:hover span {
  color: white;
}
.cid-vgFlJAVPE8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgFlJAVPE8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgFlJAVPE8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgFlJAVPE8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vgFlJAVPE8 .nav-link {
  position: relative;
}
.cid-vgFlJAVPE8 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vgFlJAVPE8 .container {
    flex-wrap: nowrap;
  }
}
.cid-vgFlJAVPE8 .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vgFlJAVPE8 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vgFlJAVPE8 .dropdown-menu,
.cid-vgFlJAVPE8 .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-vgFlJAVPE8 .nav-item:focus,
.cid-vgFlJAVPE8 .nav-link:focus {
  outline: none;
}
.cid-vgFlJAVPE8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgFlJAVPE8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vgFlJAVPE8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgFlJAVPE8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgFlJAVPE8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgFlJAVPE8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgFlJAVPE8 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vgFlJAVPE8 .navbar.opened {
  transition: all 0.3s;
}
.cid-vgFlJAVPE8 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 18px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vgFlJAVPE8 .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vgFlJAVPE8 .navbar .navbar-logo img {
  width: auto;
  border-radius: 0 !important;
}
.cid-vgFlJAVPE8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgFlJAVPE8 .navbar.collapsed {
  justify-content: center;
}
.cid-vgFlJAVPE8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgFlJAVPE8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vgFlJAVPE8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgFlJAVPE8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgFlJAVPE8 .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-vgFlJAVPE8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgFlJAVPE8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgFlJAVPE8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgFlJAVPE8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgFlJAVPE8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgFlJAVPE8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgFlJAVPE8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgFlJAVPE8 .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-vgFlJAVPE8 .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0 !important;
  }
  .cid-vgFlJAVPE8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgFlJAVPE8 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vgFlJAVPE8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vgFlJAVPE8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgFlJAVPE8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgFlJAVPE8 .navbar.navbar-short {
  min-height: 80px;
}
.cid-vgFlJAVPE8 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
}
.cid-vgFlJAVPE8 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vgFlJAVPE8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vgFlJAVPE8 .navbar-brand .navbar-caption:hover,
.cid-vgFlJAVPE8 .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}
.cid-vgFlJAVPE8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgFlJAVPE8 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vgFlJAVPE8 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}
.cid-vgFlJAVPE8 .dropdown-item.active,
.cid-vgFlJAVPE8 .dropdown-item:active {
  background-color: transparent;
}
.cid-vgFlJAVPE8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgFlJAVPE8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgFlJAVPE8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgFlJAVPE8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vgFlJAVPE8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vgFlJAVPE8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vgFlJAVPE8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgFlJAVPE8 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vgFlJAVPE8 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vgFlJAVPE8 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vgFlJAVPE8 .navbar-buttons {
    text-align: left;
  }
}
.cid-vgFlJAVPE8 .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vgFlJAVPE8 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vgFlJAVPE8 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f7f7f7 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vgFlJAVPE8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vgFlJAVPE8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vgFlJAVPE8 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgFlJAVPE8 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgFlJAVPE8 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vgFlJAVPE8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgFlJAVPE8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgFlJAVPE8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgFlJAVPE8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgFlJAVPE8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vgFlJAVPE8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgFlJAVPE8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgFlJAVPE8 .navbar {
    height: 70px;
  }
  .cid-vgFlJAVPE8 .navbar.opened {
    height: auto;
  }
  .cid-vgFlJAVPE8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgFlJAVPE8 .navbar-nav {
  margin: 0 auto;
}
.cid-vgFlJAVPE8 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vgFlJAVPE8 .nav-item .nav-link {
  padding: 8px 18px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vgFlJAVPE8 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vgFlJAVPE8 .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #be0000 !important;
}
.cid-vgFlJAVPE8 .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vgFlJAVPE8 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vgFlJAVPE8 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vgFlJAVPE8 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vgFlJAVPE8 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vgFlJAVPE8 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vgFlJAVPE8 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vgFlJAVPE8 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vgFlJAVPE8 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vgFlJAVPE8 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vgFlJAVPE8 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vgFlJAVPE8 .content-wrap {
  min-height: 80px;
}
.cid-vgFlJBAoOb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vgFlJBAoOb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFlJBAoOb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFlJBAoOb .card-wrapper {
  position: relative;
  padding: 120px 60px 60px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vgFlJBAoOb .card-wrapper {
    padding: 40px 20px;
  }
}
.cid-vgFlJBAoOb .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vgFlJBAoOb .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.4;
  z-index: 1;
  pointer-events: none;
}
.cid-vgFlJBAoOb .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 464px;
}
@media (max-width: 1440px) {
  .cid-vgFlJBAoOb .card-wrapper .title-wrapper {
    margin-top: 240px;
  }
}
@media (max-width: 1200px) {
  .cid-vgFlJBAoOb .card-wrapper .title-wrapper {
    margin-top: 120px;
  }
}
@media (max-width: 992px) {
  .cid-vgFlJBAoOb .card-wrapper .title-wrapper {
    margin-top: 0;
  }
}
.cid-vgFlJBAoOb .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vgFlJBAoOb .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vgFlJBAoOb .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vgFlJBAoOb .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-vgFlJBAoOb .mbr-section-title {
  color: #ffffff;
}
.cid-vgFlJBAoOb .mbr-text {
  color: #ffffff;
}
.cid-vgFlJC8Vbp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgFlJC8Vbp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFlJC8Vbp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFlJC8Vbp .title-wrapper {
  margin-bottom: 40px;
}
.cid-vgFlJC8Vbp .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vgFlJC8Vbp .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgFlJC8Vbp .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgFlJC8Vbp .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgFlJC8Vbp .items-wrapper {
  margin: 0 -8px;
}
.cid-vgFlJC8Vbp .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vgFlJC8Vbp .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vgFlJC8Vbp .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgFlJC8Vbp .items-wrapper .item:nth-child(3n + 2) {
  transform: translateY(80px);
}
@media (max-width: 992px) {
  .cid-vgFlJC8Vbp .items-wrapper .item:nth-child(3n + 2) {
    transform: none;
  }
}
.cid-vgFlJC8Vbp .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 480px;
  padding: 8px;
}
@media (max-width: 992px) {
  .cid-vgFlJC8Vbp .items-wrapper .item .item-wrapper {
    min-height: 380px;
  }
}
.cid-vgFlJC8Vbp .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vgFlJC8Vbp .items-wrapper .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 16px;
  animation: none !important;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vgFlJC8Vbp .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-vgFlJC8Vbp .items-wrapper .item .item-wrapper .item-content .over-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  z-index: 1;
  pointer-events: none;
}
.cid-vgFlJC8Vbp .items-wrapper .item .item-wrapper .item-content .blur-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
  z-index: 1;
}
.cid-vgFlJC8Vbp .items-wrapper .item .item-wrapper .item-content .item-name {
  position: relative;
  z-index: 1;
  margin-bottom: 4px;
}
.cid-vgFlJC8Vbp .items-wrapper .item .item-wrapper .item-content .item-role {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vgFlJC8Vbp .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 12px;
}
.cid-vgFlJC8Vbp .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgFlJC8Vbp .mbr-label {
  color: #be0000;
  text-align: center;
}
.cid-vgFlJC8Vbp .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vgFlJC8Vbp .mbr-text,
.cid-vgFlJC8Vbp .text-wrapper {
  color: #6c7179;
  text-align: center;
}
.cid-vgFlJC8Vbp .item-name {
  color: #ffffff;
}
.cid-vgFlJC8Vbp .item-role {
  color: #d1d3d6;
}
.cid-vgFlJCA5nh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgFlJCA5nh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFlJCA5nh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFlJCA5nh .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vgFlJCA5nh .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgFlJCA5nh .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vgFlJCA5nh .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgFlJCA5nh .mbr-label {
  color: #000000;
}
.cid-vgFlJCA5nh .mbr-text {
  color: #ffffff;
}
.cid-vgFlJCA5nh .mbr-text,
.cid-vgFlJCA5nh .mbr-section-btn {
  color: #000000;
}
.cid-vgFlJD98Nx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgFlJD98Nx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFlJD98Nx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFlJD98Nx .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vgFlJD98Nx .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vgFlJD98Nx .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vgFlJD98Nx .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vgFlJD98Nx .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-vgFlJD98Nx .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vgFlJD98Nx .mbr-section-title {
  color: #111111;
}
.cid-vgFlJD98Nx .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-vgFlJD98Nx .mbr-text,
.cid-vgFlJD98Nx .text-wrapper {
  color: #666666;
}
.cid-vgFlLAokQI .navbar-dropdown {
  position: relative !important;
}
.cid-vgFlLAokQI .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vgFlLAokQI .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vgFlLAokQI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgFlLAokQI .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vgFlLAokQI .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-vgFlLAokQI .dropdown-item:hover,
.cid-vgFlLAokQI .dropdown-item:focus {
  background: #ffffff !important;
  color: #be0000 !important;
}
.cid-vgFlLAokQI .dropdown-item:hover span {
  color: white;
}
.cid-vgFlLAokQI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgFlLAokQI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgFlLAokQI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgFlLAokQI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vgFlLAokQI .nav-link {
  position: relative;
}
.cid-vgFlLAokQI .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vgFlLAokQI .container {
    flex-wrap: nowrap;
  }
}
.cid-vgFlLAokQI .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vgFlLAokQI .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vgFlLAokQI .dropdown-menu,
.cid-vgFlLAokQI .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-vgFlLAokQI .nav-item:focus,
.cid-vgFlLAokQI .nav-link:focus {
  outline: none;
}
.cid-vgFlLAokQI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgFlLAokQI .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vgFlLAokQI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgFlLAokQI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgFlLAokQI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgFlLAokQI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgFlLAokQI .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vgFlLAokQI .navbar.opened {
  transition: all 0.3s;
}
.cid-vgFlLAokQI .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 18px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vgFlLAokQI .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vgFlLAokQI .navbar .navbar-logo img {
  width: auto;
  border-radius: 0 !important;
}
.cid-vgFlLAokQI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgFlLAokQI .navbar.collapsed {
  justify-content: center;
}
.cid-vgFlLAokQI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgFlLAokQI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vgFlLAokQI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgFlLAokQI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgFlLAokQI .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-vgFlLAokQI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgFlLAokQI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgFlLAokQI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgFlLAokQI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgFlLAokQI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgFlLAokQI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgFlLAokQI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgFlLAokQI .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-vgFlLAokQI .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0 !important;
  }
  .cid-vgFlLAokQI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgFlLAokQI .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vgFlLAokQI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vgFlLAokQI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgFlLAokQI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgFlLAokQI .navbar.navbar-short {
  min-height: 80px;
}
.cid-vgFlLAokQI .navbar.navbar-short .navbar-brand {
  min-height: 80px;
}
.cid-vgFlLAokQI .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vgFlLAokQI .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vgFlLAokQI .navbar-brand .navbar-caption:hover,
.cid-vgFlLAokQI .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}
.cid-vgFlLAokQI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgFlLAokQI .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vgFlLAokQI .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}
.cid-vgFlLAokQI .dropdown-item.active,
.cid-vgFlLAokQI .dropdown-item:active {
  background-color: transparent;
}
.cid-vgFlLAokQI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgFlLAokQI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgFlLAokQI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgFlLAokQI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vgFlLAokQI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vgFlLAokQI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vgFlLAokQI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgFlLAokQI ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vgFlLAokQI ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vgFlLAokQI .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vgFlLAokQI .navbar-buttons {
    text-align: left;
  }
}
.cid-vgFlLAokQI .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vgFlLAokQI .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vgFlLAokQI button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f7f7f7 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vgFlLAokQI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vgFlLAokQI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vgFlLAokQI button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgFlLAokQI button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgFlLAokQI button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vgFlLAokQI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgFlLAokQI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgFlLAokQI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgFlLAokQI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgFlLAokQI .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vgFlLAokQI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgFlLAokQI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgFlLAokQI .navbar {
    height: 70px;
  }
  .cid-vgFlLAokQI .navbar.opened {
    height: auto;
  }
  .cid-vgFlLAokQI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgFlLAokQI .navbar-nav {
  margin: 0 auto;
}
.cid-vgFlLAokQI .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vgFlLAokQI .nav-item .nav-link {
  padding: 8px 18px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vgFlLAokQI .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vgFlLAokQI .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #be0000 !important;
}
.cid-vgFlLAokQI .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vgFlLAokQI .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vgFlLAokQI .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vgFlLAokQI .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vgFlLAokQI .navbar {
    justify-content: flex-start !important;
  }
  .cid-vgFlLAokQI .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vgFlLAokQI .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vgFlLAokQI .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vgFlLAokQI .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vgFlLAokQI .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vgFlLAokQI .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vgFlLAokQI .content-wrap {
  min-height: 80px;
}
.cid-vgFlLB2oR3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vgFlLB2oR3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFlLB2oR3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFlLB2oR3 .card-wrapper {
  position: relative;
  padding: 120px 60px 60px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vgFlLB2oR3 .card-wrapper {
    padding: 40px 20px;
  }
}
.cid-vgFlLB2oR3 .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vgFlLB2oR3 .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.4;
  z-index: 1;
  pointer-events: none;
}
.cid-vgFlLB2oR3 .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 464px;
}
@media (max-width: 1440px) {
  .cid-vgFlLB2oR3 .card-wrapper .title-wrapper {
    margin-top: 240px;
  }
}
@media (max-width: 1200px) {
  .cid-vgFlLB2oR3 .card-wrapper .title-wrapper {
    margin-top: 120px;
  }
}
@media (max-width: 992px) {
  .cid-vgFlLB2oR3 .card-wrapper .title-wrapper {
    margin-top: 0;
  }
}
.cid-vgFlLB2oR3 .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vgFlLB2oR3 .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vgFlLB2oR3 .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vgFlLB2oR3 .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-vgFlLB2oR3 .mbr-section-title {
  color: #ffffff;
}
.cid-vgFlLB2oR3 .mbr-text {
  color: #ffffff;
}
.cid-vgFlLBB9Gj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgFlLBB9Gj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFlLBB9Gj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFlLBB9Gj .title-wrapper {
  margin-bottom: 40px;
}
.cid-vgFlLBB9Gj .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vgFlLBB9Gj .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgFlLBB9Gj .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgFlLBB9Gj .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgFlLBB9Gj .items-wrapper {
  margin: 0 -8px;
}
.cid-vgFlLBB9Gj .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vgFlLBB9Gj .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vgFlLBB9Gj .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgFlLBB9Gj .items-wrapper .item:nth-child(3n + 2) {
  transform: translateY(80px);
}
@media (max-width: 992px) {
  .cid-vgFlLBB9Gj .items-wrapper .item:nth-child(3n + 2) {
    transform: none;
  }
}
.cid-vgFlLBB9Gj .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 480px;
  padding: 8px;
}
@media (max-width: 992px) {
  .cid-vgFlLBB9Gj .items-wrapper .item .item-wrapper {
    min-height: 380px;
  }
}
.cid-vgFlLBB9Gj .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vgFlLBB9Gj .items-wrapper .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 16px;
  animation: none !important;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vgFlLBB9Gj .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-vgFlLBB9Gj .items-wrapper .item .item-wrapper .item-content .over-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  z-index: 1;
  pointer-events: none;
}
.cid-vgFlLBB9Gj .items-wrapper .item .item-wrapper .item-content .blur-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
  z-index: 1;
}
.cid-vgFlLBB9Gj .items-wrapper .item .item-wrapper .item-content .item-name {
  position: relative;
  z-index: 1;
  margin-bottom: 4px;
}
.cid-vgFlLBB9Gj .items-wrapper .item .item-wrapper .item-content .item-role {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vgFlLBB9Gj .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 12px;
}
.cid-vgFlLBB9Gj .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgFlLBB9Gj .mbr-label {
  color: #be0000;
  text-align: center;
}
.cid-vgFlLBB9Gj .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vgFlLBB9Gj .mbr-text,
.cid-vgFlLBB9Gj .text-wrapper {
  color: #6c7179;
  text-align: center;
}
.cid-vgFlLBB9Gj .item-name {
  color: #ffffff;
}
.cid-vgFlLBB9Gj .item-role {
  color: #d1d3d6;
}
.cid-vgFlLC3tVb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgFlLC3tVb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFlLC3tVb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFlLC3tVb .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vgFlLC3tVb .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgFlLC3tVb .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vgFlLC3tVb .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgFlLC3tVb .mbr-label {
  color: #000000;
}
.cid-vgFlLC3tVb .mbr-text {
  color: #ffffff;
}
.cid-vgFlLC3tVb .mbr-text,
.cid-vgFlLC3tVb .mbr-section-btn {
  color: #000000;
}
.cid-vgFlLCCcFs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgFlLCCcFs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFlLCCcFs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFlLCCcFs .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vgFlLCCcFs .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vgFlLCCcFs .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vgFlLCCcFs .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vgFlLCCcFs .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-vgFlLCCcFs .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vgFlLCCcFs .mbr-section-title {
  color: #111111;
}
.cid-vgFlLCCcFs .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-vgFlLCCcFs .mbr-text,
.cid-vgFlLCCcFs .text-wrapper {
  color: #666666;
}
.cid-vgFlPS8yMs .navbar-dropdown {
  position: relative !important;
}
.cid-vgFlPS8yMs .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vgFlPS8yMs .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vgFlPS8yMs .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgFlPS8yMs .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vgFlPS8yMs .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-vgFlPS8yMs .dropdown-item:hover,
.cid-vgFlPS8yMs .dropdown-item:focus {
  background: #ffffff !important;
  color: #be0000 !important;
}
.cid-vgFlPS8yMs .dropdown-item:hover span {
  color: white;
}
.cid-vgFlPS8yMs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgFlPS8yMs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgFlPS8yMs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgFlPS8yMs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vgFlPS8yMs .nav-link {
  position: relative;
}
.cid-vgFlPS8yMs .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vgFlPS8yMs .container {
    flex-wrap: nowrap;
  }
}
.cid-vgFlPS8yMs .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vgFlPS8yMs .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vgFlPS8yMs .dropdown-menu,
.cid-vgFlPS8yMs .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-vgFlPS8yMs .nav-item:focus,
.cid-vgFlPS8yMs .nav-link:focus {
  outline: none;
}
.cid-vgFlPS8yMs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgFlPS8yMs .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vgFlPS8yMs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgFlPS8yMs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgFlPS8yMs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgFlPS8yMs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgFlPS8yMs .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vgFlPS8yMs .navbar.opened {
  transition: all 0.3s;
}
.cid-vgFlPS8yMs .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 18px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vgFlPS8yMs .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vgFlPS8yMs .navbar .navbar-logo img {
  width: auto;
  border-radius: 0 !important;
}
.cid-vgFlPS8yMs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgFlPS8yMs .navbar.collapsed {
  justify-content: center;
}
.cid-vgFlPS8yMs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgFlPS8yMs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vgFlPS8yMs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgFlPS8yMs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgFlPS8yMs .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-vgFlPS8yMs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgFlPS8yMs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgFlPS8yMs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgFlPS8yMs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgFlPS8yMs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgFlPS8yMs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgFlPS8yMs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgFlPS8yMs .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-vgFlPS8yMs .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0 !important;
  }
  .cid-vgFlPS8yMs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgFlPS8yMs .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vgFlPS8yMs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vgFlPS8yMs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgFlPS8yMs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgFlPS8yMs .navbar.navbar-short {
  min-height: 80px;
}
.cid-vgFlPS8yMs .navbar.navbar-short .navbar-brand {
  min-height: 80px;
}
.cid-vgFlPS8yMs .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vgFlPS8yMs .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vgFlPS8yMs .navbar-brand .navbar-caption:hover,
.cid-vgFlPS8yMs .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}
.cid-vgFlPS8yMs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgFlPS8yMs .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vgFlPS8yMs .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}
.cid-vgFlPS8yMs .dropdown-item.active,
.cid-vgFlPS8yMs .dropdown-item:active {
  background-color: transparent;
}
.cid-vgFlPS8yMs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgFlPS8yMs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgFlPS8yMs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgFlPS8yMs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vgFlPS8yMs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vgFlPS8yMs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vgFlPS8yMs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgFlPS8yMs ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vgFlPS8yMs ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vgFlPS8yMs .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vgFlPS8yMs .navbar-buttons {
    text-align: left;
  }
}
.cid-vgFlPS8yMs .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vgFlPS8yMs .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vgFlPS8yMs button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f7f7f7 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vgFlPS8yMs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vgFlPS8yMs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vgFlPS8yMs button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgFlPS8yMs button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgFlPS8yMs button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vgFlPS8yMs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgFlPS8yMs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgFlPS8yMs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgFlPS8yMs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgFlPS8yMs .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vgFlPS8yMs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgFlPS8yMs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgFlPS8yMs .navbar {
    height: 70px;
  }
  .cid-vgFlPS8yMs .navbar.opened {
    height: auto;
  }
  .cid-vgFlPS8yMs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgFlPS8yMs .navbar-nav {
  margin: 0 auto;
}
.cid-vgFlPS8yMs .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vgFlPS8yMs .nav-item .nav-link {
  padding: 8px 18px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vgFlPS8yMs .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vgFlPS8yMs .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #be0000 !important;
}
.cid-vgFlPS8yMs .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vgFlPS8yMs .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vgFlPS8yMs .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vgFlPS8yMs .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vgFlPS8yMs .navbar {
    justify-content: flex-start !important;
  }
  .cid-vgFlPS8yMs .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vgFlPS8yMs .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vgFlPS8yMs .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vgFlPS8yMs .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vgFlPS8yMs .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vgFlPS8yMs .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vgFlPS8yMs .content-wrap {
  min-height: 80px;
}
.cid-vgFlPT1jj2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vgFlPT1jj2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFlPT1jj2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFlPT1jj2 .card-wrapper {
  position: relative;
  padding: 120px 60px 60px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vgFlPT1jj2 .card-wrapper {
    padding: 40px 20px;
  }
}
.cid-vgFlPT1jj2 .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vgFlPT1jj2 .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.4;
  z-index: 1;
  pointer-events: none;
}
.cid-vgFlPT1jj2 .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 464px;
}
@media (max-width: 1440px) {
  .cid-vgFlPT1jj2 .card-wrapper .title-wrapper {
    margin-top: 240px;
  }
}
@media (max-width: 1200px) {
  .cid-vgFlPT1jj2 .card-wrapper .title-wrapper {
    margin-top: 120px;
  }
}
@media (max-width: 992px) {
  .cid-vgFlPT1jj2 .card-wrapper .title-wrapper {
    margin-top: 0;
  }
}
.cid-vgFlPT1jj2 .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vgFlPT1jj2 .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vgFlPT1jj2 .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vgFlPT1jj2 .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-vgFlPT1jj2 .mbr-section-title {
  color: #ffffff;
}
.cid-vgFlPT1jj2 .mbr-text {
  color: #ffffff;
}
.cid-vgFlPTqWEk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgFlPTqWEk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFlPTqWEk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFlPTqWEk .title-wrapper {
  margin-bottom: 40px;
}
.cid-vgFlPTqWEk .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vgFlPTqWEk .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgFlPTqWEk .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgFlPTqWEk .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgFlPTqWEk .items-wrapper {
  margin: 0 -8px;
}
.cid-vgFlPTqWEk .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vgFlPTqWEk .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vgFlPTqWEk .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgFlPTqWEk .items-wrapper .item:nth-child(3n + 2) {
  transform: translateY(80px);
}
@media (max-width: 992px) {
  .cid-vgFlPTqWEk .items-wrapper .item:nth-child(3n + 2) {
    transform: none;
  }
}
.cid-vgFlPTqWEk .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 480px;
  padding: 8px;
}
@media (max-width: 992px) {
  .cid-vgFlPTqWEk .items-wrapper .item .item-wrapper {
    min-height: 380px;
  }
}
.cid-vgFlPTqWEk .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vgFlPTqWEk .items-wrapper .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 16px;
  animation: none !important;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vgFlPTqWEk .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-vgFlPTqWEk .items-wrapper .item .item-wrapper .item-content .over-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  z-index: 1;
  pointer-events: none;
}
.cid-vgFlPTqWEk .items-wrapper .item .item-wrapper .item-content .blur-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
  z-index: 1;
}
.cid-vgFlPTqWEk .items-wrapper .item .item-wrapper .item-content .item-name {
  position: relative;
  z-index: 1;
  margin-bottom: 4px;
}
.cid-vgFlPTqWEk .items-wrapper .item .item-wrapper .item-content .item-role {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vgFlPTqWEk .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 12px;
}
.cid-vgFlPTqWEk .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgFlPTqWEk .mbr-label {
  color: #be0000;
  text-align: center;
}
.cid-vgFlPTqWEk .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vgFlPTqWEk .mbr-text,
.cid-vgFlPTqWEk .text-wrapper {
  color: #6c7179;
  text-align: center;
}
.cid-vgFlPTqWEk .item-name {
  color: #ffffff;
}
.cid-vgFlPTqWEk .item-role {
  color: #d1d3d6;
}
.cid-vgFlPTTeAi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgFlPTTeAi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFlPTTeAi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFlPTTeAi .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vgFlPTTeAi .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgFlPTTeAi .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vgFlPTTeAi .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgFlPTTeAi .mbr-label {
  color: #000000;
}
.cid-vgFlPTTeAi .mbr-text {
  color: #ffffff;
}
.cid-vgFlPTTeAi .mbr-text,
.cid-vgFlPTTeAi .mbr-section-btn {
  color: #000000;
}
.cid-vgFlPUs6tl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgFlPUs6tl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFlPUs6tl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFlPUs6tl .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vgFlPUs6tl .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vgFlPUs6tl .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vgFlPUs6tl .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vgFlPUs6tl .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-vgFlPUs6tl .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vgFlPUs6tl .mbr-section-title {
  color: #111111;
}
.cid-vgFlPUs6tl .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-vgFlPUs6tl .mbr-text,
.cid-vgFlPUs6tl .text-wrapper {
  color: #666666;
}
.cid-vgFlRznjkf .navbar-dropdown {
  position: relative !important;
}
.cid-vgFlRznjkf .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vgFlRznjkf .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vgFlRznjkf .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgFlRznjkf .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vgFlRznjkf .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-vgFlRznjkf .dropdown-item:hover,
.cid-vgFlRznjkf .dropdown-item:focus {
  background: #ffffff !important;
  color: #be0000 !important;
}
.cid-vgFlRznjkf .dropdown-item:hover span {
  color: white;
}
.cid-vgFlRznjkf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgFlRznjkf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgFlRznjkf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgFlRznjkf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vgFlRznjkf .nav-link {
  position: relative;
}
.cid-vgFlRznjkf .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vgFlRznjkf .container {
    flex-wrap: nowrap;
  }
}
.cid-vgFlRznjkf .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vgFlRznjkf .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vgFlRznjkf .dropdown-menu,
.cid-vgFlRznjkf .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-vgFlRznjkf .nav-item:focus,
.cid-vgFlRznjkf .nav-link:focus {
  outline: none;
}
.cid-vgFlRznjkf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgFlRznjkf .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vgFlRznjkf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgFlRznjkf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgFlRznjkf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgFlRznjkf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgFlRznjkf .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vgFlRznjkf .navbar.opened {
  transition: all 0.3s;
}
.cid-vgFlRznjkf .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 18px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vgFlRznjkf .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vgFlRznjkf .navbar .navbar-logo img {
  width: auto;
  border-radius: 0 !important;
}
.cid-vgFlRznjkf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgFlRznjkf .navbar.collapsed {
  justify-content: center;
}
.cid-vgFlRznjkf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgFlRznjkf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vgFlRznjkf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgFlRznjkf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgFlRznjkf .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-vgFlRznjkf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgFlRznjkf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgFlRznjkf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgFlRznjkf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgFlRznjkf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgFlRznjkf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgFlRznjkf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgFlRznjkf .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-vgFlRznjkf .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0 !important;
  }
  .cid-vgFlRznjkf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgFlRznjkf .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vgFlRznjkf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vgFlRznjkf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgFlRznjkf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgFlRznjkf .navbar.navbar-short {
  min-height: 80px;
}
.cid-vgFlRznjkf .navbar.navbar-short .navbar-brand {
  min-height: 80px;
}
.cid-vgFlRznjkf .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vgFlRznjkf .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vgFlRznjkf .navbar-brand .navbar-caption:hover,
.cid-vgFlRznjkf .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}
.cid-vgFlRznjkf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgFlRznjkf .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vgFlRznjkf .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}
.cid-vgFlRznjkf .dropdown-item.active,
.cid-vgFlRznjkf .dropdown-item:active {
  background-color: transparent;
}
.cid-vgFlRznjkf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgFlRznjkf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgFlRznjkf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgFlRznjkf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vgFlRznjkf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vgFlRznjkf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vgFlRznjkf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgFlRznjkf ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vgFlRznjkf ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vgFlRznjkf .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vgFlRznjkf .navbar-buttons {
    text-align: left;
  }
}
.cid-vgFlRznjkf .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vgFlRznjkf .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vgFlRznjkf button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f7f7f7 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vgFlRznjkf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vgFlRznjkf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vgFlRznjkf button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgFlRznjkf button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgFlRznjkf button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vgFlRznjkf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgFlRznjkf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgFlRznjkf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgFlRznjkf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgFlRznjkf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vgFlRznjkf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgFlRznjkf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgFlRznjkf .navbar {
    height: 70px;
  }
  .cid-vgFlRznjkf .navbar.opened {
    height: auto;
  }
  .cid-vgFlRznjkf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgFlRznjkf .navbar-nav {
  margin: 0 auto;
}
.cid-vgFlRznjkf .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vgFlRznjkf .nav-item .nav-link {
  padding: 8px 18px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vgFlRznjkf .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vgFlRznjkf .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #be0000 !important;
}
.cid-vgFlRznjkf .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vgFlRznjkf .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vgFlRznjkf .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vgFlRznjkf .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vgFlRznjkf .navbar {
    justify-content: flex-start !important;
  }
  .cid-vgFlRznjkf .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vgFlRznjkf .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vgFlRznjkf .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vgFlRznjkf .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vgFlRznjkf .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vgFlRznjkf .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vgFlRznjkf .content-wrap {
  min-height: 80px;
}
.cid-vgFlRAqPob {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vgFlRAqPob .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFlRAqPob .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFlRAqPob .card-wrapper {
  position: relative;
  padding: 120px 60px 60px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vgFlRAqPob .card-wrapper {
    padding: 40px 20px;
  }
}
.cid-vgFlRAqPob .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vgFlRAqPob .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.4;
  z-index: 1;
  pointer-events: none;
}
.cid-vgFlRAqPob .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 464px;
}
@media (max-width: 1440px) {
  .cid-vgFlRAqPob .card-wrapper .title-wrapper {
    margin-top: 240px;
  }
}
@media (max-width: 1200px) {
  .cid-vgFlRAqPob .card-wrapper .title-wrapper {
    margin-top: 120px;
  }
}
@media (max-width: 992px) {
  .cid-vgFlRAqPob .card-wrapper .title-wrapper {
    margin-top: 0;
  }
}
.cid-vgFlRAqPob .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vgFlRAqPob .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vgFlRAqPob .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vgFlRAqPob .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-vgFlRAqPob .mbr-section-title {
  color: #ffffff;
}
.cid-vgFlRAqPob .mbr-text {
  color: #ffffff;
}
.cid-vgFlRAMBce {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgFlRAMBce .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFlRAMBce .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFlRAMBce .title-wrapper {
  margin-bottom: 40px;
}
.cid-vgFlRAMBce .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vgFlRAMBce .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgFlRAMBce .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgFlRAMBce .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgFlRAMBce .items-wrapper {
  margin: 0 -8px;
}
.cid-vgFlRAMBce .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vgFlRAMBce .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vgFlRAMBce .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgFlRAMBce .items-wrapper .item:nth-child(3n + 2) {
  transform: translateY(80px);
}
@media (max-width: 992px) {
  .cid-vgFlRAMBce .items-wrapper .item:nth-child(3n + 2) {
    transform: none;
  }
}
.cid-vgFlRAMBce .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 480px;
  padding: 8px;
}
@media (max-width: 992px) {
  .cid-vgFlRAMBce .items-wrapper .item .item-wrapper {
    min-height: 380px;
  }
}
.cid-vgFlRAMBce .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vgFlRAMBce .items-wrapper .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 16px;
  animation: none !important;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vgFlRAMBce .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-vgFlRAMBce .items-wrapper .item .item-wrapper .item-content .over-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  z-index: 1;
  pointer-events: none;
}
.cid-vgFlRAMBce .items-wrapper .item .item-wrapper .item-content .blur-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
  z-index: 1;
}
.cid-vgFlRAMBce .items-wrapper .item .item-wrapper .item-content .item-name {
  position: relative;
  z-index: 1;
  margin-bottom: 4px;
}
.cid-vgFlRAMBce .items-wrapper .item .item-wrapper .item-content .item-role {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vgFlRAMBce .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 12px;
}
.cid-vgFlRAMBce .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgFlRAMBce .mbr-label {
  color: #be0000;
  text-align: center;
}
.cid-vgFlRAMBce .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vgFlRAMBce .mbr-text,
.cid-vgFlRAMBce .text-wrapper {
  color: #6c7179;
  text-align: center;
}
.cid-vgFlRAMBce .item-name {
  color: #ffffff;
}
.cid-vgFlRAMBce .item-role {
  color: #d1d3d6;
}
.cid-vgFlRBgxyX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgFlRBgxyX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFlRBgxyX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFlRBgxyX .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vgFlRBgxyX .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgFlRBgxyX .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vgFlRBgxyX .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgFlRBgxyX .mbr-label {
  color: #000000;
}
.cid-vgFlRBgxyX .mbr-text {
  color: #ffffff;
}
.cid-vgFlRBgxyX .mbr-text,
.cid-vgFlRBgxyX .mbr-section-btn {
  color: #000000;
}
.cid-vgFlRBPyKb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgFlRBPyKb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFlRBPyKb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFlRBPyKb .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vgFlRBPyKb .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vgFlRBPyKb .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vgFlRBPyKb .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vgFlRBPyKb .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-vgFlRBPyKb .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vgFlRBPyKb .mbr-section-title {
  color: #111111;
}
.cid-vgFlRBPyKb .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-vgFlRBPyKb .mbr-text,
.cid-vgFlRBPyKb .text-wrapper {
  color: #666666;
}
.cid-vgFlSWB7qa .navbar-dropdown {
  position: relative !important;
}
.cid-vgFlSWB7qa .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vgFlSWB7qa .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vgFlSWB7qa .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgFlSWB7qa .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vgFlSWB7qa .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-vgFlSWB7qa .dropdown-item:hover,
.cid-vgFlSWB7qa .dropdown-item:focus {
  background: #ffffff !important;
  color: #be0000 !important;
}
.cid-vgFlSWB7qa .dropdown-item:hover span {
  color: white;
}
.cid-vgFlSWB7qa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgFlSWB7qa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgFlSWB7qa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgFlSWB7qa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vgFlSWB7qa .nav-link {
  position: relative;
}
.cid-vgFlSWB7qa .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vgFlSWB7qa .container {
    flex-wrap: nowrap;
  }
}
.cid-vgFlSWB7qa .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vgFlSWB7qa .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vgFlSWB7qa .dropdown-menu,
.cid-vgFlSWB7qa .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-vgFlSWB7qa .nav-item:focus,
.cid-vgFlSWB7qa .nav-link:focus {
  outline: none;
}
.cid-vgFlSWB7qa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgFlSWB7qa .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vgFlSWB7qa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgFlSWB7qa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgFlSWB7qa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgFlSWB7qa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgFlSWB7qa .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vgFlSWB7qa .navbar.opened {
  transition: all 0.3s;
}
.cid-vgFlSWB7qa .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 18px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vgFlSWB7qa .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vgFlSWB7qa .navbar .navbar-logo img {
  width: auto;
  border-radius: 0 !important;
}
.cid-vgFlSWB7qa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgFlSWB7qa .navbar.collapsed {
  justify-content: center;
}
.cid-vgFlSWB7qa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgFlSWB7qa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vgFlSWB7qa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgFlSWB7qa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgFlSWB7qa .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-vgFlSWB7qa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgFlSWB7qa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgFlSWB7qa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgFlSWB7qa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgFlSWB7qa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgFlSWB7qa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgFlSWB7qa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgFlSWB7qa .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-vgFlSWB7qa .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0 !important;
  }
  .cid-vgFlSWB7qa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgFlSWB7qa .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vgFlSWB7qa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vgFlSWB7qa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgFlSWB7qa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgFlSWB7qa .navbar.navbar-short {
  min-height: 80px;
}
.cid-vgFlSWB7qa .navbar.navbar-short .navbar-brand {
  min-height: 80px;
}
.cid-vgFlSWB7qa .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vgFlSWB7qa .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vgFlSWB7qa .navbar-brand .navbar-caption:hover,
.cid-vgFlSWB7qa .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}
.cid-vgFlSWB7qa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgFlSWB7qa .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vgFlSWB7qa .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}
.cid-vgFlSWB7qa .dropdown-item.active,
.cid-vgFlSWB7qa .dropdown-item:active {
  background-color: transparent;
}
.cid-vgFlSWB7qa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgFlSWB7qa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgFlSWB7qa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgFlSWB7qa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vgFlSWB7qa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vgFlSWB7qa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vgFlSWB7qa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgFlSWB7qa ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vgFlSWB7qa ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vgFlSWB7qa .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vgFlSWB7qa .navbar-buttons {
    text-align: left;
  }
}
.cid-vgFlSWB7qa .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vgFlSWB7qa .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vgFlSWB7qa button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f7f7f7 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vgFlSWB7qa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vgFlSWB7qa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vgFlSWB7qa button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgFlSWB7qa button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgFlSWB7qa button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vgFlSWB7qa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgFlSWB7qa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgFlSWB7qa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgFlSWB7qa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgFlSWB7qa .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vgFlSWB7qa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgFlSWB7qa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgFlSWB7qa .navbar {
    height: 70px;
  }
  .cid-vgFlSWB7qa .navbar.opened {
    height: auto;
  }
  .cid-vgFlSWB7qa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgFlSWB7qa .navbar-nav {
  margin: 0 auto;
}
.cid-vgFlSWB7qa .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vgFlSWB7qa .nav-item .nav-link {
  padding: 8px 18px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vgFlSWB7qa .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vgFlSWB7qa .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #be0000 !important;
}
.cid-vgFlSWB7qa .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vgFlSWB7qa .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vgFlSWB7qa .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vgFlSWB7qa .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vgFlSWB7qa .navbar {
    justify-content: flex-start !important;
  }
  .cid-vgFlSWB7qa .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vgFlSWB7qa .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vgFlSWB7qa .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vgFlSWB7qa .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vgFlSWB7qa .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vgFlSWB7qa .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vgFlSWB7qa .content-wrap {
  min-height: 80px;
}
.cid-vgFlSX3lh3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vgFlSX3lh3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFlSX3lh3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFlSX3lh3 .card-wrapper {
  position: relative;
  padding: 120px 60px 60px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vgFlSX3lh3 .card-wrapper {
    padding: 40px 20px;
  }
}
.cid-vgFlSX3lh3 .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vgFlSX3lh3 .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.4;
  z-index: 1;
  pointer-events: none;
}
.cid-vgFlSX3lh3 .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 464px;
}
@media (max-width: 1440px) {
  .cid-vgFlSX3lh3 .card-wrapper .title-wrapper {
    margin-top: 240px;
  }
}
@media (max-width: 1200px) {
  .cid-vgFlSX3lh3 .card-wrapper .title-wrapper {
    margin-top: 120px;
  }
}
@media (max-width: 992px) {
  .cid-vgFlSX3lh3 .card-wrapper .title-wrapper {
    margin-top: 0;
  }
}
.cid-vgFlSX3lh3 .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vgFlSX3lh3 .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vgFlSX3lh3 .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vgFlSX3lh3 .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-vgFlSX3lh3 .mbr-section-title {
  color: #ffffff;
}
.cid-vgFlSX3lh3 .mbr-text {
  color: #ffffff;
}
.cid-vgFlSXp7be {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgFlSXp7be .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFlSXp7be .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFlSXp7be .title-wrapper {
  margin-bottom: 40px;
}
.cid-vgFlSXp7be .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vgFlSXp7be .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgFlSXp7be .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgFlSXp7be .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgFlSXp7be .items-wrapper {
  margin: 0 -8px;
}
.cid-vgFlSXp7be .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vgFlSXp7be .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vgFlSXp7be .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgFlSXp7be .items-wrapper .item:nth-child(3n + 2) {
  transform: translateY(80px);
}
@media (max-width: 992px) {
  .cid-vgFlSXp7be .items-wrapper .item:nth-child(3n + 2) {
    transform: none;
  }
}
.cid-vgFlSXp7be .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 480px;
  padding: 8px;
}
@media (max-width: 992px) {
  .cid-vgFlSXp7be .items-wrapper .item .item-wrapper {
    min-height: 380px;
  }
}
.cid-vgFlSXp7be .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vgFlSXp7be .items-wrapper .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 16px;
  animation: none !important;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vgFlSXp7be .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-vgFlSXp7be .items-wrapper .item .item-wrapper .item-content .over-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  z-index: 1;
  pointer-events: none;
}
.cid-vgFlSXp7be .items-wrapper .item .item-wrapper .item-content .blur-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
  z-index: 1;
}
.cid-vgFlSXp7be .items-wrapper .item .item-wrapper .item-content .item-name {
  position: relative;
  z-index: 1;
  margin-bottom: 4px;
}
.cid-vgFlSXp7be .items-wrapper .item .item-wrapper .item-content .item-role {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vgFlSXp7be .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 12px;
}
.cid-vgFlSXp7be .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgFlSXp7be .mbr-label {
  color: #be0000;
  text-align: center;
}
.cid-vgFlSXp7be .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vgFlSXp7be .mbr-text,
.cid-vgFlSXp7be .text-wrapper {
  color: #6c7179;
  text-align: center;
}
.cid-vgFlSXp7be .item-name {
  color: #ffffff;
}
.cid-vgFlSXp7be .item-role {
  color: #d1d3d6;
}
.cid-vgFlSXTyto {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgFlSXTyto .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFlSXTyto .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFlSXTyto .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vgFlSXTyto .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgFlSXTyto .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vgFlSXTyto .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgFlSXTyto .mbr-label {
  color: #000000;
}
.cid-vgFlSXTyto .mbr-text {
  color: #ffffff;
}
.cid-vgFlSXTyto .mbr-text,
.cid-vgFlSXTyto .mbr-section-btn {
  color: #000000;
}
.cid-vgFlSYtQsd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgFlSYtQsd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFlSYtQsd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFlSYtQsd .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vgFlSYtQsd .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vgFlSYtQsd .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vgFlSYtQsd .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vgFlSYtQsd .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-vgFlSYtQsd .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vgFlSYtQsd .mbr-section-title {
  color: #111111;
}
.cid-vgFlSYtQsd .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-vgFlSYtQsd .mbr-text,
.cid-vgFlSYtQsd .text-wrapper {
  color: #666666;
}
.cid-vgFmPBbbrK .navbar-dropdown {
  position: relative !important;
}
.cid-vgFmPBbbrK .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vgFmPBbbrK .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vgFmPBbbrK .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgFmPBbbrK .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vgFmPBbbrK .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-vgFmPBbbrK .dropdown-item:hover,
.cid-vgFmPBbbrK .dropdown-item:focus {
  background: #ffffff !important;
  color: #be0000 !important;
}
.cid-vgFmPBbbrK .dropdown-item:hover span {
  color: white;
}
.cid-vgFmPBbbrK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgFmPBbbrK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgFmPBbbrK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgFmPBbbrK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vgFmPBbbrK .nav-link {
  position: relative;
}
.cid-vgFmPBbbrK .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vgFmPBbbrK .container {
    flex-wrap: nowrap;
  }
}
.cid-vgFmPBbbrK .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vgFmPBbbrK .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vgFmPBbbrK .dropdown-menu,
.cid-vgFmPBbbrK .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-vgFmPBbbrK .nav-item:focus,
.cid-vgFmPBbbrK .nav-link:focus {
  outline: none;
}
.cid-vgFmPBbbrK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgFmPBbbrK .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vgFmPBbbrK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgFmPBbbrK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgFmPBbbrK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgFmPBbbrK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgFmPBbbrK .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vgFmPBbbrK .navbar.opened {
  transition: all 0.3s;
}
.cid-vgFmPBbbrK .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 18px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vgFmPBbbrK .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vgFmPBbbrK .navbar .navbar-logo img {
  width: auto;
  border-radius: 0 !important;
}
.cid-vgFmPBbbrK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgFmPBbbrK .navbar.collapsed {
  justify-content: center;
}
.cid-vgFmPBbbrK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgFmPBbbrK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vgFmPBbbrK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgFmPBbbrK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgFmPBbbrK .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-vgFmPBbbrK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgFmPBbbrK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgFmPBbbrK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgFmPBbbrK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgFmPBbbrK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgFmPBbbrK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgFmPBbbrK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgFmPBbbrK .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-vgFmPBbbrK .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0 !important;
  }
  .cid-vgFmPBbbrK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgFmPBbbrK .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vgFmPBbbrK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vgFmPBbbrK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgFmPBbbrK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgFmPBbbrK .navbar.navbar-short {
  min-height: 80px;
}
.cid-vgFmPBbbrK .navbar.navbar-short .navbar-brand {
  min-height: 80px;
}
.cid-vgFmPBbbrK .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vgFmPBbbrK .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vgFmPBbbrK .navbar-brand .navbar-caption:hover,
.cid-vgFmPBbbrK .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}
.cid-vgFmPBbbrK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgFmPBbbrK .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vgFmPBbbrK .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}
.cid-vgFmPBbbrK .dropdown-item.active,
.cid-vgFmPBbbrK .dropdown-item:active {
  background-color: transparent;
}
.cid-vgFmPBbbrK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgFmPBbbrK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgFmPBbbrK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgFmPBbbrK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vgFmPBbbrK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vgFmPBbbrK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vgFmPBbbrK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgFmPBbbrK ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vgFmPBbbrK ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vgFmPBbbrK .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vgFmPBbbrK .navbar-buttons {
    text-align: left;
  }
}
.cid-vgFmPBbbrK .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vgFmPBbbrK .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vgFmPBbbrK button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f7f7f7 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vgFmPBbbrK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vgFmPBbbrK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vgFmPBbbrK button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgFmPBbbrK button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgFmPBbbrK button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vgFmPBbbrK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgFmPBbbrK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgFmPBbbrK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgFmPBbbrK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgFmPBbbrK .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vgFmPBbbrK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgFmPBbbrK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgFmPBbbrK .navbar {
    height: 70px;
  }
  .cid-vgFmPBbbrK .navbar.opened {
    height: auto;
  }
  .cid-vgFmPBbbrK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgFmPBbbrK .navbar-nav {
  margin: 0 auto;
}
.cid-vgFmPBbbrK .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vgFmPBbbrK .nav-item .nav-link {
  padding: 8px 18px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vgFmPBbbrK .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vgFmPBbbrK .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #be0000 !important;
}
.cid-vgFmPBbbrK .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vgFmPBbbrK .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vgFmPBbbrK .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vgFmPBbbrK .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vgFmPBbbrK .navbar {
    justify-content: flex-start !important;
  }
  .cid-vgFmPBbbrK .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vgFmPBbbrK .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vgFmPBbbrK .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vgFmPBbbrK .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vgFmPBbbrK .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vgFmPBbbrK .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vgFmPBbbrK .content-wrap {
  min-height: 80px;
}
.cid-vgFmPBEMO7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vgFmPBEMO7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFmPBEMO7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFmPBEMO7 .card-wrapper {
  position: relative;
  padding: 120px 60px 60px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vgFmPBEMO7 .card-wrapper {
    padding: 40px 20px;
  }
}
.cid-vgFmPBEMO7 .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vgFmPBEMO7 .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.4;
  z-index: 1;
  pointer-events: none;
}
.cid-vgFmPBEMO7 .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 464px;
}
@media (max-width: 1440px) {
  .cid-vgFmPBEMO7 .card-wrapper .title-wrapper {
    margin-top: 240px;
  }
}
@media (max-width: 1200px) {
  .cid-vgFmPBEMO7 .card-wrapper .title-wrapper {
    margin-top: 120px;
  }
}
@media (max-width: 992px) {
  .cid-vgFmPBEMO7 .card-wrapper .title-wrapper {
    margin-top: 0;
  }
}
.cid-vgFmPBEMO7 .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vgFmPBEMO7 .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vgFmPBEMO7 .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vgFmPBEMO7 .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-vgFmPBEMO7 .mbr-section-title {
  color: #ffffff;
}
.cid-vgFmPBEMO7 .mbr-text {
  color: #ffffff;
}
.cid-vgFmPBZBkQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgFmPBZBkQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFmPBZBkQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFmPBZBkQ .title-wrapper {
  margin-bottom: 40px;
}
.cid-vgFmPBZBkQ .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vgFmPBZBkQ .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgFmPBZBkQ .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgFmPBZBkQ .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgFmPBZBkQ .items-wrapper {
  margin: 0 -8px;
}
.cid-vgFmPBZBkQ .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vgFmPBZBkQ .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vgFmPBZBkQ .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgFmPBZBkQ .items-wrapper .item:nth-child(3n + 2) {
  transform: translateY(80px);
}
@media (max-width: 992px) {
  .cid-vgFmPBZBkQ .items-wrapper .item:nth-child(3n + 2) {
    transform: none;
  }
}
.cid-vgFmPBZBkQ .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 480px;
  padding: 8px;
}
@media (max-width: 992px) {
  .cid-vgFmPBZBkQ .items-wrapper .item .item-wrapper {
    min-height: 380px;
  }
}
.cid-vgFmPBZBkQ .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vgFmPBZBkQ .items-wrapper .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 16px;
  animation: none !important;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vgFmPBZBkQ .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-vgFmPBZBkQ .items-wrapper .item .item-wrapper .item-content .over-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  z-index: 1;
  pointer-events: none;
}
.cid-vgFmPBZBkQ .items-wrapper .item .item-wrapper .item-content .blur-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
  z-index: 1;
}
.cid-vgFmPBZBkQ .items-wrapper .item .item-wrapper .item-content .item-name {
  position: relative;
  z-index: 1;
  margin-bottom: 4px;
}
.cid-vgFmPBZBkQ .items-wrapper .item .item-wrapper .item-content .item-role {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vgFmPBZBkQ .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 12px;
}
.cid-vgFmPBZBkQ .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgFmPBZBkQ .mbr-label {
  color: #be0000;
  text-align: center;
}
.cid-vgFmPBZBkQ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vgFmPBZBkQ .mbr-text,
.cid-vgFmPBZBkQ .text-wrapper {
  color: #6c7179;
  text-align: center;
}
.cid-vgFmPBZBkQ .item-name {
  color: #ffffff;
}
.cid-vgFmPBZBkQ .item-role {
  color: #d1d3d6;
}
.cid-vgFmPCsRfr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgFmPCsRfr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFmPCsRfr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFmPCsRfr .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vgFmPCsRfr .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgFmPCsRfr .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vgFmPCsRfr .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgFmPCsRfr .mbr-label {
  color: #000000;
}
.cid-vgFmPCsRfr .mbr-text {
  color: #ffffff;
}
.cid-vgFmPCsRfr .mbr-text,
.cid-vgFmPCsRfr .mbr-section-btn {
  color: #000000;
}
.cid-vgFmPD27Qi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgFmPD27Qi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFmPD27Qi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFmPD27Qi .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vgFmPD27Qi .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vgFmPD27Qi .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vgFmPD27Qi .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vgFmPD27Qi .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-vgFmPD27Qi .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vgFmPD27Qi .mbr-section-title {
  color: #111111;
}
.cid-vgFmPD27Qi .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-vgFmPD27Qi .mbr-text,
.cid-vgFmPD27Qi .text-wrapper {
  color: #666666;
}
.cid-vgFmQ5ada5 .navbar-dropdown {
  position: relative !important;
}
.cid-vgFmQ5ada5 .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vgFmQ5ada5 .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vgFmQ5ada5 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgFmQ5ada5 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vgFmQ5ada5 .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-vgFmQ5ada5 .dropdown-item:hover,
.cid-vgFmQ5ada5 .dropdown-item:focus {
  background: #ffffff !important;
  color: #be0000 !important;
}
.cid-vgFmQ5ada5 .dropdown-item:hover span {
  color: white;
}
.cid-vgFmQ5ada5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgFmQ5ada5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgFmQ5ada5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgFmQ5ada5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vgFmQ5ada5 .nav-link {
  position: relative;
}
.cid-vgFmQ5ada5 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vgFmQ5ada5 .container {
    flex-wrap: nowrap;
  }
}
.cid-vgFmQ5ada5 .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vgFmQ5ada5 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vgFmQ5ada5 .dropdown-menu,
.cid-vgFmQ5ada5 .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-vgFmQ5ada5 .nav-item:focus,
.cid-vgFmQ5ada5 .nav-link:focus {
  outline: none;
}
.cid-vgFmQ5ada5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgFmQ5ada5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vgFmQ5ada5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgFmQ5ada5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgFmQ5ada5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgFmQ5ada5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgFmQ5ada5 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vgFmQ5ada5 .navbar.opened {
  transition: all 0.3s;
}
.cid-vgFmQ5ada5 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 18px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vgFmQ5ada5 .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vgFmQ5ada5 .navbar .navbar-logo img {
  width: auto;
  border-radius: 0 !important;
}
.cid-vgFmQ5ada5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgFmQ5ada5 .navbar.collapsed {
  justify-content: center;
}
.cid-vgFmQ5ada5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgFmQ5ada5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vgFmQ5ada5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgFmQ5ada5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgFmQ5ada5 .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-vgFmQ5ada5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgFmQ5ada5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgFmQ5ada5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgFmQ5ada5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgFmQ5ada5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgFmQ5ada5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgFmQ5ada5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgFmQ5ada5 .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-vgFmQ5ada5 .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0 !important;
  }
  .cid-vgFmQ5ada5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgFmQ5ada5 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vgFmQ5ada5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vgFmQ5ada5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgFmQ5ada5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgFmQ5ada5 .navbar.navbar-short {
  min-height: 80px;
}
.cid-vgFmQ5ada5 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
}
.cid-vgFmQ5ada5 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vgFmQ5ada5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vgFmQ5ada5 .navbar-brand .navbar-caption:hover,
.cid-vgFmQ5ada5 .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}
.cid-vgFmQ5ada5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgFmQ5ada5 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vgFmQ5ada5 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}
.cid-vgFmQ5ada5 .dropdown-item.active,
.cid-vgFmQ5ada5 .dropdown-item:active {
  background-color: transparent;
}
.cid-vgFmQ5ada5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgFmQ5ada5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgFmQ5ada5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgFmQ5ada5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vgFmQ5ada5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vgFmQ5ada5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vgFmQ5ada5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgFmQ5ada5 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vgFmQ5ada5 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vgFmQ5ada5 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vgFmQ5ada5 .navbar-buttons {
    text-align: left;
  }
}
.cid-vgFmQ5ada5 .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vgFmQ5ada5 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vgFmQ5ada5 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f7f7f7 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vgFmQ5ada5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vgFmQ5ada5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vgFmQ5ada5 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgFmQ5ada5 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgFmQ5ada5 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vgFmQ5ada5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgFmQ5ada5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgFmQ5ada5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgFmQ5ada5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgFmQ5ada5 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vgFmQ5ada5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgFmQ5ada5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgFmQ5ada5 .navbar {
    height: 70px;
  }
  .cid-vgFmQ5ada5 .navbar.opened {
    height: auto;
  }
  .cid-vgFmQ5ada5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgFmQ5ada5 .navbar-nav {
  margin: 0 auto;
}
.cid-vgFmQ5ada5 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vgFmQ5ada5 .nav-item .nav-link {
  padding: 8px 18px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vgFmQ5ada5 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vgFmQ5ada5 .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #be0000 !important;
}
.cid-vgFmQ5ada5 .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vgFmQ5ada5 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vgFmQ5ada5 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vgFmQ5ada5 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vgFmQ5ada5 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vgFmQ5ada5 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vgFmQ5ada5 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vgFmQ5ada5 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vgFmQ5ada5 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vgFmQ5ada5 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vgFmQ5ada5 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vgFmQ5ada5 .content-wrap {
  min-height: 80px;
}
.cid-vgFmQ64qI3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vgFmQ64qI3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFmQ64qI3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFmQ64qI3 .card-wrapper {
  position: relative;
  padding: 120px 60px 60px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vgFmQ64qI3 .card-wrapper {
    padding: 40px 20px;
  }
}
.cid-vgFmQ64qI3 .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vgFmQ64qI3 .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.4;
  z-index: 1;
  pointer-events: none;
}
.cid-vgFmQ64qI3 .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 464px;
}
@media (max-width: 1440px) {
  .cid-vgFmQ64qI3 .card-wrapper .title-wrapper {
    margin-top: 240px;
  }
}
@media (max-width: 1200px) {
  .cid-vgFmQ64qI3 .card-wrapper .title-wrapper {
    margin-top: 120px;
  }
}
@media (max-width: 992px) {
  .cid-vgFmQ64qI3 .card-wrapper .title-wrapper {
    margin-top: 0;
  }
}
.cid-vgFmQ64qI3 .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vgFmQ64qI3 .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vgFmQ64qI3 .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vgFmQ64qI3 .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-vgFmQ64qI3 .mbr-section-title {
  color: #ffffff;
}
.cid-vgFmQ64qI3 .mbr-text {
  color: #ffffff;
}
.cid-vgFmQ6Xdom {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgFmQ6Xdom .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFmQ6Xdom .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFmQ6Xdom .title-wrapper {
  margin-bottom: 40px;
}
.cid-vgFmQ6Xdom .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vgFmQ6Xdom .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgFmQ6Xdom .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgFmQ6Xdom .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgFmQ6Xdom .items-wrapper {
  margin: 0 -8px;
}
.cid-vgFmQ6Xdom .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vgFmQ6Xdom .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vgFmQ6Xdom .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgFmQ6Xdom .items-wrapper .item:nth-child(3n + 2) {
  transform: translateY(80px);
}
@media (max-width: 992px) {
  .cid-vgFmQ6Xdom .items-wrapper .item:nth-child(3n + 2) {
    transform: none;
  }
}
.cid-vgFmQ6Xdom .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 480px;
  padding: 8px;
}
@media (max-width: 992px) {
  .cid-vgFmQ6Xdom .items-wrapper .item .item-wrapper {
    min-height: 380px;
  }
}
.cid-vgFmQ6Xdom .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vgFmQ6Xdom .items-wrapper .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 16px;
  animation: none !important;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vgFmQ6Xdom .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-vgFmQ6Xdom .items-wrapper .item .item-wrapper .item-content .over-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  z-index: 1;
  pointer-events: none;
}
.cid-vgFmQ6Xdom .items-wrapper .item .item-wrapper .item-content .blur-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
  z-index: 1;
}
.cid-vgFmQ6Xdom .items-wrapper .item .item-wrapper .item-content .item-name {
  position: relative;
  z-index: 1;
  margin-bottom: 4px;
}
.cid-vgFmQ6Xdom .items-wrapper .item .item-wrapper .item-content .item-role {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vgFmQ6Xdom .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 12px;
}
.cid-vgFmQ6Xdom .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgFmQ6Xdom .mbr-label {
  color: #be0000;
  text-align: center;
}
.cid-vgFmQ6Xdom .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vgFmQ6Xdom .mbr-text,
.cid-vgFmQ6Xdom .text-wrapper {
  color: #6c7179;
  text-align: center;
}
.cid-vgFmQ6Xdom .item-name {
  color: #ffffff;
}
.cid-vgFmQ6Xdom .item-role {
  color: #d1d3d6;
}
.cid-vgFmQ7q44L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgFmQ7q44L .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFmQ7q44L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFmQ7q44L .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vgFmQ7q44L .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgFmQ7q44L .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vgFmQ7q44L .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgFmQ7q44L .mbr-label {
  color: #000000;
}
.cid-vgFmQ7q44L .mbr-text {
  color: #ffffff;
}
.cid-vgFmQ7q44L .mbr-text,
.cid-vgFmQ7q44L .mbr-section-btn {
  color: #000000;
}
.cid-vgFmQ7ZvPB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgFmQ7ZvPB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFmQ7ZvPB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFmQ7ZvPB .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vgFmQ7ZvPB .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vgFmQ7ZvPB .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vgFmQ7ZvPB .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vgFmQ7ZvPB .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-vgFmQ7ZvPB .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vgFmQ7ZvPB .mbr-section-title {
  color: #111111;
}
.cid-vgFmQ7ZvPB .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-vgFmQ7ZvPB .mbr-text,
.cid-vgFmQ7ZvPB .text-wrapper {
  color: #666666;
}
.cid-vgFmQuYOLl .navbar-dropdown {
  position: relative !important;
}
.cid-vgFmQuYOLl .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vgFmQuYOLl .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vgFmQuYOLl .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgFmQuYOLl .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vgFmQuYOLl .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-vgFmQuYOLl .dropdown-item:hover,
.cid-vgFmQuYOLl .dropdown-item:focus {
  background: #ffffff !important;
  color: #be0000 !important;
}
.cid-vgFmQuYOLl .dropdown-item:hover span {
  color: white;
}
.cid-vgFmQuYOLl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgFmQuYOLl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgFmQuYOLl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgFmQuYOLl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vgFmQuYOLl .nav-link {
  position: relative;
}
.cid-vgFmQuYOLl .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vgFmQuYOLl .container {
    flex-wrap: nowrap;
  }
}
.cid-vgFmQuYOLl .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vgFmQuYOLl .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vgFmQuYOLl .dropdown-menu,
.cid-vgFmQuYOLl .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-vgFmQuYOLl .nav-item:focus,
.cid-vgFmQuYOLl .nav-link:focus {
  outline: none;
}
.cid-vgFmQuYOLl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgFmQuYOLl .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vgFmQuYOLl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgFmQuYOLl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgFmQuYOLl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgFmQuYOLl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgFmQuYOLl .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vgFmQuYOLl .navbar.opened {
  transition: all 0.3s;
}
.cid-vgFmQuYOLl .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 18px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vgFmQuYOLl .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vgFmQuYOLl .navbar .navbar-logo img {
  width: auto;
  border-radius: 0 !important;
}
.cid-vgFmQuYOLl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgFmQuYOLl .navbar.collapsed {
  justify-content: center;
}
.cid-vgFmQuYOLl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgFmQuYOLl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vgFmQuYOLl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgFmQuYOLl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgFmQuYOLl .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-vgFmQuYOLl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgFmQuYOLl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgFmQuYOLl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgFmQuYOLl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgFmQuYOLl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgFmQuYOLl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgFmQuYOLl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgFmQuYOLl .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-vgFmQuYOLl .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0 !important;
  }
  .cid-vgFmQuYOLl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgFmQuYOLl .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vgFmQuYOLl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vgFmQuYOLl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgFmQuYOLl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgFmQuYOLl .navbar.navbar-short {
  min-height: 80px;
}
.cid-vgFmQuYOLl .navbar.navbar-short .navbar-brand {
  min-height: 80px;
}
.cid-vgFmQuYOLl .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vgFmQuYOLl .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vgFmQuYOLl .navbar-brand .navbar-caption:hover,
.cid-vgFmQuYOLl .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}
.cid-vgFmQuYOLl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgFmQuYOLl .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vgFmQuYOLl .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}
.cid-vgFmQuYOLl .dropdown-item.active,
.cid-vgFmQuYOLl .dropdown-item:active {
  background-color: transparent;
}
.cid-vgFmQuYOLl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgFmQuYOLl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgFmQuYOLl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgFmQuYOLl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vgFmQuYOLl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vgFmQuYOLl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vgFmQuYOLl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgFmQuYOLl ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vgFmQuYOLl ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vgFmQuYOLl .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vgFmQuYOLl .navbar-buttons {
    text-align: left;
  }
}
.cid-vgFmQuYOLl .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vgFmQuYOLl .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vgFmQuYOLl button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f7f7f7 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vgFmQuYOLl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vgFmQuYOLl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vgFmQuYOLl button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgFmQuYOLl button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgFmQuYOLl button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vgFmQuYOLl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgFmQuYOLl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgFmQuYOLl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgFmQuYOLl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgFmQuYOLl .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vgFmQuYOLl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgFmQuYOLl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgFmQuYOLl .navbar {
    height: 70px;
  }
  .cid-vgFmQuYOLl .navbar.opened {
    height: auto;
  }
  .cid-vgFmQuYOLl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgFmQuYOLl .navbar-nav {
  margin: 0 auto;
}
.cid-vgFmQuYOLl .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vgFmQuYOLl .nav-item .nav-link {
  padding: 8px 18px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vgFmQuYOLl .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vgFmQuYOLl .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #be0000 !important;
}
.cid-vgFmQuYOLl .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vgFmQuYOLl .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vgFmQuYOLl .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vgFmQuYOLl .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vgFmQuYOLl .navbar {
    justify-content: flex-start !important;
  }
  .cid-vgFmQuYOLl .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vgFmQuYOLl .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vgFmQuYOLl .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vgFmQuYOLl .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vgFmQuYOLl .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vgFmQuYOLl .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vgFmQuYOLl .content-wrap {
  min-height: 80px;
}
.cid-vgFmQvptdH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vgFmQvptdH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFmQvptdH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFmQvptdH .card-wrapper {
  position: relative;
  padding: 120px 60px 60px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vgFmQvptdH .card-wrapper {
    padding: 40px 20px;
  }
}
.cid-vgFmQvptdH .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vgFmQvptdH .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.4;
  z-index: 1;
  pointer-events: none;
}
.cid-vgFmQvptdH .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 464px;
}
@media (max-width: 1440px) {
  .cid-vgFmQvptdH .card-wrapper .title-wrapper {
    margin-top: 240px;
  }
}
@media (max-width: 1200px) {
  .cid-vgFmQvptdH .card-wrapper .title-wrapper {
    margin-top: 120px;
  }
}
@media (max-width: 992px) {
  .cid-vgFmQvptdH .card-wrapper .title-wrapper {
    margin-top: 0;
  }
}
.cid-vgFmQvptdH .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vgFmQvptdH .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vgFmQvptdH .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vgFmQvptdH .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-vgFmQvptdH .mbr-section-title {
  color: #ffffff;
}
.cid-vgFmQvptdH .mbr-text {
  color: #ffffff;
}
.cid-vgFmQvKayD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgFmQvKayD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFmQvKayD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFmQvKayD .title-wrapper {
  margin-bottom: 40px;
}
.cid-vgFmQvKayD .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vgFmQvKayD .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgFmQvKayD .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgFmQvKayD .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgFmQvKayD .items-wrapper {
  margin: 0 -8px;
}
.cid-vgFmQvKayD .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vgFmQvKayD .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vgFmQvKayD .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgFmQvKayD .items-wrapper .item:nth-child(3n + 2) {
  transform: translateY(80px);
}
@media (max-width: 992px) {
  .cid-vgFmQvKayD .items-wrapper .item:nth-child(3n + 2) {
    transform: none;
  }
}
.cid-vgFmQvKayD .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 480px;
  padding: 8px;
}
@media (max-width: 992px) {
  .cid-vgFmQvKayD .items-wrapper .item .item-wrapper {
    min-height: 380px;
  }
}
.cid-vgFmQvKayD .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vgFmQvKayD .items-wrapper .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 16px;
  animation: none !important;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vgFmQvKayD .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-vgFmQvKayD .items-wrapper .item .item-wrapper .item-content .over-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  z-index: 1;
  pointer-events: none;
}
.cid-vgFmQvKayD .items-wrapper .item .item-wrapper .item-content .blur-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
  z-index: 1;
}
.cid-vgFmQvKayD .items-wrapper .item .item-wrapper .item-content .item-name {
  position: relative;
  z-index: 1;
  margin-bottom: 4px;
}
.cid-vgFmQvKayD .items-wrapper .item .item-wrapper .item-content .item-role {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vgFmQvKayD .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 12px;
}
.cid-vgFmQvKayD .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgFmQvKayD .mbr-label {
  color: #be0000;
  text-align: center;
}
.cid-vgFmQvKayD .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vgFmQvKayD .mbr-text,
.cid-vgFmQvKayD .text-wrapper {
  color: #6c7179;
  text-align: center;
}
.cid-vgFmQvKayD .item-name {
  color: #ffffff;
}
.cid-vgFmQvKayD .item-role {
  color: #d1d3d6;
}
.cid-vgFmQwbJEd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgFmQwbJEd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFmQwbJEd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFmQwbJEd .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vgFmQwbJEd .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgFmQwbJEd .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vgFmQwbJEd .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgFmQwbJEd .mbr-label {
  color: #000000;
}
.cid-vgFmQwbJEd .mbr-text {
  color: #ffffff;
}
.cid-vgFmQwbJEd .mbr-text,
.cid-vgFmQwbJEd .mbr-section-btn {
  color: #000000;
}
.cid-vgFmQwL8K9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgFmQwL8K9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFmQwL8K9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFmQwL8K9 .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vgFmQwL8K9 .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vgFmQwL8K9 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vgFmQwL8K9 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vgFmQwL8K9 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-vgFmQwL8K9 .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vgFmQwL8K9 .mbr-section-title {
  color: #111111;
}
.cid-vgFmQwL8K9 .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-vgFmQwL8K9 .mbr-text,
.cid-vgFmQwL8K9 .text-wrapper {
  color: #666666;
}
.cid-vgFmQVhNh6 .navbar-dropdown {
  position: relative !important;
}
.cid-vgFmQVhNh6 .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vgFmQVhNh6 .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vgFmQVhNh6 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgFmQVhNh6 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vgFmQVhNh6 .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-vgFmQVhNh6 .dropdown-item:hover,
.cid-vgFmQVhNh6 .dropdown-item:focus {
  background: #ffffff !important;
  color: #be0000 !important;
}
.cid-vgFmQVhNh6 .dropdown-item:hover span {
  color: white;
}
.cid-vgFmQVhNh6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgFmQVhNh6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgFmQVhNh6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgFmQVhNh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vgFmQVhNh6 .nav-link {
  position: relative;
}
.cid-vgFmQVhNh6 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vgFmQVhNh6 .container {
    flex-wrap: nowrap;
  }
}
.cid-vgFmQVhNh6 .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vgFmQVhNh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vgFmQVhNh6 .dropdown-menu,
.cid-vgFmQVhNh6 .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-vgFmQVhNh6 .nav-item:focus,
.cid-vgFmQVhNh6 .nav-link:focus {
  outline: none;
}
.cid-vgFmQVhNh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgFmQVhNh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vgFmQVhNh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgFmQVhNh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgFmQVhNh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgFmQVhNh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgFmQVhNh6 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vgFmQVhNh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-vgFmQVhNh6 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 18px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vgFmQVhNh6 .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vgFmQVhNh6 .navbar .navbar-logo img {
  width: auto;
  border-radius: 0 !important;
}
.cid-vgFmQVhNh6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgFmQVhNh6 .navbar.collapsed {
  justify-content: center;
}
.cid-vgFmQVhNh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgFmQVhNh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vgFmQVhNh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgFmQVhNh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgFmQVhNh6 .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-vgFmQVhNh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgFmQVhNh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgFmQVhNh6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgFmQVhNh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgFmQVhNh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgFmQVhNh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgFmQVhNh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgFmQVhNh6 .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-vgFmQVhNh6 .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0 !important;
  }
  .cid-vgFmQVhNh6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgFmQVhNh6 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vgFmQVhNh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vgFmQVhNh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgFmQVhNh6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgFmQVhNh6 .navbar.navbar-short {
  min-height: 80px;
}
.cid-vgFmQVhNh6 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
}
.cid-vgFmQVhNh6 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vgFmQVhNh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vgFmQVhNh6 .navbar-brand .navbar-caption:hover,
.cid-vgFmQVhNh6 .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}
.cid-vgFmQVhNh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgFmQVhNh6 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vgFmQVhNh6 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}
.cid-vgFmQVhNh6 .dropdown-item.active,
.cid-vgFmQVhNh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-vgFmQVhNh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgFmQVhNh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgFmQVhNh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgFmQVhNh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vgFmQVhNh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vgFmQVhNh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vgFmQVhNh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgFmQVhNh6 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vgFmQVhNh6 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vgFmQVhNh6 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vgFmQVhNh6 .navbar-buttons {
    text-align: left;
  }
}
.cid-vgFmQVhNh6 .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vgFmQVhNh6 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vgFmQVhNh6 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f7f7f7 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vgFmQVhNh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vgFmQVhNh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vgFmQVhNh6 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgFmQVhNh6 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgFmQVhNh6 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vgFmQVhNh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgFmQVhNh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgFmQVhNh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgFmQVhNh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgFmQVhNh6 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vgFmQVhNh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgFmQVhNh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgFmQVhNh6 .navbar {
    height: 70px;
  }
  .cid-vgFmQVhNh6 .navbar.opened {
    height: auto;
  }
  .cid-vgFmQVhNh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgFmQVhNh6 .navbar-nav {
  margin: 0 auto;
}
.cid-vgFmQVhNh6 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vgFmQVhNh6 .nav-item .nav-link {
  padding: 8px 18px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vgFmQVhNh6 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vgFmQVhNh6 .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #be0000 !important;
}
.cid-vgFmQVhNh6 .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vgFmQVhNh6 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vgFmQVhNh6 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vgFmQVhNh6 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vgFmQVhNh6 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vgFmQVhNh6 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vgFmQVhNh6 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vgFmQVhNh6 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vgFmQVhNh6 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vgFmQVhNh6 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vgFmQVhNh6 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vgFmQVhNh6 .content-wrap {
  min-height: 80px;
}
.cid-vgFmQVIx7E {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vgFmQVIx7E .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFmQVIx7E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFmQVIx7E .card-wrapper {
  position: relative;
  padding: 120px 60px 60px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vgFmQVIx7E .card-wrapper {
    padding: 40px 20px;
  }
}
.cid-vgFmQVIx7E .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vgFmQVIx7E .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.4;
  z-index: 1;
  pointer-events: none;
}
.cid-vgFmQVIx7E .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 464px;
}
@media (max-width: 1440px) {
  .cid-vgFmQVIx7E .card-wrapper .title-wrapper {
    margin-top: 240px;
  }
}
@media (max-width: 1200px) {
  .cid-vgFmQVIx7E .card-wrapper .title-wrapper {
    margin-top: 120px;
  }
}
@media (max-width: 992px) {
  .cid-vgFmQVIx7E .card-wrapper .title-wrapper {
    margin-top: 0;
  }
}
.cid-vgFmQVIx7E .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vgFmQVIx7E .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vgFmQVIx7E .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vgFmQVIx7E .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-vgFmQVIx7E .mbr-section-title {
  color: #ffffff;
}
.cid-vgFmQVIx7E .mbr-text {
  color: #ffffff;
}
.cid-vgFmQW3GfQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgFmQW3GfQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFmQW3GfQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFmQW3GfQ .title-wrapper {
  margin-bottom: 40px;
}
.cid-vgFmQW3GfQ .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vgFmQW3GfQ .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgFmQW3GfQ .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgFmQW3GfQ .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgFmQW3GfQ .items-wrapper {
  margin: 0 -8px;
}
.cid-vgFmQW3GfQ .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vgFmQW3GfQ .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vgFmQW3GfQ .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgFmQW3GfQ .items-wrapper .item:nth-child(3n + 2) {
  transform: translateY(80px);
}
@media (max-width: 992px) {
  .cid-vgFmQW3GfQ .items-wrapper .item:nth-child(3n + 2) {
    transform: none;
  }
}
.cid-vgFmQW3GfQ .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 480px;
  padding: 8px;
}
@media (max-width: 992px) {
  .cid-vgFmQW3GfQ .items-wrapper .item .item-wrapper {
    min-height: 380px;
  }
}
.cid-vgFmQW3GfQ .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vgFmQW3GfQ .items-wrapper .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 16px;
  animation: none !important;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vgFmQW3GfQ .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-vgFmQW3GfQ .items-wrapper .item .item-wrapper .item-content .over-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  z-index: 1;
  pointer-events: none;
}
.cid-vgFmQW3GfQ .items-wrapper .item .item-wrapper .item-content .blur-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
  z-index: 1;
}
.cid-vgFmQW3GfQ .items-wrapper .item .item-wrapper .item-content .item-name {
  position: relative;
  z-index: 1;
  margin-bottom: 4px;
}
.cid-vgFmQW3GfQ .items-wrapper .item .item-wrapper .item-content .item-role {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vgFmQW3GfQ .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 12px;
}
.cid-vgFmQW3GfQ .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgFmQW3GfQ .mbr-label {
  color: #be0000;
  text-align: center;
}
.cid-vgFmQW3GfQ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vgFmQW3GfQ .mbr-text,
.cid-vgFmQW3GfQ .text-wrapper {
  color: #6c7179;
  text-align: center;
}
.cid-vgFmQW3GfQ .item-name {
  color: #ffffff;
}
.cid-vgFmQW3GfQ .item-role {
  color: #d1d3d6;
}
.cid-vgFmQWvo4H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgFmQWvo4H .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFmQWvo4H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFmQWvo4H .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vgFmQWvo4H .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgFmQWvo4H .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vgFmQWvo4H .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgFmQWvo4H .mbr-label {
  color: #000000;
}
.cid-vgFmQWvo4H .mbr-text {
  color: #ffffff;
}
.cid-vgFmQWvo4H .mbr-text,
.cid-vgFmQWvo4H .mbr-section-btn {
  color: #000000;
}
.cid-vgFmQX5YgC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgFmQX5YgC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFmQX5YgC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFmQX5YgC .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vgFmQX5YgC .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vgFmQX5YgC .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vgFmQX5YgC .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vgFmQX5YgC .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-vgFmQX5YgC .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vgFmQX5YgC .mbr-section-title {
  color: #111111;
}
.cid-vgFmQX5YgC .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-vgFmQX5YgC .mbr-text,
.cid-vgFmQX5YgC .text-wrapper {
  color: #666666;
}
.cid-vgFmRn4iBL .navbar-dropdown {
  position: relative !important;
}
.cid-vgFmRn4iBL .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vgFmRn4iBL .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vgFmRn4iBL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgFmRn4iBL .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vgFmRn4iBL .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-vgFmRn4iBL .dropdown-item:hover,
.cid-vgFmRn4iBL .dropdown-item:focus {
  background: #ffffff !important;
  color: #be0000 !important;
}
.cid-vgFmRn4iBL .dropdown-item:hover span {
  color: white;
}
.cid-vgFmRn4iBL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgFmRn4iBL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgFmRn4iBL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgFmRn4iBL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vgFmRn4iBL .nav-link {
  position: relative;
}
.cid-vgFmRn4iBL .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vgFmRn4iBL .container {
    flex-wrap: nowrap;
  }
}
.cid-vgFmRn4iBL .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vgFmRn4iBL .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vgFmRn4iBL .dropdown-menu,
.cid-vgFmRn4iBL .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-vgFmRn4iBL .nav-item:focus,
.cid-vgFmRn4iBL .nav-link:focus {
  outline: none;
}
.cid-vgFmRn4iBL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgFmRn4iBL .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vgFmRn4iBL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgFmRn4iBL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgFmRn4iBL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgFmRn4iBL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgFmRn4iBL .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vgFmRn4iBL .navbar.opened {
  transition: all 0.3s;
}
.cid-vgFmRn4iBL .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 18px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vgFmRn4iBL .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vgFmRn4iBL .navbar .navbar-logo img {
  width: auto;
  border-radius: 0 !important;
}
.cid-vgFmRn4iBL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgFmRn4iBL .navbar.collapsed {
  justify-content: center;
}
.cid-vgFmRn4iBL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgFmRn4iBL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vgFmRn4iBL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgFmRn4iBL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgFmRn4iBL .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-vgFmRn4iBL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgFmRn4iBL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgFmRn4iBL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgFmRn4iBL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgFmRn4iBL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgFmRn4iBL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgFmRn4iBL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgFmRn4iBL .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-vgFmRn4iBL .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0 !important;
  }
  .cid-vgFmRn4iBL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgFmRn4iBL .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vgFmRn4iBL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vgFmRn4iBL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgFmRn4iBL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgFmRn4iBL .navbar.navbar-short {
  min-height: 80px;
}
.cid-vgFmRn4iBL .navbar.navbar-short .navbar-brand {
  min-height: 80px;
}
.cid-vgFmRn4iBL .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vgFmRn4iBL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vgFmRn4iBL .navbar-brand .navbar-caption:hover,
.cid-vgFmRn4iBL .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}
.cid-vgFmRn4iBL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgFmRn4iBL .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vgFmRn4iBL .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}
.cid-vgFmRn4iBL .dropdown-item.active,
.cid-vgFmRn4iBL .dropdown-item:active {
  background-color: transparent;
}
.cid-vgFmRn4iBL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgFmRn4iBL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgFmRn4iBL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgFmRn4iBL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vgFmRn4iBL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vgFmRn4iBL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vgFmRn4iBL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgFmRn4iBL ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vgFmRn4iBL ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vgFmRn4iBL .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vgFmRn4iBL .navbar-buttons {
    text-align: left;
  }
}
.cid-vgFmRn4iBL .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vgFmRn4iBL .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vgFmRn4iBL button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f7f7f7 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vgFmRn4iBL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vgFmRn4iBL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vgFmRn4iBL button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgFmRn4iBL button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgFmRn4iBL button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vgFmRn4iBL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgFmRn4iBL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgFmRn4iBL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgFmRn4iBL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgFmRn4iBL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vgFmRn4iBL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgFmRn4iBL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgFmRn4iBL .navbar {
    height: 70px;
  }
  .cid-vgFmRn4iBL .navbar.opened {
    height: auto;
  }
  .cid-vgFmRn4iBL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgFmRn4iBL .navbar-nav {
  margin: 0 auto;
}
.cid-vgFmRn4iBL .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vgFmRn4iBL .nav-item .nav-link {
  padding: 8px 18px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vgFmRn4iBL .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vgFmRn4iBL .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #be0000 !important;
}
.cid-vgFmRn4iBL .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vgFmRn4iBL .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vgFmRn4iBL .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vgFmRn4iBL .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vgFmRn4iBL .navbar {
    justify-content: flex-start !important;
  }
  .cid-vgFmRn4iBL .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vgFmRn4iBL .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vgFmRn4iBL .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vgFmRn4iBL .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vgFmRn4iBL .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vgFmRn4iBL .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vgFmRn4iBL .content-wrap {
  min-height: 80px;
}
.cid-vgFmRnuCv5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vgFmRnuCv5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFmRnuCv5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFmRnuCv5 .card-wrapper {
  position: relative;
  padding: 120px 60px 60px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vgFmRnuCv5 .card-wrapper {
    padding: 40px 20px;
  }
}
.cid-vgFmRnuCv5 .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vgFmRnuCv5 .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.4;
  z-index: 1;
  pointer-events: none;
}
.cid-vgFmRnuCv5 .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 464px;
}
@media (max-width: 1440px) {
  .cid-vgFmRnuCv5 .card-wrapper .title-wrapper {
    margin-top: 240px;
  }
}
@media (max-width: 1200px) {
  .cid-vgFmRnuCv5 .card-wrapper .title-wrapper {
    margin-top: 120px;
  }
}
@media (max-width: 992px) {
  .cid-vgFmRnuCv5 .card-wrapper .title-wrapper {
    margin-top: 0;
  }
}
.cid-vgFmRnuCv5 .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vgFmRnuCv5 .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vgFmRnuCv5 .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vgFmRnuCv5 .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-vgFmRnuCv5 .mbr-section-title {
  color: #ffffff;
}
.cid-vgFmRnuCv5 .mbr-text {
  color: #ffffff;
}
.cid-vgFmRnOaXM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgFmRnOaXM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFmRnOaXM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFmRnOaXM .title-wrapper {
  margin-bottom: 40px;
}
.cid-vgFmRnOaXM .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vgFmRnOaXM .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgFmRnOaXM .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgFmRnOaXM .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgFmRnOaXM .items-wrapper {
  margin: 0 -8px;
}
.cid-vgFmRnOaXM .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vgFmRnOaXM .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vgFmRnOaXM .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgFmRnOaXM .items-wrapper .item:nth-child(3n + 2) {
  transform: translateY(80px);
}
@media (max-width: 992px) {
  .cid-vgFmRnOaXM .items-wrapper .item:nth-child(3n + 2) {
    transform: none;
  }
}
.cid-vgFmRnOaXM .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 480px;
  padding: 8px;
}
@media (max-width: 992px) {
  .cid-vgFmRnOaXM .items-wrapper .item .item-wrapper {
    min-height: 380px;
  }
}
.cid-vgFmRnOaXM .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vgFmRnOaXM .items-wrapper .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 16px;
  animation: none !important;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vgFmRnOaXM .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-vgFmRnOaXM .items-wrapper .item .item-wrapper .item-content .over-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  z-index: 1;
  pointer-events: none;
}
.cid-vgFmRnOaXM .items-wrapper .item .item-wrapper .item-content .blur-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
  z-index: 1;
}
.cid-vgFmRnOaXM .items-wrapper .item .item-wrapper .item-content .item-name {
  position: relative;
  z-index: 1;
  margin-bottom: 4px;
}
.cid-vgFmRnOaXM .items-wrapper .item .item-wrapper .item-content .item-role {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vgFmRnOaXM .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 12px;
}
.cid-vgFmRnOaXM .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgFmRnOaXM .mbr-label {
  color: #be0000;
  text-align: center;
}
.cid-vgFmRnOaXM .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vgFmRnOaXM .mbr-text,
.cid-vgFmRnOaXM .text-wrapper {
  color: #6c7179;
  text-align: center;
}
.cid-vgFmRnOaXM .item-name {
  color: #ffffff;
}
.cid-vgFmRnOaXM .item-role {
  color: #d1d3d6;
}
.cid-vgFmRofmFs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgFmRofmFs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFmRofmFs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFmRofmFs .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vgFmRofmFs .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgFmRofmFs .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vgFmRofmFs .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgFmRofmFs .mbr-label {
  color: #000000;
}
.cid-vgFmRofmFs .mbr-text {
  color: #ffffff;
}
.cid-vgFmRofmFs .mbr-text,
.cid-vgFmRofmFs .mbr-section-btn {
  color: #000000;
}
.cid-vgFmRoNWzT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgFmRoNWzT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFmRoNWzT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFmRoNWzT .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vgFmRoNWzT .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vgFmRoNWzT .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vgFmRoNWzT .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vgFmRoNWzT .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-vgFmRoNWzT .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vgFmRoNWzT .mbr-section-title {
  color: #111111;
}
.cid-vgFmRoNWzT .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-vgFmRoNWzT .mbr-text,
.cid-vgFmRoNWzT .text-wrapper {
  color: #666666;
}
.cid-vgFmRROMXU .navbar-dropdown {
  position: relative !important;
}
.cid-vgFmRROMXU .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vgFmRROMXU .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vgFmRROMXU .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgFmRROMXU .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vgFmRROMXU .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-vgFmRROMXU .dropdown-item:hover,
.cid-vgFmRROMXU .dropdown-item:focus {
  background: #ffffff !important;
  color: #be0000 !important;
}
.cid-vgFmRROMXU .dropdown-item:hover span {
  color: white;
}
.cid-vgFmRROMXU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgFmRROMXU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgFmRROMXU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgFmRROMXU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vgFmRROMXU .nav-link {
  position: relative;
}
.cid-vgFmRROMXU .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vgFmRROMXU .container {
    flex-wrap: nowrap;
  }
}
.cid-vgFmRROMXU .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vgFmRROMXU .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vgFmRROMXU .dropdown-menu,
.cid-vgFmRROMXU .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-vgFmRROMXU .nav-item:focus,
.cid-vgFmRROMXU .nav-link:focus {
  outline: none;
}
.cid-vgFmRROMXU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgFmRROMXU .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vgFmRROMXU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgFmRROMXU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgFmRROMXU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgFmRROMXU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgFmRROMXU .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vgFmRROMXU .navbar.opened {
  transition: all 0.3s;
}
.cid-vgFmRROMXU .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 18px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vgFmRROMXU .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vgFmRROMXU .navbar .navbar-logo img {
  width: auto;
  border-radius: 0 !important;
}
.cid-vgFmRROMXU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgFmRROMXU .navbar.collapsed {
  justify-content: center;
}
.cid-vgFmRROMXU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgFmRROMXU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vgFmRROMXU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgFmRROMXU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgFmRROMXU .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-vgFmRROMXU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgFmRROMXU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgFmRROMXU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgFmRROMXU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgFmRROMXU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgFmRROMXU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgFmRROMXU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgFmRROMXU .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-vgFmRROMXU .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0 !important;
  }
  .cid-vgFmRROMXU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgFmRROMXU .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vgFmRROMXU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vgFmRROMXU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgFmRROMXU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgFmRROMXU .navbar.navbar-short {
  min-height: 80px;
}
.cid-vgFmRROMXU .navbar.navbar-short .navbar-brand {
  min-height: 80px;
}
.cid-vgFmRROMXU .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vgFmRROMXU .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vgFmRROMXU .navbar-brand .navbar-caption:hover,
.cid-vgFmRROMXU .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}
.cid-vgFmRROMXU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgFmRROMXU .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vgFmRROMXU .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}
.cid-vgFmRROMXU .dropdown-item.active,
.cid-vgFmRROMXU .dropdown-item:active {
  background-color: transparent;
}
.cid-vgFmRROMXU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgFmRROMXU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgFmRROMXU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgFmRROMXU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vgFmRROMXU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vgFmRROMXU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vgFmRROMXU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgFmRROMXU ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vgFmRROMXU ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vgFmRROMXU .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vgFmRROMXU .navbar-buttons {
    text-align: left;
  }
}
.cid-vgFmRROMXU .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vgFmRROMXU .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vgFmRROMXU button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f7f7f7 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vgFmRROMXU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vgFmRROMXU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vgFmRROMXU button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgFmRROMXU button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgFmRROMXU button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vgFmRROMXU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgFmRROMXU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgFmRROMXU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgFmRROMXU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgFmRROMXU .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vgFmRROMXU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgFmRROMXU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgFmRROMXU .navbar {
    height: 70px;
  }
  .cid-vgFmRROMXU .navbar.opened {
    height: auto;
  }
  .cid-vgFmRROMXU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgFmRROMXU .navbar-nav {
  margin: 0 auto;
}
.cid-vgFmRROMXU .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vgFmRROMXU .nav-item .nav-link {
  padding: 8px 18px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vgFmRROMXU .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vgFmRROMXU .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #be0000 !important;
}
.cid-vgFmRROMXU .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vgFmRROMXU .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vgFmRROMXU .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vgFmRROMXU .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vgFmRROMXU .navbar {
    justify-content: flex-start !important;
  }
  .cid-vgFmRROMXU .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vgFmRROMXU .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vgFmRROMXU .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vgFmRROMXU .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vgFmRROMXU .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vgFmRROMXU .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vgFmRROMXU .content-wrap {
  min-height: 80px;
}
.cid-vgFmRSe6VV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vgFmRSe6VV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFmRSe6VV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFmRSe6VV .card-wrapper {
  position: relative;
  padding: 120px 60px 60px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vgFmRSe6VV .card-wrapper {
    padding: 40px 20px;
  }
}
.cid-vgFmRSe6VV .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vgFmRSe6VV .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.4;
  z-index: 1;
  pointer-events: none;
}
.cid-vgFmRSe6VV .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 464px;
}
@media (max-width: 1440px) {
  .cid-vgFmRSe6VV .card-wrapper .title-wrapper {
    margin-top: 240px;
  }
}
@media (max-width: 1200px) {
  .cid-vgFmRSe6VV .card-wrapper .title-wrapper {
    margin-top: 120px;
  }
}
@media (max-width: 992px) {
  .cid-vgFmRSe6VV .card-wrapper .title-wrapper {
    margin-top: 0;
  }
}
.cid-vgFmRSe6VV .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vgFmRSe6VV .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vgFmRSe6VV .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vgFmRSe6VV .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-vgFmRSe6VV .mbr-section-title {
  color: #ffffff;
}
.cid-vgFmRSe6VV .mbr-text {
  color: #ffffff;
}
.cid-vgFmRSzN4O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgFmRSzN4O .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFmRSzN4O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFmRSzN4O .title-wrapper {
  margin-bottom: 40px;
}
.cid-vgFmRSzN4O .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vgFmRSzN4O .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgFmRSzN4O .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgFmRSzN4O .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgFmRSzN4O .items-wrapper {
  margin: 0 -8px;
}
.cid-vgFmRSzN4O .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vgFmRSzN4O .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vgFmRSzN4O .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgFmRSzN4O .items-wrapper .item:nth-child(3n + 2) {
  transform: translateY(80px);
}
@media (max-width: 992px) {
  .cid-vgFmRSzN4O .items-wrapper .item:nth-child(3n + 2) {
    transform: none;
  }
}
.cid-vgFmRSzN4O .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 480px;
  padding: 8px;
}
@media (max-width: 992px) {
  .cid-vgFmRSzN4O .items-wrapper .item .item-wrapper {
    min-height: 380px;
  }
}
.cid-vgFmRSzN4O .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vgFmRSzN4O .items-wrapper .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 16px;
  animation: none !important;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vgFmRSzN4O .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-vgFmRSzN4O .items-wrapper .item .item-wrapper .item-content .over-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  z-index: 1;
  pointer-events: none;
}
.cid-vgFmRSzN4O .items-wrapper .item .item-wrapper .item-content .blur-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
  z-index: 1;
}
.cid-vgFmRSzN4O .items-wrapper .item .item-wrapper .item-content .item-name {
  position: relative;
  z-index: 1;
  margin-bottom: 4px;
}
.cid-vgFmRSzN4O .items-wrapper .item .item-wrapper .item-content .item-role {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vgFmRSzN4O .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 12px;
}
.cid-vgFmRSzN4O .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgFmRSzN4O .mbr-label {
  color: #be0000;
  text-align: center;
}
.cid-vgFmRSzN4O .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vgFmRSzN4O .mbr-text,
.cid-vgFmRSzN4O .text-wrapper {
  color: #6c7179;
  text-align: center;
}
.cid-vgFmRSzN4O .item-name {
  color: #ffffff;
}
.cid-vgFmRSzN4O .item-role {
  color: #d1d3d6;
}
.cid-vgFmRT1TeS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgFmRT1TeS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFmRT1TeS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFmRT1TeS .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vgFmRT1TeS .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgFmRT1TeS .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vgFmRT1TeS .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgFmRT1TeS .mbr-label {
  color: #000000;
}
.cid-vgFmRT1TeS .mbr-text {
  color: #ffffff;
}
.cid-vgFmRT1TeS .mbr-text,
.cid-vgFmRT1TeS .mbr-section-btn {
  color: #000000;
}
.cid-vgFmRTAaY3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgFmRTAaY3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFmRTAaY3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFmRTAaY3 .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vgFmRTAaY3 .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vgFmRTAaY3 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vgFmRTAaY3 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vgFmRTAaY3 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-vgFmRTAaY3 .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vgFmRTAaY3 .mbr-section-title {
  color: #111111;
}
.cid-vgFmRTAaY3 .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-vgFmRTAaY3 .mbr-text,
.cid-vgFmRTAaY3 .text-wrapper {
  color: #666666;
}
.cid-vgFmSC4WlR .navbar-dropdown {
  position: relative !important;
}
.cid-vgFmSC4WlR .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vgFmSC4WlR .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vgFmSC4WlR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgFmSC4WlR .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vgFmSC4WlR .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-vgFmSC4WlR .dropdown-item:hover,
.cid-vgFmSC4WlR .dropdown-item:focus {
  background: #ffffff !important;
  color: #be0000 !important;
}
.cid-vgFmSC4WlR .dropdown-item:hover span {
  color: white;
}
.cid-vgFmSC4WlR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgFmSC4WlR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgFmSC4WlR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgFmSC4WlR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vgFmSC4WlR .nav-link {
  position: relative;
}
.cid-vgFmSC4WlR .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vgFmSC4WlR .container {
    flex-wrap: nowrap;
  }
}
.cid-vgFmSC4WlR .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vgFmSC4WlR .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vgFmSC4WlR .dropdown-menu,
.cid-vgFmSC4WlR .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-vgFmSC4WlR .nav-item:focus,
.cid-vgFmSC4WlR .nav-link:focus {
  outline: none;
}
.cid-vgFmSC4WlR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgFmSC4WlR .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vgFmSC4WlR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgFmSC4WlR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgFmSC4WlR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgFmSC4WlR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgFmSC4WlR .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vgFmSC4WlR .navbar.opened {
  transition: all 0.3s;
}
.cid-vgFmSC4WlR .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 18px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vgFmSC4WlR .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vgFmSC4WlR .navbar .navbar-logo img {
  width: auto;
  border-radius: 0 !important;
}
.cid-vgFmSC4WlR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgFmSC4WlR .navbar.collapsed {
  justify-content: center;
}
.cid-vgFmSC4WlR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgFmSC4WlR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vgFmSC4WlR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgFmSC4WlR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgFmSC4WlR .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-vgFmSC4WlR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgFmSC4WlR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgFmSC4WlR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgFmSC4WlR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgFmSC4WlR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgFmSC4WlR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgFmSC4WlR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgFmSC4WlR .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-vgFmSC4WlR .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0 !important;
  }
  .cid-vgFmSC4WlR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgFmSC4WlR .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vgFmSC4WlR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vgFmSC4WlR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgFmSC4WlR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgFmSC4WlR .navbar.navbar-short {
  min-height: 80px;
}
.cid-vgFmSC4WlR .navbar.navbar-short .navbar-brand {
  min-height: 80px;
}
.cid-vgFmSC4WlR .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vgFmSC4WlR .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vgFmSC4WlR .navbar-brand .navbar-caption:hover,
.cid-vgFmSC4WlR .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}
.cid-vgFmSC4WlR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgFmSC4WlR .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vgFmSC4WlR .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}
.cid-vgFmSC4WlR .dropdown-item.active,
.cid-vgFmSC4WlR .dropdown-item:active {
  background-color: transparent;
}
.cid-vgFmSC4WlR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgFmSC4WlR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgFmSC4WlR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgFmSC4WlR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vgFmSC4WlR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vgFmSC4WlR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vgFmSC4WlR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgFmSC4WlR ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vgFmSC4WlR ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vgFmSC4WlR .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vgFmSC4WlR .navbar-buttons {
    text-align: left;
  }
}
.cid-vgFmSC4WlR .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vgFmSC4WlR .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vgFmSC4WlR button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f7f7f7 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vgFmSC4WlR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vgFmSC4WlR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vgFmSC4WlR button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgFmSC4WlR button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgFmSC4WlR button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vgFmSC4WlR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgFmSC4WlR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgFmSC4WlR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgFmSC4WlR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgFmSC4WlR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vgFmSC4WlR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgFmSC4WlR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgFmSC4WlR .navbar {
    height: 70px;
  }
  .cid-vgFmSC4WlR .navbar.opened {
    height: auto;
  }
  .cid-vgFmSC4WlR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgFmSC4WlR .navbar-nav {
  margin: 0 auto;
}
.cid-vgFmSC4WlR .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vgFmSC4WlR .nav-item .nav-link {
  padding: 8px 18px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vgFmSC4WlR .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vgFmSC4WlR .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #be0000 !important;
}
.cid-vgFmSC4WlR .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vgFmSC4WlR .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vgFmSC4WlR .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vgFmSC4WlR .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vgFmSC4WlR .navbar {
    justify-content: flex-start !important;
  }
  .cid-vgFmSC4WlR .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vgFmSC4WlR .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vgFmSC4WlR .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vgFmSC4WlR .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vgFmSC4WlR .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vgFmSC4WlR .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vgFmSC4WlR .content-wrap {
  min-height: 80px;
}
.cid-vgFmSCv2TD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vgFmSCv2TD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFmSCv2TD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFmSCv2TD .card-wrapper {
  position: relative;
  padding: 120px 60px 60px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vgFmSCv2TD .card-wrapper {
    padding: 40px 20px;
  }
}
.cid-vgFmSCv2TD .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vgFmSCv2TD .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.4;
  z-index: 1;
  pointer-events: none;
}
.cid-vgFmSCv2TD .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 464px;
}
@media (max-width: 1440px) {
  .cid-vgFmSCv2TD .card-wrapper .title-wrapper {
    margin-top: 240px;
  }
}
@media (max-width: 1200px) {
  .cid-vgFmSCv2TD .card-wrapper .title-wrapper {
    margin-top: 120px;
  }
}
@media (max-width: 992px) {
  .cid-vgFmSCv2TD .card-wrapper .title-wrapper {
    margin-top: 0;
  }
}
.cid-vgFmSCv2TD .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vgFmSCv2TD .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vgFmSCv2TD .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vgFmSCv2TD .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-vgFmSCv2TD .mbr-section-title {
  color: #ffffff;
}
.cid-vgFmSCv2TD .mbr-text {
  color: #ffffff;
}
.cid-vgFmSCOVSL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgFmSCOVSL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFmSCOVSL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFmSCOVSL .title-wrapper {
  margin-bottom: 40px;
}
.cid-vgFmSCOVSL .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vgFmSCOVSL .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgFmSCOVSL .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgFmSCOVSL .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgFmSCOVSL .items-wrapper {
  margin: 0 -8px;
}
.cid-vgFmSCOVSL .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vgFmSCOVSL .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vgFmSCOVSL .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgFmSCOVSL .items-wrapper .item:nth-child(3n + 2) {
  transform: translateY(80px);
}
@media (max-width: 992px) {
  .cid-vgFmSCOVSL .items-wrapper .item:nth-child(3n + 2) {
    transform: none;
  }
}
.cid-vgFmSCOVSL .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 480px;
  padding: 8px;
}
@media (max-width: 992px) {
  .cid-vgFmSCOVSL .items-wrapper .item .item-wrapper {
    min-height: 380px;
  }
}
.cid-vgFmSCOVSL .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vgFmSCOVSL .items-wrapper .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 16px;
  animation: none !important;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vgFmSCOVSL .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-vgFmSCOVSL .items-wrapper .item .item-wrapper .item-content .over-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  z-index: 1;
  pointer-events: none;
}
.cid-vgFmSCOVSL .items-wrapper .item .item-wrapper .item-content .blur-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
  z-index: 1;
}
.cid-vgFmSCOVSL .items-wrapper .item .item-wrapper .item-content .item-name {
  position: relative;
  z-index: 1;
  margin-bottom: 4px;
}
.cid-vgFmSCOVSL .items-wrapper .item .item-wrapper .item-content .item-role {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vgFmSCOVSL .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 12px;
}
.cid-vgFmSCOVSL .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgFmSCOVSL .mbr-label {
  color: #be0000;
  text-align: center;
}
.cid-vgFmSCOVSL .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vgFmSCOVSL .mbr-text,
.cid-vgFmSCOVSL .text-wrapper {
  color: #6c7179;
  text-align: center;
}
.cid-vgFmSCOVSL .item-name {
  color: #ffffff;
}
.cid-vgFmSCOVSL .item-role {
  color: #d1d3d6;
}
.cid-vgFmSDh4KB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgFmSDh4KB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFmSDh4KB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFmSDh4KB .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vgFmSDh4KB .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgFmSDh4KB .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vgFmSDh4KB .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgFmSDh4KB .mbr-label {
  color: #000000;
}
.cid-vgFmSDh4KB .mbr-text {
  color: #ffffff;
}
.cid-vgFmSDh4KB .mbr-text,
.cid-vgFmSDh4KB .mbr-section-btn {
  color: #000000;
}
.cid-vgFmSDRf0I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgFmSDRf0I .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFmSDRf0I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFmSDRf0I .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vgFmSDRf0I .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vgFmSDRf0I .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vgFmSDRf0I .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vgFmSDRf0I .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-vgFmSDRf0I .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vgFmSDRf0I .mbr-section-title {
  color: #111111;
}
.cid-vgFmSDRf0I .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-vgFmSDRf0I .mbr-text,
.cid-vgFmSDRf0I .text-wrapper {
  color: #666666;
}
.cid-vgFmTi0TAq .navbar-dropdown {
  position: relative !important;
}
.cid-vgFmTi0TAq .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vgFmTi0TAq .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vgFmTi0TAq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgFmTi0TAq .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vgFmTi0TAq .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-vgFmTi0TAq .dropdown-item:hover,
.cid-vgFmTi0TAq .dropdown-item:focus {
  background: #ffffff !important;
  color: #be0000 !important;
}
.cid-vgFmTi0TAq .dropdown-item:hover span {
  color: white;
}
.cid-vgFmTi0TAq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgFmTi0TAq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgFmTi0TAq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgFmTi0TAq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vgFmTi0TAq .nav-link {
  position: relative;
}
.cid-vgFmTi0TAq .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vgFmTi0TAq .container {
    flex-wrap: nowrap;
  }
}
.cid-vgFmTi0TAq .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vgFmTi0TAq .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vgFmTi0TAq .dropdown-menu,
.cid-vgFmTi0TAq .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-vgFmTi0TAq .nav-item:focus,
.cid-vgFmTi0TAq .nav-link:focus {
  outline: none;
}
.cid-vgFmTi0TAq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgFmTi0TAq .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vgFmTi0TAq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgFmTi0TAq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgFmTi0TAq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgFmTi0TAq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgFmTi0TAq .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vgFmTi0TAq .navbar.opened {
  transition: all 0.3s;
}
.cid-vgFmTi0TAq .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 18px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vgFmTi0TAq .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vgFmTi0TAq .navbar .navbar-logo img {
  width: auto;
  border-radius: 0 !important;
}
.cid-vgFmTi0TAq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgFmTi0TAq .navbar.collapsed {
  justify-content: center;
}
.cid-vgFmTi0TAq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgFmTi0TAq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vgFmTi0TAq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgFmTi0TAq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgFmTi0TAq .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-vgFmTi0TAq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgFmTi0TAq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgFmTi0TAq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgFmTi0TAq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgFmTi0TAq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgFmTi0TAq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgFmTi0TAq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgFmTi0TAq .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-vgFmTi0TAq .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0 !important;
  }
  .cid-vgFmTi0TAq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgFmTi0TAq .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vgFmTi0TAq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vgFmTi0TAq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgFmTi0TAq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgFmTi0TAq .navbar.navbar-short {
  min-height: 80px;
}
.cid-vgFmTi0TAq .navbar.navbar-short .navbar-brand {
  min-height: 80px;
}
.cid-vgFmTi0TAq .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vgFmTi0TAq .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vgFmTi0TAq .navbar-brand .navbar-caption:hover,
.cid-vgFmTi0TAq .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}
.cid-vgFmTi0TAq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgFmTi0TAq .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vgFmTi0TAq .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}
.cid-vgFmTi0TAq .dropdown-item.active,
.cid-vgFmTi0TAq .dropdown-item:active {
  background-color: transparent;
}
.cid-vgFmTi0TAq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgFmTi0TAq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgFmTi0TAq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgFmTi0TAq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vgFmTi0TAq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vgFmTi0TAq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vgFmTi0TAq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgFmTi0TAq ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vgFmTi0TAq ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vgFmTi0TAq .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vgFmTi0TAq .navbar-buttons {
    text-align: left;
  }
}
.cid-vgFmTi0TAq .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vgFmTi0TAq .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vgFmTi0TAq button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f7f7f7 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vgFmTi0TAq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vgFmTi0TAq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vgFmTi0TAq button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgFmTi0TAq button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgFmTi0TAq button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vgFmTi0TAq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgFmTi0TAq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgFmTi0TAq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgFmTi0TAq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgFmTi0TAq .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vgFmTi0TAq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgFmTi0TAq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgFmTi0TAq .navbar {
    height: 70px;
  }
  .cid-vgFmTi0TAq .navbar.opened {
    height: auto;
  }
  .cid-vgFmTi0TAq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgFmTi0TAq .navbar-nav {
  margin: 0 auto;
}
.cid-vgFmTi0TAq .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vgFmTi0TAq .nav-item .nav-link {
  padding: 8px 18px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vgFmTi0TAq .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vgFmTi0TAq .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #be0000 !important;
}
.cid-vgFmTi0TAq .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vgFmTi0TAq .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vgFmTi0TAq .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vgFmTi0TAq .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vgFmTi0TAq .navbar {
    justify-content: flex-start !important;
  }
  .cid-vgFmTi0TAq .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vgFmTi0TAq .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vgFmTi0TAq .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vgFmTi0TAq .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vgFmTi0TAq .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vgFmTi0TAq .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vgFmTi0TAq .content-wrap {
  min-height: 80px;
}
.cid-vgFmTiwKh0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vgFmTiwKh0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFmTiwKh0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFmTiwKh0 .card-wrapper {
  position: relative;
  padding: 120px 60px 60px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vgFmTiwKh0 .card-wrapper {
    padding: 40px 20px;
  }
}
.cid-vgFmTiwKh0 .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vgFmTiwKh0 .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.4;
  z-index: 1;
  pointer-events: none;
}
.cid-vgFmTiwKh0 .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 464px;
}
@media (max-width: 1440px) {
  .cid-vgFmTiwKh0 .card-wrapper .title-wrapper {
    margin-top: 240px;
  }
}
@media (max-width: 1200px) {
  .cid-vgFmTiwKh0 .card-wrapper .title-wrapper {
    margin-top: 120px;
  }
}
@media (max-width: 992px) {
  .cid-vgFmTiwKh0 .card-wrapper .title-wrapper {
    margin-top: 0;
  }
}
.cid-vgFmTiwKh0 .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vgFmTiwKh0 .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vgFmTiwKh0 .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vgFmTiwKh0 .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-vgFmTiwKh0 .mbr-section-title {
  color: #ffffff;
}
.cid-vgFmTiwKh0 .mbr-text {
  color: #ffffff;
}
.cid-vgFmTiP0gH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgFmTiP0gH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFmTiP0gH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFmTiP0gH .title-wrapper {
  margin-bottom: 40px;
}
.cid-vgFmTiP0gH .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vgFmTiP0gH .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgFmTiP0gH .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgFmTiP0gH .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgFmTiP0gH .items-wrapper {
  margin: 0 -8px;
}
.cid-vgFmTiP0gH .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vgFmTiP0gH .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vgFmTiP0gH .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgFmTiP0gH .items-wrapper .item:nth-child(3n + 2) {
  transform: translateY(80px);
}
@media (max-width: 992px) {
  .cid-vgFmTiP0gH .items-wrapper .item:nth-child(3n + 2) {
    transform: none;
  }
}
.cid-vgFmTiP0gH .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 480px;
  padding: 8px;
}
@media (max-width: 992px) {
  .cid-vgFmTiP0gH .items-wrapper .item .item-wrapper {
    min-height: 380px;
  }
}
.cid-vgFmTiP0gH .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vgFmTiP0gH .items-wrapper .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 16px;
  animation: none !important;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vgFmTiP0gH .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-vgFmTiP0gH .items-wrapper .item .item-wrapper .item-content .over-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  z-index: 1;
  pointer-events: none;
}
.cid-vgFmTiP0gH .items-wrapper .item .item-wrapper .item-content .blur-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
  z-index: 1;
}
.cid-vgFmTiP0gH .items-wrapper .item .item-wrapper .item-content .item-name {
  position: relative;
  z-index: 1;
  margin-bottom: 4px;
}
.cid-vgFmTiP0gH .items-wrapper .item .item-wrapper .item-content .item-role {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vgFmTiP0gH .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 12px;
}
.cid-vgFmTiP0gH .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgFmTiP0gH .mbr-label {
  color: #be0000;
  text-align: center;
}
.cid-vgFmTiP0gH .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vgFmTiP0gH .mbr-text,
.cid-vgFmTiP0gH .text-wrapper {
  color: #6c7179;
  text-align: center;
}
.cid-vgFmTiP0gH .item-name {
  color: #ffffff;
}
.cid-vgFmTiP0gH .item-role {
  color: #d1d3d6;
}
.cid-vgFmTjhNNK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgFmTjhNNK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFmTjhNNK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFmTjhNNK .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vgFmTjhNNK .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgFmTjhNNK .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vgFmTjhNNK .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgFmTjhNNK .mbr-label {
  color: #000000;
}
.cid-vgFmTjhNNK .mbr-text {
  color: #ffffff;
}
.cid-vgFmTjhNNK .mbr-text,
.cid-vgFmTjhNNK .mbr-section-btn {
  color: #000000;
}
.cid-vgFmTjOF8i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgFmTjOF8i .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFmTjOF8i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFmTjOF8i .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vgFmTjOF8i .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vgFmTjOF8i .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vgFmTjOF8i .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vgFmTjOF8i .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-vgFmTjOF8i .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vgFmTjOF8i .mbr-section-title {
  color: #111111;
}
.cid-vgFmTjOF8i .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-vgFmTjOF8i .mbr-text,
.cid-vgFmTjOF8i .text-wrapper {
  color: #666666;
}
.cid-vgFnpLEjzW .navbar-dropdown {
  position: relative !important;
}
.cid-vgFnpLEjzW .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vgFnpLEjzW .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vgFnpLEjzW .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgFnpLEjzW .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vgFnpLEjzW .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-vgFnpLEjzW .dropdown-item:hover,
.cid-vgFnpLEjzW .dropdown-item:focus {
  background: #ffffff !important;
  color: #be0000 !important;
}
.cid-vgFnpLEjzW .dropdown-item:hover span {
  color: white;
}
.cid-vgFnpLEjzW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgFnpLEjzW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgFnpLEjzW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgFnpLEjzW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vgFnpLEjzW .nav-link {
  position: relative;
}
.cid-vgFnpLEjzW .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vgFnpLEjzW .container {
    flex-wrap: nowrap;
  }
}
.cid-vgFnpLEjzW .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vgFnpLEjzW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vgFnpLEjzW .dropdown-menu,
.cid-vgFnpLEjzW .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-vgFnpLEjzW .nav-item:focus,
.cid-vgFnpLEjzW .nav-link:focus {
  outline: none;
}
.cid-vgFnpLEjzW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgFnpLEjzW .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vgFnpLEjzW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgFnpLEjzW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgFnpLEjzW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgFnpLEjzW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgFnpLEjzW .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vgFnpLEjzW .navbar.opened {
  transition: all 0.3s;
}
.cid-vgFnpLEjzW .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 18px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vgFnpLEjzW .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vgFnpLEjzW .navbar .navbar-logo img {
  width: auto;
  border-radius: 0 !important;
}
.cid-vgFnpLEjzW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgFnpLEjzW .navbar.collapsed {
  justify-content: center;
}
.cid-vgFnpLEjzW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgFnpLEjzW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vgFnpLEjzW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgFnpLEjzW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgFnpLEjzW .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-vgFnpLEjzW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgFnpLEjzW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgFnpLEjzW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgFnpLEjzW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgFnpLEjzW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgFnpLEjzW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgFnpLEjzW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgFnpLEjzW .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-vgFnpLEjzW .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0 !important;
  }
  .cid-vgFnpLEjzW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgFnpLEjzW .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vgFnpLEjzW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vgFnpLEjzW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgFnpLEjzW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgFnpLEjzW .navbar.navbar-short {
  min-height: 80px;
}
.cid-vgFnpLEjzW .navbar.navbar-short .navbar-brand {
  min-height: 80px;
}
.cid-vgFnpLEjzW .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vgFnpLEjzW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vgFnpLEjzW .navbar-brand .navbar-caption:hover,
.cid-vgFnpLEjzW .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}
.cid-vgFnpLEjzW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgFnpLEjzW .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vgFnpLEjzW .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}
.cid-vgFnpLEjzW .dropdown-item.active,
.cid-vgFnpLEjzW .dropdown-item:active {
  background-color: transparent;
}
.cid-vgFnpLEjzW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgFnpLEjzW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgFnpLEjzW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgFnpLEjzW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vgFnpLEjzW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vgFnpLEjzW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vgFnpLEjzW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgFnpLEjzW ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vgFnpLEjzW ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vgFnpLEjzW .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vgFnpLEjzW .navbar-buttons {
    text-align: left;
  }
}
.cid-vgFnpLEjzW .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vgFnpLEjzW .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vgFnpLEjzW button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f7f7f7 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vgFnpLEjzW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vgFnpLEjzW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vgFnpLEjzW button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgFnpLEjzW button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgFnpLEjzW button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vgFnpLEjzW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgFnpLEjzW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgFnpLEjzW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgFnpLEjzW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgFnpLEjzW .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vgFnpLEjzW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgFnpLEjzW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgFnpLEjzW .navbar {
    height: 70px;
  }
  .cid-vgFnpLEjzW .navbar.opened {
    height: auto;
  }
  .cid-vgFnpLEjzW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgFnpLEjzW .navbar-nav {
  margin: 0 auto;
}
.cid-vgFnpLEjzW .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vgFnpLEjzW .nav-item .nav-link {
  padding: 8px 18px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vgFnpLEjzW .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vgFnpLEjzW .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #be0000 !important;
}
.cid-vgFnpLEjzW .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vgFnpLEjzW .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vgFnpLEjzW .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vgFnpLEjzW .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vgFnpLEjzW .navbar {
    justify-content: flex-start !important;
  }
  .cid-vgFnpLEjzW .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vgFnpLEjzW .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vgFnpLEjzW .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vgFnpLEjzW .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vgFnpLEjzW .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vgFnpLEjzW .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vgFnpLEjzW .content-wrap {
  min-height: 80px;
}
.cid-vgFnpM5RK4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vgFnpM5RK4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFnpM5RK4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFnpM5RK4 .card-wrapper {
  position: relative;
  padding: 120px 60px 60px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vgFnpM5RK4 .card-wrapper {
    padding: 40px 20px;
  }
}
.cid-vgFnpM5RK4 .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vgFnpM5RK4 .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.4;
  z-index: 1;
  pointer-events: none;
}
.cid-vgFnpM5RK4 .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 464px;
}
@media (max-width: 1440px) {
  .cid-vgFnpM5RK4 .card-wrapper .title-wrapper {
    margin-top: 240px;
  }
}
@media (max-width: 1200px) {
  .cid-vgFnpM5RK4 .card-wrapper .title-wrapper {
    margin-top: 120px;
  }
}
@media (max-width: 992px) {
  .cid-vgFnpM5RK4 .card-wrapper .title-wrapper {
    margin-top: 0;
  }
}
.cid-vgFnpM5RK4 .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vgFnpM5RK4 .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vgFnpM5RK4 .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vgFnpM5RK4 .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-vgFnpM5RK4 .mbr-section-title {
  color: #ffffff;
}
.cid-vgFnpM5RK4 .mbr-text {
  color: #ffffff;
}
.cid-vgFnpMqsz4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgFnpMqsz4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFnpMqsz4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFnpMqsz4 .title-wrapper {
  margin-bottom: 40px;
}
.cid-vgFnpMqsz4 .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vgFnpMqsz4 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgFnpMqsz4 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgFnpMqsz4 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgFnpMqsz4 .items-wrapper {
  margin: 0 -8px;
}
.cid-vgFnpMqsz4 .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vgFnpMqsz4 .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vgFnpMqsz4 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgFnpMqsz4 .items-wrapper .item:nth-child(3n + 2) {
  transform: translateY(80px);
}
@media (max-width: 992px) {
  .cid-vgFnpMqsz4 .items-wrapper .item:nth-child(3n + 2) {
    transform: none;
  }
}
.cid-vgFnpMqsz4 .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 480px;
  padding: 8px;
}
@media (max-width: 992px) {
  .cid-vgFnpMqsz4 .items-wrapper .item .item-wrapper {
    min-height: 380px;
  }
}
.cid-vgFnpMqsz4 .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vgFnpMqsz4 .items-wrapper .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 16px;
  animation: none !important;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vgFnpMqsz4 .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-vgFnpMqsz4 .items-wrapper .item .item-wrapper .item-content .over-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  z-index: 1;
  pointer-events: none;
}
.cid-vgFnpMqsz4 .items-wrapper .item .item-wrapper .item-content .blur-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
  z-index: 1;
}
.cid-vgFnpMqsz4 .items-wrapper .item .item-wrapper .item-content .item-name {
  position: relative;
  z-index: 1;
  margin-bottom: 4px;
}
.cid-vgFnpMqsz4 .items-wrapper .item .item-wrapper .item-content .item-role {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vgFnpMqsz4 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 12px;
}
.cid-vgFnpMqsz4 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgFnpMqsz4 .mbr-label {
  color: #be0000;
  text-align: center;
}
.cid-vgFnpMqsz4 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vgFnpMqsz4 .mbr-text,
.cid-vgFnpMqsz4 .text-wrapper {
  color: #6c7179;
  text-align: center;
}
.cid-vgFnpMqsz4 .item-name {
  color: #ffffff;
}
.cid-vgFnpMqsz4 .item-role {
  color: #d1d3d6;
}
.cid-vgFnpMTi2z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgFnpMTi2z .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFnpMTi2z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFnpMTi2z .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vgFnpMTi2z .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgFnpMTi2z .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vgFnpMTi2z .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgFnpMTi2z .mbr-label {
  color: #000000;
}
.cid-vgFnpMTi2z .mbr-text {
  color: #ffffff;
}
.cid-vgFnpMTi2z .mbr-text,
.cid-vgFnpMTi2z .mbr-section-btn {
  color: #000000;
}
.cid-vgFnpNrs9f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgFnpNrs9f .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFnpNrs9f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFnpNrs9f .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vgFnpNrs9f .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vgFnpNrs9f .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vgFnpNrs9f .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vgFnpNrs9f .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-vgFnpNrs9f .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vgFnpNrs9f .mbr-section-title {
  color: #111111;
}
.cid-vgFnpNrs9f .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-vgFnpNrs9f .mbr-text,
.cid-vgFnpNrs9f .text-wrapper {
  color: #666666;
}
.cid-vgFnA2fkvd .navbar-dropdown {
  position: relative !important;
}
.cid-vgFnA2fkvd .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vgFnA2fkvd .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vgFnA2fkvd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgFnA2fkvd .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vgFnA2fkvd .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-vgFnA2fkvd .dropdown-item:hover,
.cid-vgFnA2fkvd .dropdown-item:focus {
  background: #ffffff !important;
  color: #be0000 !important;
}
.cid-vgFnA2fkvd .dropdown-item:hover span {
  color: white;
}
.cid-vgFnA2fkvd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgFnA2fkvd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgFnA2fkvd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgFnA2fkvd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vgFnA2fkvd .nav-link {
  position: relative;
}
.cid-vgFnA2fkvd .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vgFnA2fkvd .container {
    flex-wrap: nowrap;
  }
}
.cid-vgFnA2fkvd .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vgFnA2fkvd .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vgFnA2fkvd .dropdown-menu,
.cid-vgFnA2fkvd .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-vgFnA2fkvd .nav-item:focus,
.cid-vgFnA2fkvd .nav-link:focus {
  outline: none;
}
.cid-vgFnA2fkvd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgFnA2fkvd .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vgFnA2fkvd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgFnA2fkvd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgFnA2fkvd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgFnA2fkvd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgFnA2fkvd .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vgFnA2fkvd .navbar.opened {
  transition: all 0.3s;
}
.cid-vgFnA2fkvd .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 18px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vgFnA2fkvd .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vgFnA2fkvd .navbar .navbar-logo img {
  width: auto;
  border-radius: 0 !important;
}
.cid-vgFnA2fkvd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgFnA2fkvd .navbar.collapsed {
  justify-content: center;
}
.cid-vgFnA2fkvd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgFnA2fkvd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vgFnA2fkvd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgFnA2fkvd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgFnA2fkvd .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-vgFnA2fkvd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgFnA2fkvd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgFnA2fkvd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgFnA2fkvd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgFnA2fkvd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgFnA2fkvd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgFnA2fkvd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgFnA2fkvd .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-vgFnA2fkvd .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0 !important;
  }
  .cid-vgFnA2fkvd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgFnA2fkvd .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vgFnA2fkvd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vgFnA2fkvd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgFnA2fkvd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgFnA2fkvd .navbar.navbar-short {
  min-height: 80px;
}
.cid-vgFnA2fkvd .navbar.navbar-short .navbar-brand {
  min-height: 80px;
}
.cid-vgFnA2fkvd .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vgFnA2fkvd .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vgFnA2fkvd .navbar-brand .navbar-caption:hover,
.cid-vgFnA2fkvd .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}
.cid-vgFnA2fkvd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgFnA2fkvd .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vgFnA2fkvd .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}
.cid-vgFnA2fkvd .dropdown-item.active,
.cid-vgFnA2fkvd .dropdown-item:active {
  background-color: transparent;
}
.cid-vgFnA2fkvd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgFnA2fkvd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgFnA2fkvd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgFnA2fkvd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vgFnA2fkvd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vgFnA2fkvd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vgFnA2fkvd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgFnA2fkvd ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vgFnA2fkvd ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vgFnA2fkvd .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vgFnA2fkvd .navbar-buttons {
    text-align: left;
  }
}
.cid-vgFnA2fkvd .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vgFnA2fkvd .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vgFnA2fkvd button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f7f7f7 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vgFnA2fkvd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vgFnA2fkvd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vgFnA2fkvd button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgFnA2fkvd button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgFnA2fkvd button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vgFnA2fkvd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgFnA2fkvd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgFnA2fkvd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgFnA2fkvd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgFnA2fkvd .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vgFnA2fkvd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgFnA2fkvd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgFnA2fkvd .navbar {
    height: 70px;
  }
  .cid-vgFnA2fkvd .navbar.opened {
    height: auto;
  }
  .cid-vgFnA2fkvd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgFnA2fkvd .navbar-nav {
  margin: 0 auto;
}
.cid-vgFnA2fkvd .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vgFnA2fkvd .nav-item .nav-link {
  padding: 8px 18px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vgFnA2fkvd .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vgFnA2fkvd .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #be0000 !important;
}
.cid-vgFnA2fkvd .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vgFnA2fkvd .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vgFnA2fkvd .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vgFnA2fkvd .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vgFnA2fkvd .navbar {
    justify-content: flex-start !important;
  }
  .cid-vgFnA2fkvd .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vgFnA2fkvd .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vgFnA2fkvd .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vgFnA2fkvd .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vgFnA2fkvd .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vgFnA2fkvd .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vgFnA2fkvd .content-wrap {
  min-height: 80px;
}
.cid-vgFnA2KEdD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vgFnA2KEdD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFnA2KEdD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFnA2KEdD .card-wrapper {
  position: relative;
  padding: 120px 60px 60px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vgFnA2KEdD .card-wrapper {
    padding: 40px 20px;
  }
}
.cid-vgFnA2KEdD .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vgFnA2KEdD .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.4;
  z-index: 1;
  pointer-events: none;
}
.cid-vgFnA2KEdD .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 464px;
}
@media (max-width: 1440px) {
  .cid-vgFnA2KEdD .card-wrapper .title-wrapper {
    margin-top: 240px;
  }
}
@media (max-width: 1200px) {
  .cid-vgFnA2KEdD .card-wrapper .title-wrapper {
    margin-top: 120px;
  }
}
@media (max-width: 992px) {
  .cid-vgFnA2KEdD .card-wrapper .title-wrapper {
    margin-top: 0;
  }
}
.cid-vgFnA2KEdD .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vgFnA2KEdD .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vgFnA2KEdD .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vgFnA2KEdD .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-vgFnA2KEdD .mbr-section-title {
  color: #ffffff;
}
.cid-vgFnA2KEdD .mbr-text {
  color: #ffffff;
}
.cid-vgFnA351Ye {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgFnA351Ye .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFnA351Ye .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFnA351Ye .title-wrapper {
  margin-bottom: 40px;
}
.cid-vgFnA351Ye .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vgFnA351Ye .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgFnA351Ye .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgFnA351Ye .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgFnA351Ye .items-wrapper {
  margin: 0 -8px;
}
.cid-vgFnA351Ye .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vgFnA351Ye .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vgFnA351Ye .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgFnA351Ye .items-wrapper .item:nth-child(3n + 2) {
  transform: translateY(80px);
}
@media (max-width: 992px) {
  .cid-vgFnA351Ye .items-wrapper .item:nth-child(3n + 2) {
    transform: none;
  }
}
.cid-vgFnA351Ye .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 480px;
  padding: 8px;
}
@media (max-width: 992px) {
  .cid-vgFnA351Ye .items-wrapper .item .item-wrapper {
    min-height: 380px;
  }
}
.cid-vgFnA351Ye .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vgFnA351Ye .items-wrapper .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 16px;
  animation: none !important;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vgFnA351Ye .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-vgFnA351Ye .items-wrapper .item .item-wrapper .item-content .over-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  z-index: 1;
  pointer-events: none;
}
.cid-vgFnA351Ye .items-wrapper .item .item-wrapper .item-content .blur-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
  z-index: 1;
}
.cid-vgFnA351Ye .items-wrapper .item .item-wrapper .item-content .item-name {
  position: relative;
  z-index: 1;
  margin-bottom: 4px;
}
.cid-vgFnA351Ye .items-wrapper .item .item-wrapper .item-content .item-role {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vgFnA351Ye .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 12px;
}
.cid-vgFnA351Ye .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgFnA351Ye .mbr-label {
  color: #be0000;
  text-align: center;
}
.cid-vgFnA351Ye .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vgFnA351Ye .mbr-text,
.cid-vgFnA351Ye .text-wrapper {
  color: #6c7179;
  text-align: center;
}
.cid-vgFnA351Ye .item-name {
  color: #ffffff;
}
.cid-vgFnA351Ye .item-role {
  color: #d1d3d6;
}
.cid-vgFnA3AT0O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgFnA3AT0O .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFnA3AT0O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFnA3AT0O .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vgFnA3AT0O .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgFnA3AT0O .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vgFnA3AT0O .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgFnA3AT0O .mbr-label {
  color: #000000;
}
.cid-vgFnA3AT0O .mbr-text {
  color: #ffffff;
}
.cid-vgFnA3AT0O .mbr-text,
.cid-vgFnA3AT0O .mbr-section-btn {
  color: #000000;
}
.cid-vgFnA49Klj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgFnA49Klj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFnA49Klj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFnA49Klj .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vgFnA49Klj .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vgFnA49Klj .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vgFnA49Klj .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vgFnA49Klj .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-vgFnA49Klj .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vgFnA49Klj .mbr-section-title {
  color: #111111;
}
.cid-vgFnA49Klj .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-vgFnA49Klj .mbr-text,
.cid-vgFnA49Klj .text-wrapper {
  color: #666666;
}
.cid-vgFnDpPm9q .navbar-dropdown {
  position: relative !important;
}
.cid-vgFnDpPm9q .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vgFnDpPm9q .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vgFnDpPm9q .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgFnDpPm9q .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vgFnDpPm9q .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-vgFnDpPm9q .dropdown-item:hover,
.cid-vgFnDpPm9q .dropdown-item:focus {
  background: #ffffff !important;
  color: #be0000 !important;
}
.cid-vgFnDpPm9q .dropdown-item:hover span {
  color: white;
}
.cid-vgFnDpPm9q .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgFnDpPm9q .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgFnDpPm9q .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgFnDpPm9q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vgFnDpPm9q .nav-link {
  position: relative;
}
.cid-vgFnDpPm9q .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vgFnDpPm9q .container {
    flex-wrap: nowrap;
  }
}
.cid-vgFnDpPm9q .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vgFnDpPm9q .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vgFnDpPm9q .dropdown-menu,
.cid-vgFnDpPm9q .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-vgFnDpPm9q .nav-item:focus,
.cid-vgFnDpPm9q .nav-link:focus {
  outline: none;
}
.cid-vgFnDpPm9q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgFnDpPm9q .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vgFnDpPm9q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgFnDpPm9q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgFnDpPm9q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgFnDpPm9q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgFnDpPm9q .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vgFnDpPm9q .navbar.opened {
  transition: all 0.3s;
}
.cid-vgFnDpPm9q .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 18px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vgFnDpPm9q .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vgFnDpPm9q .navbar .navbar-logo img {
  width: auto;
  border-radius: 0 !important;
}
.cid-vgFnDpPm9q .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgFnDpPm9q .navbar.collapsed {
  justify-content: center;
}
.cid-vgFnDpPm9q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgFnDpPm9q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vgFnDpPm9q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgFnDpPm9q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgFnDpPm9q .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-vgFnDpPm9q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgFnDpPm9q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgFnDpPm9q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgFnDpPm9q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgFnDpPm9q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgFnDpPm9q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgFnDpPm9q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgFnDpPm9q .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-vgFnDpPm9q .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0 !important;
  }
  .cid-vgFnDpPm9q .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgFnDpPm9q .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vgFnDpPm9q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vgFnDpPm9q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgFnDpPm9q .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgFnDpPm9q .navbar.navbar-short {
  min-height: 80px;
}
.cid-vgFnDpPm9q .navbar.navbar-short .navbar-brand {
  min-height: 80px;
}
.cid-vgFnDpPm9q .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vgFnDpPm9q .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vgFnDpPm9q .navbar-brand .navbar-caption:hover,
.cid-vgFnDpPm9q .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}
.cid-vgFnDpPm9q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgFnDpPm9q .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vgFnDpPm9q .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}
.cid-vgFnDpPm9q .dropdown-item.active,
.cid-vgFnDpPm9q .dropdown-item:active {
  background-color: transparent;
}
.cid-vgFnDpPm9q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgFnDpPm9q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgFnDpPm9q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgFnDpPm9q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vgFnDpPm9q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vgFnDpPm9q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vgFnDpPm9q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgFnDpPm9q ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vgFnDpPm9q ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vgFnDpPm9q .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vgFnDpPm9q .navbar-buttons {
    text-align: left;
  }
}
.cid-vgFnDpPm9q .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vgFnDpPm9q .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vgFnDpPm9q button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f7f7f7 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vgFnDpPm9q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vgFnDpPm9q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vgFnDpPm9q button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgFnDpPm9q button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgFnDpPm9q button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vgFnDpPm9q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgFnDpPm9q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgFnDpPm9q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgFnDpPm9q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgFnDpPm9q .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vgFnDpPm9q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgFnDpPm9q .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgFnDpPm9q .navbar {
    height: 70px;
  }
  .cid-vgFnDpPm9q .navbar.opened {
    height: auto;
  }
  .cid-vgFnDpPm9q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgFnDpPm9q .navbar-nav {
  margin: 0 auto;
}
.cid-vgFnDpPm9q .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vgFnDpPm9q .nav-item .nav-link {
  padding: 8px 18px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vgFnDpPm9q .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vgFnDpPm9q .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #be0000 !important;
}
.cid-vgFnDpPm9q .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vgFnDpPm9q .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vgFnDpPm9q .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vgFnDpPm9q .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vgFnDpPm9q .navbar {
    justify-content: flex-start !important;
  }
  .cid-vgFnDpPm9q .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vgFnDpPm9q .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vgFnDpPm9q .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vgFnDpPm9q .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vgFnDpPm9q .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vgFnDpPm9q .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vgFnDpPm9q .content-wrap {
  min-height: 80px;
}
.cid-vgFnDqjY09 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vgFnDqjY09 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFnDqjY09 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFnDqjY09 .card-wrapper {
  position: relative;
  padding: 120px 60px 60px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vgFnDqjY09 .card-wrapper {
    padding: 40px 20px;
  }
}
.cid-vgFnDqjY09 .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vgFnDqjY09 .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.4;
  z-index: 1;
  pointer-events: none;
}
.cid-vgFnDqjY09 .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 464px;
}
@media (max-width: 1440px) {
  .cid-vgFnDqjY09 .card-wrapper .title-wrapper {
    margin-top: 240px;
  }
}
@media (max-width: 1200px) {
  .cid-vgFnDqjY09 .card-wrapper .title-wrapper {
    margin-top: 120px;
  }
}
@media (max-width: 992px) {
  .cid-vgFnDqjY09 .card-wrapper .title-wrapper {
    margin-top: 0;
  }
}
.cid-vgFnDqjY09 .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vgFnDqjY09 .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vgFnDqjY09 .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vgFnDqjY09 .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-vgFnDqjY09 .mbr-section-title {
  color: #ffffff;
}
.cid-vgFnDqjY09 .mbr-text {
  color: #ffffff;
}
.cid-vgFnDqFElw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgFnDqFElw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFnDqFElw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFnDqFElw .title-wrapper {
  margin-bottom: 40px;
}
.cid-vgFnDqFElw .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vgFnDqFElw .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgFnDqFElw .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgFnDqFElw .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgFnDqFElw .items-wrapper {
  margin: 0 -8px;
}
.cid-vgFnDqFElw .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vgFnDqFElw .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vgFnDqFElw .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgFnDqFElw .items-wrapper .item:nth-child(3n + 2) {
  transform: translateY(80px);
}
@media (max-width: 992px) {
  .cid-vgFnDqFElw .items-wrapper .item:nth-child(3n + 2) {
    transform: none;
  }
}
.cid-vgFnDqFElw .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 480px;
  padding: 8px;
}
@media (max-width: 992px) {
  .cid-vgFnDqFElw .items-wrapper .item .item-wrapper {
    min-height: 380px;
  }
}
.cid-vgFnDqFElw .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vgFnDqFElw .items-wrapper .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 16px;
  animation: none !important;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vgFnDqFElw .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-vgFnDqFElw .items-wrapper .item .item-wrapper .item-content .over-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  z-index: 1;
  pointer-events: none;
}
.cid-vgFnDqFElw .items-wrapper .item .item-wrapper .item-content .blur-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
  z-index: 1;
}
.cid-vgFnDqFElw .items-wrapper .item .item-wrapper .item-content .item-name {
  position: relative;
  z-index: 1;
  margin-bottom: 4px;
}
.cid-vgFnDqFElw .items-wrapper .item .item-wrapper .item-content .item-role {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vgFnDqFElw .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 12px;
}
.cid-vgFnDqFElw .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgFnDqFElw .mbr-label {
  color: #be0000;
  text-align: center;
}
.cid-vgFnDqFElw .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vgFnDqFElw .mbr-text,
.cid-vgFnDqFElw .text-wrapper {
  color: #6c7179;
  text-align: center;
}
.cid-vgFnDqFElw .item-name {
  color: #ffffff;
}
.cid-vgFnDqFElw .item-role {
  color: #d1d3d6;
}
.cid-vgFnDraDPp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgFnDraDPp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFnDraDPp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFnDraDPp .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vgFnDraDPp .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgFnDraDPp .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vgFnDraDPp .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgFnDraDPp .mbr-label {
  color: #000000;
}
.cid-vgFnDraDPp .mbr-text {
  color: #ffffff;
}
.cid-vgFnDraDPp .mbr-text,
.cid-vgFnDraDPp .mbr-section-btn {
  color: #000000;
}
.cid-vgFnDrKWMg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgFnDrKWMg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFnDrKWMg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFnDrKWMg .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vgFnDrKWMg .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vgFnDrKWMg .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vgFnDrKWMg .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vgFnDrKWMg .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-vgFnDrKWMg .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vgFnDrKWMg .mbr-section-title {
  color: #111111;
}
.cid-vgFnDrKWMg .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-vgFnDrKWMg .mbr-text,
.cid-vgFnDrKWMg .text-wrapper {
  color: #666666;
}
.cid-vgFnHU4d5J .navbar-dropdown {
  position: relative !important;
}
.cid-vgFnHU4d5J .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vgFnHU4d5J .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vgFnHU4d5J .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgFnHU4d5J .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vgFnHU4d5J .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-vgFnHU4d5J .dropdown-item:hover,
.cid-vgFnHU4d5J .dropdown-item:focus {
  background: #ffffff !important;
  color: #be0000 !important;
}
.cid-vgFnHU4d5J .dropdown-item:hover span {
  color: white;
}
.cid-vgFnHU4d5J .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgFnHU4d5J .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgFnHU4d5J .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgFnHU4d5J .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vgFnHU4d5J .nav-link {
  position: relative;
}
.cid-vgFnHU4d5J .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vgFnHU4d5J .container {
    flex-wrap: nowrap;
  }
}
.cid-vgFnHU4d5J .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vgFnHU4d5J .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vgFnHU4d5J .dropdown-menu,
.cid-vgFnHU4d5J .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-vgFnHU4d5J .nav-item:focus,
.cid-vgFnHU4d5J .nav-link:focus {
  outline: none;
}
.cid-vgFnHU4d5J .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgFnHU4d5J .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vgFnHU4d5J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgFnHU4d5J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgFnHU4d5J .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgFnHU4d5J .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgFnHU4d5J .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vgFnHU4d5J .navbar.opened {
  transition: all 0.3s;
}
.cid-vgFnHU4d5J .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 18px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vgFnHU4d5J .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vgFnHU4d5J .navbar .navbar-logo img {
  width: auto;
  border-radius: 0 !important;
}
.cid-vgFnHU4d5J .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgFnHU4d5J .navbar.collapsed {
  justify-content: center;
}
.cid-vgFnHU4d5J .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgFnHU4d5J .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vgFnHU4d5J .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgFnHU4d5J .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgFnHU4d5J .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-vgFnHU4d5J .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgFnHU4d5J .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgFnHU4d5J .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgFnHU4d5J .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgFnHU4d5J .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgFnHU4d5J .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgFnHU4d5J .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgFnHU4d5J .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-vgFnHU4d5J .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0 !important;
  }
  .cid-vgFnHU4d5J .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgFnHU4d5J .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vgFnHU4d5J .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vgFnHU4d5J .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgFnHU4d5J .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgFnHU4d5J .navbar.navbar-short {
  min-height: 80px;
}
.cid-vgFnHU4d5J .navbar.navbar-short .navbar-brand {
  min-height: 80px;
}
.cid-vgFnHU4d5J .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vgFnHU4d5J .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vgFnHU4d5J .navbar-brand .navbar-caption:hover,
.cid-vgFnHU4d5J .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}
.cid-vgFnHU4d5J .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgFnHU4d5J .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vgFnHU4d5J .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}
.cid-vgFnHU4d5J .dropdown-item.active,
.cid-vgFnHU4d5J .dropdown-item:active {
  background-color: transparent;
}
.cid-vgFnHU4d5J .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgFnHU4d5J .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgFnHU4d5J .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgFnHU4d5J .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vgFnHU4d5J .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vgFnHU4d5J .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vgFnHU4d5J .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgFnHU4d5J ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vgFnHU4d5J ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vgFnHU4d5J .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vgFnHU4d5J .navbar-buttons {
    text-align: left;
  }
}
.cid-vgFnHU4d5J .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vgFnHU4d5J .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vgFnHU4d5J button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f7f7f7 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vgFnHU4d5J button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vgFnHU4d5J button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vgFnHU4d5J button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgFnHU4d5J button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgFnHU4d5J button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vgFnHU4d5J nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgFnHU4d5J nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgFnHU4d5J nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgFnHU4d5J nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgFnHU4d5J .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vgFnHU4d5J a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgFnHU4d5J .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgFnHU4d5J .navbar {
    height: 70px;
  }
  .cid-vgFnHU4d5J .navbar.opened {
    height: auto;
  }
  .cid-vgFnHU4d5J .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgFnHU4d5J .navbar-nav {
  margin: 0 auto;
}
.cid-vgFnHU4d5J .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vgFnHU4d5J .nav-item .nav-link {
  padding: 8px 18px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vgFnHU4d5J .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vgFnHU4d5J .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #be0000 !important;
}
.cid-vgFnHU4d5J .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vgFnHU4d5J .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vgFnHU4d5J .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vgFnHU4d5J .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vgFnHU4d5J .navbar {
    justify-content: flex-start !important;
  }
  .cid-vgFnHU4d5J .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vgFnHU4d5J .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vgFnHU4d5J .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vgFnHU4d5J .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vgFnHU4d5J .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vgFnHU4d5J .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vgFnHU4d5J .content-wrap {
  min-height: 80px;
}
.cid-vgFnHUxdq1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vgFnHUxdq1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFnHUxdq1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFnHUxdq1 .card-wrapper {
  position: relative;
  padding: 120px 60px 60px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vgFnHUxdq1 .card-wrapper {
    padding: 40px 20px;
  }
}
.cid-vgFnHUxdq1 .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vgFnHUxdq1 .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.4;
  z-index: 1;
  pointer-events: none;
}
.cid-vgFnHUxdq1 .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 464px;
}
@media (max-width: 1440px) {
  .cid-vgFnHUxdq1 .card-wrapper .title-wrapper {
    margin-top: 240px;
  }
}
@media (max-width: 1200px) {
  .cid-vgFnHUxdq1 .card-wrapper .title-wrapper {
    margin-top: 120px;
  }
}
@media (max-width: 992px) {
  .cid-vgFnHUxdq1 .card-wrapper .title-wrapper {
    margin-top: 0;
  }
}
.cid-vgFnHUxdq1 .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vgFnHUxdq1 .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vgFnHUxdq1 .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vgFnHUxdq1 .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-vgFnHUxdq1 .mbr-section-title {
  color: #ffffff;
}
.cid-vgFnHUxdq1 .mbr-text {
  color: #ffffff;
}
.cid-vgFnHUSgqV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgFnHUSgqV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFnHUSgqV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFnHUSgqV .title-wrapper {
  margin-bottom: 40px;
}
.cid-vgFnHUSgqV .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vgFnHUSgqV .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgFnHUSgqV .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgFnHUSgqV .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgFnHUSgqV .items-wrapper {
  margin: 0 -8px;
}
.cid-vgFnHUSgqV .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vgFnHUSgqV .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vgFnHUSgqV .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgFnHUSgqV .items-wrapper .item:nth-child(3n + 2) {
  transform: translateY(80px);
}
@media (max-width: 992px) {
  .cid-vgFnHUSgqV .items-wrapper .item:nth-child(3n + 2) {
    transform: none;
  }
}
.cid-vgFnHUSgqV .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 480px;
  padding: 8px;
}
@media (max-width: 992px) {
  .cid-vgFnHUSgqV .items-wrapper .item .item-wrapper {
    min-height: 380px;
  }
}
.cid-vgFnHUSgqV .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vgFnHUSgqV .items-wrapper .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 16px;
  animation: none !important;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vgFnHUSgqV .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-vgFnHUSgqV .items-wrapper .item .item-wrapper .item-content .over-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  z-index: 1;
  pointer-events: none;
}
.cid-vgFnHUSgqV .items-wrapper .item .item-wrapper .item-content .blur-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
  z-index: 1;
}
.cid-vgFnHUSgqV .items-wrapper .item .item-wrapper .item-content .item-name {
  position: relative;
  z-index: 1;
  margin-bottom: 4px;
}
.cid-vgFnHUSgqV .items-wrapper .item .item-wrapper .item-content .item-role {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vgFnHUSgqV .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 12px;
}
.cid-vgFnHUSgqV .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgFnHUSgqV .mbr-label {
  color: #be0000;
  text-align: center;
}
.cid-vgFnHUSgqV .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vgFnHUSgqV .mbr-text,
.cid-vgFnHUSgqV .text-wrapper {
  color: #6c7179;
  text-align: center;
}
.cid-vgFnHUSgqV .item-name {
  color: #ffffff;
}
.cid-vgFnHUSgqV .item-role {
  color: #d1d3d6;
}
.cid-vgFnHVm9lf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgFnHVm9lf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFnHVm9lf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFnHVm9lf .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vgFnHVm9lf .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgFnHVm9lf .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vgFnHVm9lf .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgFnHVm9lf .mbr-label {
  color: #000000;
}
.cid-vgFnHVm9lf .mbr-text {
  color: #ffffff;
}
.cid-vgFnHVm9lf .mbr-text,
.cid-vgFnHVm9lf .mbr-section-btn {
  color: #000000;
}
.cid-vgFnHVVvTj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgFnHVVvTj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFnHVVvTj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFnHVVvTj .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vgFnHVVvTj .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vgFnHVVvTj .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vgFnHVVvTj .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vgFnHVVvTj .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-vgFnHVVvTj .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vgFnHVVvTj .mbr-section-title {
  color: #111111;
}
.cid-vgFnHVVvTj .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-vgFnHVVvTj .mbr-text,
.cid-vgFnHVVvTj .text-wrapper {
  color: #666666;
}
.cid-vgFnLZVA6R .navbar-dropdown {
  position: relative !important;
}
.cid-vgFnLZVA6R .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vgFnLZVA6R .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vgFnLZVA6R .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgFnLZVA6R .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vgFnLZVA6R .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-vgFnLZVA6R .dropdown-item:hover,
.cid-vgFnLZVA6R .dropdown-item:focus {
  background: #ffffff !important;
  color: #be0000 !important;
}
.cid-vgFnLZVA6R .dropdown-item:hover span {
  color: white;
}
.cid-vgFnLZVA6R .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgFnLZVA6R .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgFnLZVA6R .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgFnLZVA6R .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vgFnLZVA6R .nav-link {
  position: relative;
}
.cid-vgFnLZVA6R .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vgFnLZVA6R .container {
    flex-wrap: nowrap;
  }
}
.cid-vgFnLZVA6R .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vgFnLZVA6R .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vgFnLZVA6R .dropdown-menu,
.cid-vgFnLZVA6R .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-vgFnLZVA6R .nav-item:focus,
.cid-vgFnLZVA6R .nav-link:focus {
  outline: none;
}
.cid-vgFnLZVA6R .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgFnLZVA6R .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vgFnLZVA6R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgFnLZVA6R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgFnLZVA6R .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgFnLZVA6R .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgFnLZVA6R .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vgFnLZVA6R .navbar.opened {
  transition: all 0.3s;
}
.cid-vgFnLZVA6R .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 18px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vgFnLZVA6R .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vgFnLZVA6R .navbar .navbar-logo img {
  width: auto;
  border-radius: 0 !important;
}
.cid-vgFnLZVA6R .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgFnLZVA6R .navbar.collapsed {
  justify-content: center;
}
.cid-vgFnLZVA6R .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgFnLZVA6R .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vgFnLZVA6R .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgFnLZVA6R .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgFnLZVA6R .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-vgFnLZVA6R .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgFnLZVA6R .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgFnLZVA6R .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgFnLZVA6R .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgFnLZVA6R .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgFnLZVA6R .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgFnLZVA6R .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgFnLZVA6R .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-vgFnLZVA6R .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0 !important;
  }
  .cid-vgFnLZVA6R .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgFnLZVA6R .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vgFnLZVA6R .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vgFnLZVA6R .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgFnLZVA6R .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgFnLZVA6R .navbar.navbar-short {
  min-height: 80px;
}
.cid-vgFnLZVA6R .navbar.navbar-short .navbar-brand {
  min-height: 80px;
}
.cid-vgFnLZVA6R .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vgFnLZVA6R .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vgFnLZVA6R .navbar-brand .navbar-caption:hover,
.cid-vgFnLZVA6R .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}
.cid-vgFnLZVA6R .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgFnLZVA6R .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vgFnLZVA6R .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}
.cid-vgFnLZVA6R .dropdown-item.active,
.cid-vgFnLZVA6R .dropdown-item:active {
  background-color: transparent;
}
.cid-vgFnLZVA6R .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgFnLZVA6R .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgFnLZVA6R .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgFnLZVA6R .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vgFnLZVA6R .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vgFnLZVA6R .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vgFnLZVA6R .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgFnLZVA6R ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vgFnLZVA6R ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vgFnLZVA6R .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vgFnLZVA6R .navbar-buttons {
    text-align: left;
  }
}
.cid-vgFnLZVA6R .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vgFnLZVA6R .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vgFnLZVA6R button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f7f7f7 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vgFnLZVA6R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vgFnLZVA6R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vgFnLZVA6R button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgFnLZVA6R button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgFnLZVA6R button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vgFnLZVA6R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgFnLZVA6R nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgFnLZVA6R nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgFnLZVA6R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgFnLZVA6R .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vgFnLZVA6R a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgFnLZVA6R .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgFnLZVA6R .navbar {
    height: 70px;
  }
  .cid-vgFnLZVA6R .navbar.opened {
    height: auto;
  }
  .cid-vgFnLZVA6R .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgFnLZVA6R .navbar-nav {
  margin: 0 auto;
}
.cid-vgFnLZVA6R .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vgFnLZVA6R .nav-item .nav-link {
  padding: 8px 18px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vgFnLZVA6R .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vgFnLZVA6R .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #be0000 !important;
}
.cid-vgFnLZVA6R .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vgFnLZVA6R .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vgFnLZVA6R .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vgFnLZVA6R .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vgFnLZVA6R .navbar {
    justify-content: flex-start !important;
  }
  .cid-vgFnLZVA6R .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vgFnLZVA6R .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vgFnLZVA6R .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vgFnLZVA6R .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vgFnLZVA6R .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vgFnLZVA6R .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vgFnLZVA6R .content-wrap {
  min-height: 80px;
}
.cid-vgFnM0osgx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vgFnM0osgx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFnM0osgx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFnM0osgx .card-wrapper {
  position: relative;
  padding: 120px 60px 60px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vgFnM0osgx .card-wrapper {
    padding: 40px 20px;
  }
}
.cid-vgFnM0osgx .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vgFnM0osgx .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.4;
  z-index: 1;
  pointer-events: none;
}
.cid-vgFnM0osgx .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 464px;
}
@media (max-width: 1440px) {
  .cid-vgFnM0osgx .card-wrapper .title-wrapper {
    margin-top: 240px;
  }
}
@media (max-width: 1200px) {
  .cid-vgFnM0osgx .card-wrapper .title-wrapper {
    margin-top: 120px;
  }
}
@media (max-width: 992px) {
  .cid-vgFnM0osgx .card-wrapper .title-wrapper {
    margin-top: 0;
  }
}
.cid-vgFnM0osgx .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vgFnM0osgx .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vgFnM0osgx .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vgFnM0osgx .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-vgFnM0osgx .mbr-section-title {
  color: #ffffff;
}
.cid-vgFnM0osgx .mbr-text {
  color: #ffffff;
}
.cid-vgFnM0K2y7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgFnM0K2y7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFnM0K2y7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFnM0K2y7 .title-wrapper {
  margin-bottom: 40px;
}
.cid-vgFnM0K2y7 .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vgFnM0K2y7 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgFnM0K2y7 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgFnM0K2y7 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgFnM0K2y7 .items-wrapper {
  margin: 0 -8px;
}
.cid-vgFnM0K2y7 .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vgFnM0K2y7 .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vgFnM0K2y7 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgFnM0K2y7 .items-wrapper .item:nth-child(3n + 2) {
  transform: translateY(80px);
}
@media (max-width: 992px) {
  .cid-vgFnM0K2y7 .items-wrapper .item:nth-child(3n + 2) {
    transform: none;
  }
}
.cid-vgFnM0K2y7 .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 480px;
  padding: 8px;
}
@media (max-width: 992px) {
  .cid-vgFnM0K2y7 .items-wrapper .item .item-wrapper {
    min-height: 380px;
  }
}
.cid-vgFnM0K2y7 .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vgFnM0K2y7 .items-wrapper .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 16px;
  animation: none !important;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vgFnM0K2y7 .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-vgFnM0K2y7 .items-wrapper .item .item-wrapper .item-content .over-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  z-index: 1;
  pointer-events: none;
}
.cid-vgFnM0K2y7 .items-wrapper .item .item-wrapper .item-content .blur-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
  z-index: 1;
}
.cid-vgFnM0K2y7 .items-wrapper .item .item-wrapper .item-content .item-name {
  position: relative;
  z-index: 1;
  margin-bottom: 4px;
}
.cid-vgFnM0K2y7 .items-wrapper .item .item-wrapper .item-content .item-role {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vgFnM0K2y7 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 12px;
}
.cid-vgFnM0K2y7 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgFnM0K2y7 .mbr-label {
  color: #be0000;
  text-align: center;
}
.cid-vgFnM0K2y7 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vgFnM0K2y7 .mbr-text,
.cid-vgFnM0K2y7 .text-wrapper {
  color: #6c7179;
  text-align: center;
}
.cid-vgFnM0K2y7 .item-name {
  color: #ffffff;
}
.cid-vgFnM0K2y7 .item-role {
  color: #d1d3d6;
}
.cid-vgFnM1dn6q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgFnM1dn6q .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFnM1dn6q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFnM1dn6q .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vgFnM1dn6q .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgFnM1dn6q .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vgFnM1dn6q .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgFnM1dn6q .mbr-label {
  color: #000000;
}
.cid-vgFnM1dn6q .mbr-text {
  color: #ffffff;
}
.cid-vgFnM1dn6q .mbr-text,
.cid-vgFnM1dn6q .mbr-section-btn {
  color: #000000;
}
.cid-vgFnM1MqOl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgFnM1MqOl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFnM1MqOl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFnM1MqOl .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vgFnM1MqOl .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vgFnM1MqOl .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vgFnM1MqOl .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vgFnM1MqOl .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-vgFnM1MqOl .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vgFnM1MqOl .mbr-section-title {
  color: #111111;
}
.cid-vgFnM1MqOl .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-vgFnM1MqOl .mbr-text,
.cid-vgFnM1MqOl .text-wrapper {
  color: #666666;
}
.cid-vgFnONPygY .navbar-dropdown {
  position: relative !important;
}
.cid-vgFnONPygY .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vgFnONPygY .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vgFnONPygY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgFnONPygY .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vgFnONPygY .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-vgFnONPygY .dropdown-item:hover,
.cid-vgFnONPygY .dropdown-item:focus {
  background: #ffffff !important;
  color: #be0000 !important;
}
.cid-vgFnONPygY .dropdown-item:hover span {
  color: white;
}
.cid-vgFnONPygY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgFnONPygY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgFnONPygY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgFnONPygY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vgFnONPygY .nav-link {
  position: relative;
}
.cid-vgFnONPygY .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vgFnONPygY .container {
    flex-wrap: nowrap;
  }
}
.cid-vgFnONPygY .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vgFnONPygY .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vgFnONPygY .dropdown-menu,
.cid-vgFnONPygY .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-vgFnONPygY .nav-item:focus,
.cid-vgFnONPygY .nav-link:focus {
  outline: none;
}
.cid-vgFnONPygY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgFnONPygY .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vgFnONPygY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgFnONPygY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgFnONPygY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgFnONPygY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgFnONPygY .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vgFnONPygY .navbar.opened {
  transition: all 0.3s;
}
.cid-vgFnONPygY .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 18px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vgFnONPygY .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vgFnONPygY .navbar .navbar-logo img {
  width: auto;
  border-radius: 0 !important;
}
.cid-vgFnONPygY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgFnONPygY .navbar.collapsed {
  justify-content: center;
}
.cid-vgFnONPygY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgFnONPygY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vgFnONPygY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgFnONPygY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgFnONPygY .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-vgFnONPygY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgFnONPygY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgFnONPygY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgFnONPygY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgFnONPygY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgFnONPygY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgFnONPygY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgFnONPygY .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-vgFnONPygY .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0 !important;
  }
  .cid-vgFnONPygY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgFnONPygY .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vgFnONPygY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vgFnONPygY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgFnONPygY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgFnONPygY .navbar.navbar-short {
  min-height: 80px;
}
.cid-vgFnONPygY .navbar.navbar-short .navbar-brand {
  min-height: 80px;
}
.cid-vgFnONPygY .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vgFnONPygY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vgFnONPygY .navbar-brand .navbar-caption:hover,
.cid-vgFnONPygY .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}
.cid-vgFnONPygY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgFnONPygY .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vgFnONPygY .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}
.cid-vgFnONPygY .dropdown-item.active,
.cid-vgFnONPygY .dropdown-item:active {
  background-color: transparent;
}
.cid-vgFnONPygY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgFnONPygY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgFnONPygY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgFnONPygY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vgFnONPygY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vgFnONPygY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vgFnONPygY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgFnONPygY ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vgFnONPygY ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vgFnONPygY .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vgFnONPygY .navbar-buttons {
    text-align: left;
  }
}
.cid-vgFnONPygY .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vgFnONPygY .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vgFnONPygY button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f7f7f7 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vgFnONPygY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vgFnONPygY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vgFnONPygY button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgFnONPygY button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgFnONPygY button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vgFnONPygY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgFnONPygY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgFnONPygY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgFnONPygY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgFnONPygY .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vgFnONPygY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgFnONPygY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgFnONPygY .navbar {
    height: 70px;
  }
  .cid-vgFnONPygY .navbar.opened {
    height: auto;
  }
  .cid-vgFnONPygY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgFnONPygY .navbar-nav {
  margin: 0 auto;
}
.cid-vgFnONPygY .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vgFnONPygY .nav-item .nav-link {
  padding: 8px 18px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vgFnONPygY .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vgFnONPygY .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #be0000 !important;
}
.cid-vgFnONPygY .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vgFnONPygY .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vgFnONPygY .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vgFnONPygY .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vgFnONPygY .navbar {
    justify-content: flex-start !important;
  }
  .cid-vgFnONPygY .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vgFnONPygY .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vgFnONPygY .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vgFnONPygY .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vgFnONPygY .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vgFnONPygY .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vgFnONPygY .content-wrap {
  min-height: 80px;
}
.cid-vgFnOOhFeZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vgFnOOhFeZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFnOOhFeZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFnOOhFeZ .card-wrapper {
  position: relative;
  padding: 120px 60px 60px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vgFnOOhFeZ .card-wrapper {
    padding: 40px 20px;
  }
}
.cid-vgFnOOhFeZ .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vgFnOOhFeZ .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.4;
  z-index: 1;
  pointer-events: none;
}
.cid-vgFnOOhFeZ .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 464px;
}
@media (max-width: 1440px) {
  .cid-vgFnOOhFeZ .card-wrapper .title-wrapper {
    margin-top: 240px;
  }
}
@media (max-width: 1200px) {
  .cid-vgFnOOhFeZ .card-wrapper .title-wrapper {
    margin-top: 120px;
  }
}
@media (max-width: 992px) {
  .cid-vgFnOOhFeZ .card-wrapper .title-wrapper {
    margin-top: 0;
  }
}
.cid-vgFnOOhFeZ .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vgFnOOhFeZ .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vgFnOOhFeZ .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vgFnOOhFeZ .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-vgFnOOhFeZ .mbr-section-title {
  color: #ffffff;
}
.cid-vgFnOOhFeZ .mbr-text {
  color: #ffffff;
}
.cid-vgFnOOCzBp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgFnOOCzBp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFnOOCzBp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFnOOCzBp .title-wrapper {
  margin-bottom: 40px;
}
.cid-vgFnOOCzBp .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vgFnOOCzBp .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgFnOOCzBp .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgFnOOCzBp .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgFnOOCzBp .items-wrapper {
  margin: 0 -8px;
}
.cid-vgFnOOCzBp .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vgFnOOCzBp .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vgFnOOCzBp .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgFnOOCzBp .items-wrapper .item:nth-child(3n + 2) {
  transform: translateY(80px);
}
@media (max-width: 992px) {
  .cid-vgFnOOCzBp .items-wrapper .item:nth-child(3n + 2) {
    transform: none;
  }
}
.cid-vgFnOOCzBp .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 480px;
  padding: 8px;
}
@media (max-width: 992px) {
  .cid-vgFnOOCzBp .items-wrapper .item .item-wrapper {
    min-height: 380px;
  }
}
.cid-vgFnOOCzBp .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vgFnOOCzBp .items-wrapper .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 16px;
  animation: none !important;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vgFnOOCzBp .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-vgFnOOCzBp .items-wrapper .item .item-wrapper .item-content .over-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  z-index: 1;
  pointer-events: none;
}
.cid-vgFnOOCzBp .items-wrapper .item .item-wrapper .item-content .blur-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
  z-index: 1;
}
.cid-vgFnOOCzBp .items-wrapper .item .item-wrapper .item-content .item-name {
  position: relative;
  z-index: 1;
  margin-bottom: 4px;
}
.cid-vgFnOOCzBp .items-wrapper .item .item-wrapper .item-content .item-role {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vgFnOOCzBp .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 12px;
}
.cid-vgFnOOCzBp .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgFnOOCzBp .mbr-label {
  color: #be0000;
  text-align: center;
}
.cid-vgFnOOCzBp .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vgFnOOCzBp .mbr-text,
.cid-vgFnOOCzBp .text-wrapper {
  color: #6c7179;
  text-align: center;
}
.cid-vgFnOOCzBp .item-name {
  color: #ffffff;
}
.cid-vgFnOOCzBp .item-role {
  color: #d1d3d6;
}
.cid-vgFnOP47cc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgFnOP47cc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFnOP47cc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFnOP47cc .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vgFnOP47cc .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgFnOP47cc .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vgFnOP47cc .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgFnOP47cc .mbr-label {
  color: #000000;
}
.cid-vgFnOP47cc .mbr-text {
  color: #ffffff;
}
.cid-vgFnOP47cc .mbr-text,
.cid-vgFnOP47cc .mbr-section-btn {
  color: #000000;
}
.cid-vgFnOPCeJn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgFnOPCeJn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFnOPCeJn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFnOPCeJn .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vgFnOPCeJn .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vgFnOPCeJn .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vgFnOPCeJn .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vgFnOPCeJn .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-vgFnOPCeJn .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vgFnOPCeJn .mbr-section-title {
  color: #111111;
}
.cid-vgFnOPCeJn .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-vgFnOPCeJn .mbr-text,
.cid-vgFnOPCeJn .text-wrapper {
  color: #666666;
}
.cid-vgFnZP22uH .navbar-dropdown {
  position: relative !important;
}
.cid-vgFnZP22uH .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vgFnZP22uH .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vgFnZP22uH .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgFnZP22uH .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vgFnZP22uH .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-vgFnZP22uH .dropdown-item:hover,
.cid-vgFnZP22uH .dropdown-item:focus {
  background: #ffffff !important;
  color: #be0000 !important;
}
.cid-vgFnZP22uH .dropdown-item:hover span {
  color: white;
}
.cid-vgFnZP22uH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgFnZP22uH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgFnZP22uH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgFnZP22uH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vgFnZP22uH .nav-link {
  position: relative;
}
.cid-vgFnZP22uH .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vgFnZP22uH .container {
    flex-wrap: nowrap;
  }
}
.cid-vgFnZP22uH .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vgFnZP22uH .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vgFnZP22uH .dropdown-menu,
.cid-vgFnZP22uH .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-vgFnZP22uH .nav-item:focus,
.cid-vgFnZP22uH .nav-link:focus {
  outline: none;
}
.cid-vgFnZP22uH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgFnZP22uH .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vgFnZP22uH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgFnZP22uH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgFnZP22uH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgFnZP22uH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgFnZP22uH .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vgFnZP22uH .navbar.opened {
  transition: all 0.3s;
}
.cid-vgFnZP22uH .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 18px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vgFnZP22uH .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vgFnZP22uH .navbar .navbar-logo img {
  width: auto;
  border-radius: 0 !important;
}
.cid-vgFnZP22uH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgFnZP22uH .navbar.collapsed {
  justify-content: center;
}
.cid-vgFnZP22uH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgFnZP22uH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vgFnZP22uH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgFnZP22uH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgFnZP22uH .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-vgFnZP22uH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgFnZP22uH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgFnZP22uH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgFnZP22uH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgFnZP22uH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgFnZP22uH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgFnZP22uH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgFnZP22uH .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-vgFnZP22uH .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0 !important;
  }
  .cid-vgFnZP22uH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgFnZP22uH .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vgFnZP22uH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vgFnZP22uH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgFnZP22uH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgFnZP22uH .navbar.navbar-short {
  min-height: 80px;
}
.cid-vgFnZP22uH .navbar.navbar-short .navbar-brand {
  min-height: 80px;
}
.cid-vgFnZP22uH .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vgFnZP22uH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vgFnZP22uH .navbar-brand .navbar-caption:hover,
.cid-vgFnZP22uH .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}
.cid-vgFnZP22uH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgFnZP22uH .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vgFnZP22uH .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}
.cid-vgFnZP22uH .dropdown-item.active,
.cid-vgFnZP22uH .dropdown-item:active {
  background-color: transparent;
}
.cid-vgFnZP22uH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgFnZP22uH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgFnZP22uH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgFnZP22uH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vgFnZP22uH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vgFnZP22uH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vgFnZP22uH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgFnZP22uH ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vgFnZP22uH ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vgFnZP22uH .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vgFnZP22uH .navbar-buttons {
    text-align: left;
  }
}
.cid-vgFnZP22uH .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vgFnZP22uH .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vgFnZP22uH button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f7f7f7 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vgFnZP22uH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vgFnZP22uH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vgFnZP22uH button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgFnZP22uH button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgFnZP22uH button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vgFnZP22uH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgFnZP22uH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgFnZP22uH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgFnZP22uH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgFnZP22uH .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vgFnZP22uH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgFnZP22uH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgFnZP22uH .navbar {
    height: 70px;
  }
  .cid-vgFnZP22uH .navbar.opened {
    height: auto;
  }
  .cid-vgFnZP22uH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgFnZP22uH .navbar-nav {
  margin: 0 auto;
}
.cid-vgFnZP22uH .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vgFnZP22uH .nav-item .nav-link {
  padding: 8px 18px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vgFnZP22uH .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vgFnZP22uH .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #be0000 !important;
}
.cid-vgFnZP22uH .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vgFnZP22uH .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vgFnZP22uH .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vgFnZP22uH .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vgFnZP22uH .navbar {
    justify-content: flex-start !important;
  }
  .cid-vgFnZP22uH .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vgFnZP22uH .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vgFnZP22uH .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vgFnZP22uH .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vgFnZP22uH .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vgFnZP22uH .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vgFnZP22uH .content-wrap {
  min-height: 80px;
}
.cid-vgFnZPtcFF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vgFnZPtcFF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFnZPtcFF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFnZPtcFF .card-wrapper {
  position: relative;
  padding: 120px 60px 60px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vgFnZPtcFF .card-wrapper {
    padding: 40px 20px;
  }
}
.cid-vgFnZPtcFF .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vgFnZPtcFF .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.4;
  z-index: 1;
  pointer-events: none;
}
.cid-vgFnZPtcFF .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 464px;
}
@media (max-width: 1440px) {
  .cid-vgFnZPtcFF .card-wrapper .title-wrapper {
    margin-top: 240px;
  }
}
@media (max-width: 1200px) {
  .cid-vgFnZPtcFF .card-wrapper .title-wrapper {
    margin-top: 120px;
  }
}
@media (max-width: 992px) {
  .cid-vgFnZPtcFF .card-wrapper .title-wrapper {
    margin-top: 0;
  }
}
.cid-vgFnZPtcFF .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vgFnZPtcFF .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vgFnZPtcFF .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vgFnZPtcFF .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-vgFnZPtcFF .mbr-section-title {
  color: #ffffff;
}
.cid-vgFnZPtcFF .mbr-text {
  color: #ffffff;
}
.cid-vgFnZPMxIc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgFnZPMxIc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFnZPMxIc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFnZPMxIc .title-wrapper {
  margin-bottom: 40px;
}
.cid-vgFnZPMxIc .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vgFnZPMxIc .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgFnZPMxIc .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgFnZPMxIc .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgFnZPMxIc .items-wrapper {
  margin: 0 -8px;
}
.cid-vgFnZPMxIc .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vgFnZPMxIc .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vgFnZPMxIc .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgFnZPMxIc .items-wrapper .item:nth-child(3n + 2) {
  transform: translateY(80px);
}
@media (max-width: 992px) {
  .cid-vgFnZPMxIc .items-wrapper .item:nth-child(3n + 2) {
    transform: none;
  }
}
.cid-vgFnZPMxIc .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 480px;
  padding: 8px;
}
@media (max-width: 992px) {
  .cid-vgFnZPMxIc .items-wrapper .item .item-wrapper {
    min-height: 380px;
  }
}
.cid-vgFnZPMxIc .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vgFnZPMxIc .items-wrapper .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 16px;
  animation: none !important;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vgFnZPMxIc .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-vgFnZPMxIc .items-wrapper .item .item-wrapper .item-content .over-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  z-index: 1;
  pointer-events: none;
}
.cid-vgFnZPMxIc .items-wrapper .item .item-wrapper .item-content .blur-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
  z-index: 1;
}
.cid-vgFnZPMxIc .items-wrapper .item .item-wrapper .item-content .item-name {
  position: relative;
  z-index: 1;
  margin-bottom: 4px;
}
.cid-vgFnZPMxIc .items-wrapper .item .item-wrapper .item-content .item-role {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vgFnZPMxIc .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 12px;
}
.cid-vgFnZPMxIc .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgFnZPMxIc .mbr-label {
  color: #be0000;
  text-align: center;
}
.cid-vgFnZPMxIc .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vgFnZPMxIc .mbr-text,
.cid-vgFnZPMxIc .text-wrapper {
  color: #6c7179;
  text-align: center;
}
.cid-vgFnZPMxIc .item-name {
  color: #ffffff;
}
.cid-vgFnZPMxIc .item-role {
  color: #d1d3d6;
}
.cid-vgFnZQfJU9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgFnZQfJU9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFnZQfJU9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFnZQfJU9 .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vgFnZQfJU9 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgFnZQfJU9 .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vgFnZQfJU9 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgFnZQfJU9 .mbr-label {
  color: #000000;
}
.cid-vgFnZQfJU9 .mbr-text {
  color: #ffffff;
}
.cid-vgFnZQfJU9 .mbr-text,
.cid-vgFnZQfJU9 .mbr-section-btn {
  color: #000000;
}
.cid-vgFnZQNvKr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgFnZQNvKr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFnZQNvKr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFnZQNvKr .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vgFnZQNvKr .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vgFnZQNvKr .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vgFnZQNvKr .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vgFnZQNvKr .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-vgFnZQNvKr .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vgFnZQNvKr .mbr-section-title {
  color: #111111;
}
.cid-vgFnZQNvKr .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-vgFnZQNvKr .mbr-text,
.cid-vgFnZQNvKr .text-wrapper {
  color: #666666;
}
.cid-vgFo3JMAGO .navbar-dropdown {
  position: relative !important;
}
.cid-vgFo3JMAGO .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vgFo3JMAGO .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vgFo3JMAGO .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgFo3JMAGO .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vgFo3JMAGO .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-vgFo3JMAGO .dropdown-item:hover,
.cid-vgFo3JMAGO .dropdown-item:focus {
  background: #ffffff !important;
  color: #be0000 !important;
}
.cid-vgFo3JMAGO .dropdown-item:hover span {
  color: white;
}
.cid-vgFo3JMAGO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgFo3JMAGO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgFo3JMAGO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgFo3JMAGO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vgFo3JMAGO .nav-link {
  position: relative;
}
.cid-vgFo3JMAGO .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vgFo3JMAGO .container {
    flex-wrap: nowrap;
  }
}
.cid-vgFo3JMAGO .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vgFo3JMAGO .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vgFo3JMAGO .dropdown-menu,
.cid-vgFo3JMAGO .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-vgFo3JMAGO .nav-item:focus,
.cid-vgFo3JMAGO .nav-link:focus {
  outline: none;
}
.cid-vgFo3JMAGO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgFo3JMAGO .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vgFo3JMAGO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgFo3JMAGO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgFo3JMAGO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgFo3JMAGO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgFo3JMAGO .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vgFo3JMAGO .navbar.opened {
  transition: all 0.3s;
}
.cid-vgFo3JMAGO .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 18px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vgFo3JMAGO .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vgFo3JMAGO .navbar .navbar-logo img {
  width: auto;
  border-radius: 0 !important;
}
.cid-vgFo3JMAGO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgFo3JMAGO .navbar.collapsed {
  justify-content: center;
}
.cid-vgFo3JMAGO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgFo3JMAGO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vgFo3JMAGO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgFo3JMAGO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgFo3JMAGO .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-vgFo3JMAGO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgFo3JMAGO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgFo3JMAGO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgFo3JMAGO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgFo3JMAGO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgFo3JMAGO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgFo3JMAGO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgFo3JMAGO .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-vgFo3JMAGO .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0 !important;
  }
  .cid-vgFo3JMAGO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgFo3JMAGO .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vgFo3JMAGO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vgFo3JMAGO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgFo3JMAGO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgFo3JMAGO .navbar.navbar-short {
  min-height: 80px;
}
.cid-vgFo3JMAGO .navbar.navbar-short .navbar-brand {
  min-height: 80px;
}
.cid-vgFo3JMAGO .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vgFo3JMAGO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vgFo3JMAGO .navbar-brand .navbar-caption:hover,
.cid-vgFo3JMAGO .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}
.cid-vgFo3JMAGO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgFo3JMAGO .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vgFo3JMAGO .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}
.cid-vgFo3JMAGO .dropdown-item.active,
.cid-vgFo3JMAGO .dropdown-item:active {
  background-color: transparent;
}
.cid-vgFo3JMAGO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgFo3JMAGO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgFo3JMAGO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgFo3JMAGO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vgFo3JMAGO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vgFo3JMAGO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vgFo3JMAGO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgFo3JMAGO ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vgFo3JMAGO ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vgFo3JMAGO .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vgFo3JMAGO .navbar-buttons {
    text-align: left;
  }
}
.cid-vgFo3JMAGO .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vgFo3JMAGO .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vgFo3JMAGO button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f7f7f7 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vgFo3JMAGO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vgFo3JMAGO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vgFo3JMAGO button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgFo3JMAGO button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgFo3JMAGO button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vgFo3JMAGO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgFo3JMAGO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgFo3JMAGO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgFo3JMAGO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgFo3JMAGO .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vgFo3JMAGO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgFo3JMAGO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgFo3JMAGO .navbar {
    height: 70px;
  }
  .cid-vgFo3JMAGO .navbar.opened {
    height: auto;
  }
  .cid-vgFo3JMAGO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgFo3JMAGO .navbar-nav {
  margin: 0 auto;
}
.cid-vgFo3JMAGO .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vgFo3JMAGO .nav-item .nav-link {
  padding: 8px 18px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vgFo3JMAGO .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vgFo3JMAGO .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #be0000 !important;
}
.cid-vgFo3JMAGO .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vgFo3JMAGO .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vgFo3JMAGO .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vgFo3JMAGO .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vgFo3JMAGO .navbar {
    justify-content: flex-start !important;
  }
  .cid-vgFo3JMAGO .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vgFo3JMAGO .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vgFo3JMAGO .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vgFo3JMAGO .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vgFo3JMAGO .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vgFo3JMAGO .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vgFo3JMAGO .content-wrap {
  min-height: 80px;
}
.cid-vgFo3Kdcu1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vgFo3Kdcu1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFo3Kdcu1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFo3Kdcu1 .card-wrapper {
  position: relative;
  padding: 120px 60px 60px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vgFo3Kdcu1 .card-wrapper {
    padding: 40px 20px;
  }
}
.cid-vgFo3Kdcu1 .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vgFo3Kdcu1 .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.4;
  z-index: 1;
  pointer-events: none;
}
.cid-vgFo3Kdcu1 .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 464px;
}
@media (max-width: 1440px) {
  .cid-vgFo3Kdcu1 .card-wrapper .title-wrapper {
    margin-top: 240px;
  }
}
@media (max-width: 1200px) {
  .cid-vgFo3Kdcu1 .card-wrapper .title-wrapper {
    margin-top: 120px;
  }
}
@media (max-width: 992px) {
  .cid-vgFo3Kdcu1 .card-wrapper .title-wrapper {
    margin-top: 0;
  }
}
.cid-vgFo3Kdcu1 .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vgFo3Kdcu1 .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vgFo3Kdcu1 .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vgFo3Kdcu1 .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-vgFo3Kdcu1 .mbr-section-title {
  color: #ffffff;
}
.cid-vgFo3Kdcu1 .mbr-text {
  color: #ffffff;
}
.cid-vgFo3KyWPC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgFo3KyWPC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFo3KyWPC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFo3KyWPC .title-wrapper {
  margin-bottom: 40px;
}
.cid-vgFo3KyWPC .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vgFo3KyWPC .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgFo3KyWPC .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgFo3KyWPC .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgFo3KyWPC .items-wrapper {
  margin: 0 -8px;
}
.cid-vgFo3KyWPC .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vgFo3KyWPC .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vgFo3KyWPC .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgFo3KyWPC .items-wrapper .item:nth-child(3n + 2) {
  transform: translateY(80px);
}
@media (max-width: 992px) {
  .cid-vgFo3KyWPC .items-wrapper .item:nth-child(3n + 2) {
    transform: none;
  }
}
.cid-vgFo3KyWPC .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 480px;
  padding: 8px;
}
@media (max-width: 992px) {
  .cid-vgFo3KyWPC .items-wrapper .item .item-wrapper {
    min-height: 380px;
  }
}
.cid-vgFo3KyWPC .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vgFo3KyWPC .items-wrapper .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 16px;
  animation: none !important;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vgFo3KyWPC .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-vgFo3KyWPC .items-wrapper .item .item-wrapper .item-content .over-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  z-index: 1;
  pointer-events: none;
}
.cid-vgFo3KyWPC .items-wrapper .item .item-wrapper .item-content .blur-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
  z-index: 1;
}
.cid-vgFo3KyWPC .items-wrapper .item .item-wrapper .item-content .item-name {
  position: relative;
  z-index: 1;
  margin-bottom: 4px;
}
.cid-vgFo3KyWPC .items-wrapper .item .item-wrapper .item-content .item-role {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vgFo3KyWPC .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 12px;
}
.cid-vgFo3KyWPC .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgFo3KyWPC .mbr-label {
  color: #be0000;
  text-align: center;
}
.cid-vgFo3KyWPC .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vgFo3KyWPC .mbr-text,
.cid-vgFo3KyWPC .text-wrapper {
  color: #6c7179;
  text-align: center;
}
.cid-vgFo3KyWPC .item-name {
  color: #ffffff;
}
.cid-vgFo3KyWPC .item-role {
  color: #d1d3d6;
}
.cid-vgFo3KZvrD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgFo3KZvrD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFo3KZvrD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFo3KZvrD .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vgFo3KZvrD .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgFo3KZvrD .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vgFo3KZvrD .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgFo3KZvrD .mbr-label {
  color: #000000;
}
.cid-vgFo3KZvrD .mbr-text {
  color: #ffffff;
}
.cid-vgFo3KZvrD .mbr-text,
.cid-vgFo3KZvrD .mbr-section-btn {
  color: #000000;
}
.cid-vgFo3M9B9Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgFo3M9B9Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFo3M9B9Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFo3M9B9Q .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vgFo3M9B9Q .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vgFo3M9B9Q .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vgFo3M9B9Q .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vgFo3M9B9Q .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-vgFo3M9B9Q .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vgFo3M9B9Q .mbr-section-title {
  color: #111111;
}
.cid-vgFo3M9B9Q .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-vgFo3M9B9Q .mbr-text,
.cid-vgFo3M9B9Q .text-wrapper {
  color: #666666;
}
.cid-vgFo7yPGHJ .navbar-dropdown {
  position: relative !important;
}
.cid-vgFo7yPGHJ .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vgFo7yPGHJ .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vgFo7yPGHJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgFo7yPGHJ .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vgFo7yPGHJ .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-vgFo7yPGHJ .dropdown-item:hover,
.cid-vgFo7yPGHJ .dropdown-item:focus {
  background: #ffffff !important;
  color: #be0000 !important;
}
.cid-vgFo7yPGHJ .dropdown-item:hover span {
  color: white;
}
.cid-vgFo7yPGHJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgFo7yPGHJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgFo7yPGHJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgFo7yPGHJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vgFo7yPGHJ .nav-link {
  position: relative;
}
.cid-vgFo7yPGHJ .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vgFo7yPGHJ .container {
    flex-wrap: nowrap;
  }
}
.cid-vgFo7yPGHJ .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vgFo7yPGHJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vgFo7yPGHJ .dropdown-menu,
.cid-vgFo7yPGHJ .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-vgFo7yPGHJ .nav-item:focus,
.cid-vgFo7yPGHJ .nav-link:focus {
  outline: none;
}
.cid-vgFo7yPGHJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgFo7yPGHJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vgFo7yPGHJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgFo7yPGHJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgFo7yPGHJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgFo7yPGHJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgFo7yPGHJ .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vgFo7yPGHJ .navbar.opened {
  transition: all 0.3s;
}
.cid-vgFo7yPGHJ .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 18px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vgFo7yPGHJ .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vgFo7yPGHJ .navbar .navbar-logo img {
  width: auto;
  border-radius: 0 !important;
}
.cid-vgFo7yPGHJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgFo7yPGHJ .navbar.collapsed {
  justify-content: center;
}
.cid-vgFo7yPGHJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgFo7yPGHJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vgFo7yPGHJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgFo7yPGHJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgFo7yPGHJ .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-vgFo7yPGHJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgFo7yPGHJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgFo7yPGHJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgFo7yPGHJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgFo7yPGHJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgFo7yPGHJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgFo7yPGHJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgFo7yPGHJ .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-vgFo7yPGHJ .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0 !important;
  }
  .cid-vgFo7yPGHJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgFo7yPGHJ .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vgFo7yPGHJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vgFo7yPGHJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgFo7yPGHJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgFo7yPGHJ .navbar.navbar-short {
  min-height: 80px;
}
.cid-vgFo7yPGHJ .navbar.navbar-short .navbar-brand {
  min-height: 80px;
}
.cid-vgFo7yPGHJ .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vgFo7yPGHJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vgFo7yPGHJ .navbar-brand .navbar-caption:hover,
.cid-vgFo7yPGHJ .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}
.cid-vgFo7yPGHJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgFo7yPGHJ .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vgFo7yPGHJ .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}
.cid-vgFo7yPGHJ .dropdown-item.active,
.cid-vgFo7yPGHJ .dropdown-item:active {
  background-color: transparent;
}
.cid-vgFo7yPGHJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgFo7yPGHJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgFo7yPGHJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgFo7yPGHJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vgFo7yPGHJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vgFo7yPGHJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vgFo7yPGHJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgFo7yPGHJ ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vgFo7yPGHJ ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vgFo7yPGHJ .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vgFo7yPGHJ .navbar-buttons {
    text-align: left;
  }
}
.cid-vgFo7yPGHJ .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vgFo7yPGHJ .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vgFo7yPGHJ button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f7f7f7 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vgFo7yPGHJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vgFo7yPGHJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vgFo7yPGHJ button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgFo7yPGHJ button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgFo7yPGHJ button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vgFo7yPGHJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgFo7yPGHJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgFo7yPGHJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgFo7yPGHJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgFo7yPGHJ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vgFo7yPGHJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgFo7yPGHJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgFo7yPGHJ .navbar {
    height: 70px;
  }
  .cid-vgFo7yPGHJ .navbar.opened {
    height: auto;
  }
  .cid-vgFo7yPGHJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgFo7yPGHJ .navbar-nav {
  margin: 0 auto;
}
.cid-vgFo7yPGHJ .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vgFo7yPGHJ .nav-item .nav-link {
  padding: 8px 18px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vgFo7yPGHJ .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vgFo7yPGHJ .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #be0000 !important;
}
.cid-vgFo7yPGHJ .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vgFo7yPGHJ .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vgFo7yPGHJ .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vgFo7yPGHJ .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vgFo7yPGHJ .navbar {
    justify-content: flex-start !important;
  }
  .cid-vgFo7yPGHJ .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vgFo7yPGHJ .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vgFo7yPGHJ .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vgFo7yPGHJ .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vgFo7yPGHJ .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vgFo7yPGHJ .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vgFo7yPGHJ .content-wrap {
  min-height: 80px;
}
.cid-vgFo7zgbDQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vgFo7zgbDQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFo7zgbDQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFo7zgbDQ .card-wrapper {
  position: relative;
  padding: 120px 60px 60px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vgFo7zgbDQ .card-wrapper {
    padding: 40px 20px;
  }
}
.cid-vgFo7zgbDQ .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vgFo7zgbDQ .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.4;
  z-index: 1;
  pointer-events: none;
}
.cid-vgFo7zgbDQ .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 464px;
}
@media (max-width: 1440px) {
  .cid-vgFo7zgbDQ .card-wrapper .title-wrapper {
    margin-top: 240px;
  }
}
@media (max-width: 1200px) {
  .cid-vgFo7zgbDQ .card-wrapper .title-wrapper {
    margin-top: 120px;
  }
}
@media (max-width: 992px) {
  .cid-vgFo7zgbDQ .card-wrapper .title-wrapper {
    margin-top: 0;
  }
}
.cid-vgFo7zgbDQ .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vgFo7zgbDQ .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vgFo7zgbDQ .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vgFo7zgbDQ .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-vgFo7zgbDQ .mbr-section-title {
  color: #ffffff;
}
.cid-vgFo7zgbDQ .mbr-text {
  color: #ffffff;
}
.cid-vgFo7zCN9K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgFo7zCN9K .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFo7zCN9K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFo7zCN9K .title-wrapper {
  margin-bottom: 40px;
}
.cid-vgFo7zCN9K .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vgFo7zCN9K .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgFo7zCN9K .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgFo7zCN9K .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgFo7zCN9K .items-wrapper {
  margin: 0 -8px;
}
.cid-vgFo7zCN9K .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vgFo7zCN9K .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vgFo7zCN9K .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgFo7zCN9K .items-wrapper .item:nth-child(3n + 2) {
  transform: translateY(80px);
}
@media (max-width: 992px) {
  .cid-vgFo7zCN9K .items-wrapper .item:nth-child(3n + 2) {
    transform: none;
  }
}
.cid-vgFo7zCN9K .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 480px;
  padding: 8px;
}
@media (max-width: 992px) {
  .cid-vgFo7zCN9K .items-wrapper .item .item-wrapper {
    min-height: 380px;
  }
}
.cid-vgFo7zCN9K .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vgFo7zCN9K .items-wrapper .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 16px;
  animation: none !important;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vgFo7zCN9K .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-vgFo7zCN9K .items-wrapper .item .item-wrapper .item-content .over-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  z-index: 1;
  pointer-events: none;
}
.cid-vgFo7zCN9K .items-wrapper .item .item-wrapper .item-content .blur-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
  z-index: 1;
}
.cid-vgFo7zCN9K .items-wrapper .item .item-wrapper .item-content .item-name {
  position: relative;
  z-index: 1;
  margin-bottom: 4px;
}
.cid-vgFo7zCN9K .items-wrapper .item .item-wrapper .item-content .item-role {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vgFo7zCN9K .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 12px;
}
.cid-vgFo7zCN9K .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgFo7zCN9K .mbr-label {
  color: #be0000;
  text-align: center;
}
.cid-vgFo7zCN9K .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vgFo7zCN9K .mbr-text,
.cid-vgFo7zCN9K .text-wrapper {
  color: #6c7179;
  text-align: center;
}
.cid-vgFo7zCN9K .item-name {
  color: #ffffff;
}
.cid-vgFo7zCN9K .item-role {
  color: #d1d3d6;
}
.cid-vgFo7A4pzS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgFo7A4pzS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFo7A4pzS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFo7A4pzS .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vgFo7A4pzS .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgFo7A4pzS .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vgFo7A4pzS .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgFo7A4pzS .mbr-label {
  color: #000000;
}
.cid-vgFo7A4pzS .mbr-text {
  color: #ffffff;
}
.cid-vgFo7A4pzS .mbr-text,
.cid-vgFo7A4pzS .mbr-section-btn {
  color: #000000;
}
.cid-vgFo7AE6ap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgFo7AE6ap .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFo7AE6ap .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFo7AE6ap .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vgFo7AE6ap .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vgFo7AE6ap .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vgFo7AE6ap .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vgFo7AE6ap .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-vgFo7AE6ap .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vgFo7AE6ap .mbr-section-title {
  color: #111111;
}
.cid-vgFo7AE6ap .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-vgFo7AE6ap .mbr-text,
.cid-vgFo7AE6ap .text-wrapper {
  color: #666666;
}
